diff options
| author | Yth - Arnaud <yth@ythogtha.org> | 2023-11-07 18:36:20 +0900 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-11 08:08:31 +0700 |
| commit | 8096d1c364f3766c359e6f0083d8b07821b332e8 (patch) | |
| tree | d5a2f0878129611da00b9960ecff71768615d10b /python/python3-constantly/README | |
| parent | 495bf84e459bae9819ab9eea686e9e36f3e69a48 (diff) | |
python/python3-constantly: Added (Symbolic constants in Python).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-constantly/README')
| -rw-r--r-- | python/python3-constantly/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-constantly/README b/python/python3-constantly/README new file mode 100644 index 0000000000..97bbb93758 --- /dev/null +++ b/python/python3-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. |
