blob: e759b9b88e647f0a37b7a2d881a10c59bfd44aaa (
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/nicknym
running tests
-------------
Use trial to run the test suite::
trial leap.keymanager
|