{% set is_open_source = cookiecutter.open_source_license != 'Proprietary' -%} {% for _ in cookiecutter.project_name %}={% endfor %} {{ cookiecutter.project_name }} {% for _ in cookiecutter.project_name %}={% endfor %}
{% if is_open_source %} .. image:: https://img.shields.io/codecov/c/gh/{{ cookiecutter.github_organization }}/{{ cookiecutter.project_repo }}?logo=codecov&style=flat-square {% else %} .. image:: https://codecov.io/gh/{{ cookiecutter.github_organization }}/{{ cookiecutter.project_repo }}/branch/master/graph/badge.svg?token=CODECOV_BADGE_TOKEN {%- endif %}
target: https://codecov.io/gh/{{ cookiecutter.github_organization }}/{{ cookiecutter.project_repo }}
{% if is_open_source %} .. image:: https://img.shields.io/pypi/v/{{ cookiecutter.project_repo }}.svg&style=flat-square
target: https://pypi.python.org/pypi/{{ cookiecutter.project_repo }}
{%- endif %}
{% if cookiecutter.add_pyup_badge == 'y' and false %} .. image:: https://pyup.io/repos/github/{{ cookiecutter.github_username }}/{{ cookiecutter.project_repo }}/shield.svg&style=flat-square
target: https://pyup.io/repos/github/{{ cookiecutter.github_username }}/{{ cookiecutter.project_repo }}/ alt: Updates
{% endif %}
{{ cookiecutter.project_short_description }}
{% if is_open_source %} * Free software: {{ cookiecutter.open_source_license }} * Documentation: https://{{ cookiecutter.project_repo | replace("_", "-") }}.readthedocs.io. {% endif %}
- TODO
This package was created with Cookiecutter and the sodre/cookiecutter-pypackage project template.