Metadata-Version: 2.1
Name: PicImageSearch
Version: 0.7.0
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: loguru (~=0.5.3)
Requires-Dist: BeautifulSoup4 (~=4.9.3)
Requires-Dist: urllib3 (~=1.25.11)

# PicImageSearch
整合图片识别api,用于以图搜源(以图搜图，以图搜番)，支持SauceNAO,tracemoe,iqdb,ascii2d等
### 帮助手册目录
  详见[wiki](https://github.com/kitUIN/PicImageSearch/wiki/)
## 支持
- [x] [SauceNAO](https://saucenao.com/)
- [x] [TraceMoe](https://trace.moe/)
- [x] [iqdb](http://www.iqdb.org/)
- [x] [ascii2d](https://ascii2d.net/)
## TODO
  - 百度识图
  - 谷歌识图
  - 异步优化
### 安装
- 此包需要 Python 3.6 或更新版本。
- `pip install PicImageSearch`
- 或者
- `pip install PicImageSearch -i https://pypi.tuna.tsinghua.edu.cn/simple`



