LICENSE
README.md
pyproject.toml
src/sether/__init__.py
src/sether/core.py
src/sether/py.typed
src/sether.egg-info/PKG-INFO
src/sether.egg-info/SOURCES.txt
src/sether.egg-info/dependency_links.txt
src/sether.egg-info/requires.txt
src/sether.egg-info/top_level.txt
src/sether/audit/__init__.py
src/sether/audit/sinks.py
src/sether/audit/types.py
src/sether/detectors/__init__.py
src/sether/detectors/basic.py
src/sether/detectors/identity.py
src/sether/detectors/secrets.py
src/sether/detectors/types.py
src/sether/middleware/__init__.py
src/sether/middleware/_common.py
src/sether/middleware/anthropic.py
src/sether/middleware/asgi.py
src/sether/middleware/httpx_client.py
src/sether/middleware/openai.py
src/sether/middleware/wsgi.py
src/sether/stream/__init__.py
src/sether/stream/_tokens.py
src/sether/stream/redact.py
src/sether/stream/restore.py
src/sether/stream/sse.py
src/sether/vault/__init__.py
src/sether/vault/memory.py
src/sether/vault/types.py
tests/test_audit.py
tests/test_detectors_basic.py
tests/test_detectors_identity.py
tests/test_detectors_secrets.py
tests/test_middleware_anthropic.py
tests/test_middleware_asgi.py
tests/test_middleware_httpx.py
tests/test_middleware_openai.py
tests/test_middleware_wsgi.py
tests/test_sse.py
tests/test_stream.py
tests/test_sync.py
tests/test_vault_memory.py