Metadata-Version: 2.1
Name: hcai-discover-utils
Version: 1.0.1
Summary: This repository contains utility functions and interfaces that can be used to interact with the DISCOVER framework.
Author-email: Dominik Schiller <dominik.schiller@uni-a.de>
Project-URL: Documentation, https://hcmlab.github.io/discover-utils/docbuild/
Project-URL: Repository, https://github.com/hcmlab/discover-utils
Keywords: NOVA,utility,annotation
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: ffmpegio>=0.8.3
Requires-Dist: pims
Requires-Dist: soundfile
Requires-Dist: imageio
Requires-Dist: imageio-ffmpeg
Requires-Dist: numba>=0.57.1
Requires-Dist: numpy<2.0,>=1.24
Requires-Dist: pymongo==3.12.2
Requires-Dist: python-dotenv==1.0.0
Requires-Dist: requests
Requires-Dist: pillow
Provides-Extra: decord
Requires-Dist: eva-decord>=0.6.1; extra == "decord"
Provides-Extra: pymovie
Requires-Dist: pymovie; extra == "pymovie"
Provides-Extra: pyav
Requires-Dist: pyav; extra == "pyav"

# DISCOVER-Utils

DISCOVER-Utils is a utility package to use in combination with [DISCOVER](https://github.com/hcmlab/discover) or as stand-alone.
You can find the documentation [here](http://hcmlab.github.io/discover-utils/docbuild/)
