blob: 27a3952afb45bb15d6d61f98422b3c7a9e1504d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
leap.common
===========
.. image:: https://badge.fury.io/py/leap.common.svg
:target: http://badge.fury.io/py/leap.common
A collection of shared utils used by the several python LEAP subprojects.
* leap.common.cert
* leap.common.checks
* leap.common.config
* leap.common.events
* leap.common.files
* leap.common.testing
Library dependencies
--------------------
* ``libssl-dev``
Python dependencies
-------------------
* See ``pkg/requirements.pip``
|