Metadata-Version: 2.1
Name: GitLabRC
Version: 1.0.0
Summary: GitlabRC is a python CLI that help you to clone projects inside namespace (groups) in Gitlab
Home-page: https://github.com/lpmatos/gitlabrc
Author: Lucca Pessoa da Silva Matos
Author-email: luccapsm@gmail.com
License: MIT license
Description: # Gitlab Cloner
        
        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.
        
        ## Links
        
        * https://docs.python.org/3/library/typing.html
        * https://docs.python.org/3/library/enum.html
        * https://stackoverflow.com/questions/36932/how-can-i-represent-an-enum-in-python
        * https://docs.python.org/3/library/argparse.html
        
Keywords: git,cli,python,gitlab,gitlab-cli
Platform: UNKNOWN
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
