Metadata-Version: 2.4
Name: eventcv
Version: 1.0.1
Requires-Dist: numpy
Requires-Dist: h5py>=3 ; extra == 'test'
Requires-Dist: hdf5plugin ; extra == 'test'
Provides-Extra: test
License-File: LICENSE
Summary: Open source event-based computer vision library.
Author-email: Adam Hines <a.david.hines@gmail.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

<h1 align="center">
<img src="assets/logo.svg" width="200">
</h1><br>

# EventCV: Open source event-based computer vision library
![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
![PyPI - Version](https://img.shields.io/pypi/v/eventcv)
[![PyPI Downloads](https://img.shields.io/pypi/dm/eventcv.svg?label=PyPI%20downloads)](
https://pypi.org/project/eventcv/)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/eventcv.svg?label=Conda%20downloads)](
https://anaconda.org/conda-forge/eventcv)

EventCV is "OpenCV" for event-based data and computer vision applications.

## Resources
- **Documentation** - https://eventcv.readthedocs.io
- **Rust core API** - https://docs.rs/eventcv-core

## Installation
```console
# pip
pip install eventcv

# conda
conda install eventcv

# pixi
pixi add eventcv
```

## Contributing
EventCV is an open-sourced project for the event-based computer vision community. We welcome and appreciate contributions from users who would like to propose improvements or feature additions.

Please read the [contribution guidelines](https://github.com/EventLAB-Team/eventcv/blob/main/.github/CONTRIBUTING.md) for more details.
