Metadata-Version: 2.1
Name: gitlab2mr
Version: 0.2.3
Summary: A gitlab-to-myrepo config helper
Home-page: https://github.com/pyscaffold/pyscaffold/
Author: Jonas Schlagenhauf
Author-email: schlagenhauf_github@mailbox.org
License: MIT
Project-URL: Source, https://github.com/schlagenhauf/gitlab2mr
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: testing
License-File: LICENSE

# gitlab2mr

A python script to generate a [myrepos](https://myrepos.branchable.com/) config file from a Gitlab
instance.

You don't want to waste your time checking out all your Gitlab repositories but you are too lazy
to maintain a myrepos config manually. Then this tool is for you.

## Installation

gitlab2mr is available via [pip](https://pypi.org/project/gitlab2mr/):

```
pip install --user gitlab2mr
```

## Usage

```
gitlab2mr -u <url-of-your-gitlab-instance> -t <private-access-token> -f ".mrconfig.gitlab"
```

