Metadata-Version: 2.1
Name: ipynta
Version: 0.0.12
Summary: A Python library for different image processing tasks.
Home-page: UNKNOWN
Author: Allan Chua
Author-email: allanchua.officefiles@gmail.com
License: UNKNOWN
Keywords: python,images,image utilities
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown

# ipynta

**ipynta** is a Python library for different image processing tasks.

## Globbing

Globbing classes are used for sourcing objects from different sources (local drive, zip files, etc.):

- [ImageGlobber](https://github.com/allanchua101/ipynta/blob/main/docs/globbing/ImageGlobber.md)

## Predicates

Predicate classes are used for slicing / filtering your image datasets.

- [DimensionPredicate](https://github.com/allanchua101/ipynta/blob/main/docs/globbing/DimensionPred.md)

### Why was it named ipynta?

`I-pinta` means _"to paint"_ in tagalog! This library is proudly developed by a Singapore-based Filipino lad with nothing better to do during evenings.


