LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.cfg
docs/140upgrade.md
docs/CHANGELOG.md
docs/authentication.md
docs/foaf.md
docs/lmdb.md
docs/rate_limits.md
docs/storage.md
nostr_relay/__init__.py
nostr_relay/alembic.ini
nostr_relay/asgi.py
nostr_relay/auth.py
nostr_relay/cli.py
nostr_relay/config.py
nostr_relay/config.yaml
nostr_relay/errors.py
nostr_relay/foaf.py
nostr_relay/monkeypatch.py
nostr_relay/notifier.py
nostr_relay/rate_limiter.py
nostr_relay/util.py
nostr_relay/validators.py
nostr_relay/verification.py
nostr_relay/web.py
nostr_relay.egg-info/PKG-INFO
nostr_relay.egg-info/SOURCES.txt
nostr_relay.egg-info/dependency_links.txt
nostr_relay.egg-info/entry_points.txt
nostr_relay.egg-info/requires.txt
nostr_relay.egg-info/top_level.txt
nostr_relay.egg-info/zip-safe
nostr_relay/alembic/README
nostr_relay/alembic/env.py
nostr_relay/alembic/script.py.mako
nostr_relay/alembic/versions/63a13fc870a3_add_indexes.py
nostr_relay/alembic/versions/e748549d8d91_initial_tables.py
nostr_relay/alembic/versions/fb1b3b1247a1_migrate_old_data.py
nostr_relay/storage/__init__.py
nostr_relay/storage/base.py
nostr_relay/storage/db.py
nostr_relay/storage/kv.py
test/__init__.py
test/test_auth.py
test/test_kv.py
test/test_main.py
test/test_rate_limiter.py
test/test_validators.py
test/test_verification.py