Registry / http-networking / esdd-client

esdd-client

JSON →
library0.1.9.0pypypiunverified

API client for the online platform ESDD (evaluation, standardization, and derived data). Latest version 0.1.9.0, supports Python >=3.11. Active development.

pip install esdd-client
INSTALL
IMPORT
SIG · ESDD-CLIENT
E
esdd-client
http-networkingpythonv0.1.9.0
Install
3.9s avg
Import
Disk
39MB
Pass rate
6/ 10
Env Coverage6 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.1.9.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
glibc
py 3.10
✕ build_error
✕ build_error
py 3.11
✓ —
✓ 4.5s
py 3.12
✓ —
✓ 3.9s
py 3.13
✓ —
✓ 3.2s
py 3.9
✕ build_error
✕ build_error
39MB installed
● package 39MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ESDDClient
from esdd_client import ESDDClient
from esdd_client.app import ESDDClient

Initialize client with API key from environment variable and fetch projects.

import os from esdd_client import ESDDClient api_key = os.environ.get('ESDD_API_KEY', '') client = ESDDClient(api_key=api_key) projects = client.get_projects() print(projects)
Debug
Known issues
gotchaThe client requires Python >=3.11. Using older Python versions causes installation failure.
fix
Ensure Python 3.11+ is installed before installing esdd-client.
affects: >=0.1.0
gotchaAll requests use the API key; if not provided, the client may raise an authentication error. The API key must be set as environment variable 'ESDD_API_KEY' or passed directly.
fix
Set the ESFD_API_KEY environment variable before using the client.
affects: >=0.1.0
Upgrade
Version history
0.1.9.0latest on PyPI · released Mar 19, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
esdd-client — pip install esdd-client · libregistry