hugapi/hug
Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler. 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4065
- days_rel: n/a
- days_push: 790
- n_releases_24m: 0
Adoption not part of the score
6883 stars · 391 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Hug is a Python 3+ API framework built on Falcon's high-performance HTTP library, designed to make developing REST APIs as simple as writing a function definition. It encourages self-documenting code, easy testing, and also supports exposing functions via a command-line interface.
Use cases
- build a REST API in Python with minimal boilerplate
- expose Python functions as HTTP endpoints automatically
- generate self-documenting APIs with built-in documentation
- create CLI tools from the same functions used for APIs
- quickly prototype Python microservices
- write easily testable HTTP APIs
When to choose
- you want the fastest path from a Python function to a working HTTP API
- you value self-documenting endpoints and built-in API docs
- you need both HTTP API and CLI access to the same logic
- you want a lightweight framework on top of Falcon's performance
When to avoid
- you need a framework with a large active ecosystem and frequent updates
- you require async-first architecture or modern ASGI integration
- you need extensive middleware, auth, or ORM integrations out of the box
- you're starting a new long-term project and want actively developed alternatives like FastAPI
Facets
framework · maturity maintenance
api-framework http-server routing cli web-development backend apis developer-tools python cross-platform rest falcon python3-only rpc self-documenting-apis
2 sources
- readme: https://github.com/hugapi/hug · fetched 2026-08-28 · bf0529c861ff
- registry_pypi: https://pypi.org/pypi/hug/json · fetched 2026-08-29 · a493225fb4fe
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hugapi/hug | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem