Metadata-Version: 2.1
Name: vrelease-bin
Version: 0.2.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: 
        # 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
