Metadata-Version: 2.1
Name: gitlab_projects_downloader
Version: 0.2.0
Summary: A simple service for downloading your projects from GitLab in tgz format
Home-page: https://github.com/AlbertoBarrago/gitlab_projects_exporter
Author: alBz
Author-email: alberto.barrago@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: python-dotenv
Requires-Dist: pylint
Requires-Dist: astroid
Requires-Dist: certifi
Requires-Dist: charset-normalizer
Requires-Dist: dill
Requires-Dist: isort
Requires-Dist: mccabe
Requires-Dist: tomlkit
Requires-Dist: urllib3

# Gitlab Downloader Service
Download from gitlab your projects with v4 API refer to: 
https://docs.gitlab.com/ee/api/rest/

### Motivation

Every day someone ask me to export something from X and import into Y (gitlab env) so...
## ENV 
```dotenv
GITLAB_URL=""
ACCESS_TOKEN=""
EXPORT_FOLDER="./gitlab_exports"
```

## Installation

You can install the package via pip:

```bash
pip install gitlab-projects-downloader
```


🍕 ENJOY 
