CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
docs/architecture.md
docs/format.md
docs/roadmap.md
docs/signing.md
examples/minimal-layout/AppxManifest.xml
examples/minimal-layout/app.exe
examples/minimal-layout/Assets/StoreLogo.png
examples/resource-only/AppxManifest.xml
examples/resource-only/Assets/StoreLogo.png
src/openappx/__init__.py
src/openappx/__main__.py
src/openappx/blockmap.py
src/openappx/bundle.py
src/openappx/cli.py
src/openappx/deploy.py
src/openappx/inspect.py
src/openappx/pack.py
src/openappx/pack_core.py
src/openappx/unpack.py
src/openappx/validate.py
src/openappx.egg-info/PKG-INFO
src/openappx.egg-info/SOURCES.txt
src/openappx.egg-info/dependency_links.txt
src/openappx.egg-info/entry_points.txt
src/openappx.egg-info/requires.txt
src/openappx.egg-info/top_level.txt
src/openappx/sign/__init__.py
src/openappx/sign/asn1.py
src/openappx/sign/certificate.py
src/openappx/sign/cli.py
src/openappx/sign/digest.py
src/openappx/sign/signer.py
src/openappx/sign/timestamp.py
tests/conftest.py
tests/test_bundle.py
tests/test_certificate_timestamp.py
tests/test_cli.py
tests/test_deploy.py
tests/test_docs.py
tests/test_format.py
tests/test_inspect.py
tests/test_makemsix_backend.py
tests/test_pack.py
tests/test_sign_cli.py
tests/test_signature.py
tests/test_signer.py
tests/test_unpack.py
tests/test_zip64.py