{ "info": { "author": "Eduardo Orige", "author_email": "eduardo.orige@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Installing\n-------------\n\nClone this repo or use pip command: \n$ pip install pypedrive\n\n\nUsing\n-------------\n\nPython Code:\n\nfrom pypedrive import Pypedrive\n\npipedrive = Pypedrive('AUTH_TOKEN')\n\n# Creating organizations, deals, person ...\npipedrive.organizations({ \n 'method': 'POST', \n 'name': 'Organization inc.', \n 'phone': '(12) 1231-1412', \n ... \n})\n\n# You can use lists to update or exclude a bunch of information\npipedrive.persons({ \n 'method': 'DELETE', \n 'id': [1,2,3] \n})\n\n\n\nFor more information about how to use Pipedrive's API, consult https://developers.pipedrive.com/v1.\n", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/orige/pypedrive/downloads", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/orige/pypedrive", "keywords": "light pipedrive api", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pypedrive", "package_url": "https://pypi.org/project/pypedrive/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pypedrive/", "project_urls": { "Download": "http://github.com/orige/pypedrive/downloads", "Homepage": "http://github.com/orige/pypedrive" }, "release_url": "https://pypi.org/project/pypedrive/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "Light API for pipedrive.com", "version": "0.1.3" }, "last_serial": 986091, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "274ac3b9d1dc20a6a25e7483510d95c0", "sha256": "77cb1114cc5f61f825c9dc4fdb66cbb24fd1a3c68d1e291f72579807568b1f2e" }, "downloads": -1, "filename": "pypedrive-0.1.tar.gz", "has_sig": false, "md5_digest": "274ac3b9d1dc20a6a25e7483510d95c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1959, "upload_time": "2014-01-29T22:46:36", "url": "https://files.pythonhosted.org/packages/34/8b/c0a122ab453c98617b3f7277495fb2f46575d9806dbfbe6cb77a9c6afa89/pypedrive-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "8ebc2f9c5b544e9685e26374f8196d40", "sha256": "eb2285447a754829ee8f4ea4bf64f328647b318a49013626f7051804c0dd4c75" }, "downloads": -1, "filename": "pypedrive-0.1.1.tar.gz", "has_sig": false, "md5_digest": "8ebc2f9c5b544e9685e26374f8196d40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1888, "upload_time": "2014-01-29T22:51:38", "url": "https://files.pythonhosted.org/packages/c2/e7/8eb6764a3f65dd3302e7ea18ff0cb8a3c03811ba9c5b1a0b03450ffc42c3/pypedrive-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "1b8fa94247525f6972bce9a774c0ce72", "sha256": "ba4ec6f6fd79017f055ac74e309a08d4fff8fe88c03c15d83fd8a67a84ec935f" }, "downloads": -1, "filename": "pypedrive-0.1.2.tar.gz", "has_sig": false, "md5_digest": "1b8fa94247525f6972bce9a774c0ce72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1930, "upload_time": "2014-01-29T23:13:01", "url": "https://files.pythonhosted.org/packages/05/30/b5d1df8709a1b828af87da97f3ab2dd1f53fb45a09ffc6fd994f150a13ea/pypedrive-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "73b5c3dc3a947980cb1b7509bc8f8e2c", "sha256": "19c7b929f2479a8c6a7195c988454551782ad4b95f74ce87ad065c8f271736cc" }, "downloads": -1, "filename": "pypedrive-0.1.3.tar.gz", "has_sig": false, "md5_digest": "73b5c3dc3a947980cb1b7509bc8f8e2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1846, "upload_time": "2014-01-30T13:59:25", "url": "https://files.pythonhosted.org/packages/42/fb/ec23cbe6615ab7d9b9254dadef9853dc41823ddf30144c2c351c06bd88db/pypedrive-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "73b5c3dc3a947980cb1b7509bc8f8e2c", "sha256": "19c7b929f2479a8c6a7195c988454551782ad4b95f74ce87ad065c8f271736cc" }, "downloads": -1, "filename": "pypedrive-0.1.3.tar.gz", "has_sig": false, "md5_digest": "73b5c3dc3a947980cb1b7509bc8f8e2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1846, "upload_time": "2014-01-30T13:59:25", "url": "https://files.pythonhosted.org/packages/42/fb/ec23cbe6615ab7d9b9254dadef9853dc41823ddf30144c2c351c06bd88db/pypedrive-0.1.3.tar.gz" } ] }