enumagic


Nameenumagic JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/ObserverOfTime/enumagic.py
SummaryEnums infused with magic.
upload_time2024-01-13 16:24:54
maintainer
docs_urlNone
authorObserverOfTime
requires_python>=3.9
licenseZlib
keywords enum magic
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            enumagic
========

Python enums that work like magic.

.. csv-table::
   :align: center
   :header-rows: 1
   :widths: auto

   Release, Usage, Tests, License
   |pypi|, |rtfd|, |test|, |zlib|

.. |pypi| image:: https://img.shields.io/pypi/v/enumagic.svg?logo=python
   :target: https://pypi.org/project/enumagic/
   :alt: PyPI

.. |rtfd| image:: https://img.shields.io/readthedocs/enumagic.svg?logo=read-the-docs
   :target: https://enumagic.readthedocs.io/en/latest/
   :alt: Read the Docs

.. |test| image:: https://img.shields.io/github/actions/workflow/status/ObserverOfTime/enumagic.py/tests.yml?logo=github&label=tests
   :target: https://github.com/ObserverOfTime/enumagic.py/actions/workflows/tests.yml
   :alt: GitHub Actions

.. |zlib| image:: https://img.shields.io/badge/license-zlib-blue.svg?logo=spdx
   :target: https://spdx.org/licenses/Zlib.html#licenseText
   :alt: Zlib License


| The project is designed so that each module is self-sufficient.
| You are free to vendor the one(s) you need into your project,
| as long as you adhere to the terms of the Zlib license.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ObserverOfTime/enumagic.py",
    "name": "enumagic",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "enum,magic",
    "author": "ObserverOfTime",
    "author_email": "chronobserver@disroot.org",
    "download_url": "https://files.pythonhosted.org/packages/ac/ae/5cfa5a34f664e29a431a68ddb32d3aa592633f8a452b3ca520dfdd93dd6a/enumagic-0.2.2.tar.gz",
    "platform": null,
    "description": "enumagic\n========\n\nPython enums that work like magic.\n\n.. csv-table::\n   :align: center\n   :header-rows: 1\n   :widths: auto\n\n   Release, Usage, Tests, License\n   |pypi|, |rtfd|, |test|, |zlib|\n\n.. |pypi| image:: https://img.shields.io/pypi/v/enumagic.svg?logo=python\n   :target: https://pypi.org/project/enumagic/\n   :alt: PyPI\n\n.. |rtfd| image:: https://img.shields.io/readthedocs/enumagic.svg?logo=read-the-docs\n   :target: https://enumagic.readthedocs.io/en/latest/\n   :alt: Read the Docs\n\n.. |test| image:: https://img.shields.io/github/actions/workflow/status/ObserverOfTime/enumagic.py/tests.yml?logo=github&label=tests\n   :target: https://github.com/ObserverOfTime/enumagic.py/actions/workflows/tests.yml\n   :alt: GitHub Actions\n\n.. |zlib| image:: https://img.shields.io/badge/license-zlib-blue.svg?logo=spdx\n   :target: https://spdx.org/licenses/Zlib.html#licenseText\n   :alt: Zlib License\n\n\n| The project is designed so that each module is self-sufficient.\n| You are free to vendor the one(s) you need into your project,\n| as long as you adhere to the terms of the Zlib license.\n",
    "bugtrack_url": null,
    "license": "Zlib",
    "summary": "Enums infused with magic.",
    "version": "0.2.2",
    "project_urls": {
        "Bug tracker": "https://github.com/ObserverOfTime/enumagic.py/issues",
        "Donations": "https://github.com/sponsors/ObserverOfTime",
        "Homepage": "https://github.com/ObserverOfTime/enumagic.py"
    },
    "split_keywords": [
        "enum",
        "magic"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acae5cfa5a34f664e29a431a68ddb32d3aa592633f8a452b3ca520dfdd93dd6a",
                "md5": "186625199ccccf2303c2258842a1612f",
                "sha256": "6e28f1b62b3e5c99602a03110335c7ff2a6058e3572a5d27784239583f89a7ad"
            },
            "downloads": -1,
            "filename": "enumagic-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "186625199ccccf2303c2258842a1612f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4632,
            "upload_time": "2024-01-13T16:24:54",
            "upload_time_iso_8601": "2024-01-13T16:24:54.599095Z",
            "url": "https://files.pythonhosted.org/packages/ac/ae/5cfa5a34f664e29a431a68ddb32d3aa592633f8a452b3ca520dfdd93dd6a/enumagic-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-13 16:24:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ObserverOfTime",
    "github_project": "enumagic.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "enumagic"
}
        
Elapsed time: 0.17307s