Metadata-Version: 2.4
Name: pollyweb-cli
Version: 0.1.10
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.5
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.

The `pw config` command generates a `pollyweb.KeyPair`, writes `private.pem` and `public.pem` using the library's PEM export helpers, and then sends an `Onboard@Notifier` message to `any-notifier.pollyweb.org`.
