Metadata-Version: 2.1
Name: wintry
Version: 0.1.0a0
Summary: A Web Framework for you, the developer, in a clean way, a cool way
License: MIT
Author: adriangs1996
Author-email: adriangonzalezsanchez1996@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: postgres
Requires-Dist: Inject (>=4.3.1,<5.0.0)
Requires-Dist: SQLAlchemy (>=1.4.35,<2.0.0); extra == "postgres"
Requires-Dist: asyncpg (>=0.25.0,<0.26.0); extra == "postgres"
Requires-Dist: dataclass-wizard (>=0.22.0,<0.23.0)
Requires-Dist: fastapi (>=0.75.2,<0.76.0)
Requires-Dist: motor (>=2.5.1,<3.0.0)
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Requires-Dist: pyee (>=9.0.4,<10.0.0)
Requires-Dist: uvicorn (>=0.17.6,<0.18.0)
