LICENSE
README.md
pyproject.toml
src/pipeio/__init__.py
src/pipeio/cli.py
src/pipeio/config.py
src/pipeio/contracts.py
src/pipeio/docs.py
src/pipeio/matlab.py
src/pipeio/mcp.py
src/pipeio/registry.py
src/pipeio/resolver.py
src/pipeio/smk_log.py
src/pipeio.egg-info/PKG-INFO
src/pipeio.egg-info/SOURCES.txt
src/pipeio.egg-info/dependency_links.txt
src/pipeio.egg-info/entry_points.txt
src/pipeio.egg-info/requires.txt
src/pipeio.egg-info/top_level.txt
src/pipeio/adapters/__init__.py
src/pipeio/adapters/bids.py
src/pipeio/notebook/__init__.py
src/pipeio/notebook/analyze.py
src/pipeio/notebook/config.py
src/pipeio/notebook/lifecycle.py
src/pipeio/scaffold/__init__.py
tests/test_bids_resolver.py
tests/test_cli.py
tests/test_config.py
tests/test_contracts.py
tests/test_docs.py
tests/test_matlab.py
tests/test_mcp.py
tests/test_mod_discovery.py
tests/test_nb.py
tests/test_nb_analyze.py
tests/test_pipeio.py
tests/test_registry.py
tests/test_resolver.py
tests/test_smk_log.py