Metadata-Version: 2.1
Name: django-media-pil
Version: 0.3
Summary: Simple widget for image manipulations by pillow in the Django Admin
Home-page: https://github.com/giorgi94/django-media-pil
Author: Giorgi Kakulashvili
Author-email: UNKNOWN
License: MIT
Keywords: django,pillow,mediamanager
Platform: OS Independent
Requires-Dist: Django (>=1.11)
Requires-Dist: Pillow (>=5.3.0)

# Django-media-pil

Simple widget for image manipulations by pillow in the Django Admin.


## Installation

To install the package by `pip` run following command

```sh
$ pip install git+https://github.com/giorgi94/django-media-pil.git
```


