Metadata-Version: 2.1
Name: module_goes_here
Version: 0.1.0
Summary: 3Amigos Python GitHub Template
Home-page: https://github.com/3amigos-dev/3amigos-py
Author: name_goes_here
Author-email: email@goes.here
Maintainer: name_goes_here
Maintainer-email: email@goes.here
License: GPLv3+
Description: # 3Amigos Python GitHub Template
        
        [![Azure Status](https://dev.azure.com/timgates/timgates/_apis/build/status/3amigos-dev.3amigos-py?branchName=master)](https://dev.azure.com/timgates/timgates/_build/latest?definitionId=6&branchName=master)
        [![Travis Status](https://travis-ci.org/3amigos-dev/3amigos-py.svg?branch=master)](https://travis-ci.org/3amigos-dev/3amigos-py)
        [![Appveyor Status](https://ci.appveyor.com/api/projects/status/arf9j0ri5v0kg368?svg=true)](https://ci.appveyor.com/project/timgates42/3amigos-py)
        [![PyPI version](https://img.shields.io/pypi/v/module_goes_here.svg)](https://pypi.org/project/module_goes_here)
        [![Python Versions](https://img.shields.io/pypi/pyversions/module_goes_here.svg)](https://pypi.org/project/module_goes_here)
        [![PyPI downloads per month](https://img.shields.io/pypi/dm/module_goes_here.svg)](https://pypi.org/project/module_goes_here)
        [![Documentation Status](https://readthedocs.org/projects/module_goes_here/badge/?version=latest)](https://module_goes_here.readthedocs.io/en/latest/?badge=latest)
        [![Coverage Status](https://coveralls.io/repos/github/3amigos-dev/3amigos-py/badge.svg)](https://coveralls.io/github/3amigos-dev/3amigos-py/)
        
        A GitHub Template Repository Generated via cookiecutter from https://github.com/3amigos-dev/cookiecutter-3amigos-py it can be used via the GitHub template but using the cookiecutter repository is more complicated but provides a better outcome, see that repository for more details.
        
        ![Logo](https://github.com/3amigos-dev/3amigos-py/raw/master/logo.png)
        
        
        More details can be found in the
        [Online Documentation.](https://module_goes_here.readthedocs.io/en/latest/)
        
        # Installation
        
        You can install module_goes_here for
        [Python](https://www.python.org/) via
        [pip](https://pypi.org/project/pip/)
        from [PyPI](https://pypi.org/).
        
        ```
        $ pip install module_goes_here
        ```
        
        
        
        
        
        ## Download from PyPI.org
        
        https://pypi.org/project/module_goes_here/
        
        
        
        # Contributing
        
        Contributions are very welcome, consider using the
        [file an issue](https://github.com/3amigos-dev/3amigos-py/issues)
        to discuss the work before beginning, but if you already have a Pull Request
        ready then this is no problem, please submit it and it will be very gratefully
        considered. The [Contribution Guidelines](https://github.com/3amigos-dev/3amigos-py/blob/master/CONTRIBUTING.md)
        outlines the module_goes_here commitment to ensuring all
        contributions receive appropriate recognition.
        
        # License
        
        
        Distributed under the terms of the [GPLv3](https://opensource.org/licenses/GPL-3.0)
        license, "module_goes_here" is free and open source software
        
        
        # Issues
        
        If you encounter any problems, please
        [file an issue](https://github.com/3amigos-dev/3amigos-py/issues)
        along with a detailed description.
        
        # Additional Documentation:
        
        * [Online Documentation](https://module_goes_here.readthedocs.io/en/latest/)
        * [News](https://github.com/3amigos-dev/3amigos-py/blob/master/NEWS.rst).
        * [Template Updates](https://github.com/3amigos-dev/3amigos-py/blob/master/COOKIECUTTER_UPDATES.md).
        * [Code of Conduct](https://github.com/3amigos-dev/3amigos-py/blob/master/CODE_OF_CONDUCT.md).
        * [Contribution Guidelines](https://github.com/3amigos-dev/3amigos-py/blob/master/CONTRIBUTING.md).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
