# jmap-python **Repository Path**: mirrors_eseifert/jmap-python ## Basic Information - **Project Name**: jmap-python - **Description**: A pure-Python implementation of the JMAP protocol. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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-python 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. .. _JMAP protocol: http://jmap.io .. _PyPI: https://pypi.python.org/pypi