Metadata-Version: 2.1
Name: gitlab-cloner
Version: 1.1.0
Summary: A script that can batch-clone all repositories of a gitlab user
Home-page: https://gitlab.namibsun.net/namibsun/python/gitlab-cloner
Author: Hermann Krumrey
Author-email: hermann@krumreyh.com
License: GNU GPL3
Description: # Gitlab Cloner
        
        |master|develop|
        |:---:|:---:|
        |[![build status](https://gitlab.namibsun.net/namibsun/python/gitlab-cloner/badges/master/build.svg)](https://gitlab.namibsun.net/namibsun/python/gitlab-cloner/commits/master)|[![build status](https://gitlab.namibsun.net/namibsun/python/gitlab-cloner/badges/develop/build.svg)](https://gitlab.namibsun.net/namibsun/python/gitlab-cloner/commits/develop)|
        ![Logo](resources/logo/logo-readme.png "Logo")
        
        This is a program that clones all git repositories of a user from a
        Gitlab server.
        
        This requires the user's API access token.
        
        ## Usage
        
        Use the Gitlab Server's URL as the first positional argument, the second 
        one should be the API key.
        
        You can also specify a destination directory for the repositories
        with the ```-d``` argument.
        
        ## Further Information
        
        * [Changelog](CHANGELOG)
        * [License (GPLv3)](LICENSE)
        * [Gitlab](https://gitlab.namibsun.net/namibsun/python/gitlab-cloner)
        * [Github](https://github.com/namboy94/gitlab-cloner)
        * [Progstats](https://progstats.namibsun.net/projects/gitlab-cloner)
        * [PyPi](https://pypi.org/project/gitlab-cloner)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
