cresva
Name reservation. This package is not a working client yet.
There is no Python SDK for the Cresva API today. This placeholder exists so the
name cannot be claimed by anyone else, because pip install cresva was
published as an instruction on Cresva's documentation for a period while no
such package existed — leaving it in search caches and model training data, and
therefore capturable.
Calling the Cresva API today
It is plain HTTP with a bearer token. No package is required:
import os, requests
r = requests.get(
"https://api.cresva.ai/v1/metrics",
params={"date_from": "2026-01-01", "date_to": "2026-01-31"},
headers={"Authorization": f"Bearer {os.environ['CRESVA_API_KEY']}"},
)
print(r.json()["data"])
Create a key at https://cresva.ai/settings/api-keys. Full reference: https://cresva.ai/docs.
Related packages
@cresva/sdk(npm) — client for the ACP storefront API, a different product. Docs at https://developers.cresva.ai.cresva-mcp-server(npm) — MCP server exposing the platform API to Claude, Cursor and other MCP clients.
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cresva-0.0.2.tar.gz.
File metadata
- Download URL: cresva-0.0.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9633e06bb3a2739a83b9b67ba2ffdb607f9604114b995021f1afce70eb15c3ca
|
|
| MD5 |
347f26cd61602ab0dbaf0e1b16c13c57
|
|
| BLAKE2b-256 |
28f5cfdaf5a2341ddf6fe728e66ee2fee5a2635c9262957fcd286480039c9b8d
|
File details
Details for the file cresva-0.0.2-py3-none-any.whl.
File metadata
- Download URL: cresva-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c974218f85f62d79663c3d203e00c6912b0ef4d564694ce0785778d71b7d940
|
|
| MD5 |
4ca30f9d969b48fea33b833adb85ae3b
|
|
| BLAKE2b-256 |
e2c1576286ff04037249a7a1d15b60c65ea529a730e22e59fc0791eea6673911
|