Skip to content

briancline/jmap-python

Repository files navigation

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.

About

A pure-Python implementation of the JMAP protocol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages