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.3.tar.gz
(201.5 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.3-py3-none-any.whl
(226.6 kB
view details)
File details
Details for the file lace_client-0.7.3.tar.gz.
File metadata
- Download URL: lace_client-0.7.3.tar.gz
- Upload date:
- Size: 201.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60c91e60ed25582437ae2ce920f6cd9dc4b96419ee45946fbb2c5a7465074018
|
|
| MD5 |
6ed0ceedfcc1aed1b0de698d317c0c2a
|
|
| BLAKE2b-256 |
9c3871b4759a3131824710f0ab43ac8f250bbe2a1c2804300e7c5b61ed4077f3
|
File details
Details for the file lace_client-0.7.3-py3-none-any.whl.
File metadata
- Download URL: lace_client-0.7.3-py3-none-any.whl
- Upload date:
- Size: 226.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 |
883fb138ed673fc0bca3d3dba14f9ef59701ff8d7932f19c0cdada7667d459a4
|
|
| MD5 |
60e7826da5df3c7eab639fbe7d45a575
|
|
| BLAKE2b-256 |
107d58f2e73ecf69532fedfbc8305697796c283b8a5fa5752f94253fefd582c0
|