hush-hush-python
The official Python SDK for hush-hush, generated from its OpenAPI spec and kept in sync with it automatically.
Install
pip install hush-hush
Requires Python 3.11 or newer.
Quickstart
from hush_hush import Client
client = Client("https://hush-hush.example.com", api_key="your-api-key") # or set HUSH_HUSH_API_KEY
# Create is a write operation — it needs the credential above.
client.create_object("my-first-secret", b"already-sealed-ciphertext")
# Get needs no credential — hush-hush's confidentiality boundary is
# "who holds a matching private key," not who's calling this endpoint.
value = client.get_object("my-first-secret")
print(f"got {len(value)} bytes of sealed ciphertext")
# The audit log records every read and write; querying it needs no
# credential either, and returns the full matching result set (there's
# no pagination on this endpoint).
for entry in client.query_audit_log():
print(entry.action, entry.object_id, entry.timestamp)
AsyncClient offers the same methods (await client.get_object(...)) for
async code. The API key is only required for write operations
(create/update/delete); reads (get, used-by, audit-log query) work without
one. caller, accepted by most methods, is optional. See the
full API reference for
everything else.
Versioning
This SDK's version tracks hush-hush's OpenAPI spec, not this repo's own commit history — see CONTRIBUTING.md for how a spec change becomes a release.
License
Release files for hush-hush 2.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hush_hush-2.0.3.tar.gz | 22.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hush_hush-2.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 81.3 kB
Release files / hush_hush-2.0.3.tar.gz
| Download URL | hush_hush-2.0.3.tar.gz |
|---|---|
| Size | 22.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
953b5ecc5f9105b5f7f04142193e10a7181cf37f52faf5e2f993c03a6943fd62
|
|
BLAKE2b-256 checksum How to use checksums |
9bee1a9d6ba0fb2fd90f9241d19052aad6fbbafd318ee0ada15bb8147f49f2f9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.
Transparency logRelease files / hush_hush-2.0.3-py3-none-any.whl
| Download URL | hush_hush-2.0.3-py3-none-any.whl |
|---|---|
| Size | 59.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d309a93be69f989e59d25ecaee97270ac57d63b3d2dcbc5def542d02e0f71235
|
|
BLAKE2b-256 checksum How to use checksums |
e046037562ef6bb7b5ee94dba096f27b66e8104389968c625ff0e25b5c83e791
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.
Transparency log