Metadata-Version: |
2.1 |
Name: |
pydantic-i18n |
Version: |
0.4.5 |
Summary: |
pydantic-i18n is an extension to support an i18n for the pydantic error messages. |
Author-Email: |
Roman Sadzhenytsia <urchin.dukkee[at]gmail.com> |
Project-Url: |
Documentation, https://pydantic-i18n.boardpack.org |
Project-Url: |
Source, https://github.com/boardpack/pydantic-i18n |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: System Administrators |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python |
Classifier: |
Topic :: Internet |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development |
Classifier: |
Typing :: Typed |
Classifier: |
Environment :: Web Environment |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 3 :: Only |
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 |
Requires-Python: |
>=3.8.1 |
Requires-Dist: |
pydantic (>=1.9.0) |
Requires-Dist: |
autoflake (==2.3.1); extra == "dev" |
Requires-Dist: |
flake8 (==7.1.1); extra == "dev" |
Requires-Dist: |
pre-commit; extra == "dev" |
Requires-Dist: |
mkdocs (==1.5.3); extra == "doc" |
Requires-Dist: |
mkdocs-material (==9.5.18); extra == "doc" |
Requires-Dist: |
markdown (==3.7); extra == "doc" |
Requires-Dist: |
markdown-include (==0.8.1); extra == "doc" |
Requires-Dist: |
mkdocs-markdownextradata-plugin (==0.2.6); extra == "doc" |
Requires-Dist: |
typer (==0.12.5); extra == "doc" |
Requires-Dist: |
pyyaml (==6.0.2); extra == "doc" |
Requires-Dist: |
pydantic (>=2); extra == "test" |
Requires-Dist: |
pytest (==8.3.3); extra == "test" |
Requires-Dist: |
pytest-cov (==5.0.0); extra == "test" |
Requires-Dist: |
mypy (==1.11.2); extra == "test" |
Requires-Dist: |
flake8 (==7.1.1); extra == "test" |
Requires-Dist: |
black (==24.8.0); extra == "test" |
Requires-Dist: |
isort (==5.13.2); extra == "test" |
Requires-Dist: |
babel (==2.16.0); extra == "test" |
Provides-Extra: |
dev |
Provides-Extra: |
doc |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |