nameko/nameko
Python framework for building microservices observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 4936
- days_rel: n/a
- days_push: 854
- n_releases_24m: 0
Adoption not part of the score
4754 stars · 468 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Nameko is a Python microservices framework that lets developers build services as plain Python classes with entrypoints for AMQP RPC, events (pub-sub), HTTP, and websockets. It handles connections, transports, and concurrency automatically and includes CLI and testing utilities.
Use cases
- build microservices in python
- rpc between python services over amqp
- expose http endpoints for a service
- pub-sub events between services
- build websocket services in python
- unit and integration test microservices
When to choose
- building python microservices with amqp-based rpc or events
- you want a class-based service abstraction with managed concurrency
- you need both http and rpc entrypoints in one framework
When to avoid
- you need a full-featured async web framework or rest api framework
- your stack is not python
- you want actively evolving features - development is slow and releases are maintenance-focused
Facets
framework · maturity maintenance
rpc web-framework websocket message-queue microservices testing cli microservices backend web-development developer-tools python cross-platform amqp pub-sub service-framework event-driven
3 sources
- readme: https://github.com/nameko/nameko · fetched 2026-08-28 · 98e39459a3c2
- homepage: https://www.nameko.io · fetched 2026-08-29 · 3baf6fb17b61
- registry_pypi: https://pypi.org/pypi/nameko/json · fetched 2026-08-29 · 7ce50deb323a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nameko/nameko | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem