Metadata-Version: 2.1
Name: python-starter-pack
Version: 0.1.3
Summary: A starter pack for Python modules.
Home-page: https://github.com/apiad/python-starter-pack
Author: Alejandro Piad
Author-email: apiad@apiad.net
License: MIT
Download-URL: https://github.com/apiad/python-starter-pack/tarball/0.1.3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: toml

# Python Starter Pack

<img alt="PyPI - License" src="https://img.shields.io/pypi/l/python-starter-pack.svg">
<img alt="PyPI" src="https://img.shields.io/pypi/v/python-starter-pack.svg">
<img alt="Travis (.org)" src="https://img.shields.io/travis/apiad/python-starter-pack/master.svg">
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/apiad/python-starter-pack.svg">
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/python-starter-pack.svg">
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/python-starter-pack.svg">

> Quickly setup a Python 3 library complete with Travis-CI, Code Coverage and automatic deploy to PyPi in 5 minutes.

## What's this about?



