Metadata-Version: 2.1
Name: enumagic
Version: 0.2.2
Summary: Enums infused with magic.
Home-page: https://github.com/ObserverOfTime/enumagic.py
Author: ObserverOfTime
Author-email: chronobserver@disroot.org
License: Zlib
Project-URL: Bug tracker, https://github.com/ObserverOfTime/enumagic.py/issues
Project-URL: Donations, https://github.com/sponsors/ObserverOfTime
Keywords: enum,magic
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
Provides-Extra: dev
License-File: LICENSE.rst

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.
