Metadata-Version: 2.1
Name: gitlabtree
Version: 0.1.0
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.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pydantic (>=1.9.1,<2.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: rich (>=12.5.1,<13.0.0)
Requires-Dist: typer (>=0.6.1,<0.7.0)
Requires-Dist: types-requests (>=2.28.5,<3.0.0)
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 ...
```

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

