PicImageSearch


NamePicImageSearch JSON
Version 3.10.0 PyPI version JSON
download
home_pagehttps://github.com/kitUIN/PicImageSearch
SummaryPicImageSearch APIs for Python 3.x 适用于 Python 3 以图搜源整合API
upload_time2024-04-17 05:47:46
maintainerkitUIN
docs_urlNone
authorkitUIN
requires_python<4.0,>=3.8
licenseMIT
keywords ascii2d baidu e-hentai google iqdb saucenao tracemoe yandex
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">

# PicImageSearch

Read this in other languages: [English](README.md), [中文](README.cn.md), [Русский](README.ru.md)

✨ Reverse Image Search Aggregator ✨

<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.8+-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 Issue</a>

</div>

## Support

| Engine   | Website                            |
|----------|------------------------------------|
| ASCII2D  | <https://ascii2d.net/>             |
| Baidu    | <https://graph.baidu.com/>         |
| 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 details, see the [documentation](https://pic-image-search.kituin.fun/) or the [demo codes](demo/en/).  
For synchronous usage, import with `from PicImageSearch.sync import ...` .  
For asynchronous usage, import with `from PicImageSearch import Network,...` .  
**Asynchronous usage is recommended.**

### Installation

- Requires Python 3.8 or later.
- Install: `pip install PicImageSearch`
- Or use 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)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kitUIN/PicImageSearch",
    "name": "PicImageSearch",
    "maintainer": "kitUIN",
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": "kulujun@gmail.com",
    "keywords": "ascii2d, baidu, e-hentai, google, iqdb, saucenao, tracemoe, yandex",
    "author": "kitUIN",
    "author_email": "kulujun@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d0/ab/bd0bbc976732f561d5a3b09b026494626193577fee857464ee1d23618343/picimagesearch-3.10.0.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n\n# PicImageSearch\n\nRead this in other languages: [English](README.md), [\u4e2d\u6587](README.cn.md), [\u0420\u0443\u0441\u0441\u043a\u0438\u0439](README.ru.md)\n\n\u2728 Reverse Image Search Aggregator \u2728\n\n<a href=\"https://raw.githubusercontent.com/kitUIN/PicImageSearch/master/LICENSE\">\n    <img src=\"https://img.shields.io/github/license/kitUIN/PicImageSearch\" alt=\"license\">\n</a>\n<a href=\"https://pypi.python.org/pypi/PicImageSearch\">\n    <img src=\"https://img.shields.io/pypi/v/PicImageSearch\" alt=\"pypi\">\n</a>\n<img src=\"https://img.shields.io/badge/python-3.8+-blue\" alt=\"python\">\n<a href=\"https://github.com/kitUIN/PicImageSearch/releases\">\n    <img src=\"https://img.shields.io/github/v/release/kitUIN/PicImageSearch\" alt=\"release\">\n</a>\n<a href=\"https://github.com/kitUIN/PicImageSearch/issues\">\n    <img src=\"https://img.shields.io/github/issues/kitUIN/PicImageSearch\" alt=\"issues\">\n</a>\n\n<a href=\"https://pic-image-search.kituin.fun/\">\ud83d\udcd6 Documentation</a>\n\u00b7\n<a href=\"https://github.com/kitUIN/PicImageSearch/issues/new\">\ud83d\udc1b Submit Issue</a>\n\n</div>\n\n## Support\n\n| Engine   | Website                            |\n|----------|------------------------------------|\n| ASCII2D  | <https://ascii2d.net/>             |\n| Baidu    | <https://graph.baidu.com/>         |\n| E-Hentai | <https://e-hentai.org/>            |\n| ExHentai | <https://exhentai.org/>            |\n| Google   | <https://www.google.com/imghp>     |\n| IQDB     | <https://iqdb.org/>                |\n| SauceNAO | <https://saucenao.com/>            |\n| TraceMoe | <https://trace.moe/>               |\n| Yandex   | <https://yandex.com/images/search> |\n\n## Usage\n\nFor details, see the [documentation](https://pic-image-search.kituin.fun/) or the [demo codes](demo/en/).  \nFor synchronous usage, import with `from PicImageSearch.sync import ...` .  \nFor asynchronous usage, import with `from PicImageSearch import Network,...` .  \n**Asynchronous usage is recommended.**\n\n### Installation\n\n- Requires Python 3.8 or later.\n- Install: `pip install PicImageSearch`\n- Or use Tsinghua mirror: `pip install PicImageSearch -i https://pypi.tuna.tsinghua.edu.cn/simple`\n\n## Star History\n\n[![Star History](https://starchart.cc/kitUIN/PicImageSearch.svg)](https://starchart.cc/kitUIN/PicImageSearch)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "PicImageSearch APIs for Python 3.x \u9002\u7528\u4e8e Python 3 \u4ee5\u56fe\u641c\u6e90\u6574\u5408API",
    "version": "3.10.0",
    "project_urls": {
        "Homepage": "https://github.com/kitUIN/PicImageSearch",
        "Repository": "https://github.com/kitUIN/PicImageSearch"
    },
    "split_keywords": [
        "ascii2d",
        " baidu",
        " e-hentai",
        " google",
        " iqdb",
        " saucenao",
        " tracemoe",
        " yandex"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39eca0ba856112a8e434c1aa344f990d1c61a78cbaef91593dddbd25d827c879",
                "md5": "a02d16851480af766dd0928dcf8daecc",
                "sha256": "78b10454b753078a9229d0fd4958ab6193a5718ee003cefd6d1807b05a434402"
            },
            "downloads": -1,
            "filename": "picimagesearch-3.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a02d16851480af766dd0928dcf8daecc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 30153,
            "upload_time": "2024-04-17T05:47:43",
            "upload_time_iso_8601": "2024-04-17T05:47:43.552884Z",
            "url": "https://files.pythonhosted.org/packages/39/ec/a0ba856112a8e434c1aa344f990d1c61a78cbaef91593dddbd25d827c879/picimagesearch-3.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0abbd0bbc976732f561d5a3b09b026494626193577fee857464ee1d23618343",
                "md5": "8436eff5e7dcb589b03ffba334eb6fb1",
                "sha256": "3c4ad51fe91465fe9acd2361b3fe1afab0864284957aedfab279a8fcff0a3308"
            },
            "downloads": -1,
            "filename": "picimagesearch-3.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8436eff5e7dcb589b03ffba334eb6fb1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 19033,
            "upload_time": "2024-04-17T05:47:46",
            "upload_time_iso_8601": "2024-04-17T05:47:46.308163Z",
            "url": "https://files.pythonhosted.org/packages/d0/ab/bd0bbc976732f561d5a3b09b026494626193577fee857464ee1d23618343/picimagesearch-3.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 05:47:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kitUIN",
    "github_project": "PicImageSearch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "picimagesearch"
}
        
Elapsed time: 0.25978s