Metadata-Version: 2.4
Name: tlf-core
Version: 0.1.0
Summary: Shared field registry and value normalizers for TLF
Author-email: Pujan Pandey <your.email@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/PujanPandey07/tlf-monorepo
Project-URL: Issues, https://github.com/PujanPandey07/tlf-monorepo/issues
Keywords: nepal,civic-data,normalization,data-interoperability
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: pyyaml
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"

# tlf-core

Shared interoperability layer for TLF data packages: canonical field registry,
field resolver, and (later) the shared `CollectionResult` data contract used
by all `tlf-collect-*` packages.

Status: Phase 1 (manual exploration) — no package code yet. See `notebooks/`.
