Metadata-Version: 2.1
Name: typenum
Version: 0.3.4
Summary: Type-containing enumeration
Home-page: https://github.com/rjotanm/typenum
License: MIT
Author: Rinat Balbekov
Author-email: me@rjotanm.dev
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pydantic
Classifier: Framework :: Pydantic :: 2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Provides-Extra: pydantic
Requires-Dist: pydantic (>=2.9.0) ; extra == "pydantic"
Requires-Dist: typing-extensions (>=4.0.0)
Project-URL: Repository, https://github.com/rjotanm/typenum
Description-Content-Type: text/markdown

# Typenum

This package provide a way to create typed enumerations.

Archive and move to [enumetyped](https://github.com/rjotanm/enumetyped), because typenum is ambiguous between TypeNum and TypEnum.

