Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.22 KB

File metadata and controls

40 lines (25 loc) · 1.22 KB

{{ cookiecutter.project_name }}

https://badge.fury.io/py/{{cookiecutter.repo_name}}.png https://travis-ci.org/{{cookiecutter.github_username}}/{{cookiecutter.repo_name}}.png?branch=master https://pypip.in/d/{{cookiecutter.repo_name}}/badge.png

{{ cookiecutter.project_short_description}}

Quickstart

Install {{ cookiecutter.project_name }}:

$ pip install {{ cookiecutter.repo_name }}

Then use it in a project:

import {{ cookiecutter.repo_name }}

Features

  • TODO

Feedback

If you have any suggestions or questions about {{ cookiecutter.project_name }} feel free to email me at {{ cookiecutter.email }}.

If you encounter any errors or problems with {{ cookiecutter.project_name }}, please let me know! Open an Issue at the GitHub http://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }} main repository.