fastapi/asyncer
Asyncer, async and await, focused on developer experience. observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 99
- Release rhythm 90
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 19
- age_days: 1702
- days_rel: 69
- days_push: 8
- n_releases_24m: 10
Adoption not part of the score
2485 stars · 89 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Asyncer is a small Python library built on AnyIO that provides a handful of utility functions for working with async/await and concurrent code with a focus on developer experience. It improves editor autocompletion, inline errors, and mypy type-checking support, and simplifies mixing async code with blocking code.
Use cases
- run async tasks concurrently in python with better type checking
- mix blocking and async code in python
- get autocompletion and inline errors for asyncio code
- run functions in a worker thread from async code
- simplify asyncio and trio compatibility in my project
When to choose
- you want a tiny, opinionated wrapper over AnyIO with excellent editor and mypy support
- you need to combine sync blocking calls with async code conveniently
- you already like the FastAPI ecosystem's developer-experience philosophy
When to avoid
- you need a full-featured async framework or advanced concurrency primitives
- you can't pin versions, since the API may still change
- you want to avoid extra dependencies for just four functions
Facets
library · maturity active
concurrency developer-tools developer-tools programming-languages python cross-platform asyncio anyio trio async-await developer-experience type-checking
5 sources
- readme: https://github.com/fastapi/asyncer · fetched 2026-08-28 · bd63cddbdd30
- homepage: https://asyncer.tiangolo.com/ · fetched 2026-08-29 · 08ee9c4790f2
- site_page: https://asyncer.tiangolo.com/about · fetched 2026-08-29 · 3f8eb1daba56
- site_page: https://asyncer.tiangolo.com/tutorial/install · fetched 2026-08-29 · 1d5b269a09d7
- registry_pypi: https://pypi.org/pypi/asyncer/json · fetched 2026-08-29 · df54d78c2081
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fastapi/asyncer | main | 96 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem