Metadata-Version: 2.4
Name: eventcv
Version: 1.0.2
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Dist: numpy
License-File: LICENSE
Summary: Open source event-based computer vision library.
Author: Adam Hines
Maintainer-email: EventLAB Team <eventlab.localization@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)](https://pypi.org/project/eventcv/)
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/eventcv?period=monthly&units=INTERNATIONAL_SYSTEM&left_color=GREY&right_color=GREEN&left_text=PyPi+downloads/month)](https://pepy.tech/projects/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
- **Website** - https://eventcv.net
- **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.
