SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Python Asyncio Projects
-
FastAPI serves as the backbone of Fitness Tribe AI, handling the AI-powered analysis.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Home Assistant
:house_with_garden: Open source home automation that puts local control and privacy first.
Looks very similar, yet not as polished as https://www.home-assistant.io/.
Looking at their example "show me the camera in the living room" I'm reminded of this blog post:
https://www.home-assistant.io/blog/2024/06/07/ai-agents-for-...
> As we have researched AI, we concluded that there are currently no AI-powered solutions yet that are worth it. Would you want a summary of your home at the top of your dashboard if it could be wrong, cost you money, or even harm the planet?
-
-
Project mention: AIOHTTP VS tremolo - a user suggested alternative | libhunt.com/r/aiohttp | 2024-07-11
-
Project mention: Current problems and mistakes of web scraping in Python and tricks to solve them! | dev.to | 2024-08-22
Let's look at a simple code example. This will work for requests, httpx, and aiohttp with a clean installation and no extensions.
-
Douyin_TikTok_Download_API
🚀「Douyin_TikTok_Download_API」是一个开箱即用的高性能异步抖音、快手、TikTok、Bilibili数据爬取工具,支持API调用,在线批量解析及下载。
-
Uvicorn - An ASGI web server implementation for Python
-
Project mention: Psycopg 3.2 released – PostgreSQL driver for Python | news.ycombinator.com | 2024-07-01
If you are operating in an environment with asyncio check out asyncpg - https://github.com/MagicStack/asyncpg
Performance charts speak for themselves. This lib uses the binary protocol while most are using text based comms.
-
Project mention: Faust VS quix-streams - a user suggested alternative | libhunt.com/r/faust | 2023-12-07
-
Project mention: Someone's been messing with Python's floating point subnormals | news.ycombinator.com | 2024-08-11
Contrary to what is said in the article, gevent has the fix, it has been merged as https://github.com/gevent/gevent/commit/e29bd2ee11ca5f78cc9c... 2 years ago.
-
litestar
Production-ready, Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs
Project mention: Build Performant APIs, Light, Flexible and Extensible ASGI API Framework | news.ycombinator.com | 2024-07-04 -
aiogram
aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
-
Project mention: Building a full Django project, starting with a single file | news.ycombinator.com | 2024-04-23
-
-
pyrogram
Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
-
-
-
have a look to http://strawberry.rocks for Python.
I've still to find a better code first implementation too
-
-
-
-
Project mention: Quart: An async Python micro framework for building web applications | news.ycombinator.com | 2024-06-02
-
I have done similar work using the GitHub APIs before. I recommend using their GraphQL explorer to develop your queries interactively. You may need to fall back on the REST API instead of the GraphQL one for certain stats.
https://docs.github.com/en/graphql/overview/explorer
You can also refer to my code here, which may already collect some of the statistics you're interested in.
https://github.com/jstrieb/github-stats/blob/master/github_s...
I predict the most annoying part of this project will be dealing with authentication. There are a handful of ways to do it, and the permissions can be finicky depending on what data you are fetching.
Best of luck!
Python Asyncio discussion
Python Asyncio related posts
-
SSH one-liner for Ghost in TMUX Shell
-
How to Build a Python API from Scratch with FastAPI
-
hypercorn VS tremolo - a user suggested alternative
2 projects | 12 Jul 2024 -
daphne VS tremolo - a user suggested alternative
2 projects | 12 Jul 2024 -
uvicorn VS tremolo - a user suggested alternative
2 projects | 11 Jul 2024 -
Tornado VS tremolo - a user suggested alternative
2 projects | 11 Jul 2024 -
AIOHTTP VS tremolo - a user suggested alternative
2 projects | 11 Jul 2024 -
A note from our sponsor - SaaSHub
www.saashub.com | 4 Oct 2024
Index
What are some of the best open-source Asyncio projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | fastapi | 76,113 |
2 | Home Assistant | 71,802 |
3 | sanic | 18,027 |
4 | AIOHTTP | 15,022 |
5 | httpx | 13,071 |
6 | Douyin_TikTok_Download_API | 8,805 |
7 | uvicorn | 8,410 |
8 | asyncpg | 6,908 |
9 | Faust | 6,726 |
10 | gevent | 6,241 |
11 | litestar | 5,399 |
12 | aiogram | 4,616 |
13 | tortoise-orm | 4,579 |
14 | fastapi-users | 4,556 |
15 | pyrogram | 4,367 |
16 | aiortc | 4,191 |
17 | python-socketio | 3,960 |
18 | strawberry | 3,952 |
19 | Dependency Injector | 3,869 |
20 | python-slack-sdk | 3,839 |
21 | databases | 3,809 |
22 | quart | 2,921 |
23 | github-stats | 2,897 |