Metadata-Version: 2.1
Name: project-template
Version: 0.1.0
Summary: 
Home-page: https://github.com/thejohnfreeman/project-template-python/
License: ISC
Author: John Freeman
Author-email: jfreeman08@gmail.com
Requires-Python: >=3.6-dev,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: docs
Requires-Dist: sphinx (>=1.8,<2.0); extra == "docs"
Requires-Dist: sphinx_rtd_theme (>=0.4.3,<0.5.0); extra == "docs"
Requires-Dist: toml (>=0.10.0,<0.11.0); extra == "docs"
Project-URL: Documentation, https://project-template-python.readthedocs.io/
Project-URL: Repository, https://github.com/thejohnfreeman/project-template-python/
Description-Content-Type: text/x-rst

.. start-include

================
project_template
================

.. image:: https://travis-ci.org/thejohnfreeman/project-template-python.svg?branch=master
   :target: https://travis-ci.org/thejohnfreeman/project-template-python
   :alt: Build status

.. image:: https://readthedocs.org/projects/project-template-python/badge/?version=latest
   :target: https://project-template-python.readthedocs.io/
   :alt: Documentation status

.. image:: https://img.shields.io/pypi/v/project_template.py.svg
   :target: https://pypi.org/project/project_template.py/
   :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/pyversions/project_template.py.svg
   :target: https://pypi.org/project/project_template.py/
   :alt: Python versions supported

This is a sample project generated by generator-python_ for Yeoman_. [#]_ It has
a number of features, each with its own chapter in the documentation_:

.. _generator-python: https://github.com/thejohnfreeman/generator-python
.. _Yeoman: https://yeoman.io/
.. _documentation: https://project-template-python.readthedocs.io/

- ISC_ license
- All package metadata in ``pyproject.toml``
  (reaching standardization in `PEP 518`_)
- Scripts for common development tasks (linting, testing, building
  documentation)
- Testing with pytest_, doctests_, and coverage
- Continuous integration on Linux and OSX with `Travis CI`_
- Documentation with Sphinx_ and `Read the Docs`_

.. _ISC: https://tldrlegal.com/license/-isc-license
.. _PEP 518: https://www.python.org/dev/peps/pep-0518/
.. _pytest: https://docs.pytest.org/
.. _doctests: https://pymotw.com/2/doctest/
.. _Travis CI: https://travis-ci.org/
.. _Sphinx: https://www.sphinx-doc.org/
.. _Read the Docs: https://docs.readthedocs.io/

.. [#] With the exception of a few additions. Most notably, the content of
   this documentation is not generated (but its boilerplate is).

.. end-include

