Starlite: the little API framework that can

This page summarizes the projects mentioned and recommended in the original post on /r/Python

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • starlite

    Discontinued Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs [Moved to: https://github.com/litestar-org/litestar]

  • done - v0.3.0 had been released: https://github.com/starlite-api/starlite/releases/tag/v0.3.0

  • fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  • Interesting thread on FastAPId claim for being fast: https://github.com/tiangolo/fastapi/issues/1664

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • uvicorn

    An ASGI web server, for Python. 🦄

  • To run your application, use an ASGI server such as uvicorn:

  • hius

    Little ASGI web framework

  • Several months ago I was also studying the structure of ASGI frameworks. FastAPI seemed to me to be very overloaded, moreover, it "does not know how to" Class Based View, which I really love, but I really liked the idea of pydantic integration. Therefore, I also took the excellent Starlette and wrote my implementation based on it, integrating pydantic into a self-written router. The framework is called Hius. I would be very glad and grateful if someone gives constructive criticism.

  • starlette

    The little ASGI framework that shines. 🌟

  • Starlette for the web parts.

  • pydantic

    Data validation using Python type hints

  • Pydantic for the data parts.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts