constantly


Nameconstantly JSON
Version 23.10.4 PyPI version JSON
download
home_page
SummarySymbolic constants in Python
upload_time2023-10-28 23:18:24
maintainerTwisted Matrix Labs Developers
docs_urlNone
author
requires_python>=3.8
licenseMIT
keywords constants enum twisted
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            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.


Installing
----------

constantly is available in `PyPI <https://pypi.org/project/constantly/>`_, and
can be installed via pip::

  $ pip install constantly


Documentation
-------------------------

Documentation is available at `<https://constantly.readthedocs.io/en/latest/>`_.


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.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "constantly",
    "maintainer": "Twisted Matrix Labs Developers",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "constants,enum,twisted",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/4d/6f/cb2a94494ff74aa9528a36c5b1422756330a75a8367bf20bd63171fc324d/constantly-23.10.4.tar.gz",
    "platform": null,
    "description": "Constantly\n==========\n\nA library that provides symbolic constant support.  It includes collections and\nconstants with text, numeric, and bit flag values.  Originally\n``twisted.python.constants`` from the `Twisted <https://twistedmatrix.com/>`_\nproject.\n\n\nInstalling\n----------\n\nconstantly is available in `PyPI <https://pypi.org/project/constantly/>`_, and\ncan be installed via pip::\n\n  $ pip install constantly\n\n\nDocumentation\n-------------------------\n\nDocumentation is available at `<https://constantly.readthedocs.io/en/latest/>`_.\n\n\nTests\n-----\n\nTo run tests::\n\n    $ tox\n\nThis will run tests on Python 2.7, 3.3, 3.4, and PyPy, as well as doing\ncoverage and pyflakes checks.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Symbolic constants in Python",
    "version": "23.10.4",
    "project_urls": {
        "Homepage": "https://github.com/twisted/constantly"
    },
    "split_keywords": [
        "constants",
        "enum",
        "twisted"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b840c199d095151addf69efdb4b9ca3a4f20f70e20508d6222bffb9b76f58573",
                "md5": "42735eb8b6ae8e40757728c0ceda17e1",
                "sha256": "3fd9b4d1c3dc1ec9757f3c52aef7e53ad9323dbe39f51dfd4c43853b68dfa3f9"
            },
            "downloads": -1,
            "filename": "constantly-23.10.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "42735eb8b6ae8e40757728c0ceda17e1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 13547,
            "upload_time": "2023-10-28T23:18:23",
            "upload_time_iso_8601": "2023-10-28T23:18:23.038737Z",
            "url": "https://files.pythonhosted.org/packages/b8/40/c199d095151addf69efdb4b9ca3a4f20f70e20508d6222bffb9b76f58573/constantly-23.10.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d6fcb2a94494ff74aa9528a36c5b1422756330a75a8367bf20bd63171fc324d",
                "md5": "c090579309b2b34be04385b54b0a5a85",
                "sha256": "aa92b70a33e2ac0bb33cd745eb61776594dc48764b06c35e0efd050b7f1c7cbd"
            },
            "downloads": -1,
            "filename": "constantly-23.10.4.tar.gz",
            "has_sig": false,
            "md5_digest": "c090579309b2b34be04385b54b0a5a85",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13300,
            "upload_time": "2023-10-28T23:18:24",
            "upload_time_iso_8601": "2023-10-28T23:18:24.316299Z",
            "url": "https://files.pythonhosted.org/packages/4d/6f/cb2a94494ff74aa9528a36c5b1422756330a75a8367bf20bd63171fc324d/constantly-23.10.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-28 23:18:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "twisted",
    "github_project": "constantly",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "constantly"
}
        
Elapsed time: 0.14271s