.coveragerc
CHANGELOG.md
CONTRIBUTED
LICENSE
MANIFEST.in
Pipfile
README.md
requirements.txt
setup.cfg
setup.py
tox.ini
kecpkg/__init__.py
kecpkg/__main__.py
kecpkg/cli.py
kecpkg/create.py
kecpkg/gpg.py
kecpkg/settings.py
kecpkg/utils.py
kecpkg/commands/__init__.py
kecpkg/commands/build.py
kecpkg/commands/config.py
kecpkg/commands/new.py
kecpkg/commands/prune.py
kecpkg/commands/purge.py
kecpkg/commands/sign.py
kecpkg/commands/upload.py
kecpkg/commands/utils.py
kecpkg/files/__init__.py
kecpkg/files/rendering.py
kecpkg/files/templates/.env.template
kecpkg/files/templates/.gitignore.template
kecpkg/files/templates/Build_the_kecpkg.xml.template
kecpkg/files/templates/README.md.template
kecpkg/files/templates/Upload_the_kecpkg.xml.template
kecpkg/files/templates/package_info.json.template
kecpkg/files/templates/requirements.txt.template
kecpkg/files/templates/script.py.template
kecpkg_tools.egg-info/PKG-INFO
kecpkg_tools.egg-info/SOURCES.txt
kecpkg_tools.egg-info/dependency_links.txt
kecpkg_tools.egg-info/entry_points.txt
kecpkg_tools.egg-info/requires.txt
kecpkg_tools.egg-info/top_level.txt
tests/__init__.py
tests/test_settings.py
tests/test_utils.py
tests/utils.py
tests/commands/__init__.py
tests/commands/test_build.py
tests/commands/test_config.py
tests/commands/test_new.py
tests/commands/test_prune.py
tests/commands/test_purge.py
tests/commands/test_sign.py
tests/commands/test_upload.py