Metadata-Version: 2.1
Name: PicImageSearch
Version: 0.6.1
Summary: PicImageSearch APIs for Python 3.x 适用于 Python 3 以图搜源整合API
Home-page: https://github.com/kitUIN/PicImageSearch
Author: kitUIN
Author-email: kulujun@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (==2.23.0)
Requires-Dist: setuptools (~=50.3.0)
Requires-Dist: loguru (~=0.5.3)
Requires-Dist: Pillow (~=7.2.0)

# PicImageSearch
整合图片识别api,包括SauceNAO,tracemoe,iqdb,ascii2d等
## 支持
- [x] [SauceNAO](https://saucenao.com/)
- [x] [TraceMoe](https://trace.moe/)
- [ ] [iqdb]
- [ ] [ascii2d]
## TODO
  - TraceMoe
    - 完善注释
    - 更新成class形式
  - SauceNAO
    - 完善所有类型params
  - iqdb
  - ascii2d
### 安装
- 此包需要 Python 3.6 或更新版本。
- `pip install PicImageSearch`
- 或者
- `pip install PicImageSearch -i https://pypi.tuna.tsinghua.edu.cn/simple`

### 帮助手册目录
  详见[wiki](https://github.com/kitUIN/PicImageSearch/wiki/)

