AUTHORS.md
CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
README.md
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
examples/example.py
images/vscode.png
src/arraydebug/__init__.py
src/arraydebug/array_like.py
src/arraydebug/core.py
src/arraydebug/numpy.py
src/arraydebug/torch.py
src/arraydebug.egg-info/PKG-INFO
src/arraydebug.egg-info/SOURCES.txt
src/arraydebug.egg-info/dependency_links.txt
src/arraydebug.egg-info/requires.txt
src/arraydebug.egg-info/top_level.txt
src/arraydebug.egg-info/zip-safe
tests/__init__.py
tests/test_array_like.py
tests/test_arraydebug.py
tests/test_numpy.py
tests/test_torch.py