{%- macro heading(text) -%} {{text}} {% for _ in text %}={% endfor %} {%- endmacro -%} {{ heading(cookiecutter.friendly_name) }}
- TODO
- TODO
You can install {{cookiecutter.friendly_name}} via pip from PyPI:
$ pip install {{cookiecutter.project_name}}
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the {{cookiecutter.license.replace("-", " ")}} license, {{cookiecutter.friendly_name}} is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.