The TinEye Services libraries will not be maintained in the future. The current recommended best practice is to use an HTTP library such as Requests. The TinEye Developer Documentation includes interactive Python code examples for all API calls to help you get started.
tineyeservices is a Python client for the MatchEngine, MobileEngine, MulticolorEngine and WineEngine APIs. MatchEngine, MobileEngine, MulticolorEngine and WineEngine are general image matching engines that allow you to perform large scale image comparisons for a variety of tasks. See https://services.tineye.com/ for more information.
Download the latest version of the library and install with pip:
$ wget https://github.com/TinEye/tineyeservices_python/zipball/master --output-document=tineyeservices.zip $ pip install tineyeservices.zip
If you do not have pip, you can install it first:
$ curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
Or you can install from the zip file:
$ python setup.py install
View documentation.
Please send comments, recommendations, and bug reports to support@tineye.com.