Metadata-Version: 2.1
Name: simple-image-framework
Version: 0.0.1
Summary: A simple image framework, for digital image processing support on lab. 
Author-email: Cutie Deng <Dengzr2020@mail.sustech.edu.cn>
License-Expression: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: pillow
Description-Content-Type: text/markdown

# Simple Image Framework

This image framework is built for a simple usage of processing images with python. 
It is based on the [Pillow](https://pillow.readthedocs.io/en/stable/) library, (PIL fork). 

I set it for my own usage, but I hope it will be useful for you too. 

## Installation 

如果你想使用 *built distribution* 来安装本库，可以使用以下命令：
```sh
pip install dist/simple_image_framework-0.0.1-py3-none-any.whl
``` 

如果你想使用 *source distribition* 来安装本库，则用以下命令：
```sh
pip install dist/simple_image_framework-0.0.1-tar.gz
``` 

如果你想重新安装，可以使用 `--force-reinstall` 标志来强制重新安装。

如果你想直接使用 git 库得到的源码进行安装，可以在库根目录上直接使用命令：
```sh
pip install . 
``` 

## Usage 

详见 tests 文件夹中的参考样例 

## Contributing 

- Cutie Deng : [Github](github.com/CutieDeng) mail: Dengzr2020@mail.sustech.edu.cn