Metadata-Version: 2.4
Name: moredantic
Version: 0.0.4
Summary: A python library created on top of Pydantic that adds some functionalities to the Base and Root Models. Also adds some new data shapes models, new annotations and new decorators.
Author: Ricardo JRSM Vieira
Author-email: Ricardo JRSM Vieira <ricardojrsmvieira@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Typed
Requires-Dist: debug-group~=0.0.7
Requires-Dist: pydantic==2.13.4
Maintainer: Ricardo JRSM Vieira
Maintainer-email: Ricardo JRSM Vieira <ricardojrsmvieira@gmail.com>
Requires-Python: >=3.13
Project-URL: Homepage, https://github.com/ricardojrsmvieira/moredantic
Project-URL: Issues, https://github.com/ricardojrsmvieira/moredantic/issues
Description-Content-Type: text/markdown

# moredantic
A python library created on top of Pydantic that adds some functionalities to the Base and Root Models. Also adds some new data shapes models, new annotations and new decorators.


[![Publish to PyPI](https://github.com/ricardojrsmvieira/moredantic/actions/workflows/publish_to_pypi.yml/badge.svg)](https://github.com/ricardojrsmvieira/moredantic/actions/workflows/publish_to_pypi.yml)
[![Publish to Test PyPI](https://github.com/ricardojrsmvieira/moredantic/actions/workflows/publish_to_test_pypi.yml/badge.svg)](https://github.com/ricardojrsmvieira/moredantic/actions/workflows/publish_to_test_pypi.yml)
[![Checked with pyright](https://microsoft.github.io/pyright/img/pyright_badge.svg)](https://microsoft.github.io/pyright/)
