Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 547 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 547 Bytes

Installation

Get latest version:

pip install starlette-web
pip install starlette-web[postgres,redis,apispec,auth,scheduler]
pip install starlette-web[all]

starlette-web has a lot of extra dependencies, most of which correspond to contrib modules:

  • apispec
  • admin
  • mqtt
  • postgres
  • redis
  • scheduler
  • deploy
  • develop
  • testing

All but "development" and "testing" are recommended for production.

Setting-up

See docs/howto/setup

Running & Deployment

See docs/howto/deploy