LICENSE
README.md
pyproject.toml
src/powertrace/__init__.py
src/powertrace/py.typed
src/powertrace.egg-info/PKG-INFO
src/powertrace.egg-info/SOURCES.txt
src/powertrace.egg-info/dependency_links.txt
src/powertrace.egg-info/requires.txt
src/powertrace.egg-info/top_level.txt
src/powertrace/context/__init__.py
src/powertrace/context/config.py
src/powertrace/context/context.py
src/powertrace/main/__init__.py
src/powertrace/main/main.py
src/powertrace/models/__init__.py
src/powertrace/models/path.py
src/powertrace/models/traceback.py
src/powertrace/notebook/__init__.py
src/powertrace/notebook/extension.py
src/powertrace/notebook/rich_monkeypatch.py
src/powertrace/powertrace/__init__.py
src/powertrace/powertrace/install.py
src/powertrace/powertrace/powertrace.py
src/powertrace/powertrace/traceback.py
src/powertrace/powertrace/visualize.py
src/powertrace/powertrace/visualizer.py
tests/test_main.py