LICENSE
README.md
pyproject.toml
src/paperang_cli/__init__.py
src/paperang_cli/__main__.py
src/paperang_cli/_version.py
src/paperang_cli/cli.py
src/paperang_cli/config.py
src/paperang_cli/errors.py
src/paperang_cli/models.py
src/paperang_cli/output.py
src/paperang_cli/presets.py
src/paperang_cli/render.py
src/paperang_cli/style_resolution.py
src/paperang_cli/version-manifest.json
src/paperang_cli.egg-info/PKG-INFO
src/paperang_cli.egg-info/SOURCES.txt
src/paperang_cli.egg-info/dependency_links.txt
src/paperang_cli.egg-info/entry_points.txt
src/paperang_cli.egg-info/requires.txt
src/paperang_cli.egg-info/top_level.txt
src/paperang_cli/api/__init__.py
src/paperang_cli/api/contract.py
src/paperang_cli/api/p1.py
src/paperang_cli/api/p2.py
src/paperang_cli/commands/__init__.py
src/paperang_cli/commands/api_cmd.py
src/paperang_cli/commands/battery.py
src/paperang_cli/commands/capabilities_cmd.py
src/paperang_cli/commands/config_cmd.py
src/paperang_cli/commands/discover.py
src/paperang_cli/commands/mac.py
src/paperang_cli/commands/print_cmd.py
src/paperang_cli/commands/probe.py
src/paperang_cli/commands/status.py
src/paperang_cli/drivers/__init__.py
src/paperang_cli/drivers/base.py
src/paperang_cli/drivers/paperang_p1.py
src/paperang_cli/drivers/paperang_p2.py
src/paperang_cli/drivers/registry.py
src/paperang_cli/protocol/_capabilities.py
src/paperang_cli/protocol/const.py
src/paperang_cli/protocol/hardware_bleak.py
src/paperang_cli/protocol/image_data.py
tests/test_api.py
tests/test_capabilities.py
tests/test_check_agent_skill.py
tests/test_cli.py
tests/test_config.py
tests/test_driver_styles.py
tests/test_install_agent_skill.py
tests/test_presets.py
tests/test_registry.py
tests/test_render.py
tests/test_style_resolution.py
tests/test_version_manifest.py