Lace SDS generator (EU AI Act Article 53 public summary) — online-only CLI
Project description
Lace Client (SDS Generator)
Thin, online-only CLI that generates the EU AI Act Article 53(1)(d) public training summary (DOCX) via the Lace Cloud. No local DOCX generation; --dry-run assembles payloads for CI/review.
Install
python -m venv .venv && . .venv/bin/activate
pip install -U pip
pip install -e .
Quickstart
# Dry-run (no network)
python -m lace.cli pack examples/sample \
--answers-file examples/answers_sample.json \
--dry-run
# Real run (requires API key)
export LACE_API_KEY=lace_sk_...
python -m lace.cli pack /path/to/dataset \
--answers-file examples/answers_sample.json \
--out ./examples/output/summary.docx
Notes:
- Online-only: real runs call the Lace API.
- --dry-run prints the payload and EU answers summary without network calls.
- Override base URL with
--api-baseif needed.
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
lace_client-0.7.2.tar.gz
(199.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
lace_client-0.7.2-py3-none-any.whl
(224.3 kB
view details)
File details
Details for the file lace_client-0.7.2.tar.gz.
File metadata
- Download URL: lace_client-0.7.2.tar.gz
- Upload date:
- Size: 199.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25261cca36efb9303495c0bd6f416b09b4772802d4cca9e4d873bfcfc0730c3c
|
|
| MD5 |
3f5aa6737dd325ad8958728fcb2b82f5
|
|
| BLAKE2b-256 |
cab14b0418eec084f128e29fb3f033e766fd9c57650590e8745ea688504aa657
|
File details
Details for the file lace_client-0.7.2-py3-none-any.whl.
File metadata
- Download URL: lace_client-0.7.2-py3-none-any.whl
- Upload date:
- Size: 224.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2168e71a58667aa00d7740937789c48fe46f03a29d31534f048eb4d1662ce6e4
|
|
| MD5 |
fd8417ece744212452f2e1d5b25cd44e
|
|
| BLAKE2b-256 |
0534e0ea8fcb488301f31e08a71503d36841ea7668d35c3623d7e0493ebc8c32
|