.condaignore
.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pixi.lock
pixi.toml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/conda_publish.yml
.github/workflows/pypi_publish.yml
conda.recipe/meta.yaml
src/remote_debug/__init__.py
src/remote_debug/api.py
src/remote_debug/cli.py
src/remote_debug.egg-info/PKG-INFO
src/remote_debug.egg-info/SOURCES.txt
src/remote_debug.egg-info/dependency_links.txt
src/remote_debug.egg-info/entry_points.txt
src/remote_debug.egg-info/requires.txt
src/remote_debug.egg-info/top_level.txt
tests/test_cli.py