Metadata-Version: 2.4
Name: PicImageSearch
Version: 3.12.10
Summary: PicImageSearch - Aggregator for Reverse Image Search APIs
Project-URL: homepage, https://github.com/kitUIN/PicImageSearch
Project-URL: repository, https://github.com/kitUIN/PicImageSearch
Author-email: kitUIN <kulujun@gmail.com>
Maintainer: lleans, chinoll, NekoAria
Maintainer-email: kitUIN <kulujun@gmail.com>
License: MIT
License-File: LICENSE
Keywords: animetrace,ascii2d,baidu,bing,copyseeker,e-hentai,google,google-lens,iqdb,saucenao,tineye,tracemoe,yandex
Requires-Python: >=3.9
Requires-Dist: httpx[http2]>=0.28.1
Requires-Dist: lxml<6.0.0,>=5.4.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

English | [简体中文](docs/zh/README.zh-CN.md) | [Русский](docs/ru/README.ru-RU.md) | [日本語](docs/ja/README.ja-JP.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                              |
|--------------------|--------------------------------------|
| AnimeTrace         | <https://www.animetrace.com/>        |
| 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/>              |
| Google             | <https://www.google.com/imghp>       |
| Google Lens        | <https://lens.google.com/>           |
| IQDB               | <https://iqdb.org/>                  |
| Lenso (deprecated) | <https://lenso.ai/>                  |
| SauceNAO           | <https://saucenao.com/>              |
| Tineye             | <https://tineye.com/search/>         |
| 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)
