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: FastAPI Got Me an OpenAPI Spec Really... Fast | dev.to | 2024-04-22

    Thatโ€™s when I found FastAPI.

  • 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

  • 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
  • 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 โœจ

  • Project mention: FastAPI as a authentication provider | /r/FastAPI | 2023-04-24

    Yeah you can use a python OIDC or Oauth2 server lib, and just add the routes to your app. Here some doc for AuthX or Authlib.

  • 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

  • UtilMeta Python Framework

    UtilMeta - progressive meta framework for API development in Python

  • Project mention: Build User login/signup & RESTful APIs in 100 lines of Python | dev.to | 2024-02-23

    We will use UtilMeta framework to build these APIs, It's an open-source Python meta backend framework, which supports the integration of Python frameworks like Django, Flask, FastAPI, and efficiently builds declarative RESTful APIs based on the Python type annotation standard

  • 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

Index

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

Project Stars
1 fastapi 70,779
2 awesome-fastapi 7,461
3 fastapi-users 4,034
4 strawberry 3,755
5 mangum 1,587
6 Solara 1,573
7 sqladmin 1,564
8 piccolo 1,266
9 justpy 1,162
10 authx 686
11 Secure 669
12 fastapi_contrib 594
13 bitcart 475
14 starlette-admin 473
15 starlette-context 419
16 spectree 304
17 piccolo_admin 280
18 starlette-prometheus 266
19 flama 254
20 lagom 245
21 xpresso 170
22 fastapi-tdd-docker 156
23 UtilMeta Python Framework 134

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