Metadata-Version: 2.1
Name: fastlifeweb
Version: 0.9.0
Summary: High-level web framework
Home-page: https://github.com/mardiros/fastlife
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.112.0,<0.113.0)
Requires-Dist: fontawesomefree[icons] (>=6.6.0,<7.0.0)
Requires-Dist: itsdangerous (>=2.1.2,<3.0.0)
Requires-Dist: jinjax (>=0.44,<0.45)
Requires-Dist: markupsafe (>=2.1.3,<3.0.0)
Requires-Dist: multidict (>=6.0.5,<7.0.0)
Requires-Dist: pydantic (>=2.5.3,<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)
Project-URL: Repository, https://github.com/mardiros/fastlife
Description-Content-Type: text/markdown

# Fastlife

[![CI](https://github.com/mardiros/fastlife/actions/workflows/main.yml/badge.svg)](https://github.com/mardiros/fastlife/actions/workflows/main.yml)

[![codecov](https://codecov.io/gh/mardiros/fastlife/graph/badge.svg?token=DTpi73d7mf)](https://codecov.io/gh/mardiros/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.


The package is available on pypi with the name fastlifeweb.

