Metadata-Version: 2.1
Name: vrelease-bin
Version: 0.3.0
Summary: binary wrapper for vrelease - a kiss solution to easily create project releases
Home-page: https://github.com/vrelease/vrelease-py
Author: Caian R. Ertl
Author-email: hi@caian.org
License: CC0
Description: 
        [![Run Test][gh-run-t-shield]][gh-run-t-url]
        [![Package Test][gh-pkg-t-shield]][gh-pkg-t-url]
        [![Code Quality][lgtm-shield]][lgtm-url]
        [![PyPI Downloads][pypi-shield]][pypi-url]
        [![GitHub tag][tag-shield]][tag-url]
        
        [gh-run-t-shield]: https://img.shields.io/github/workflow/status/vrelease/vrelease-py/run-test?label=run%20test&logo=github&style=flat-square
        [gh-run-t-url]: https://github.com/vrelease/vrelease-py/actions/workflows/run-test.yml
        
        [gh-pkg-t-shield]: https://img.shields.io/github/workflow/status/vrelease/vrelease-py/pkg-test?label=package%20test&logo=github&style=flat-square
        [gh-pkg-t-url]: https://github.com/vrelease/vrelease-py/actions/workflows/pkg-test.yml
        
        [lgtm-shield]: https://img.shields.io/lgtm/grade/python/g/vrelease/vrelease-py.svg?logo=lgtm&style=flat-square
        [lgtm-url]: https://lgtm.com/projects/g/vrelease/vrelease-py/context:python
        
        [pypi-shield]: https://img.shields.io/pypi/dm/vrelease-bin?logo=python&logoColor=fff&style=flat-square
        [pypi-url]: https://pypi.org/project/vrelease-bin
        
        [tag-shield]: https://img.shields.io/github/tag/vrelease/vrelease-py.svg?logo=git&logoColor=FFF&style=flat-square
        [tag-url]: https://github.com/vrelease/vrelease-py/releases
        
        
        # `vrelease-py`
        
        <img src="icon.svg" height="240px" align="right"/>
        
        Python wrapper for [`vrelease`][vrelease]. Install with pipenv:
        
        ```sh
        pipenv install --dev vrelease-bin
        ```
        
        Or pip:
        
        ```sh
        pip install vrelease-bin
        ```
        
        [vrelease]: https://github.com/vrelease/vrelease
        
        
        ## License
        
        To the extent possible under law, [Caian Rais Ertl][me] has waived __all
        copyright and related or neighboring rights to this work__. In the spirit of
        _freedom of information_, I encourage you to fork, modify, change, share, or do
        whatever you like with this project! `^C ^V`
        
        [![License][cc-shield]][cc-url]
        
        [me]: https://github.com/caiertl
        [cc-shield]: https://forthebadge.com/images/badges/cc-0.svg
        [cc-url]: http://creativecommons.org/publicdomain/zero/1.0
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Requires-Python: >=3.5
Description-Content-Type: text/markdown
