Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 415 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 415 Bytes

Taxamo Python bindings

Installation

To install from PyPi, run:

pip install taxamo

To install from source, run:

python setup.py install

Documentation

Please see http://www.taxamo.com/doc/ for the most up-to-date documentation.

Testing

We commit to being compatible with Python 2.6+, Python 3.1+ and PyPy. We need to test against all of these environments to ensure compatibility.