{ "info": { "author": "Hassan Alvi", "author_email": "hassan.awan@d4interactive.io", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# PinPy\nPython wrapper for the Pinterest's API\n\n#What it offers\nBasically its just a wrapper on Pinterest API to make things easy for projects which use pinterest's API.\nRight now It only offers wrapper on few major things like \n\n\n- [ ] General information about user who's authentication or access token is entered\n- [ ] Get all boards of user\n- [ ] Get all Pins of user [IDs of pins]\n- [ ] Using these Pin ids to get further information about specific Pin\n\n\n#How to use it\n\ninstall it using pip\n\n pip install pin-py\n\nusage\n\n from pin_py.pinterest.pinpy import PinPy\n\n pin = PinPy()\n pins_list = pin.get_details_of_all_pins(\"access_token\")\n\n for pin_one in pins_list:\n print(pin.get_single_pin_details(pin_one,\"access_token\"))\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/d4interactive/pinterest-api", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pin-py", "package_url": "https://pypi.org/project/pin-py/", "platform": "", "project_url": "https://pypi.org/project/pin-py/", "project_urls": { "Homepage": "https://github.com/d4interactive/pinterest-api" }, "release_url": "https://pypi.org/project/pin-py/0.0.7/", "requires_dist": null, "requires_python": "", "summary": "Python wrapper for pinterest API", "version": "0.0.7" }, "last_serial": 4237096, "releases": { "0.0.7": [ { "comment_text": "", "digests": { "md5": "bf131034f6bc27a177fd43873cebd38e", "sha256": "a1552364aea94cd6be85416ecd68d74f665d1d2af4aebb8015cf5b9e3fa35230" }, "downloads": -1, "filename": "pin_py-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "bf131034f6bc27a177fd43873cebd38e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6093, "upload_time": "2018-09-04T10:03:50", "url": "https://files.pythonhosted.org/packages/b0/de/0c00958293435f17eaa7792fb909f8d3ba4cde7b6c37237b2796d864fc7a/pin_py-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "35a95c7bd3e4cf0cf2fba3692174d546", "sha256": "79408da588d2050c32609b1b2442cc2963c8bb801f49e6ca4516fdb1e31da357" }, "downloads": -1, "filename": "pin_py-0.0.7.tar.gz", "has_sig": false, "md5_digest": "35a95c7bd3e4cf0cf2fba3692174d546", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4786, "upload_time": "2018-09-04T10:03:51", "url": "https://files.pythonhosted.org/packages/e6/4d/db928df79ea7f5ae176b86289664f8789d6bbc6e46c6dfd7e1c2e810f4f4/pin_py-0.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bf131034f6bc27a177fd43873cebd38e", "sha256": "a1552364aea94cd6be85416ecd68d74f665d1d2af4aebb8015cf5b9e3fa35230" }, "downloads": -1, "filename": "pin_py-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "bf131034f6bc27a177fd43873cebd38e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6093, "upload_time": "2018-09-04T10:03:50", "url": "https://files.pythonhosted.org/packages/b0/de/0c00958293435f17eaa7792fb909f8d3ba4cde7b6c37237b2796d864fc7a/pin_py-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "35a95c7bd3e4cf0cf2fba3692174d546", "sha256": "79408da588d2050c32609b1b2442cc2963c8bb801f49e6ca4516fdb1e31da357" }, "downloads": -1, "filename": "pin_py-0.0.7.tar.gz", "has_sig": false, "md5_digest": "35a95c7bd3e4cf0cf2fba3692174d546", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4786, "upload_time": "2018-09-04T10:03:51", "url": "https://files.pythonhosted.org/packages/e6/4d/db928df79ea7f5ae176b86289664f8789d6bbc6e46c6dfd7e1c2e810f4f4/pin_py-0.0.7.tar.gz" } ] }