Metadata-Version: 2.1
Name: github-release-cicd
Version: 0.1.13.dev1
Summary: Helper tools to handle GitHub releases.
Home-page: https://github.com/awiddersheim/github-release-cicd
Author: Andrew Widdersheim
Author-email: amwiddersheim@gmail.com
License: MIT
Description: # GitHub Release CI/CD
        
        Helper tools to handle GitHub releases.
        
        [![PyPI version](https://img.shields.io/pypi/v/github-release-cicd.svg)]( https://pypi.org/project/github-release-cicd)
        [![Python Versions](https://img.shields.io/pypi/pyversions/github-release-cicd.svg)](https://pypi.org/project/github-release-cicd)
        [![Build Status](https://img.shields.io/circleci/project/github/awiddersheim/github-release-cicd/master.svg)](https://circleci.com/gh/awiddersheim/github-release-cicd)
        [![License](https://img.shields.io/pypi/l/github-release-cicd.svg)](https://github.com/awiddersheim/github-release-cicd/blob/master/LICENSE)
        
        ## Installation
        
        ```
        $ pip install github-release-cicd
        $ pip install --upgrade github-release-cicd
        ```
        
        ## Usage
        
        ```
        $ github_release_cicd --help
        ```
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Requires-Python: !=2.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
Provides-Extra: dev
