diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ leap.common =========== + +.. image:: https://pypip.in/v/leap.common/badge.png + :target: https://crate.io/packages/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 +-------------------- +* ``protobuf-compiler`` + +Python dependencies +------------------- +* See ``pkg/requirements.pip`` |