Metadata-Version: 2.1
Name: python_imagemanipulating
Version: 0.0.3a0
Summary: Easily manipulate images with python_imagemanipulating
Home-page: https://python-imagemanipulating.readthedocs.io/
Author: saucrio
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

![Build Status](https://img.shields.io/travis/com/saucrio/python-imagemanipulating?style=for-the-badge)
![Lines of code](https://img.shields.io/tokei/lines/github/saucrio/python-imagemanipulating?style=for-the-badge)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/saucrio/python-imagemanipulating)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/python-imagemanipulating?style=for-the-badge)
![PyPI](https://img.shields.io/pypi/v/python-imagemanipulating?style=for-the-badge)
![PyPI - License](https://img.shields.io/pypi/l/python-imagemanipulating?style=for-the-badge)
# Python ImageManipulating

Python ImageManipulating is a Python library for python developers to ease dealing with images and manipulating them.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install discord.py-images.

```bash
pip install python-imagemanipulating
```

## Usage

```python
soon
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

