.gitignore
LICENSE
README.md
pyproject.toml
setup.py
nostr/__init__.py
nostr/_version.py
nostr/bech32.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/subscription.py
nostr.egg-info/PKG-INFO
nostr.egg-info/SOURCES.txt
nostr.egg-info/dependency_links.txt
nostr.egg-info/requires.txt
nostr.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