Pierre Git Storage SDK for Python provides client libraries to interact with the Pierre Git storage service. Version 1.5.2, requires Python >=3.9. Release cadence is irregular; recent releases focus on bug fixes and hydration improvements.
pip install pierre-storageVerified import paths — ran on the pinned version, not inferred.
Initialize the client and list repositories.
Use `PierreClient(api_key='your_key')` instead of `PierreClient('your_key')`.Replace `client.get_blob_content(repo_id, blob_id)` with `client.download_blob(repo_id, blob_id)`.
Reuse client instances across requests or increase the worker pool size via the `max_workers` parameter.
No dependency data recorded yet.