Metadata-Version: 2.1
Name: glr
Version: 1.1.0
Summary: Locally run your gitlab-ci.yml scripts
Home-page: https://github.com/BeryJu/glr
Author: Jens Langhammer
Author-email: jens@beryju.org
License: MIT
Description: # glr
        
        Run scripts defined in your .gitlab-ci.yml file, locally.
        
        **NOTE: This tool just executes the commands in your local shell, running in Docker is not (yet) supported**
        
        ## Installation
        
        glr requires Python 3+ (tested on Python 3.6.5) and pyyaml. To install glr, run
        
        ```
        pip install glr
        ```
        
        and you'll have the glr command available
        
        ## Demo
        
        You can try out glr with the included .gitlab-ci.yml file, and you should get a result like this:
        
        ![demo image](https://raw.githubusercontent.com/BeryJu/glr/master/demo.png)
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
