Metadata-Version: 2.4
Name: pollyweb-cli
Version: 0.1.12
Summary: Command line wallet tooling built on the pollyweb library.
Project-URL: Homepage, https://pypi.org/project/pollyweb-cli/
Project-URL: Source, https://github.com/pollycore/wallet-cli
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pollyweb==1.0.13
Requires-Dist: PyYAML>=6.0
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == "dev"
Requires-Dist: pytest>=8.0; extra == "dev"

# pollyweb-cli

Command line wallet tooling built on top of the `pollyweb` Python package.

`pw config` creates a local key pair in `~/.pollyweb`.

`pw bind <domain>` sends a signed `Bind@Vault` request to `https://pw.<domain>/inbox` and stores the returned bind token in `~/.pollyweb/binds.yaml`.

`pw shell <domain>` opens an interactive shell that sends each command as a signed `Shell@Domain` message containing the configured bind list and the command text.

See [docs/install.md](docs/install.md) for installation and [docs/usage.md](docs/usage.md) for examples.
