Metadata-Version: 2.4
Name: gpdf-bootstrap
Version: 0.1.0
Summary: Bootstrap generator for the Governed Project Delivery Framework.
Author: GPDF Maintainers
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Keywords: bootstrap,codex,governance,project-delivery
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: jsonschema>=4.23
Requires-Dist: pyyaml>=6.0
Provides-Extra: dev
Requires-Dist: pytest>=8.3; extra == 'dev'
Description-Content-Type: text/markdown

# GPDF Bootstrap

`gpdf-bootstrap` is the pilot command-line generator for the Governed Project
Delivery Framework.

The current implementation is U-1 of the bootstrap plan: package foundation,
CLI entry point, public contract schemas, and stable validation diagnostics.

## Quick Start

```bash
python -m pip install -e ".[dev]"
gpdf --help
pytest
```

## Contract Versions

The pilot publishes independent schema contracts:

- Project profile: `gpdf.project-profile/v0.1`
- Manifest: `gpdf.manifest/v0.1`
- State: `gpdf.state/v0.1`

