Metadata-Version: 2.1
Name: retaggr
Version: 2.2.0
Summary: Reverse image searching utility for images.
Home-page: https://github.com/booru-utils/reverse-search
Author: Valentijn 'noirscape' V.
Author-email: neko@catgirlsin.space
License: LGPLv3
Project-URL: Source, https://github.com/booru-utils/retaggr
Project-URL: Tracker, https://github.com/booru-utils/retaggr/issues
Project-URL: Documentation, https://retaggr.rtfd.org
Description: ## booru-reverse-search
        [![Coverage Status](https://coveralls.io/repos/github/booru-utils/retaggr/badge.svg?branch=master)](https://coveralls.io/github/booru-utils/retaggr?branch=master) [![GitHub license](https://img.shields.io/github/license/booru-utils/retaggr)](https://github.com/booru-utils/retaggr/blob/master/LICENSE) [![Build Status](https://travis-ci.org/booru-utils/retaggr.svg?branch=master)](https://travis-ci.org/booru-utils/retaggr)
        
        Library to reverse search various boorus.
        
        See the documentation for details.
        
        ## Example
        
        ```py
        from retaggr import ReverseSearch, ReverseSearchConfig
        config = ReverseSearchConfig(min_score=80.0)
        rsearch = ReverseSearch(config)
        result = asyncio.run(rsearch.reverse_search("https://danbooru.donmai.us/data/__tsukumo_benben_touhou_drawn_by_elise_piclic__6e6da59922b923391f02ba1ce78f9b42.jpg"))
        ```
        
        ## Licensing
        
        This project is under the GNU LGPLv3 license.
        
        In addition, this project contains a local copy of the aiohttp_requests package (this is to resolve a minor dependency pinning problem aiohttp_requests on pip has). This library is under the MIT. Check the header of the init file for the license.
Keywords: reverse image search booru
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
