slackbuilds/python/constantly
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
..
README python/constantly: Added (Symbolic constants in Python). 2017-03-08 19:47:36 +00:00
constantly.SlackBuild python/constantly: Added (Symbolic constants in Python). 2017-03-08 19:47:36 +00:00
constantly.info python/constantly: Added (Symbolic constants in Python). 2017-03-08 19:47:36 +00:00
slack-desc python/constantly: Added (Symbolic constants in Python). 2017-03-08 19:47:36 +00:00

README

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.