Metadata-Version: 2.1
Name: gitlab-deployer
Version: 0.1.6
Summary: GitLab Deployer
Home-page: https://github.com/veryevilzed/gitlab-deployer
License: MIT
Keywords: deploy,tools
Author: Dmitry Vysochin
Author-email: dmitry.vysochin@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: Click (>=7.0,<8.0)
Requires-Dist: python-gitlab (>=1.15,<2.0)
Requires-Dist: requests (>=2.22,<3.0)
Project-URL: Repository, https://github.com/veryevilzed/gitlab-deployer
Description-Content-Type: text/markdown

# GitLab deployer


## Installation

```
pip install gitlab-deployer
```


## Usage 

Coming Soon!



