[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:main
charm-create = charmtools.create:main
charm-help = charmtools.cli:usage
charm-layers = charmtools.build:inspect
charm-proof = charmtools.proof:main
charm-pull-source = charmtools.pullsource:main
charm-test = charmtools.test:main
charm-version = charmtools.version:main
juju-test = charmtools.test:main

