Metadata-Version: 2.1
Name: educelab-imgproc
Version: 0.2.0
Summary: EduceLab image processing module
Home-page: https://educelab.gitlab.io/educelab-imgproc/
Download-URL: https://gitlab.com/educelab/educelab-imgproc
Author: Seth Parker
Author-email: c.seth.parker@uky.edu
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: docs
License-File: LICENSE

# EduceLab Image Processing

`educelab-imgproc` is a Python module for performing common image
processing tasks. This module is largely a collection of wrapper functions
around functionality provided by other toolkits (numpy, scikit-image, etc.) and
is meant to encourage consistent, predictable use across EduceLab projects.
It should not be considered a total replacement for those other, wonderful
toolkits.

## Requirements
- Python 3.9+

## Installation

This project is available on PyPI:

```shell
python3 -m pip install educelab-imgproc
```

## API Documentation

Visit our API documentation [here](https://educelab.gitlab.io/educelab-imgproc/).
