.coveragerc
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
kecpkg/__init__.py
kecpkg/__main__.py
kecpkg/cli.py
kecpkg/create.py
kecpkg/settings.py
kecpkg/utils.py
kecpkg/commands/__init__.py
kecpkg/commands/build.py
kecpkg/commands/new.py
kecpkg/commands/prune.py
kecpkg/commands/purge.py
kecpkg/commands/upload.py
kecpkg/commands/utils.py
kecpkg/files/__init__.py
kecpkg/files/rendering.py
kecpkg/files/templates/.gitignore.template
kecpkg/files/templates/README.md.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/utils.py
tests/commands/__init__.py
tests/commands/test_build.py
tests/commands/test_new.py
tests/commands/test_purge.py