tradenity-flask-ext

Flask framework extensions for Tradenity Python SDK.


License
Apache-2.0
Install
pip install tradenity-flask-ext==0.7.0

Documentation

Welcome to Tradenity Flask framework SDK extensions.

This extension library facilitates integration between Flask applications and Python SDK for Tradenity ecommerce API.

Installation

This package is available through PyPI (Python Package Index), to install it type the following on the command line:

$ pip install tradenity-flask-ext

Or, add this line to your application's requirements.txt:

tradenity-flask-ext==0.7.0

And then execute:

$ pip install -r requirements.txt

Documentation

Detailed documentation can be found on our knowledge base site:

Contributing

  1. Fork it ( https://github.com/tradenity/python-sdk-flask-ext/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request