Metadata-Version: 2.1
Name: wf-video-io
Version: 3.4.2
Summary: Library for working with video files and interacting with the wildflower video-service
License: MIT
Author: Paul J DeCoursey
Author-email: paul@decoursey.net
Maintainer: Paul J DeCoursey
Maintainer-email: paul@decoursey.net
Requires-Python: >=3.8,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: ffmpeg-python (>=0.2.0,<0.3.0)
Requires-Dist: jmespath (>=1.0.1,<2.0.0)
Requires-Dist: opencv-python (>=4.6.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: tenacity (>=8.1.0,<9.0.0)
Requires-Dist: urllib3 (>=1.26.12,<2.0.0)
Requires-Dist: wf-cv-utils (>=3.4.0)
Requires-Dist: wf-fastapi-auth0 (>=1.0)
Requires-Dist: wf-gqlpycgen (>=0.7.4,<0.8.0)
Requires-Dist: wf-honeycomb-io (>=2.0.0)
Description-Content-Type: text/markdown

# video_io

Tools for accessing Wildflower video data

## Test

Tests are written with *behave* and *pytest*. As of 11/10/2022, *behave* tests are not functional.

__Run pytest tests__

```pytest```

## Task list
* ~~Add ability to request concatenation of videos~~ (11/7/2022)

