Metadata-Version: 2.4
Name: pygen-dev
Version: 0.1.0
Summary: Python project generator with governance, plugins, and compliance
Author: PyGen Team
License: MIT
Keywords: cli,generator,devtools,compliance
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pyyaml

# pygen-cli

**pygen** is a Python project generator and governance platform.

## Features
- CLI-based project generation
- Plugin system
- Compliance and security checks
- CI enforcement with `pygen doctor`
- Multi-repo orchestration

## Installation
```bash
pip install pygen-py

