Make stvid a Python Package so that it can be installed (including its Python dependencies) using pip. The distribution of this project will continue to happen via this GitHub repository and the intentions of creating a python package is not to make it available via PyPI (yet?), but to allow users to install its content using the git transport of pip.
:bulb: Feature request
Make stvid a Python Package so that it can be installed (including its Python dependencies) using
pip
. The distribution of this project will continue to happen via this GitHub repository and the intentions of creating a python package is not to make it available via PyPI (yet?), but to allow users to install its content using the git transport of pip.Future installation method:
The stvid tools will get installed using setuptools entry point mechanism for Console Scripts.
:dart: Goal