flufl.enum


Nameflufl.enum JSON
Version 6.1.0 PyPI version JSON
download
home_pageNone
SummaryA Python enumeration package
upload_time2024-03-31 03:32:53
maintainerNone
docs_urlhttps://pythonhosted.org/flufl.enum/
authorNone
requires_python>=3.8
licenseApache-2.0
keywords enum
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========
flufl.enum
==========

A Python enumeration package.

The ``flufl.enum`` library is a Python enumeration package.  Its goal is to
provide simple, specific, concise semantics in an easy to read and write
syntax.  ``flufl.enum`` has just enough of the features needed to make
enumerations useful, but without a lot of extra baggage to weigh them down.
This work grew out of the Mailman 3.0 project.

Since enums were added to Python in 3.4, why use this package instead of the
Python standard library `enum <https://docs.python.org/3/library/enum.html>`_
package?  ``flufl.enum`` is intentionally simpler, and thus potentially faster
and easier to maintain.


Author
======

``flufl.enum`` is Copyright (C) 2004-2024 Barry Warsaw <barry@python.org>

Licensed under the terms of the Apache License Version 2.0.  See the LICENSE
file for details.


Project details
===============

 * Project home: https://gitlab.com/warsaw/flufl.enum
 * Report bugs at: https://gitlab.com/warsaw/flufl.enum/issues
 * Code hosting: https://gitlab.com/warsaw/flufl.enum.git
 * Documentation: http://fluflenum.readthedocs.org/
 * PyPI: https://pypi.python.org/pypi/flufl.enum

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "flufl.enum",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/flufl.enum/",
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "enum",
    "author": null,
    "author_email": "Barry Warsaw <barry@python.org>",
    "download_url": "https://files.pythonhosted.org/packages/75/49/a34b3f6555c42d4a808a7af78a7bad7bf2e569aaf55b211a2d77267b7bd0/flufl_enum-6.1.0.tar.gz",
    "platform": null,
    "description": "==========\nflufl.enum\n==========\n\nA Python enumeration package.\n\nThe ``flufl.enum`` library is a Python enumeration package.  Its goal is to\nprovide simple, specific, concise semantics in an easy to read and write\nsyntax.  ``flufl.enum`` has just enough of the features needed to make\nenumerations useful, but without a lot of extra baggage to weigh them down.\nThis work grew out of the Mailman 3.0 project.\n\nSince enums were added to Python in 3.4, why use this package instead of the\nPython standard library `enum <https://docs.python.org/3/library/enum.html>`_\npackage?  ``flufl.enum`` is intentionally simpler, and thus potentially faster\nand easier to maintain.\n\n\nAuthor\n======\n\n``flufl.enum`` is Copyright (C) 2004-2024 Barry Warsaw <barry@python.org>\n\nLicensed under the terms of the Apache License Version 2.0.  See the LICENSE\nfile for details.\n\n\nProject details\n===============\n\n * Project home: https://gitlab.com/warsaw/flufl.enum\n * Report bugs at: https://gitlab.com/warsaw/flufl.enum/issues\n * Code hosting: https://gitlab.com/warsaw/flufl.enum.git\n * Documentation: http://fluflenum.readthedocs.org/\n * PyPI: https://pypi.python.org/pypi/flufl.enum\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Python enumeration package",
    "version": "6.1.0",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/warsaw/flufl.enum/issues",
        "Documentation": "https://fluflenum.readthedocs.io",
        "Home Page": "https://fluflenum.readthedocs.io",
        "Source Code": "https://gitlab.com/warsaw/flufl.enum.git"
    },
    "split_keywords": [
        "enum"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e45ad204f2d7a1ba420a462ab9032d42b7e43996b9f3995d4ceca99daa501e3",
                "md5": "2ab5b579d7fce6b34d1ec78cca664b31",
                "sha256": "e9cf10e0f3f3985ddba6d831dd48ca376139d243f8c805b58600ab74675c4312"
            },
            "downloads": -1,
            "filename": "flufl_enum-6.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2ab5b579d7fce6b34d1ec78cca664b31",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5540,
            "upload_time": "2024-03-31T03:32:54",
            "upload_time_iso_8601": "2024-03-31T03:32:54.841985Z",
            "url": "https://files.pythonhosted.org/packages/7e/45/ad204f2d7a1ba420a462ab9032d42b7e43996b9f3995d4ceca99daa501e3/flufl_enum-6.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7549a34b3f6555c42d4a808a7af78a7bad7bf2e569aaf55b211a2d77267b7bd0",
                "md5": "339449b90c8592296f59678fd0636db9",
                "sha256": "1def2f98963d1c75732f46ea5b14e81cff7f3f6b55bc5ac951d2f955fdf6fc7f"
            },
            "downloads": -1,
            "filename": "flufl_enum-6.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "339449b90c8592296f59678fd0636db9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 19913,
            "upload_time": "2024-03-31T03:32:53",
            "upload_time_iso_8601": "2024-03-31T03:32:53.223693Z",
            "url": "https://files.pythonhosted.org/packages/75/49/a34b3f6555c42d4a808a7af78a7bad7bf2e569aaf55b211a2d77267b7bd0/flufl_enum-6.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-31 03:32:53",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "warsaw",
    "gitlab_project": "flufl.enum",
    "lcname": "flufl.enum"
}
        
Elapsed time: 0.23283s