Metadata-Version: 2.4
Name: speculate-cli
Version: 0.0.2
Summary: Structured agent specs, shortcuts, and doc workflows
Project-URL: Repository, https://github.com/jlevy/speculate-cli
Author-email: Joshua Levy <joshua@cal.berkeley.edu>
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: <4.0,>=3.11
Requires-Dist: clideps>=0.1.8
Requires-Dist: copier>=9.4.0
Requires-Dist: prettyfmt>=0.4.1
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=14.0.0
Requires-Dist: strif>=3.0.1
Description-Content-Type: text/markdown

# speculate-cli

This is the Python-based CLI for the Speculate project structure.

* * *

## Project Docs

For how to install uv and Python, see [installation.md](installation.md).

For development workflows, see [development.md](development.md).

For instructions on publishing to PyPI, see [publishing.md](publishing.md).

* * *

*This project was built from
[simple-modern-uv](https://github.com/jlevy/simple-modern-uv).*
