Skip to main content

Python client for the TinEye API.

Project description

pytineye

pytineye is the official Python client library for the TinEye API. The TinEye API is TinEye's paid search alternative for professional, commercial or high-volume users. See https://api.tineye.com/ for more information.

Contents

Installation

Install the latest version of the library using pip:

$ python -m pip install pytineye

Migrating from previous versions

If you were using any version of pytineye before 3.0.0, you will need to make minor changes to your code.

The API object is now instantiated using a single key, api_key. The value of this key is the same as your previous private_key. The public key is no longer used.

New ✅

# Sandbox key
# Note that this is the same value as the old private_key
api_key = "6mm60lsCNIB,FwOWjJqA80QZHh9BMwc-ber4u=t^"
api = TinEyeAPIRequest(
    api_url="https://api.tineye.com/rest/",
    api_key=api_key,
)

Old ❌

# Sandbox keys
public_key = "LCkn,2K7osVwkX95K4Oy"
private_key = "6mm60lsCNIB,FwOWjJqA80QZHh9BMwc-ber4u=t^"
api = TinEyeAPIRequest(
    api_url="https://api.tineye.com/rest/",
    public_key=public_key,
    private_key=private_key,
)

Documentation

View documentation.

Support

Please send comments, recommendations, and bug reports to support@tineye.com.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytineye-3.0.0.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

pytineye-3.0.0-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

Details for the file pytineye-3.0.0.tar.gz.

File metadata

  • Download URL: pytineye-3.0.0.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10

File hashes

Hashes for pytineye-3.0.0.tar.gz
Algorithm Hash digest
SHA256 e8c2865ce5b2ac73e9d1afe3c201d92dd3f71ef535a7732c15cb6924c2772b7e
MD5 cb3029a78393d2e230b445feef688341
BLAKE2b-256 fc5ca736e23e2121e2416c6a6935c95018f5d09223950521e29c9ff943588bd5

See more details on using hashes here.

File details

Details for the file pytineye-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: pytineye-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.10

File hashes

Hashes for pytineye-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cf705eb7400ece89f6d3673cd5cd07a8c7bf0b2eadd3bb0a6ecde20d292b07b1
MD5 f5a20b87cc2dbb9f5a2a16490dfeea28
BLAKE2b-256 a5d9fe6c065ef6e43a59e4430890cc5ecf7fbbc5159f2c3837c739cfdb355b84

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page