• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

constantly/H11-Aug-2015-548391

constantly.egg-info/H03-May-2022-3931

CREDITSH A D11-Aug-201587 75

LICENSEH A D11-Aug-20151.1 KiB2218

MANIFEST.inH A D11-Aug-2015104 65

PKG-INFOH A D11-Aug-20151.3 KiB3830

README.rstH A D11-Aug-2015395 1710

setup.cfgH A D11-Aug-2015259 1713

setup.pyH A D11-Aug-20151.5 KiB4437

versioneer.pyH A D03-May-202261 KiB1,7001,279

README.rst

1Constantly
2==========
3
4A library that provides symbolic constant support.
5It includes collections and constants with text, numeric, and bit flag values.
6Originally ``twisted.python.constants`` from the `Twisted <https://twistedmatrix.com/>`_ project.
7
8
9Tests
10-----
11
12To run tests::
13
14    $ tox
15
16This will run tests on Python 2.7, 3.3, 3.4, and PyPy, as well as doing coverage and pyflakes checks.
17