Skip to content

osom8979/cvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.