TAC parse gate and business-rule pack (F6 lint)
Project description
tac-validate
TAC parse gate and shared business-rule pack for F6 products. MIT licensed.
Install
pip install tac-validate==0.1.0
# or from the monorepo workspace:
uv sync --package tac-validate
Library
from tac_validate import lint
report = lint("METAR KJFK ...=", product="METAR")
if not report.ok:
for issue in report.issues:
print(issue.code, issue.message)
for fix in report.fixes:
print(fix.code, fix.replacement)
CLI
tac-validate --product METAR path/to/report.tac
tac-validate --product METAR --json path/to/report.tac
Exit code 0 when lint ok; 1 when error-severity issues are present (or the file cannot be read).
Rule depth (E10-21): METAR/SPECI/TAF full checklist; SIGMET/AIRMET/VAA/TCA template+gates.
Citations live in docs/domain/TAC_VALIDATION.md — no Annex prose in the wheel.
See ADR-015 / ADR-016. No FastAPI/Supabase imports; HTTP maps msgspec → pydantic.
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
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
File details
Details for the file tac_validate-0.1.0.tar.gz.
File metadata
- Download URL: tac_validate-0.1.0.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"22.04","id":"jammy","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4a1adaaa16adbc107d1ee26d7ed44b3af7dacb77f98b9904af99b11185a290a
|
|
| MD5 |
96bad96881d07980d98e0b54c6b28518
|
|
| BLAKE2b-256 |
9f6dcfe931c949ca23eaa727bee03a3f9c3354f6e12baf99d489c8206796539b
|
File details
Details for the file tac_validate-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tac_validate-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"22.04","id":"jammy","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5262bfca06f921b63f0fe920d0828b7297e609caffa0bd6460ff188e9b29ad4f
|
|
| MD5 |
4ee92bc5a8cb430bdb38ee275b502b65
|
|
| BLAKE2b-256 |
62da4d8dcb39fe8f09c7c59b0b5646e38840f1315edf639ef8925f4dbec2105c
|