# tineye-python
A simple wrapper for tineye public api in python
## Installation
```bash
pip install tineye-python
```
## Usage
```bash
import os
import json
from tineye_python import TinEyeAPIRequest
tineye_api = TinEyeAPIRequest()
image = 'https://upload.wikimedia.org/wikipedia/commons/b/bf/Golden_Gate_Bridge_as_seen_from_Battery_East.jpg'
response = tineye_api.search_data(image, save_to_file='output.json')
```
Raw data
{
"_id": null,
"home_page": "https://github.com/chukfinley/tineye-python",
"name": "tineye-python",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "hackerman1337",
"author_email": "chuk@chuk.dev",
"download_url": "https://files.pythonhosted.org/packages/95/d0/0a877f84b8889d3f265a5f0d89405a43ea8005e1c5ff3f19cc38a4ec09b2/tineye_python-1.0.3.tar.gz",
"platform": null,
"description": "# tineye-python\nA simple wrapper for tineye public api in python\n\n## Installation\n```bash\npip install tineye-python\n```\n\n## Usage\n\n```bash\nimport os\nimport json\nfrom tineye_python import TinEyeAPIRequest\n\ntineye_api = TinEyeAPIRequest()\nimage = 'https://upload.wikimedia.org/wikipedia/commons/b/bf/Golden_Gate_Bridge_as_seen_from_Battery_East.jpg'\nresponse = tineye_api.search_data(image, save_to_file='output.json')\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python library for Tineye",
"version": "1.0.3",
"project_urls": {
"Homepage": "https://github.com/chukfinley/tineye-python"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "78548e3f7787da2d457da395bcab182a7b13fad5d9bd8096885a9ee444d1dd64",
"md5": "0665c640bfc55abf203131f3d25202e4",
"sha256": "e5817bf89f6bcb2f007fc6db3c4d757aed80a1f15e70d5471a1bcc7ce32d89b1"
},
"downloads": -1,
"filename": "tineye_python-1.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0665c640bfc55abf203131f3d25202e4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4477,
"upload_time": "2024-09-01T22:11:08",
"upload_time_iso_8601": "2024-09-01T22:11:08.528334Z",
"url": "https://files.pythonhosted.org/packages/78/54/8e3f7787da2d457da395bcab182a7b13fad5d9bd8096885a9ee444d1dd64/tineye_python-1.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "95d00a877f84b8889d3f265a5f0d89405a43ea8005e1c5ff3f19cc38a4ec09b2",
"md5": "cd28e757e56ed8a78c8f56a08e982e5c",
"sha256": "188b76db12567efae1fba01ac34232038436447c25f9595d355c2ab794183d9d"
},
"downloads": -1,
"filename": "tineye_python-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "cd28e757e56ed8a78c8f56a08e982e5c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3736,
"upload_time": "2024-09-01T22:11:09",
"upload_time_iso_8601": "2024-09-01T22:11:09.781696Z",
"url": "https://files.pythonhosted.org/packages/95/d0/0a877f84b8889d3f265a5f0d89405a43ea8005e1c5ff3f19cc38a4ec09b2/tineye_python-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-01 22:11:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "chukfinley",
"github_project": "tineye-python",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "tineye-python"
}