Metadata-Version: 2.2
Name: pyrepo
Version: 0.1.2
Summary: Python repository abstraction
Home-page: https://github.com/dghubble/pyrepo
Author: Dalton Hubble
Author-email: dghubble@gmail.com
License: MIT
Keywords: repo repository vcs git mercurial hg svn subversion bazaar
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
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.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
License-File: LICENSE
License-File: AUTHORS.rst
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: summary

Pyrepo
======

.. image:: https://pypip.in/version/pyrepo/badge.png
    :target: https://pypi.python.org/pypi/pyrepo/
    :alt: Latest Version

.. image:: https://travis-ci.org/dghubble/pyrepo.png
    :target: https://travis-ci.org/dghubble/pyrepo
    :alt: Continuous Integration Testing

.. image:: https://pypip.in/download/pyrepo/badge.png
    :target: https://pypi.python.org/pypi/pyrepo/
    :alt: Downloads

.. image:: https://pypip.in/license/pyrepo/badge.png
    :target: https://pypi.python.org/pypi/pyrepo/
    :alt: License

Pyrepo is a repository abstraction package which provides a Python API for fetching and managing a variety of repositories.

