.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
test-requirements.txt
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
dev/.flake8
pynostr/__init__.py
pynostr/_version.py
pynostr/bech32.py
pynostr/bech32_util.py
pynostr/cli.py
pynostr/delegation.py
pynostr/key.py
pynostr.egg-info/PKG-INFO
pynostr.egg-info/SOURCES.txt
pynostr.egg-info/dependency_links.txt
pynostr.egg-info/entry_points.txt
pynostr.egg-info/requires.txt
pynostr.egg-info/top_level.txt
tests/__init__.py
tests/test_bech32.py
tests/test_bech32_util.py
tests/test_cli.py
tests/test_key.py