Fastlife

Documentation Continuous Integration Coverage Report Maintainability

⚠️ Under Heavy Development Please note that this project is still in active development. Features and APIs may change frequently. Even the name is not definitive.

An opinionated Python web framework (based on FastAPI).

Purpose

Fastlife helps at building Web Application with session, security, html test client, and html form generated from pydantic schema using customizable widget.

Templates are made using JinjaX and an extensible set of component is available in order to build pages.

Those components are currently stylized by Tailwind CSS, using pytailwindcss.

Moreover, you can also write API, in an opinionated way to enforce documentation consistency.

First class configuration.

Fastlife is adding a “Configurator”, like Pyramid to get a better scallable codebase.

The configurator in fastlife organizes configuration settings hierarchically, enabling easy management and overriding at different levels. This promotes modularity and clarity in application configuration, making it simpler to maintain and scale your project.

Tests

Fastlife come with a test client that can interact with html inside unit tests.

Try it

The package is available on pypi with the name fastlifeweb.

pip install fastlifeweb

Developers Documentation:

Indices and tables