Metadata-Version: 2.1
Name: canonical
Version: 2.0.0a12
Summary: Common models and types for business applications
Home-page: https://gitlab.com/unimatrixone
Author: Cochise Ruhulessin
Author-email: cochise.ruhulessin@unimatrixone.io
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
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 :: Internet
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
Requires-Dist: inflect>=6.0.2
Requires-Dist: iso3166
Requires-Dist: pydantic>2
Requires-Dist: email-validator
Requires-Dist: phonenumbers
Requires-Dist: pytz
Provides-Extra: all
Requires-Dist: iso3166>=2.1.1; extra == "all"
Provides-Extra: iso3166
Requires-Dist: iso3166>=2.1.1; extra == "iso3166"

# Python Canonical Datamodel Library

The `canonical` namespace contains sub-packages that define commonly used
datastructures, for example as defined in a Request for Comments (RFC). Each
model is implemented using `pydantic`.
