Ross ROSS = Recommend OSS · open-source software intelligence for agents

prkumar/uplink

A Declarative HTTP Client for Python observed · 2026-08-28

github.com/prkumar/uplink · homepage · Python · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
prkumar/uplinkmain34

For agents

markdown · JSON · MCP: product_card(name="prkumar/uplink")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem