tortilla/tortilla
Wrapping web APIs made easy. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 4315
- days_rel: n/a
- days_push: 2073
- n_releases_24m: 0
Adoption not part of the score
1241 stars · 44 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library that makes wrapping web APIs easy by chaining attribute and method calls into URL paths, then executing requests and parsing JSON responses into attribute-accessible objects. It supports headers, authentication data, and caching of API responses.
Use cases
- wrap a REST API in Python with minimal boilerplate
- build a Python client for a JSON web API
- chain URL segments to call API endpoints fluently
- access JSON response fields as attributes
- cache responses from a web API
- add authentication headers to API requests
When to choose
- you want a lightweight, magic-chaining Python wrapper around a JSON REST API
- you prefer attribute-style access to JSON responses over raw dictionaries
- you need quick one-off API clients without writing boilerplate HTTP code
When to avoid
- you need APIs returning formats other than JSON
- you need a maintained library with recent updates and long-term support
- you need fine-grained control over HTTP sessions, retries, or async requests
- your project requires Python 3 compatibility guarantees
Facets
library · maturity abandoned
http-client caching serialization apis web-development developer-tools python cross-platform api-wrapper rest-client chained-urls
2 sources
- readme: https://github.com/tortilla/tortilla · fetched 2026-08-28 · 19d3a044762a
- registry_pypi: https://pypi.org/pypi/tortilla/json · fetched 2026-08-29 · aa75e02e019a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tortilla/tortilla | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="tortilla/tortilla")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem