Metadata-Version: 2.1
Name: OrzTinyPNG
Version: 0.0.5
Summary: A tool for compress image such as png and jpg using TinyPNG API
Home-page: https://github.com/OrzGeeker/OrzTinyPNG
Author: wangzhizhou
Author-email: 824219521@qq.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3, <4
Description-Content-Type: text/markdown
Requires-Dist: twine
Requires-Dist: tinify

# OrzTinyPNG

This is a simple example package. You can use

## Usage

```bash
$ pip install OrzTinyPNG
$ tiny -h
```

[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.

# How to Publish

[publish tutorial](https://packaging.python.org/tutorials/packaging-projects/)

# Choose you license

[Choose a License for your self](https://choosealicense.com)

# 参考

- [TinyPNG 官网](https://tinypng.com/)
- [TinyPNG API Key](https://tinypng.com/developers)
- [TinyPNG API Ref](https://tinypng.com/developers/reference)
- [TinyPNG Python API Doc](https://tinypng.com/developers/reference/python)


