The CLI has a `pyproject.toml` with package name `swarm-provenance-uploader` but is not published to PyPI. ## Tasks - [ ] Decide on final package name (`swarm-provenance` vs `swarm-provenance-uploader` vs other) - [ ] Set up PyPI publishing (manual or CI/CD via GitHub Actions) - [ ] Publish initial version (v0.9.3) - [ ] Update README install instructions with `pip install <package-name>` Currently users need to clone the repo and install locally. A PyPI package would make the CLI accessible via a single `pip install` command.
The CLI has a
pyproject.tomlwith package nameswarm-provenance-uploaderbut is not published to PyPI.Tasks
swarm-provenancevsswarm-provenance-uploadervs other)pip install <package-name>Currently users need to clone the repo and install locally. A PyPI package would make the CLI accessible via a single
pip installcommand.