Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fastlifeweb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastlifeweb

High-level web framework

  • 0.23.0
  • PyPI
  • Socket score

Maintainers
1

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 {term}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 {term}JinjaX and an extensible set of component is available in order to build pages.

Those components are currently stylized by {term}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 {term}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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc