Commit eb30070
authored
feat: aztec-py v1.1.0 — batch API, presets, CLI bulk/benchmark, GS1, SEO meta
High-volume utility additions:
- aztec_py/batch.py: encode_batch() with ordered output and multiprocessing
- aztec_py/presets.py: boarding_pass, transit_ticket, event_entry, gs1_label
- aztec_py/__main__.py: bulk mode (--input, --workers, --out-dir, --preset)
and benchmark mode (--benchmark, --benchmark-count, --benchmark-workers)
- aztec_py/__init__.py: expose encode_batch, presets, __version__ = "1.1.0"
- aztec_py/core.py: minor type annotation updates
Tests:
- tests/test_batch.py, test_presets.py, test_cli_bulk_and_benchmark.py (new)
- tests/test_rune.py: SVG-path and PDF-to-file-object coverage
- tests/test_compat_matrix.py: compat.py error-path coverage
- Total: 94 passed, 90.67% coverage
Meta:
- Version: 0.11.0 → 1.1.0
- pyproject.toml: description, 12 keywords, Production/Stable + Typing classifiers
- README: full rewrite — why-aztec-py table, six real-world use-case sections
(airline, logistics, healthcare, ticketing, retail, Django/FastAPI service)
- CHANGELOG: 1.1.0 entry
Co-authored-by: greyllmmoder <greyllmmoder@users.noreply.github.com>1 parent 62f5011 commit eb30070
15 files changed
Lines changed: 1317 additions & 160 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
3 | 18 | | |
4 | 19 | | |
5 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | | - | |
36 | | - | |
37 | 33 | | |
38 | 34 | | |
39 | 35 | | |
| |||
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
49 | | - | |
50 | 45 | | |
51 | 46 | | |
0 commit comments