Metadata-Version: 2.4
Name: protoswift
Version: 1.0.0
Summary: Swiftly scaffold a Python project structure
Author: Linnaeus Bundalian
License: MIT
Requires-Python: >=3.9
Requires-Dist: pyyaml
Requires-Dist: rich
Provides-Extra: test
Requires-Dist: pytest-cov>=4.0.0; extra == 'test'
Requires-Dist: pytest>=7.0.0; extra == 'test'
Description-Content-Type: text/markdown

# ProtoSwift 🕊️

Swiftly scaffold Python projects with style.  
Generate a clean, customizable project structure in seconds — with optional Conda environments!

---

<img src="docs/swift.png" alt="Scaffold Demo" width="500"/>

---

## ✨ Features

- 📂 Scaffold a modern Python project structure instantly
- 🐍 Optionally create a Conda environment alongside your project
- ⚙️ Configurable via YAML/JSON or `pyproject.toml`
- 🚀 Zero dependencies at runtime (only needs `pyyaml`)
- 💨 Works with [`uv`](https://github.com/astral-sh/uv) for instant CLI execution (`uvx protoswift`)

---

