|
About
About GCechky project.
IntroductionGCechky goal is to make it easy to integrate Google Checkout Level 2 XML API integration with your software written in python. The library takes care of XML communications to/from google services. It lets you concentrate on the business logic and command processing. Intended audienceIf all you want is to create static Google checkout buttons on your website, then this project is too complicated to be useful to you. This library is useful for those who implement Level 2 integration (Notification API). I.e. if you have internal order processing system and you want to integrate it with google checkout services, then this library is exactly what you need. DocumentationProject documentation is generated from inline docs in the source code. To (re)generate it locally into docs directory: $ epydoc --html -o docs gchecky StatusThe core engine is already written. It is being tested and the wrapper interface is being developed. At this point the only documentation is inline docs, which could be extracted into HTML. A basic example for Django is added under samples/shop directory. |
Sign in to add a comment