gituser/production/: constantly-15.1.0 metadata and description

Homepage Simple index

Symbolic constants in Python

author Twisted Matrix Labs Developers
classifiers
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3.3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
  • Topic :: Software Development :: Libraries :: Python Modules
keywords constants,enum,twisted
license MIT
File Tox results History
constantly-15.1.0-py2.py3-none-any.whl
Size
7 KB
Type
Python Wheel
Python
2.7
constantly-15.1.0.tar.gz
Size
21 KB
Type
Source

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.

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.