Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briancline/jmap-python
A pure-Python implementation of the JMAP protocol.
https://github.com/briancline/jmap-python
Last synced: 16 days ago
JSON representation
A pure-Python implementation of the JMAP protocol.
- Host: GitHub
- URL: https://github.com/briancline/jmap-python
- Owner: briancline
- License: mit
- Created: 2016-12-25T19:36:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-27T10:17:46.000Z (about 8 years ago)
- Last Synced: 2024-02-21T04:05:44.109Z (11 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 7
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
jmap-python
===========.. image:: https://travis-ci.org/briancline/jmap-python.svg?branch=master
:target: https://travis-ci.org/briancline/jmap-python.. image:: https://coveralls.io/repos/briancline/jmap-python/badge.svg
:target: https://coveralls.io/r/briancline/jmap-pythonA 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.
.. _JMAP protocol: http://jmap.io
.. _PyPI: https://pypi.python.org/pypi