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

kupala

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kupala

A set of extensions for Starlette.

  • 0.31.0
  • PyPI
  • Socket score

Maintainers
1

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.

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