11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "865c4a097e2a8527aa8bfc96ab0bcc0d280a88cc93eabcc36531268f5d343ce1";
20 propagatedBuildInputs = [ numpy pandas imutils progress matplotlib ];
22 # tests not packaged with pypi
24 pythonImportsCheck = [ "vidstab" ];
27 homepage = "https://github.com/AdamSpannbauer/python_video_stab";
28 description = "Video Stabilization using OpenCV";
29 license = licenses.mit;
30 maintainers = [ maintainers.costrouc ];