SealLayer Python SDK
Project description
SealLayer Python SDK
Reference implementation for the SealLayer SDK contract.
Install
pip install -e .
Quick Start
from seallayer import SealLayerClient
client = SealLayerClient("https://api.seallayer.com")
result = client.seal_file("document.pdf", wait=True)
print(result["status"], result.get("receipt"))
Features
- auto SHA-256 for file/text
- optional wait/polling for
202responses - retry policy for transient errors and queue full
- optional logger + telemetry hooks
- pluggable transport for tests (
MockTransport)
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
seallayer-0.1.0.tar.gz
(6.3 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 seallayer-0.1.0.tar.gz.
File metadata
- Download URL: seallayer-0.1.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f89e3d48bcb2cd98687c2736334b0c14c9ecfd2032d17313f7140bbaa7ae00e
|
|
| MD5 |
5107ce8eabce9fb76ab423794ec5963c
|
|
| BLAKE2b-256 |
16b7ae57b35934529dea4dfec7d7b335a2eb9705832ffa5fde2c52d6ba1aa3fa
|
File details
Details for the file seallayer-0.1.0-py3-none-any.whl.
File metadata
- Download URL: seallayer-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff544c44ad57e2e4dd859d3c5ebaad40c890e1c6deb2acbf114ca9cbba00d1f0
|
|
| MD5 |
4ac9cbdc0d7aacab50c811444a787bbd
|
|
| BLAKE2b-256 |
9719a418943a8fd3b905ccc5d9dc61ade03d287037f9c2790790b82b043f22f4
|