Metadata-Version: 2.1
Name: gitlab_projects_downloader
Version: 1.0.1
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 
[![Pylint and Deploy to PyPI](https://github.com/AlbertoBarrago/gitlab_downloader/actions/workflows/pylint.yml/badge.svg)](https://github.com/AlbertoBarrago/gitlab_downloader/actions/workflows/pylint.yml)
[![PyPI](https://img.shields.io/pypi/v/gitlab-projects-downloader?color=26272B&labelColor=090422)](https://pypi.org/project/gitlab-projects-downloader/)


### 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 
