summaryrefslogtreecommitdiff
path: root/README.rst
blob: 86091b85e0de12ce681e4f76ea9d6ad05bd617c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Deprecation Notice
==================

This code is deprecated, the current version of Bitmask is developed in the `bitmask-dev`_ repo.

.. _`bitmask-dev`: https://0xacab.org/leap/bitmask-dev

LEAP's Key Manager
==================

**Note**: this repo is **deprecated**. Further development happens at https://0xacab.org/leap/bitmask-dev

.. image:: https://badge.fury.io/py/leap.keymanager.svg
    :target: http://badge.fury.io/py/leap.keymanager
.. image:: https://img.shields.io/pypi/dm/leap.keymanager.svg
    :target: http://badge.fury.io/py/leap.keymanager

The Key Manager is a `Nicknym`_ agent for the `LEAP`_ project, written in python using the `twisted`_ async framework.

.. _`Nicknym`: https://leap.se/nicknym
.. _`LEAP`: https://leap.se/docs/
.. _`twisted`: https://twistedmatrix.com/trac/


running tests
-------------

Use trial to run the test suite::

  trial leap.keymanager

License
=======

.. image:: https://raw.github.com/leapcode/bitmask_client/develop/docs/user/gpl.png

leap.keymanager is released under the terms of the `GNU GPL version 3`_ or later.

.. _`GNU GPL version 3`: http://www.gnu.org/licenses/gpl.txt