Metadata-Version: 2.1
Name: pynostr-cli
Version: 0.1.0
Summary: CLI tool for interacting with the Nostr Protocol
Author: Kenneth Curtis
Author-email: kacurtis1616@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: cryptography (>=41.0.1,<42.0.0)
Description-Content-Type: text/markdown

# pynostr-cli

Very early work in progress of a cli tool that will interface with the nostr protocol

Currently supported functionality:

- generates public and private key pair in either hex or pem format, with an option to output to a file

For more information, visit https://github.com/nostr-protocol/nostr
