blob: 781f2b8e2774deae21196f822386a72b5417cfba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LEAP's Key Manager
==================
.. image:: https://badge.fury.io/py/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
|