Metadata-Version: 2.4
Name: codira-bundle-official
Version: 1.0.0
Summary: Curated first-party plugin bundle for codira
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: codira[semantic]==1.0.0
Requires-Dist: codira-analyzer-python==1.0.0
Requires-Dist: codira-analyzer-json==1.0.0
Requires-Dist: codira-analyzer-c==1.0.0
Requires-Dist: codira-analyzer-bash==1.0.0
Requires-Dist: codira-backend-sqlite==1.0.0
Provides-Extra: test
Requires-Dist: black; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: ruff; extra == "test"

# codira-bundle-official

Curated first-party plugin bundle for `codira`.

This meta-package establishes the accepted umbrella name for the official
plugin set introduced by ADR-007.

When the first-party distributions are published normally, this package will be
the user-facing install target for the curated bundle.

Package-local verification:

```bash
pytest -q packages/codira-bundle-official/tests
```
