.coveragerc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.APACHE2
LICENSE.MIT
MANIFEST.in
README.rst
pyproject.toml
setup.py
test-requirements.txt
docs/Makefile
docs/make.bat
docs/source/basics.rst
docs/source/conf.py
docs/source/customizing.rst
docs/source/history.rst
docs/source/index.rst
docs/source/lowlevel.rst
docs/source/_static/.gitkeep
stackscope/__init__.py
stackscope/_code_dispatch.py
stackscope/_customization.py
stackscope/_extract.py
stackscope/_glue.py
stackscope/_lowlevel.py
stackscope/_lowlevel_cpython_310.py
stackscope/_lowlevel_cpython_311.py
stackscope/_lowlevel_pypy.py
stackscope/_pypy_gc_stubs.pyi
stackscope/_types.py
stackscope/_util.py
stackscope/_version.py
stackscope/lowlevel.py
stackscope/py.typed
stackscope.egg-info/PKG-INFO
stackscope.egg-info/SOURCES.txt
stackscope.egg-info/dependency_links.txt
stackscope.egg-info/requires.txt
stackscope.egg-info/top_level.txt
stackscope/_tests/__init__.py
stackscope/_tests/conftest.py
stackscope/_tests/test_frames.py
stackscope/_tests/test_registry.py
stackscope/_tests/test_traceback.py