Skip to content

Releases: dolamroth/starlette-web

v0.1 Initial release

28 Mar 21:24
Compare
Choose a tag to compare

A first minor version of starlette-web has all features for writing small-to-medium sized web services:

  • Incorporates all Starlette features
  • SQLAlchemy async ORM is included
  • Admin panel via starlette_admin
  • Enhanced BaseHttpEndpoint and BaseWSEndpoint
  • Authorization
  • Caches and locks
  • Pub-sub channels
  • Periodic task scheduling
  • Management commands
  • Constance
  • Redis support