Computer Vision Player
## Create a local Python virtual environment.
./python
## Black formatting
./black.sh
## PEP8 linting
./flake8.sh
## Sort import order
./isort.sh
## Type checking
./mypy.sh
## Unit testing
./pytest.sh
pip install cvp
git clone https://github.com/osom8979/cvp "$HOME/.local/share/cvp"
cd "$HOME/.local/share/cvp"
./run
See the LICENSE file for details. In summary, cvp is licensed under the MIT license.