/jmap-python

A pure-Python implementation of the JMAP protocol.

Primary LanguagePythonMIT LicenseMIT

jmap-python

https://travis-ci.org/briancline/jmap-python.svg?branch=master

A Python library implementing the JMAP protocol.

Installation

Packages are available on PyPI, and can be easily installed via pip:

$ pip install jmap

Running the tests

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).

Usage

TODO

Contributing

See the LICENSE file for more information.