LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/crx3/__init__.py
src/crx3/__version__.py
src/crx3/common.py
src/crx3/creator.py
src/crx3/crx3_pb2.py
src/crx3/crx_info.py
src/crx3/crxfile.py
src/crx3/exceptions.py
src/crx3/id_util.py
src/crx3/key_util.py
src/crx3/utils.py
src/crx3/verifier.py
src/crx3.egg-info/PKG-INFO
src/crx3.egg-info/SOURCES.txt
src/crx3.egg-info/dependency_links.txt
src/crx3.egg-info/entry_points.txt
src/crx3.egg-info/not-zip-safe
src/crx3.egg-info/requires.txt
src/crx3.egg-info/top_level.txt
src/crx3/cli/__init__.py
src/crx3/cli/argparser.py
src/crx3/cli/cmd_create.py
src/crx3/cli/cmd_verify.py
src/crx3/cli/main.py
tests/test_cli_main.py
tests/test_creator.py
tests/test_crxfile.py
tests/test_key_util.py
tests/test_verifier.py