aboutsummaryrefslogtreecommitdiff
path: root/python/constantly/README
diff options
context:
space:
mode:
authorMarkus Reichelt <slackbuilds@mareichelt.de>2017-03-08 19:47:36 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2017-03-08 19:47:36 +0000
commitc038975f64c0d29880077ac0cf796df688e55f18 (patch)
tree50279b8cc2fa4ded2fb602113bbe21bfa9477fa2 /python/constantly/README
parentc03b060fb1fabc7acaa3a4a4bd32095be7898432 (diff)
downloadslackbuilds-c038975f64c0d29880077ac0cf796df688e55f18.tar.xz
python/constantly: Added (Symbolic constants in Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/constantly/README')
-rw-r--r--python/constantly/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/constantly/README b/python/constantly/README
new file mode 100644
index 000000000000..97bbb93758c7
--- /dev/null
+++ b/python/constantly/README
@@ -0,0 +1,5 @@
+Symbolic constants in Python
+
+A library that provides symbolic constant support. It includes
+collections and constants with text, numeric, and bit flag values.
+Originally twisted.python.constants from the Twisted project.