cbassa / stvid

Satellite tracking with video cameras
GNU General Public License v3.0
70 stars 13 forks source link

Make stvid a Python Package #73

Open kerel-fs opened 2 years ago

kerel-fs commented 2 years ago

: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:

pip install git+https://github.com/cbassa/stvid.git@v0.1

The stvid tools will get installed using setuptools entry point mechanism for Console Scripts.

:dart: Goal