Metadata-Version: 2.3
Name: canvod-virtualiconvname
Version: 0.2.1
Summary: Canonical GNSS-T filename parser and data directory validator
Requires-Dist: pydantic>=2.5.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: duckdb>=1.0
Requires-Dist: natsort>=8.4.0
Requires-Python: >=3.14
Project-URL: Homepage, https://github.com/nfb2021/canvodpy
Project-URL: Documentation, https://nfb2021.github.io/canvodpy/packages/naming/overview/
Project-URL: Repository, https://github.com/nfb2021/canvodpy
Project-URL: Issues, https://github.com/nfb2021/canvodpy/issues
Description-Content-Type: text/markdown

# canvod-naming

Filename convention, mapping engine, and DuckDB-backed catalog for the canVODpy pipeline.

## Features

- **CanVODFilename** — Pydantic model for the canVOD filename convention
- **SourcePattern** — Regex-based pattern matching for diverse file naming schemes
- **FilenameMapper** — Virtual renaming engine that maps physical files to conventional names
- **FilenameCatalog** — DuckDB-backed metadata catalog for file tracking
