Metadata-Version: 2.1
Name: enumagic
Version: 0.2.0
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Provides-Extra: dev
Requires-Dist: sphinx (~=5.1.1) ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme (~=1.0) ; extra == 'dev'

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://github.com/ObserverOfTime/enumagic.py/workflows/tests/badge.svg
   :target: https://github.com/ObserverOfTime/enumagic.py/actions?query=workflow%3Atests
   :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.
