Metadata-Version: 2.1
Name: py-img-editor
Version: 0.0.2
Summary: Image editor using Python, uWSGI, and Pillow
Home-page: https://github.com/kimballo/py-img-editor
Author: Kimball Leavitt
Author-email: kimballleavitt@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: Pillow (==5.3.0)

# py-img-editor: image Editor in the browser written in python

## Installation
`pip install py-img-editor`

## Usage
- To start the image editor up, run `py-img-editor --start`
- Go to [http://127.0.0.1:8000/](http://127.0.0.1:8000/) to use it
- To stop it, run `py-img-editor --stop`

## Disclaimer
This is definitely a WIP. And there are probably a lot of ways I'm not following "best practices".



