Metadata-Version: 2.0
Name: open-source-init
Version: 0.1.3
Summary: A tool to automatically create a github repo, integrate travis, code coverage, read the docs, and everything else necessary for OSS development
Home-page: https://github.com/timmartin19/open_source_init
Author: Tim Martin
Author-email: tim@timmartin.me
License: MIT license
Keywords: open_source_init
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Click (>=6.0)
Requires-Dist: PyGithub
Requires-Dist: PyYaml
Requires-Dist: TravisPy
Requires-Dist: cryptography
Requires-Dist: gitpython
Requires-Dist: keyring
Requires-Dist: py-env-config
Requires-Dist: requests
Requires-Dist: retrying

===============================
open-source-init
===============================


.. image:: https://img.shields.io/pypi/v/open_source_init.svg
        :target: https://pypi.python.org/pypi/open_source_init

.. image:: https://img.shields.io/travis/timmartin19/open_source_init.svg
        :target: https://travis-ci.org/timmartin19/open_source_init

.. image:: https://readthedocs.org/projects/open-source-init/badge/?version=latest
        :target: https://open-source-init.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/timmartin19/open_source_init/shield.svg
     :target: https://pyup.io/repos/github/timmartin19/open_source_init/
     :alt: Updates


A tool to automatically create a github repo, integrate travis, code coverage, read the docs, and everything else necessary for OSS development


* Free software: MIT license
* Documentation: https://open-source-init.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

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



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

0.1.0 (2016-07-21)
------------------

* First release on PyPI.


