Starlette

Open-source projects categorized as Starlette

Top 23 Starlette Open-Source Projects

  • fastapi

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

  • Project mention: Python FastAPI: Integrating OAuth2 Security with the Application's Own Authentication Process | dev.to | 2024-05-13
  • awesome-fastapi

    A curated list of awesome things related to FastAPI

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • fastapi-users

    Ready-to-use and customizable users management for FastAPI

  • Project mention: Thoughts on FastAPI Users | /r/FastAPI | 2023-05-31

    I'm working with it now as a backend to svelte! It's very ergonomic especially since I'm using sqlalchemy + postgres (asyncpg) so I could just copy paste the example code. Heads up though that it doesn't implement any form of token refresh pattern so you'll have to do that yourself.

  • strawberry

    A GraphQL library for Python that leverages type annotations πŸ“

  • Project mention: My PHP Problems | news.ycombinator.com | 2024-02-20

    have a look to http://strawberry.rocks for Python.

    I've still to find a better code first implementation too

  • mangum

    AWS Lambda support for ASGI applications

  • Project mention: Why the Serverless Revolution Has Stalled | news.ycombinator.com | 2024-02-15
  • Solara

    A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps

  • Project mention: Designing a Pure Python Web Framework | news.ycombinator.com | 2024-03-22

    I really like this idea of using Python to create both the frontend and backend. Another lib doing this is https://solara.dev/ . Something I particularly like about Solara is that you can interactively build your app in a Jupyter Notebook, since behind the scenes it's using ipywidgets.

    Has anyone compared Solara and Reflex and can comment on pros/cons? Are there other options in this space? Maybe https://shiny.posit.co/py/ ?

  • sqladmin

    SQLAlchemy Admin for FastAPI and Starlette

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • piccolo

    A fast, user friendly ORM and query builder which supports asyncio. (by piccolo-orm)

  • Project mention: Piccolo, a Lightweight and Async Pydantic V2 Python ORM | news.ycombinator.com | 2023-11-07
  • justpy

    An object oriented high-level Python Web Framework that requires no frontend programming

  • Project mention: Learning building webpages and websites in Python | /r/learnprogramming | 2023-12-06

    I want to bring to attention a set of frameworks that make webdevelopment using Python simple and fun. The popular opinion maybe that webpages developed with Python maybe slow. But this is not the case. Do checkout https://github.com/ofjustpy/ofjustpy/, https://github.com/zauberzeug/nicegui/ and https://github.com/justpy-org/justpy . All these frameworks are build on top of Starlette and make web development really easy. If you want simple and ready to use the nicegui is the choice. If you want fast, scalable, and more control then give ofjustpy a try.

  • authx

    Ready-to-use and customizable Authentications and Oauth2 management for FastAPI ✨

  • Secure

    Secure πŸ”’ headers for Python web frameworks (by cak)

  • fastapi_contrib

    Opinionated set of utilities on top of FastAPI

  • bitcart

    https://bitcart.ai

  • starlette-admin

    Fast, beautiful and extensible administrative interface framework for Starlette & FastApi applications

  • Project mention: Robyn introduces SubRouters in v0.32.0 | /r/Python | 2023-06-03

    I can tell you that people very much do this. Quite frequently actually. The main use case is having ready made applications that you want to integrate into yours. Say you have a Sanic app but want to use starlette admin. No issue there, you can just host it on your Sanic app.

  • starlette-context

    Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging so logs automatically use request headers such as x-request-id or x-correlation-id.

  • spectree

    API spec validator and OpenAPI document generator for Python web frameworks.

  • piccolo_admin

    A powerful web admin for your database.

  • starlette-prometheus

    Prometheus integration for Starlette.

  • flama

    Fire up your models with the flame πŸ”₯

  • Project mention: Introducing Flama for Robust Machine Learning APIs | dev.to | 2023-12-18

    There has been a considerable effort in the last few years to try and standardise the way in which these type of APIs are implemented via different frameworks. However, over the last few years, a new type of functionality has become more and more popular: machine learning (ML) models; and the existing frameworks for building APIs are not well suited for this type of functionality. In this series of posts, we will learn how to build APIs using a Framework for the development of Lightweight Applications and Machine-learning Automation, also known as Flama.

  • lagom

    πŸ“¦ Autowiring dependency injection container for python 3 (by meadsteve)

  • xpresso

    A composable Python ASGI web framework

  • Project mention: It's Christmas day. You wake up, run to the tree, tear open the largest package with your name on it... FastAPI has added _____? | /r/Python | 2023-12-06

    Hook into dependencies and how they are ran, I want to define a synchronous dependency function and not have it run on another thread. This was a feature in https://github.com/adriangb/xpresso. I needlessly need to define dependencies as async even when they don’t use it.

  • fastapi-tdd-docker

    Test-Driven Development with FastAPI and Docker

  • piccolo_api

    ASGI middleware for authentication, rate limiting, and building REST endpoints.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Starlette related posts

  • My PHP Problems

    1 project | news.ycombinator.com | 20 Feb 2024
  • Strawberry: A Python Library for GraphQL

    1 project | news.ycombinator.com | 8 Aug 2023
  • Appwrite OSS Fund Sponsors Strawberry

    1 project | dev.to | 10 Jun 2023
  • Thoughts on FastAPI Users

    1 project | /r/FastAPI | 31 May 2023
  • Is it really advisable to try to run fastapi with predominantly sync routes in a real world application?

    7 projects | /r/FastAPI | 13 Apr 2023
  • JWT Auth Library Issue

    2 projects | /r/FastAPI | 20 Mar 2023
  • Python package for large scale project.

    1 project | /r/graphql | 24 Feb 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 23 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Index

What are some of the best open-source Starlette projects? This list will help you:

Project Stars
1 fastapi 71,659
2 awesome-fastapi 7,599
3 fastapi-users 4,143
4 strawberry 3,797
5 mangum 1,619
6 Solara 1,615
7 sqladmin 1,621
8 piccolo 1,282
9 justpy 1,169
10 authx 703
11 Secure 680
12 fastapi_contrib 594
13 bitcart 487
14 starlette-admin 487
15 starlette-context 419
16 spectree 305
17 piccolo_admin 285
18 starlette-prometheus 267
19 flama 255
20 lagom 250
21 xpresso 170
22 fastapi-tdd-docker 157
23 piccolo_api 136

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com