Metadata-Version: 2.1
Name: PicImageSearch
Version: 3.11.1
Summary: PicImageSearch APIs for Python 3.x 适用于 Python 3 以图搜源整合API
Keywords: ascii2d,baidu,bing,copyseeker,e-hentai,google,iqdb,saucenao,tracemoe,yandex
Author-Email: kitUIN <kulujun@gmail.com>
Maintainer: lleans, chinoll, NekoAria
Maintainer-Email: kitUIN <kulujun@gmail.com>
License: MIT
Project-URL: homepage, https://github.com/kitUIN/PicImageSearch
Project-URL: repository, https://github.com/kitUIN/PicImageSearch
Requires-Python: >=3.9
Requires-Dist: httpx[http2]>=0.27.2
Requires-Dist: lxml>=5.3.0
Requires-Dist: pyquery>=2.0.1
Provides-Extra: socks
Requires-Dist: socksio>=1.0.0; extra == "socks"
Description-Content-Type: text/markdown

<div align="center">

# PicImageSearch

Read in other languages: [简体中文](README.cn.md), [Русский](README.ru.md), [日本語](README.ja.md)

✨ Aggregated Image Search Engine for Reverse Image Search ✨

<a href="https://raw.githubusercontent.com/kitUIN/PicImageSearch/master/LICENSE">
    <img src="https://img.shields.io/github/license/kitUIN/PicImageSearch" alt="license">
</a>
<a href="https://pypi.python.org/pypi/PicImageSearch">
    <img src="https://img.shields.io/pypi/v/PicImageSearch" alt="pypi">
</a>
<img src="https://img.shields.io/badge/python-3.9+-blue" alt="python">
<a href="https://github.com/kitUIN/PicImageSearch/releases">
    <img src="https://img.shields.io/github/v/release/kitUIN/PicImageSearch" alt="release">
</a>
<a href="https://github.com/kitUIN/PicImageSearch/issues">
    <img src="https://img.shields.io/github/issues/kitUIN/PicImageSearch" alt="issues">
</a>

<a href="https://pic-image-search.kituin.fun/">📖 Documentation</a>
·
<a href="https://github.com/kitUIN/PicImageSearch/issues/new">🐛 Submit an Issue</a>

</div>

## Supported Search Engines

| Engine     | Website                              |
|------------|--------------------------------------|
| ASCII2D    | <https://ascii2d.net/>               |
| Baidu      | <https://graph.baidu.com/>           |
| Bing       | <https://www.bing.com/images/search> |
| Copyseeker | <https://copyseeker.net/>            |
| E-Hentai   | <https://e-hentai.org/>              |
| ExHentai   | <https://exhentai.org/>              |
| Google     | <https://www.google.com/imghp>       |
| IQDB       | <https://iqdb.org/>                  |
| SauceNAO   | <https://saucenao.com/>              |
| TraceMoe   | <https://trace.moe/>                 |
| Yandex     | <https://yandex.com/images/search>   |

## Usage

For detailed information, please refer to the [documentation](https://pic-image-search.kituin.fun/) or [example code](demo/code/).  
For `synchronous` usage, import using `from PicImageSearch.sync import ...` .  
For `asynchronous` usage, import using `from PicImageSearch import Network,...` .  
**Asynchronous usage is recommended.**

### Installation

- Requires Python 3.9 and above.
- Installation command: `pip install PicImageSearch`
- Or use the Tsinghua mirror: `pip install PicImageSearch -i https://pypi.tuna.tsinghua.edu.cn/simple`

## Star History

[![Star History](https://starchart.cc/kitUIN/PicImageSearch.svg)](https://starchart.cc/kitUIN/PicImageSearch)
