You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

METADATA 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Metadata-Version: 2.0
  2. Name: constantly
  3. Version: 15.1.0
  4. Summary: Symbolic constants in Python
  5. Home-page: https://github.com/twisted/constantly
  6. Author: Twisted Matrix Labs Developers
  7. Author-email: UNKNOWN
  8. License: MIT
  9. Keywords: constants,enum,twisted
  10. Platform: UNKNOWN
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: MIT License
  13. Classifier: Operating System :: OS Independent
  14. Classifier: Programming Language :: Python
  15. Classifier: Programming Language :: Python :: 2.7
  16. Classifier: Programming Language :: Python :: 3.3
  17. Classifier: Programming Language :: Python :: 3.4
  18. Classifier: Programming Language :: Python :: Implementation :: CPython
  19. Classifier: Programming Language :: Python :: Implementation :: PyPy
  20. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  21. Constantly
  22. ==========
  23. A library that provides symbolic constant support.
  24. It includes collections and constants with text, numeric, and bit flag values.
  25. Originally ``twisted.python.constants`` from the `Twisted <https://twistedmatrix.com/>`_ project.
  26. Tests
  27. -----
  28. To run tests::
  29. $ tox
  30. This will run tests on Python 2.7, 3.3, 3.4, and PyPy, as well as doing coverage and pyflakes checks.