Metadata-Version: 2.0
Name: image-attendant
Version: 2017.9.9
Summary: Helpful image processing functions
Home-page: https://github.com/who8mylunch/image_attendant
Author: Pierre V. Villeneuve
Author-email: pierre.villeneuve@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Dist: Pillow
Requires-Dist: numpy
Requires-Dist: requests

# Image Attendant

author: Pierre V. Villeneuve

## Overview

A collection of image-processing functions that I use in many of my projects.

## Installation

To install use pip:

    $ pip install image_attendant


Or clone the repo:

    $ git clone https://github.com/who8mylunch/image_attendant.git
    $ python setup.py install

## Example

TBD


