A Python library implementing the JMAP protocol.
Packages are available on PyPI, and can be easily installed via pip
:
$ pip install jmap
Simply invoking tox runs a PEP-8 check, pylint check, and unit tests for Python 2.7, 3.4, and 3.5:
$ tox
Check the test definitions in tox.ini for test names to use if you want to
run a specific test by itself (i.e., tox -e py34
).
TODO
See the LICENSE file for more information.