Python SDK for the Immutable audit log API.
Project description
getimmutable
Python SDK for the Immutable audit log API. Tamper-evident audit logs for B2B SaaS.
Installation
pip install getimmutable
Requires Python 3.10+.
Quick Start
from getimmutable import ImmutableClient
client = ImmutableClient(
api_key="imk_your_api_key",
base_url="https://getimmutable.dev",
)
# Fluent builder
client.actor("user_123", name="Sarah Chen") \
.track("document.created", "document", {"size": 1024})
# Query events
events = client.get_events(actor_id="user_123")
# Verify chain integrity
result = client.verify()
print(result["data"]["valid"]) # True
Documentation
Full documentation at docs.getimmutable.dev/sdks/python.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
getimmutable-0.1.0.tar.gz
(6.6 kB
view details)
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 getimmutable-0.1.0.tar.gz.
File metadata
- Download URL: getimmutable-0.1.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c56f7da947aacf9cd6ef5c767a2f3b0057b68d4664613142613061e3c26d1cae
|
|
| MD5 |
e67f8f83b2c35981dd91916e8836b11d
|
|
| BLAKE2b-256 |
8efe714f78749cae1071979803c625925910f05e4045f3f45bca4f2f5374ae2b
|
File details
Details for the file getimmutable-0.1.0-py3-none-any.whl.
File metadata
- Download URL: getimmutable-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45dc3872a295f13a1867a2f848b2d6d8200421e3e28fb817bbb944010a579fd8
|
|
| MD5 |
ced7f673a9b11c1c4cf6ba1a406404a6
|
|
| BLAKE2b-256 |
e376def17da8a2eadd8317845126230c4f537829959daf66548efe80ffd8d1eb
|