Metadata-Version: 1.1
Name: pyrepo
Version: 0.1.1
Summary: Python repository abstraction
Home-page: https://github.com/dghubble/pyrepo
Author: Dalton Hubble
Author-email: dghubble@gmail.com
License: MIT
Description: 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.
        
        
Keywords: repo repository vcs git mercurial hg svn subversion bazaar
Platform: UNKNOWN
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
