{% set is_open_source = cookiecutter.open_source_license != 'Not open source' -%} {% for _ in cookiecutter.project_name %}={% endfor %} {{ cookiecutter.project_name }} {% for _ in cookiecutter.project_name %}={% endfor %}
{% if is_open_source %} .. image:: https://img.shields.io/pypi/v/{{ cookiecutter.project_slug }}.svg
target: https://pypi.python.org/pypi/{{ cookiecutter.project_slug }}
{%- endif %}
{% if cookiecutter.add_pyup_badge == 'y' %} .. image:: https://pyup.io/repos/github/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}/shield.svg
target: https://pyup.io/repos/github/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}/ alt: Updates
{% endif %}
{{ cookiecutter.project_short_description }}
{% if is_open_source %} * Free software: {{ cookiecutter.open_source_license }} * Documentation: https://{{ cookiecutter.project_slug | replace("_", "-") }}.readthedocs.io. {% endif %}
- TODO
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.