Metadata-Version: 2.1
Name: pycookiecutter
Version: 0.2.1
Summary: Starting template for creating a Python package.
Home-page: https://github.com/mqlab-dev/pycookiecutter
Author: Qiong X. Michaels
Author-email: qiong@mqlab.dev
License: BSD license
Keywords: cookiecutter,template,package
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Requires-Dist: versioneer (==0.18)

==============
Pycookiecutter
==============


.. image:: https://img.shields.io/pypi/v/pycookiecutter.svg
        :target: https://pypi.org/project/pycookiecutter

.. image:: https://img.shields.io/travis/mqlab-dev/pycookiecutter.svg
        :target: https://travis-ci.org/mqlab-dev/pycookiecutter

.. image:: https://readthedocs.org/projects/pycookiecutter/badge/?version=latest
        :target: https://pycookiecutter.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/mqlab-dev/pycookiecutter/shield.svg
        :target: https://pyup.io/repos/github/mqlab-dev/pycookiecutter
        :alt: Updates


Overview
--------

Starting template for creating a Python package.  It's built using the  Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ packages.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


* Free software: BSD license
* Documentation: https://pycookiecutter.readthedocs.io.


Features
--------

* Travis CI configuration
* Tox configuration (Python3.5/3.6/3.7)
* Sphinx configuration
* Easy PyPI registration/distribution
* Badges and more options.


Install & Run
-------------

To generate a template, run this command in your terminal:

.. code-block:: bash

    $ cookiecutter https://github.com/mqlab-dev/pycookiecutter

Or:

.. code-block:: bash

    $ pip install pycookiecutter
    $ cookiecutter pycookiecutter




=======
History
=======

0.1.0 (2019-05-25)
------------------

* First release on PyPI.


