prkumar/uplink
A Declarative HTTP Client for Python observed · 2026-08-28
Health v2 · maintenance only
34/100
- Activity 26
- 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: 3264
- days_rel: 445
- days_push: 445
- n_releases_24m: 1
Adoption not part of the score
1139 stars · 66 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Uplink is a declarative HTTP client library for Python, inspired by Retrofit, that turns REST APIs into Python classes using decorators and type hints. It supports pluggable HTTP backends (requests, aiohttp, Twisted), async I/O, and converters for pydantic and marshmallow models.
Use cases
- build a python client for a rest api
- define api clients declaratively with decorators
- make async http requests with aiohttp
- deserialize json responses into pydantic models
- wrap a third-party rest api in a reusable class
- swap http backends without rewriting client code
When to choose
- you want a structured, class-based API client instead of ad-hoc requests calls
- you like Retrofit's declarative style in Python
- you need async support via aiohttp or Twisted
- you want built-in serialization with pydantic or marshmallow
When to avoid
- you need a simple one-off HTTP request
- you prefer writing requests calls directly
- you need a client for a non-REST protocol like GraphQL or gRPC
Facets
library · maturity active
http-client serialization middleware auth web-development apis developer-tools python cross-platform declarative retrofit-inspired rest-client aiohttp twisted pydantic marshmallow async
6 sources
- readme: https://github.com/prkumar/uplink · fetched 2026-08-28 · 186bffedc769
- homepage: https://uplink.prkumar.dev · fetched 2026-08-29 · f72ac1707250
- site_page: https://uplink.prkumar.dev/user/install · fetched 2026-08-29 · 23bca0ad8c99
- site_page: https://uplink.prkumar.dev/user/quickstart · fetched 2026-08-29 · ce6ea4a8af93
- registry_pypi: https://pypi.org/pypi/uplink/json · fetched 2026-08-29 · 7b3ce2a77b8f
- site_page: https://uplink.prkumar.dev/changelog · fetched 2026-08-29 · 0e52b24f9b40
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| prkumar/uplink | main | 34 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem