Metadata-Version: 2.1
Name: hcai-nova-utils
Version: 1.6.2
Summary: This repository contains utility functions and interfaces that can be used to interact with the NOVA annotation tool.
Author-email: Dominik Schiller <dominik.schiller@uni-a.de>
Project-URL: Documentation, https://hcmlab.github.io/nova-utils/docbuild/
Project-URL: Repository, https://github.com/hcmlab/nova-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>=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"

# NOVA-Utils

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