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.0.tar.gz
(195.2 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.0-py3-none-any.whl
(218.6 kB
view details)
File details
Details for the file lace_client-0.7.0.tar.gz.
File metadata
- Download URL: lace_client-0.7.0.tar.gz
- Upload date:
- Size: 195.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81c47b54678d179280e0b658a5e4bdabe4be62f2e99c08e81fa7d4f95f0d7846
|
|
| MD5 |
d8f0d54e46103d9427abae1f2f1458a6
|
|
| BLAKE2b-256 |
5b2d19d4bc3dd68aa7dc0b29abf128d94863b627419d6d3af7f1230063f02095
|
File details
Details for the file lace_client-0.7.0-py3-none-any.whl.
File metadata
- Download URL: lace_client-0.7.0-py3-none-any.whl
- Upload date:
- Size: 218.6 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 |
f7a5d5b1ed3ff9cc0fad26cc16000771c3a95003cb27571040e4eed0ad51b463
|
|
| MD5 |
3bed586b750567eba38931f0e04e13e3
|
|
| BLAKE2b-256 |
739ff94f416ae919a512cbbb6bbe96bb86beedd948ba342ad197e9b651e24dfe
|