Metadata-Version: 2.1
Name: python-starter-pack
Version: 0.1.2
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.2
Description: # Python Starter Pack
        
        <table>
            <tr>
                <td>License</td>
                <td><img src='https://img.shields.io/pypi/l/python-starter-pack.svg'></td>
                <td>Version</td>
                <td><img src='https://img.shields.io/pypi/v/python-starter-pack.svg'></td>
            </tr>
            <tr>
                <td>Travis CI</td>
                <td><img src='https://travis-ci.org/apiad/python-starter-pack.svg?branch=staging'></td>
                <td>Coverage</td>
                <td><img src='https://codecov.io/gh/apiad/python-starter-pack/branch/staging/graph/badge.svg'></td>
            </tr>
            <tr>
                <td>Supported versions</td>
                <td><img src='https://img.shields.io/pypi/pyversions/python-starter-pack.svg'></td>
                <td>Downloads</td>
                <td><img src='https://img.shields.io/pypi/dm/python-starter-pack.svg'></td>
            </tr>
        </table>
        
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
