vrelease-bin

binary wrapper for vrelease - a kiss solution to easily create project releases


Keywords
pypi, pypi-package, python, vrelease, wrapper
License
CC0-1.0
Install
pip install vrelease-bin==0.3.2

Documentation

Run Test Package Test Code Quality PyPI Downloads GitHub tag

vrelease-py-wrapper

Python wrapper for vrelease. Install with pipenv:

pipenv install --dev vrelease-bin

Or pip:

pip install vrelease-bin

How can I use it?

For instructions on how to use vrelease, see this.

Global install

pip install vrelease-bin

Sudo privileges might be needed. After that, vrelease will be available at PATH. Simply:

vrelease -h

Per project basis

When installing on a single project, add a script to your Pipfile:

[scripts]
"vrelease:help" = "vrelease -h"

And run like any pipenv script:

pipenv run vrelease:help

License

To the extent possible under law, Caian Ertl 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