Metadata-Version: |
2.1 |
Name: |
hrefs |
Version: |
0.13 |
Summary: |
Hyperlinks for pydantic models |
Author-Email: |
Jaakko Moisio <jaakko[at]moisio.fi> |
Project-Url: |
Documentation, https://hrefs.readthedocs.io/ |
Project-Url: |
Source, https://github.com/jasujm/hrefs |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Environment :: Web Environment |
Classifier: |
Framework :: FastAPI |
Classifier: |
Framework :: Pydantic |
Classifier: |
Framework :: Pydantic :: 1 |
Classifier: |
Framework :: Pydantic :: 2 |
Classifier: |
Framework :: Hypothesis |
Classifier: |
Framework :: Pytest |
Classifier: |
Framework :: tox |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Programming Language :: Python :: 3 |
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 |
Classifier: |
Topic :: Internet |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.7 |
Requires-Dist: |
pydantic (>=1.8) |
Requires-Dist: |
starlette |
Requires-Dist: |
typing_extensions |
Requires-Dist: |
sphinx (<7); extra == "doc" |
Requires-Dist: |
sphinx-rtd-theme (<1.3); extra == "doc" |
Requires-Dist: |
tox (>=4.11); extra == "test" |
Requires-Dist: |
pytest (>=7.4); extra == "test" |
Requires-Dist: |
hypothesis (>=6.82); extra == "test" |
Requires-Dist: |
fastapi (>=0.103); extra == "test" |
Requires-Dist: |
black (>=23.7); extra == "test" |
Requires-Dist: |
pylint (>=2.17); extra == "test" |
Requires-Dist: |
mypy (>=1.5); extra == "test" |
Requires-Dist: |
httpx (>=0.24); extra == "test" |
Requires-Dist: |
pytest-skip-slow; extra == "test" |
Requires-Dist: |
coverage (>=7.3); extra == "test" |
Provides-Extra: |
doc |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |