Metadata-Version: 2.1
Name: glstatus
Version: 1.0.0
Summary: Check if GitLab is down
Home-page: https://yoginth.com
Author: Yoginth
Author-email: me@yoginth.com
License: UNKNOWN
Project-URL: Patreon, https://www.patreon.com/yoginth
Project-URL: Source, https://gitlab.com/yoginth/glstatus
Description: ## GitLab Status
        
        > A simple tool to retrieve and update your GitLab status from your terminal
        
        ## Inspired From
        
        - [BrunoScheufler's ghstatus](https://github.com/BrunoScheufler/ghstatus)
        
        ## Install
        
        ```
        $ pip install glstatus
        ```
        
        ## Usage
        
        ```
        $ glstatus auth
        
        $ glstatus set unicorn Shipping
        #=> Status set Successful! 🦄 Shipping
        
        $ glstatus get
        #=> 🦄 Shipping
        ```
        
        ## License
        
        [MIT][license] Yoginth
        
        [LICENSE]: https://mit.yoginth.com
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
