Metadata-Version: 2.1
Name: gitlabtree
Version: 0.1.2
Summary: CLI tool for gathering GitLab information in tree format
Author: ubaumann
Author-email: github@m.ubaumann.ch
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pydantic (>=1,<2)
Requires-Dist: requests (>=2,<3)
Requires-Dist: rich (>=12,<13)
Requires-Dist: typer (>=0.6,<0.7)
Requires-Dist: types-requests (>=2,<3)
Description-Content-Type: text/markdown

# GitLab🌲

GitLabTree is a CLI tool for retrieving information from a GitLab server. Mainly in a tree format, as the name suggests.


## Install

```
pip install gitlabtree
```

From source:
```
git clone
cd gitlabtree
poetry install
```

## Features

### Help

![help](https://raw.githubusercontent.com/INSRapperswil/gitlabtree/main/doc/imgs/gitlabtree_help.png)

### Permissions

![help](https://raw.githubusercontent.com/INSRapperswil/gitlabtree/main/doc/imgs/gitlabtree_permissions.png)

### Pipeline

![help](https://raw.githubusercontent.com/INSRapperswil/gitlabtree/main/doc/imgs/gitlabtree_pipeline.png)

### Runners

![help](https://raw.githubusercontent.com/INSRapperswil/gitlabtree/main/doc/imgs/gitlabtree_runners.png)

### Visibility

![help](https://raw.githubusercontent.com/INSRapperswil/gitlabtree/main/doc/imgs/gitlabtree_visibility.png)


