Metadata-Version: 2.0
Name: statsbiblioteket.github-cloner
Version: 0.2.0
Summary: Python Command line program for harvesting github repositories
Home-page: https://github.com/blekinge/github_cloner
Author: Asger Askov Blekinge
Author-email: asger.askov.blekinge@gmail.com
License: ISCL
Keywords: github_cloner
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
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: requests
Requires-Dist: argparse
Requires-Dist: typing
Requires-Dist: enum34

===============================
github_cloner
===============================

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

.. image:: https://img.shields.io/travis/blekinge/github_cloner.svg
        :target: https://travis-ci.org/blekinge/github_cloner

.. image:: https://readthedocs.org/projects/github_cloner/badge/?version=latest
        :target: https://readthedocs.org/projects/github_cloner/?badge=latest
        :alt: Documentation Status


Python Boilerplate contains all the boilerplate you need to create a Python package.

* Free software: ISC license
* Documentation: https://github_cloner.readthedocs.org.

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-06-21)
------------------

* First Beta release on PyPI.


