starlette
ASGI framework
A lightweight ASGI framework/toolkit for building async web services in Python
The little ASGI framework that shines. 🌟
10k stars
103 watching
952 forks
Language: Python
last commit: about 2 months ago
Linked from 2 awesome lists
asynchttppythonwebsockets
Related projects:
Repository | Description | Stars |
---|---|---|
encode/uvicorn | Provides an ASGI web server implementation for Python | 8,695 |
encode/httpx | An HTTP client library for Python with support for synchronous and asynchronous APIs, including features like HTTP/1.1 and HTTP/2. | 13,444 |
kennethreitz/responder | A unifying Python framework that combines features from Flask and Falcon to provide a flexible and performant web service architecture. | 3,595 |
sparckles/robyn | A high-performance, community-driven web framework with a Rust runtime. | 4,818 |
tartiflette/tartiflette-asgi | A wrapper for a Python GraphQL engine that provides ASGI support for building HTTP APIs | 99 |
encode/databases | An asynchronous Python library providing support for querying multiple databases using SQLAlchemy core expressions. | 3,853 |
tinche/aiofiles | A library that provides asynchronous file I/O support for Python's asyncio framework | 2,908 |
microsoft/playwright-python | A Python library to automate Chromium, Firefox and WebKit browsers with a single API | 12,045 |
frappe/frappe | A full-stack web application framework designed to support the development of real-world applications | 7,403 |
astral-sh/ruff | A fast and powerful Python code linter and formatter written in Rust. | 33,816 |
asweigart/pyautogui | A Python module for programmatically controlling mouse and keyboard interactions | 10,570 |
spec-first/connexion | A framework that allows developers to write API specifications first and then generate Python code based on those specifications | 4,508 |
emmett-framework/granian | A single HTTP server implementation supporting multiple Python application interfaces and protocols | 2,958 |
fastapi/fastapi | A modern Python framework for building high-performance RESTful APIs | 78,676 |
python-eel/eel | A lightweight Python library that enables seamless communication between Python and JavaScript, facilitating the creation of simple GUI applications. | 6,525 |