slackbuilds_ponce/python/constantly/README
Markus Reichelt c038975f64 python/constantly: Added (Symbolic constants in Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-03-08 19:47:36 +00:00

5 lines
222 B
Text

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.