Metadata-Version: 2.1
Name: enumx
Version: 0.0.2
Summary: An extended enum for python.
Home-page: https://github.com/RichardLiew/enumx.git
Author: Richard
Author-email: richard.zen.liew@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# enumx
An extended enum for python.
Publish Steps: <https://builtin.com/data-science/how-to-publish-python-code-pypi>
1. `python -m build`
2. `python -m twine upload --repository PyPI dist/*` or `py -m twine upload --skip-existing dist/*`
