Symbolic constants in Python
Project Links
Meta
Maintainer: Twisted Matrix Labs Developers
Requires Python: >=3.8
Classifiers
Intended Audience
- Developers
License
- OSI Approved :: MIT License
Operating System
- OS Independent
Programming Language
- Python
- Python :: 3
- Python :: 3 :: Only
- Python :: 3.8
- Python :: 3.9
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: Implementation :: CPython
- Python :: Implementation :: PyPy
Topic
- Software Development :: Libraries :: Python Modules
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.
Installing
constantly is available in PyPI, and can be installed via pip:
$ pip install constantly
Documentation
Documentation is available at https://constantly.readthedocs.io/en/latest/.
Tests
To run tests:
$ tox
This will run tests on Python 2.7, 3.3, 3.4, and PyPy, as well as doing coverage and pyflakes checks.
Wheel compatibility matrix
Files in release
No dependencies