Metadata-Version: 2.1
Name: gitlab_projects_downloader
Version: 0.4.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
Classifier: Topic :: Software Development :: Libraries
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 


<p align="left">
         <a href="https://pypi.python.org/pypi/prefect-gitlab/" alt="PyPI version">
        <img alt="PyPI" src="https://img.shields.io/pypi/v/gitlab-projects-downloader?color=26272B&labelColor=090422"></a>
</p>

### Motivation
Every day someone ask me to export something from X and import into Y  from gitlab; so...

## ENV 
```dotenv
GITLAB_URL=""
ACCESS_TOKEN=""
EXPORT_FOLDER="./gitlab_exports"
```

## Installation

You can install the package via `PyPi`:

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


🍕 ENJOY 
