LICENSE
MANIFEST.in
README.md
completion.bash
pyproject.toml
requirements.txt
setup.cfg
setup.py
charmcraft/__init__.py
charmcraft/__main__.py
charmcraft/bases.py
charmcraft/charm_builder.py
charmcraft/cmdbase.py
charmcraft/config.py
charmcraft/deprecations.py
charmcraft/env.py
charmcraft/instrum.py
charmcraft/jujuignore.py
charmcraft/linters.py
charmcraft/main.py
charmcraft/manifest.py
charmcraft/metadata.py
charmcraft/parts.py
charmcraft/reactive_plugin.py
charmcraft/snap.py
charmcraft/utils.py
charmcraft/version.py
charmcraft.egg-info/PKG-INFO
charmcraft.egg-info/SOURCES.txt
charmcraft.egg-info/dependency_links.txt
charmcraft.egg-info/entry_points.txt
charmcraft.egg-info/requires.txt
charmcraft.egg-info/top_level.txt
charmcraft/commands/__init__.py
charmcraft/commands/analyze.py
charmcraft/commands/build.py
charmcraft/commands/clean.py
charmcraft/commands/init.py
charmcraft/commands/pack.py
charmcraft/commands/version.py
charmcraft/commands/store/__init__.py
charmcraft/commands/store/client.py
charmcraft/commands/store/registry.py
charmcraft/commands/store/store.py
charmcraft/providers/__init__.py
charmcraft/providers/_buildd.py
charmcraft/providers/_get_provider.py
charmcraft/providers/_logs.py
charmcraft/providers/_lxd.py
charmcraft/providers/_multipass.py
charmcraft/providers/_provider.py
charmcraft/providers/providers.py
charmcraft/templates/charmlibs/new_library.py.j2
charmcraft/templates/init-kubernetes/.gitignore.j2
charmcraft/templates/init-kubernetes/CONTRIBUTING.md.j2
charmcraft/templates/init-kubernetes/LICENSE.j2
charmcraft/templates/init-kubernetes/README.md.j2
charmcraft/templates/init-kubernetes/charmcraft.yaml.j2
charmcraft/templates/init-kubernetes/metadata.yaml.j2
charmcraft/templates/init-kubernetes/pyproject.toml.j2
charmcraft/templates/init-kubernetes/requirements.txt.j2
charmcraft/templates/init-kubernetes/tox.ini.j2
charmcraft/templates/init-kubernetes/src/charm.py.j2
charmcraft/templates/init-kubernetes/tests/integration/test_charm.py.j2
charmcraft/templates/init-kubernetes/tests/unit/test_charm.py.j2
charmcraft/templates/init-machine/.gitignore.j2
charmcraft/templates/init-machine/CONTRIBUTING.md.j2
charmcraft/templates/init-machine/LICENSE.j2
charmcraft/templates/init-machine/README.md.j2
charmcraft/templates/init-machine/charmcraft.yaml.j2
charmcraft/templates/init-machine/metadata.yaml.j2
charmcraft/templates/init-machine/pyproject.toml.j2
charmcraft/templates/init-machine/requirements.txt.j2
charmcraft/templates/init-machine/tox.ini.j2
charmcraft/templates/init-machine/src/charm.py.j2
charmcraft/templates/init-machine/tests/integration/test_charm.py.j2
charmcraft/templates/init-machine/tests/unit/test_charm.py.j2
charmcraft/templates/init-simple/.gitignore.j2
charmcraft/templates/init-simple/CONTRIBUTING.md.j2
charmcraft/templates/init-simple/LICENSE.j2
charmcraft/templates/init-simple/README.md.j2
charmcraft/templates/init-simple/charmcraft.yaml.j2
charmcraft/templates/init-simple/config.yaml.j2
charmcraft/templates/init-simple/metadata.yaml.j2
charmcraft/templates/init-simple/pyproject.toml.j2
charmcraft/templates/init-simple/requirements.txt.j2
charmcraft/templates/init-simple/tox.ini.j2
charmcraft/templates/init-simple/src/charm.py.j2
charmcraft/templates/init-simple/tests/integration/test_charm.py.j2
charmcraft/templates/init-simple/tests/unit/test_charm.py.j2