Metadata-Version: 2.1
Name: pyotr
Version: 0.1.0
Summary: OpenAPI-to-REST server and client frameworks for Python.
License: MIT
Author: Berislav Lopac
Author-email: berislav@lopac.net
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: http3 (>=0.6.3,<0.7.0)
Requires-Dist: openapi-core (>=0.11.0,<0.12.0)
Requires-Dist: pytest-cov (>=2.7,<3.0)
Requires-Dist: pyyaml (>=5.1,<6.0)
Requires-Dist: requests (>=2.22,<3.0)
Requires-Dist: starlette (>=0.12.1,<0.13.0)
Requires-Dist: stringcase (>=1.2,<2.0)
Requires-Dist: typing-extensions (>=3.7,<4.0)
Requires-Dist: uvicorn (>=0.8.2,<0.9.0)
