Metadata-Version: 2.3
Name: atypical
Version: 0.0.0
Summary: Type handling and normalization for non-standard types like email, phone numbers, money, dates, etc. serializable and deserializable as JSON, JSON Schema, and Pydantic.
Project-URL: Homepage, https://github.com/goodcleanfun/atypical
Project-URL: Repository, https://github.com/goodcleanfun/atypical
Author: Al Barrentine
License-Expression: MIT
License-File: LICENSE
Keywords: atypical,utils
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
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.11
Requires-Python: >=3.8
Requires-Dist: babel
Requires-Dist: email-validator>=1.1.3
Requires-Dist: foundational
Requires-Dist: furl
Requires-Dist: jinja2>=3.0.1
Requires-Dist: money
Requires-Dist: pendulum
Requires-Dist: phonenumbers
Requires-Dist: pydantic>2
Requires-Dist: python-dateutil
Requires-Dist: pytz>=2022.1
Requires-Dist: sartorial
Description-Content-Type: text/markdown

# atypical
Custom types for things like phone numbers, emails, etc. with normalization, Pydantic handling and JSON Schema serialization
