Skip to content

Latest commit

 

History

History
 
 

{{cookiecutter.project_repo}}

{% set is_open_source = cookiecutter.open_source_license != 'Proprietary' -%} {% for _ in cookiecutter.project_name %}={% endfor %} {{ cookiecutter.project_name }} {% for _ in cookiecutter.project_name %}={% endfor %}

https://img.shields.io/conda/v/{{cookiecutter.anaconda_organization}}/{{cookiecutter.project_repo}}?logo=anaconda&style=flat-square

{% 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 }}
Codacy Badge https://img.shields.io/badge/code--style-black-black?style=flat-square

{% 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 }}
Documentation Status

{%- 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 %}

Features

  • TODO

Credits

This package was created with Cookiecutter and the sodre/cookiecutter-pypackage project template.