Symbolic Constants in Python (LADI project)
Go to file
Amber Brown c8375a7e34 Merge pull request #11 from hawkowl/propertrove
universal wheel + proper trove
2015-08-11 21:38:03 +08:00
constantly update versioneer 2015-08-11 16:26:13 +08:00
docs fix two old refs 2015-08-11 12:12:19 +08:00
.gitattributes Versioneer! 2014-05-25 14:18:21 +08:00
.gitignore amend gitignore 2015-07-22 23:00:01 +08:00
.travis.yml travis docs 2015-08-11 12:05:03 +08:00
CREDITS i have a name now 2015-07-22 22:59:34 +08:00
LICENSE year 2015-04-15 16:11:45 +08:00
MANIFEST.in Versioneer! 2014-05-25 14:18:21 +08:00
README.rst universal wheel + proper trove 2015-08-11 20:23:02 +08:00
setup.cfg universal wheel + proper trove 2015-08-11 20:23:02 +08:00
setup.py universal wheel + proper trove 2015-08-11 20:23:02 +08:00
tox.ini travis docs 2015-08-11 12:05:03 +08:00
versioneer.py update versioneer 2015-08-11 16:26:13 +08:00

README.rst

Constantly
==========

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 <https://twistedmatrix.com/>`_ 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.