summaryrefslogtreecommitdiffstats
path: root/python/constantly/README
diff options
context:
space:
mode:
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 0000000000..97bbb93758
--- /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.