.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pixi.lock
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish-pypi.yml
src/manage_iocs/__init__.py
src/manage_iocs/__main__.py
src/manage_iocs/_version.py
src/manage_iocs/commands.py
src/manage_iocs/utils.py
src/manage_iocs.egg-info/PKG-INFO
src/manage_iocs.egg-info/SOURCES.txt
src/manage_iocs.egg-info/dependency_links.txt
src/manage_iocs.egg-info/entry_points.txt
src/manage_iocs.egg-info/requires.txt
src/manage_iocs.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py
tests/test_commands.py
tests/test_utils.py