A Python module to interact with Bluesnap API.
Travis status:
## Contributing
Install with:
$ make
and run the tests with:
$ make test
or
$ nosetests tests/
$ 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