.coverage
.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
TODO.md
pyproject.toml
setup.py
.circleci/config.yml
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
bin/nostr
doc/setuptools_scm.md
nostr/__init__.py
nostr/_version.py
nostr/bech32.py
nostr/cli.py
nostr/delegation.py
nostr/event.py
nostr/filter.py
nostr/key.py
nostr/message_pool.py
nostr/message_type.py
nostr/pow.py
nostr/relay.py
nostr/relay_manager.py
nostr/request.py
nostr/subscription.py
nostr/commands/README.md
nostr/commands/key.py
nostr/commands/message.py
nostrpy.egg-info/PKG-INFO
nostrpy.egg-info/SOURCES.txt
nostrpy.egg-info/dependency_links.txt
nostrpy.egg-info/entry_points.txt
nostrpy.egg-info/requires.txt
nostrpy.egg-info/top_level.txt
test/README.md
test/requirements.txt
test/test_event.py
test/test_filter.py
test/test_key.py
test/test_relay_manager.py