Metadata-Version: 2.1
Name: fastlifeweb
Version: 0.1.0
Summary: High-level web framework
License: BSD-derived
Author: Guillaume Gauvrit
Author-email: guillaume@gauvr.it
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: beautifulsoup4[testing] (>=4.12.2,<5.0.0)
Requires-Dist: behave (>=1.2.6,<2.0.0)
Requires-Dist: fastapi (>=0.103.1,<0.104.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: markupsafe (>=2.1.3,<3.0.0)
Requires-Dist: pydantic (>=2.3.0,<3.0.0)
Requires-Dist: pydantic-settings (>=2.0.3,<3.0.0)
Requires-Dist: python-multipart (>=0.0.6,<0.0.7)
Requires-Dist: venusian (>=3.0.0,<4.0.0)
Description-Content-Type: text/markdown

# Fastlife

A high-level Python web framework based on FastAPI, Jinja2 and Pydandic and htmx.

The intention is to prototype fast application.

Under heavy development.

