Metadata-Version: 2.1
Name: napari-video-cvdask
Version: 0.2.1
Summary: A Video File Reader that uses OpenCV2 and Dask Arrays
Home-page: https://github.com/nickdelgrosso/napari-video-cvdask
Author: Nicholas A. Del Grosso
Author-email: delgrosso.nick@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/nickdelgrosso/napari-video-cvdask/issues
Project-URL: Documentation, https://github.com/nickdelgrosso/napari-video-cvdask#README.md
Project-URL: Source Code, https://github.com/nickdelgrosso/napari-video-cvdask
Project-URL: User Support, https://github.com/nickdelgrosso/napari-video-cvdask/issues
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Framework :: napari
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# napari-video-cvdask

[![License](https://img.shields.io/pypi/l/napari-video-cvdask.svg?color=green)](https://github.com/nickdelgrosso/napari-video-cvdask/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-video-cvdask.svg?color=green)](https://pypi.org/project/napari-video-cvdask)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-video-cvdask.svg?color=green)](https://python.org)
[![tests](https://github.com/nickdelgrosso/napari-video-cvdask/workflows/tests/badge.svg)](https://github.com/nickdelgrosso/napari-video-cvdask/actions)
[![codecov](https://codecov.io/gh/nickdelgrosso/napari-video-cvdask/branch/main/graph/badge.svg)](https://codecov.io/gh/nickdelgrosso/napari-video-cvdask)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-video-cvdask)](https://napari-hub.org/plugins/napari-video-cvdask)

A Video File Reader that used to use OpenCV2 and Dask Arrays, and now uses dask-image, which does the same thing but better.  (Pro-tip, never name a package after its dependencies!)

----------------------------------

This [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.


## Installation

You can install `napari-video-cvdask` via [pip]:

    pip install napari-video-cvdask



To install latest development version :

    pip install git+https://github.com/nickdelgrosso/napari-video-cvdask.git


## Contributing

Contributions are very welcome. Tests can be run with [tox], please ensure
the coverage at least stays the same before you submit a pull request.

## License

Distributed under the terms of the [MIT] license,
"napari-video-cvdask" is free and open source software

## Issues

If you encounter any problems, please [file an issue] along with a detailed description.


