From 2611f4e5fd199d6c3b24d212c862ccf03fea93ff Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 9 Apr 2013 23:52:21 +0900 Subject: add BaseConfig class and its dependencies --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 5ea7bda..a856bad 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,10 @@ 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 -- cgit v1.2.3 From a982a0de2b290beecf907a2210b43faef1bb70c0 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 10 Apr 2013 20:03:15 +0900 Subject: add RAISE_WINDOW event --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index a856bad..f960b1f 100644 --- a/README.rst +++ b/README.rst @@ -8,3 +8,11 @@ A collection of shared utils used by the several python LEAP subprojects. * leap.common.events * leap.common.files * leap.common.testing + +Library dependencies +-------------------- +* ``protobuf-compiler`` + +Python dependencies +------------------- +* See ``pkg/requirements.pip`` -- cgit v1.2.3 From b00bb5cf4af7183076c02b02722ed6c495ff3f8a Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 30 May 2013 02:38:03 +0900 Subject: add data files: testing certificates --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index f960b1f..aeb871f 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,9 @@ 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 -- cgit v1.2.3