{ "info": { "author": "Rahul Haque", "author_email": "rahulhaque07@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "DevIdentify Api Wrapper for Python\n===============================\n\nA simple python wrapper for dev-identify image grabber.\n\nUsage\n-----\n\n- Clone or download the repository.\n- Install the dependencies with ``pip install -r requirements.txt`` or ``pip install requests``\n- Install the package with ``pip install dev-identify``\n\nExample\n-------\n\n.. code:: python\n\n from dev_identify import DevIdentify\n\n result = DevIdentify.email('example@gmail.com').save('/path/image_name.jpg').toJson()\n\n print(result)\n\nMethods\n-------\n\n- ``email()``\n\n Email method is a static and required method that takes in user email\n as parameter. Email method holds the actual response from devidentify\n server. This method returns an object that can be further chained\n with other methods available.\n\n- ``save()``\n\n Save method takes in full directory path as parameter along with\n filename and extension, i.e ``/path/image_name.jpg``. Save method\n will fail if the directory does not exist or has no write permission.\n This method returns an object that can be further chained with other\n methods available.\n\n- ``toJson()``\n\n ToJson method simply returns the response in json format. Chain this\n method with either ``email()`` or ``save()`` method to see the actual\n output.\n\n- ``toDict()``\n\n ToDict method simply returns the response as an dictionary. Chain this\n method with either ``email()`` or ``save()`` method to see the actual\n output.", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/rahulhaque/dev-identify-python/archive/v0.0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rahulhaque/dev-identify-python", "keywords": "python,dev-identify,api-wrapper", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "dev-identify", "package_url": "https://pypi.org/project/dev-identify/", "platform": "", "project_url": "https://pypi.org/project/dev-identify/", "project_urls": { "Download": "https://github.com/rahulhaque/dev-identify-python/archive/v0.0.1.tar.gz", "Homepage": "https://github.com/rahulhaque/dev-identify-python" }, "release_url": "https://pypi.org/project/dev-identify/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple python wrapper for dev-identify image grabber.", "version": "0.0.1" }, "last_serial": 3925708, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3b86a3d52315ab4235e8a82945113f1c", "sha256": "a3280c3ade0a97dc49dcf8d1711ea2806976c35318ea6b1948b2a33a041838a6" }, "downloads": -1, "filename": "dev_identify-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3b86a3d52315ab4235e8a82945113f1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2704, "upload_time": "2018-06-03T16:40:21", "url": "https://files.pythonhosted.org/packages/00/1f/3078f2aa6314b401425e59e47552a0242c1d93c4c25083e66264793d887b/dev_identify-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3b86a3d52315ab4235e8a82945113f1c", "sha256": "a3280c3ade0a97dc49dcf8d1711ea2806976c35318ea6b1948b2a33a041838a6" }, "downloads": -1, "filename": "dev_identify-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3b86a3d52315ab4235e8a82945113f1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2704, "upload_time": "2018-06-03T16:40:21", "url": "https://files.pythonhosted.org/packages/00/1f/3078f2aa6314b401425e59e47552a0242c1d93c4c25083e66264793d887b/dev_identify-0.0.1.tar.gz" } ] }