{% if pypi == "yes_pypi" -%}
{%- endif %}
{% if codecov -%}
{%- endif %}
{{ project_short_description }}
{% if pypi == "yes_pypi" -%}
python -m pip install {{ python_name }}{%- endif %}
From source:
git clone {{ url }}
cd {{ project_name }}
python -m pip install .See CONTRIBUTING.md for instructions on how to contribute.
Distributed under the terms of the {{ license }} license.