Metadata-Version: 2.4
Name: meridian-labeling
Version: 0.1.0
Summary: Minimal Meridian labeling package scaffold
Author: LSMC contributors
License-Expression: MIT
Project-URL: Repository, https://github.com/lsmc-bio/meridian-labeling
Project-URL: Issues, https://github.com/lsmc-bio/meridian-labeling/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: bandit[toml]>=1.8.0; extra == "dev"
Requires-Dist: build>=1.2.0; extra == "dev"
Requires-Dist: pre-commit>=3.8.0; extra == "dev"
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: ruff>=0.15.0; extra == "dev"

# meridian-labeling

`meridian-labeling` is a minimal Python package scaffold for Meridian label-generation and labeling-runtime work.

## Current Scope

- publishes a namespaced package so downstream repos can depend on a stable artifact
- documents the placeholder authority boundary for future label rendering and formatting code
- provides local quality checks and CI so release and publish automation can run cleanly

## Package Surface

- import `meridian_labeling`
- inspect `meridian_labeling.__version__`
- call `meridian_labeling.package_summary()` for the current scaffold description

## Development

```bash
pip install -e ".[dev]"
pre-commit run --all-files
pytest
python -m build
```

This repo is intentionally small today. Replace the placeholder implementation when label layout, rendering, or print-runtime code lands here.

<!-- release-sweep: 2026-03-10 -->
