Metadata-Version: 2.1
Name: PIL-Tools
Version: 1.1.0
Summary: An extension module for Pillow to add functions that help simplify some processes.
Home-page: https://pypi.python.org/pypi/PILTools
Author: Steven Shrewsbury
Author-email: 
License: MIT
Project-URL: Source, https://github.com/stshrewsburyDev/PIL-Tools
Project-URL: Documentation, https://pil-tools.readthedocs.io/en/latest/
Description: PIL-Tools
        =========
        ##### Created by Steven Shrewsbury (stshrewsburyDev)
        
        [![downloads](https://pepy.tech/badge/PIL-Tools)](https://pepy.tech/project/PIL-Tools)
        [![python version](https://img.shields.io/pypi/pyversions/PIL-Tools.svg)](https://pypi.python.org/pypi/PIL-Tools)
        [![version](https://img.shields.io/pypi/v/PIL-Tools.svg)](https://pypi.python.org/pypi/PIL-Tools)
        [![license](https://img.shields.io/pypi/l/PIL-Tools.svg)](https://pypi.python.org/pypi/PIL-Tools)
        [![documentation status](https://readthedocs.org/projects/pil-tools/badge/?version=latest)](https://pil-tools.readthedocs.io/en/latest/?badge=latest)
        
        An extension module for [Pillow](https://github.com/python-pillow/Pillow "Pillow GitHub repo") to add functions that help simplify some processes.
        
        Change logs:
        ------------
        [Latest changelogs](https://pil-tools.readthedocs.io/en/latest/releasenotes/1.1.0.html)
        
        Notices:
        -------
        * This module is still a work in progress, I plan to more features in the future but please don't expect quick updates as I have college work, personal life and other projects I work on at the same time as this one.
        * This module was designed to be used with Pillow (the fork of PIL) and not the original PIL module, chances are this module will not work with it.
        * This module was designed for Pillow 8.2.0 but may work with older/newer versions, use at your own risk however.
        
        Installation:
        -------------
        
        ###### Install with pip:
        ```
        pip install PIL-Tools
        ```
        
        ###### Update with pip:
        ```
        pip install PIL-Tools --upgrade
        ```
        
        ###### Install from source:
        ```
        python setup.py install
        ```
        
        ###### Install async support:
        
        Refer to the aiohttp install docs found [Here](https://docs.aiohttp.org/en/stable/#library-installation)
        
        Links:
        ------
        * [GitHub repo](https://github.com/stshrewsburyDev/PIL-Tools/)
        * [PyPi project page](https://pypi.org/project/PIL-Tools/)
        * [Documentation](https://pil-tools.readthedocs.io/en/latest/)
        * [My website](https://stshrewsburydev.github.io/)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
