LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/DEVELOPMENT.md
docs/USAGE.md
docs/superpowers/plans/2026-05-14-spider-monitor-mvp.md
examples/manual_lineage.py
examples/simple_requests.py
src/spider_monitor/__init__.py
src/spider_monitor/auto_instrument.py
src/spider_monitor/bootstrap.py
src/spider_monitor/cache.py
src/spider_monitor/cli.py
src/spider_monitor/config.py
src/spider_monitor/context.py
src/spider_monitor/core.py
src/spider_monitor/decorators.py
src/spider_monitor/export.py
src/spider_monitor/http_server.py
src/spider_monitor/hub.py
src/spider_monitor/logging.py
src/spider_monitor/privacy.py
src/spider_monitor/protocol.py
src/spider_monitor/provenance.py
src/spider_monitor/reporter.py
src/spider_monitor/resources.py
src/spider_monitor/time_utils.py
src/spider_monitor/types.py
src/spider_monitor/adapters/__init__.py
src/spider_monitor/adapters/aiohttp.py
src/spider_monitor/adapters/kafka.py
src/spider_monitor/adapters/requests.py
src/spider_monitor/adapters/scrapy.py
src/spider_monitor/adapters/selenium.py
src/spidermoon/__init__.py
src/spidermoon.egg-info/PKG-INFO
src/spidermoon.egg-info/SOURCES.txt
src/spidermoon.egg-info/dependency_links.txt
src/spidermoon.egg-info/entry_points.txt
src/spidermoon.egg-info/requires.txt
src/spidermoon.egg-info/top_level.txt
tests/test_aiohttp_adapter.py
tests/test_auto_instrument.py
tests/test_bootstrap.py
tests/test_cache.py
tests/test_cli.py
tests/test_config.py
tests/test_context.py
tests/test_core.py
tests/test_decorators.py
tests/test_http_server.py
tests/test_hub_export.py
tests/test_kafka_adapter.py
tests/test_lineage.py
tests/test_operations.py
tests/test_package.py
tests/test_privacy.py
tests/test_protocol.py
tests/test_provenance_cache.py
tests/test_quality.py
tests/test_reporter.py
tests/test_requests_adapter.py
tests/test_schema_docs.py
tests/test_scrapy_adapter.py
tests/test_selenium_adapter.py