2014-08-20 12:01:06 +00:00
|
|
|
sprockets.{{ cookiecutter.project_name }}
|
|
|
|
{{ '=' * (10 + cookiecutter.project_name|length) }}
|
2014-08-28 23:25:02 +00:00
|
|
|
{{ cookiecutter.description }}
|
2014-08-20 12:01:06 +00:00
|
|
|
|
2014-08-28 23:25:02 +00:00
|
|
|
|Version| |Downloads| |Status| |Coverage| |License|
|
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
2014-08-29 17:12:01 +00:00
|
|
|
``sprockets.{{ cookiecutter.project_name }}`` is available on the
|
2014-08-28 23:25:02 +00:00
|
|
|
`Python Package Index <https://pypi.python.org/pypi/sprockets.{{ cookiecutter.project_name }}>`_
|
|
|
|
and can be installed via ``pip`` or ``easy_install``:
|
|
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
pip install sprockets.{{ cookiecutter.project_name }}
|
|
|
|
|
|
|
|
Documentation
|
|
|
|
-------------
|
|
|
|
https://sprockets{{ cookiecutter.project_name.replace('.', '') }}.readthedocs.org
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
- `sprockets <https://github.com/sprockets/sprockets>`_
|
|
|
|
|
|
|
|
Example
|
|
|
|
-------
|
2014-08-29 17:12:01 +00:00
|
|
|
This examples demonstrates how to use ``sprockets.{{ cookiecutter.project_name }}`` by ...
|
2015-10-19 17:48:33 +00:00
|
|
|
|
2014-08-28 23:25:02 +00:00
|
|
|
.. code:: python
|
|
|
|
|
|
|
|
from sprockets import {{ cookiecutter.project_name }}
|
|
|
|
|
|
|
|
# Example here
|
|
|
|
|
|
|
|
Version History
|
|
|
|
---------------
|
|
|
|
Available at https://sprockets{{ cookiecutter.project_name.replace('.', '') }}.readthedocs.org/en/latest/history.html
|
|
|
|
|
2015-10-19 17:48:33 +00:00
|
|
|
.. |Version| image:: https://img.shields.io/pypi/v/sprockets.{{ cookiecutter.project_name }}.svg?
|
|
|
|
:target: http://badge.fury.io/py/sprockets.{{ cookiecutter.project_name }}
|
2014-08-28 23:25:02 +00:00
|
|
|
|
2015-10-19 17:48:33 +00:00
|
|
|
.. |Status| image:: https://img.shields.io/travis/sprockets/sprockets.{{ cookiecutter.project_name }}.svg?
|
|
|
|
:target: https://travis-ci.org/sprockets/sprockets.{{ cookiecutter.project_name }}
|
2014-08-28 23:25:02 +00:00
|
|
|
|
2015-10-19 17:48:33 +00:00
|
|
|
.. |Coverage| image:: https://img.shields.io/codecov/c/github/sprockets/sprockets.{{ cookiecutter.project_name }}.svg?
|
|
|
|
:target: https://codecov.io/github/sprockets/sprockets.{{ cookiecutter.project_name }}?branch=master
|
2014-08-28 23:25:02 +00:00
|
|
|
|
2015-10-19 17:48:33 +00:00
|
|
|
.. |Downloads| image:: https://img.shields.io/pypi/dm/sprockets.{{ cookiecutter.project_name }}.svg?
|
|
|
|
:target: https://pypi.python.org/pypi/sprockets.{{ cookiecutter.project_name }}
|
2014-08-28 23:25:02 +00:00
|
|
|
|
2015-10-19 17:48:33 +00:00
|
|
|
.. |License| image:: https://img.shields.io/pypi/l/sprockets.{{ cookiecutter.project_name }}.svg?
|
|
|
|
:target: https://sprockets{{ cookiecutter.project_name.replace('.', '') }}.readthedocs.org
|