Metadata-Version: 2.4
Name: mnemix-workflow
Version: 0.2.0
Summary: Python distribution for the Mnemix Workflow bundled CLI
Author: Micah Courey
License-Expression: MIT
Project-URL: Homepage, https://github.com/micahcourey/mnemix-workflow
Project-URL: Repository, https://github.com/micahcourey/mnemix-workflow
Project-URL: Issues, https://github.com/micahcourey/mnemix-workflow/issues
Keywords: workflow,planning,cli,agents,specs
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Provides-Extra: release
Requires-Dist: build>=1.2; extra == "release"
Requires-Dist: twine>=5.1; extra == "release"

# Mnemix Workflow Python Distribution

This package distributes the `mnemix-workflow` CLI through PyPI so users can
install it with:

```bash
pip install mnemix-workflow
```

or:

```bash
pipx install mnemix-workflow
```

The packaged distribution exposes three console entrypoints:

- `mnemix-workflow`
- `mxw`
- `mnx`

The product and methodology documentation live in the repository root README.
