{"id":25726711,"url":"https://github.com/weibeu/image-processor-client","last_synced_at":"2025-02-25T23:18:31.917Z","repository":{"id":62570578,"uuid":"165270102","full_name":"weibeu/image-processor-client","owner":"weibeu","description":"Asynchronous python client for web image-processor service API server.","archived":false,"fork":false,"pushed_at":"2020-08-14T07:30:59.000Z","size":2878,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T11:49:46.432Z","etag":null,"topics":["aiohttp","async","asynchronous","asyncio","client","image","image-processing","python3","rest","wpc"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weibeu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-11T16:00:00.000Z","updated_at":"2020-08-14T07:31:02.000Z","dependencies_parsed_at":"2022-11-03T17:01:15.095Z","dependency_job_id":null,"html_url":"https://github.com/weibeu/image-processor-client","commit_stats":null,"previous_names":["thec0sm0s/image-processor-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weibeu%2Fimage-processor-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weibeu%2Fimage-processor-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weibeu%2Fimage-processor-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weibeu%2Fimage-processor-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weibeu","download_url":"https://codeload.github.com/weibeu/image-processor-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240761255,"owners_count":19853279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aiohttp","async","asynchronous","asyncio","client","image","image-processing","python3","rest","wpc"],"created_at":"2025-02-25T23:18:30.833Z","updated_at":"2025-02-25T23:18:31.821Z","avatar_url":"https://github.com/weibeu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# image-processor-client\n[![Build Status](https://thecosmos.visualstudio.com/image-processor-client/_apis/build/status/image-processor-client?branchName=master)](https://thecosmos.visualstudio.com/image-processor-client/_build/latest?definitionId=8?branchName=master)\n[![Documentation Status](https://readthedocs.org/projects/image-processor-client/badge/?version=latest)](https://image-processor-client.readthedocs.io/en/latest/?badge=latest)\n\nAsynchronous image-processor python client for [image-processor] API server.\n\n\n### Installation\nTo install image processor client library, you can use following command:\n```sh\npython3 -m pip install image-processor-client\n```\n\n### Basic Example\n```python\nimport asyncio\nfrom image_processor_client import Client\n\nclient = Client()\n\nloop = asyncio.get_event_loop()\nmeme_bytes = loop.run_until_complete(client.memes.rip(\"Python\", \"https://i.imgur.com/U5QR5SY.png\"))\n\nwith open(\"rip_meme.png\", \"wb\") as meme_file:\n    meme_file.write(meme_bytes)\n \n \n```\n\n\n### Requiremets\n* Python 3.6+\n* `aiohttp`\n* [image-processor] API Server (if self-hosted)\n\n\n### Documentation\nFor all of the available methods and full API reference, check our [documentaion]. \n\n[image-processor]: https://github.com/thec0sm0s/image-processor\n[documentaion]: https://image-processor-client.readthedocs.io/en/latest/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweibeu%2Fimage-processor-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweibeu%2Fimage-processor-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweibeu%2Fimage-processor-client/lists"}