A web framework for those who value their time.


Keywords
asgi, framework, fullstack, python, starlette
License
MIT
Install
pip install kupala==0.12.6

Documentation

Kupala Framework

A set of extensions for Starlette for rapid application development.

PyPI GitHub Workflow Status GitHub Libraries.io dependency status for latest release PyPI - Downloads GitHub Release Date Lines of code

Installation

Install kupala using PIP or poetry:

pip install kupala
# or
poetry add kupala

Features

  • dependency injection
  • SQLAlchemy 2 intergration
  • wtforms integration
  • click integration
  • jinja integration
  • file storage abstraction (S3, local files, in memory)
  • mail delivery
  • authentication (multi-backend, remember me)
  • django-like choices enums
  • configuration secrets reader
  • chainable guards (function that control access to the endpoint)
  • pagination
  • decorator-style routing
  • composable routing

Quick start

See example application in examples/ directory of this repository.