/cvp

Computer Vision Player

Primary LanguagePythonMIT LicenseMIT

cvp

PyPI PyPI - Python Version

Computer Vision Player

Developing

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

Installation

from pip

pip install cvp

from source

git clone https://github.com/osom8979/cvp "$HOME/.local/share/cvp"
cd "$HOME/.local/share/cvp"
./run

License

See the LICENSE file for details. In summary, cvp is licensed under the MIT license.