Skip to content
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.
/ bluesnap-python Public archive

A Python module to interact with Bluesnap API.

License

Notifications You must be signed in to change notification settings

justyoyo/bluesnap-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bluesnap-python

A Python module to interact with Bluesnap API.

Travis status:

Build Status

## Contributing

Install with:

$ make

and run the tests with:

$ make test

or

$ nosetests tests/

Converting XSD (XML Schema Definition) to Python objects

List of schemas

$ pip install -r requirements.txt
$ pyxbgen -u http://home.bluesnap.com/integrationguide/credit-card-info.xsd -m bluesnap/schema/credit_card_info
$ pyxbgen -u http://home.bluesnap.com/integrationguide/messages.xsd -m bluesnap/schema/messages
$ pyxbgen -u http://home.bluesnap.com/integrationguide/order.xsd -m bluesnap/schema/order
$ pyxbgen -u http://home.bluesnap.com/integrationguide/shopper.xsd -m bluesnap/schema/shopper
$ pyxbgen -u http://home.bluesnap.com/integrationguide/web-info.xsd -m bluesnap/schema/web_info

About

A Python module to interact with Bluesnap API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published