blob: a06721cca5b1c0a72a83f82e3b687bad79b85a07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
LEAP's Key Manager
==================
.. 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:
https://leap.se/pt/docs/design/nicknym
running tests
-------------
Use trial to run the test suite::
trial leap.keymanager
|