README.rst 680 B

123456789101112131415161718192021222324252627282930313233
  1. Constantly
  2. ==========
  3. A library that provides symbolic constant support. It includes collections and
  4. constants with text, numeric, and bit flag values. Originally
  5. ``twisted.python.constants`` from the `Twisted <https://twistedmatrix.com/>`_
  6. project.
  7. Installing
  8. ----------
  9. constantly is available in `PyPI <https://pypi.org/project/constantly/>`_, and
  10. can be installed via pip::
  11. $ pip install constantly
  12. Documentation
  13. -------------------------
  14. Documentation is available at `<https://constantly.readthedocs.io/en/latest/>`_.
  15. Tests
  16. -----
  17. To run tests::
  18. $ tox
  19. This will run tests on Python 2.7, 3.3, 3.4, and PyPy, as well as doing
  20. coverage and pyflakes checks.