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.4.tar.gz
(201.9 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.4-py3-none-any.whl
(227.0 kB
view details)
File details
Details for the file lace_client-0.7.4.tar.gz.
File metadata
- Download URL: lace_client-0.7.4.tar.gz
- Upload date:
- Size: 201.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b34b3b89dd6bd1f3db22339b94005c653ba72b45be9f41ba30c4ea0373c017c
|
|
| MD5 |
21543faf49b420b3b01dd95c9f111445
|
|
| BLAKE2b-256 |
6fee50b4ae9681c5d3fee59fe367ed9482de67c6596a61f6646349f39b146691
|
File details
Details for the file lace_client-0.7.4-py3-none-any.whl.
File metadata
- Download URL: lace_client-0.7.4-py3-none-any.whl
- Upload date:
- Size: 227.0 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 |
b5b1cbb8b7f7139d92a7b9ec5f237372cdc8ac7796747c2980a50401b1af951e
|
|
| MD5 |
1fa85b82b1e9d5c3b8d45a1a48b8cde2
|
|
| BLAKE2b-256 |
e7eeb00cbc8de36cd3fd945f4f30d2c7ab36a90bc8e9c81c5cd8e3307ce41880
|