LICENSE
README.md
pyproject.toml
src/pyinsight/__init__.py
src/pyinsight/cli.py
src/pyinsight/config.py
src/pyinsight/console.py
src/pyinsight/decorators.py
src/pyinsight/events.py
src/pyinsight/exporters.py
src/pyinsight/recorder.py
src/pyinsight/reporting.py
src/pyinsight/runtime.py
src/pyinsight/spans.py
src/pyinsight/utils.py
src/pyinsight.egg-info/PKG-INFO
src/pyinsight.egg-info/SOURCES.txt
src/pyinsight.egg-info/dependency_links.txt
src/pyinsight.egg-info/entry_points.txt
src/pyinsight.egg-info/requires.txt
src/pyinsight.egg-info/top_level.txt
tests/test_async_trace.py
tests/test_cli.py
tests/test_console.py
tests/test_slow.py
tests/test_span.py
tests/test_trace.py