[charmtools.templates]
ansible = charmtools.templates.ansible:AnsibleCharmTemplate
bash = charmtools.templates.bash:BashCharmTemplate
chef = charmtools.templates.chef:ChefCharmTemplate
powershell = charmtools.templates.powershell:PowerShellCharmTemplate
python = charmtools.templates.python_services:PythonServicesCharmTemplate
python-basic = charmtools.templates.python:PythonCharmTemplate
reactive-bash = charmtools.templates.reactive_bash:ReactiveBashCharmTemplate
reactive-python = charmtools.templates.reactive_python:ReactivePythonCharmTemplate

[console_scripts]
charm-add = charmtools.generate:main
charm-build = charmtools.build.builder:main
charm-create = charmtools.create:main
charm-help = charmtools.cli:usage
charm-layers = charmtools.build.builder:inspect
charm-promulgate = charmtools.promulgation:promulgate
charm-proof = charmtools.proof:main
charm-pull-source = charmtools.pullsource:main
charm-unpromulgate = charmtools.promulgation:unpromulgate
charm-version = charmtools.version:main

