COPYING
README.md
pyproject.toml
setup.cfg
setup.py
bin/snapm
snapm/__init__.py
snapm/_snapm.py
snapm/command.py
snapm/report.py
snapm.egg-info/PKG-INFO
snapm.egg-info/SOURCES.txt
snapm.egg-info/dependency_links.txt
snapm.egg-info/requires.txt
snapm.egg-info/top_level.txt
snapm/manager/__init__.py
snapm/manager/_manager.py
snapm/manager/boot.py
snapm/manager/plugins/__init__.py
snapm/manager/plugins/_plugin.py
snapm/manager/plugins/lvm2.py
snapm/manager/plugins/stratis.py
snapm/manager/plugins/stratislib/__init__.py
snapm/manager/plugins/stratislib/_connection.py
snapm/manager/plugins/stratislib/_constants.py
snapm/manager/plugins/stratislib/_data.py
snapm/manager/plugins/stratislib/_environment.py
snapm/manager/plugins/stratislib/_error_codes.py
snapm/manager/plugins/stratislib/_errors.py
snapm/manager/plugins/stratislib/_introspect.py
snapm/manager/plugins/stratislib/_stratisd_constants.py
snapm/manager/plugins/stratislib/_stratisd_version.py
tests/test_boot.py
tests/test_command.py
tests/test_lvm2.py
tests/test_manager.py
tests/test_plugin.py
tests/test_report.py
tests/test_snapm.py
tests/test_stratis.py