LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
armpicom/__init__.py
armpicom/armpicom_bundle.py
armpicom/engine.py
armpicom/py.typed
armpicom.egg-info/PKG-INFO
armpicom.egg-info/SOURCES.txt
armpicom.egg-info/dependency_links.txt
armpicom.egg-info/requires.txt
armpicom.egg-info/top_level.txt
armpicom/application/__init__.py
armpicom/application/service.py
armpicom/domain/__init__.py
armpicom/domain/models.py
armpicom/domain/ports/__init__.py
armpicom/domain/ports/iservice.py
armpicom/domain/ports/isubprocessor.py
armpicom/infrastructure/__init__.py
armpicom/infrastructure/cli.py
armpicom/infrastructure/cli_bundle.py
armpicom/infrastructure/gen_picom_command.py
armpicom/infrastructure/icli.py
armpicom/infrastructure/icli_command.py
armpicom/infrastructure/subprocessor.py
armpicom/infrastructure/config/armpicom.cfg
armpicom/infrastructure/config/armpicom.logo
armpicom/infrastructure/config/scheme.json
armpicom/infrastructure/config/templates.tgz
tests/test_domain.py
tests/test_engine.py
tests/test_infrastructure.py
tests/test_service.py