Metadata-Version: 2.1
Name: imforge
Version: 0.1.1
Summary: Python IMage ENhanced TOols
Home-page: https://github.com/antoinehumbert/imforge
Author: Antoine HUMBERT
Author-email: antoine.humbert.dev@gmail.com
License: Apache License 2.0
Description: # ImForge
        
        ## Images Forge
        
        ImForge is a library containing high level functionalities for manipulation of images, on top of Pillow (and OpenCv).
        
        [![Lint](https://github.com/antoinehumbert/imforge/actions/workflows/lint.yml/badge.svg)](https://github.com/antoinehumbert/imforge/actions/workflows/lint.yml)
        [![Test](https://github.com/antoinehumbert/imforge/actions/workflows/test.yml/badge.svg)](https://github.com/antoinehumbert/imforge/actions/workflows/test.yml)
        [![codecov](https://codecov.io/gh/antoinehumbert/imforge/branch/develop/graph/badge.svg?token=90FVQSXYS9&flag=GHA_Ubuntu)](https://codecov.io/gh/antoinehumbert/imforge)
        [![Build + Deploy](https://github.com/antoinehumbert/imforge/actions/workflows/build.yml/badge.svg)](https://github.com/antoinehumbert/imforge/actions/workflows/build.yml)
        [![PyPI](https://img.shields.io/pypi/v/imforge)](https://pypi.org/project/imforge/)
        [![Documentation Status](https://readthedocs.org/projects/imforge/badge/?version=latest)](https://imforge.readthedocs.io/en/latest/?badge=latest)
        
        ## Overview
        
        The ImForge library provides a variety of high level functionalities empowering the manipulation of images in Python.
        
        It works on Pillow images, and used some functions of OpenCv for advanced processing.
        
        ## More information
        
        - [Documentation](https://imforge.readthedocs.io/)
        - Contribute
          - [Issues](https://github.com/antoinehumbert/imforge/issues)
          - [Pull requests](https://github.com/antoinehumbert/imforge/pulls)
        - [Changelog](https://github.com/antoinehumbert/imforge/blob/master/CHANGES.rst)
        
Keywords: Imaging
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: tests
Provides-Extra: lint
Provides-Extra: doc
