Metadata-Version: |
2.2 |
Name: |
enum-tools |
Version: |
0.13.0 |
Summary: |
Tools to expand Python's enum module. |
Author-Email: |
Dominic Davis-Foster <dominic[at]davis-foster.co.uk> |
Home-Page: |
https://github.com/domdfcoding/enum_tools |
Project-Url: |
Issue Tracker, https://github.com/domdfcoding/enum_tools/issues |
Project-Url: |
Source Code, https://github.com/domdfcoding/enum_tools |
Project-Url: |
Documentation, https://enum-tools.readthedocs.io/en/latest |
License: |
LGPL-3.0-or-later |
Keywords: |
documentation,enum,sphinx,sphinx-extension |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Framework :: Sphinx :: Extension |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+) |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 :: Only |
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.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Documentation |
Classifier: |
Topic :: Documentation :: Sphinx |
Classifier: |
Topic :: Software Development :: Documentation |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Utilities |
Classifier: |
Typing :: Typed |
Platform: |
Windows |
Platform: |
macOS |
Platform: |
Linux |
Requires-Python: |
>=3.7 |
Requires-Dist: |
pygments (>=2.6.1) |
Requires-Dist: |
typing-extensions (>=3.7.4.3) |
Requires-Dist: |
sphinx (>=3.4.0); extra == "sphinx" |
Requires-Dist: |
sphinx-jinja2-compat (>=0.1.1); extra == "sphinx" |
Requires-Dist: |
sphinx-toolbox (>=2.16.0); extra == "sphinx" |
Requires-Dist: |
sphinx (>=3.4.0); extra == "all" |
Requires-Dist: |
sphinx-jinja2-compat (>=0.1.1); extra == "all" |
Requires-Dist: |
sphinx-toolbox (>=2.16.0); extra == "all" |
Provides-Extra: |
sphinx |
Provides-Extra: |
all |
Description-Content-Type: |
text/x-rst |