{ "info": { "author": "Elijah Wilson", "author_email": "elijah@elijahwilson.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries" ], "description": "Prosperworks Api\n================\n\nA python based api wrapper for\n`Prosperworks `__. |Build\nStatus|\n\nInstallation\n------------\n\nFrom pip (recommended): ``pip install prosperworks``\n\nFrom source:\n``pip install git+git://github.com:tizz98/prosperworks-api.git@master``\n\nModels\n======\n\n``prosperworks.models.Company``\n-------------------------------\n\nFields\n^^^^^^\n\n- id\n- name\n- address (``prosperworks.models.Address``)\n- assignee\\_id\n- contact\\_type\\_id\n- details\n- email\\_domain\n- phone\\_numbers (list of ``prosperworks.models.PhoneNumber``)\n- socials (list of ``prosperworks.models.Social``)\n- tags (list of strings)\n- websites (list of ``prosperworks.models.Website``)\n- date\\_created\n- date\\_modified\n- custom\\_fields (list of ``prosperworks.models.CustomField``)\n\nMethods\n^^^^^^^\n\n- ``search`` (search for companies), available kwargs are:\n- page\\_number\n- page\\_size\n- sort\\_by\n- sort\\_direction\n- tags\n- age\n- assignee\\_ids\n- city\n- state\n- postal\\_code\n- country\n- minimum\\_interaction\\_count\n- maximum\\_interaction\\_count\n- minimum\\_interaction\\_date\n- maximum\\_interaction\\_date\n- minimum\\_created\\_date\n- maximum\\_created\\_date\n- minimum\\_modified\\_date\n- maximum\\_modified\\_date\n- ``create`` (create new company), available kwargs are:\n- name\n- address\n- assignee\\_id\n- contact\\_type\\_id\n- details\n- email\\_domain\n- phone\\_numbers[]\n- socials[]\n- tags\n- websites[]\n- date\\_created\n- date\\_modified\n- custom\\_fields[]\n- ``update`` (update current company), *will use currently set values\n to update*\n- ``delete`` (delete current company)\n\nExamples:\n^^^^^^^^^\n\n.. code:: python\n\n from prosperworks import api\n from prosperworks.models import Company\n\n api.configure('key', 'your.name@example.com')\n for company in Company.search():\n print company.name\n\n new_co = Company.create(name='New Co.')\n print new_co.id\n\n new_co.name = 'New Co. (updated)'\n new_co.update()\n\n new_co.delete()\n\n``prosperworks.models.Lead``\n----------------------------\n\nFields\n^^^^^^\n\n- id\n- name\n- address (``prosperworks.models.Address``)\n- assignee\\_id\n- company\\_name\n- customer\\_source\\_id\n- details\n- email\n- monetary\\_value\n- phone\\_numbers (list of ``prosperworks.models.PhoneNumber``)\n- socials (list of ``prosperworks.models.Social``)\n- status\n- tags (list of strings)\n- websites (list of ``prosperworks.models.Website``)\n- date\\_created\n- date\\_modified\n- custom\\_fields (list of ``prosperworks.models.CustomField``)\n\nMethods\n^^^^^^^\n\n- ``search`` (search for companies), available kwargs are:\n- page\\_number\n- page\\_size\n- sort\\_by\n- sort\\_direction\n- tags\n- age\n- assignee\\_ids\n- city\n- state\n- postal\\_code\n- country\n- minimum\\_interaction\\_count\n- maximum\\_interaction\\_count\n- minimum\\_interaction\\_date\n- maximum\\_interaction\\_date\n- minimum\\_created\\_date\n- maximum\\_created\\_date\n- minimum\\_modified\\_date\n- maximum\\_modified\\_date\n- ``create`` (create new company), available kwargs are:\n- name\n- address\n- assignee\\_id\n- company\\_name\n- customer\\_source\\_id\n- details\n- email\n- monetary\\_value\n- phone\\_numbers[]\n- socials[]\n- status\n- tags\n- title\n- websites[]\n- date\\_created\n- date\\_modified\n- custom\\_fields[]\n- ``update`` (update current company), *will use currently set values\n to update*\n- ``delete`` (delete current company)\n- ``convert`` (convert a lead), available kwargs are (all optional):\n- person\n- company (``prosperworks.models.Company``)\n- opportunity\n\nExamples:\n^^^^^^^^^\n\n.. code:: python\n\n from prosperworks import api\n from prosperworks.models import Company, Lead\n\n api.configure('key', 'your.name@example.com')\n\n new_co = Company.create(name='New Co.')\n print new_co.id\n\n lead = Lead.create(name='John Doe')\n lead.name = 'Jane Doe'\n lead.update()\n print lead.id\n\n lead.convert(company=new_co)\n\n.. |Build Status| image:: https://travis-ci.org/tizz98/prosperworks-api.svg\n :target: https://travis-ci.org/tizz98/prosperworks-api", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/tizz98/prosperworks-api/tarball/0.1.6", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tizz98/prosperworks-api", "keywords": "prosperworks api", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "prosperworks", "package_url": "https://pypi.org/project/prosperworks/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/prosperworks/", "project_urls": { "Download": "https://github.com/tizz98/prosperworks-api/tarball/0.1.6", "Homepage": "https://github.com/tizz98/prosperworks-api" }, "release_url": "https://pypi.org/project/prosperworks/0.1.6/", "requires_dist": null, "requires_python": null, "summary": "A simple python wrapper for the ProsperWorks API", "version": "0.1.6" }, "last_serial": 2532936, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "4b43381f842d31bcd91a7980138de654", "sha256": "894d497b1966d690fd7ff0cf58030bf5408bd417c4f214f9cc4e8c7e2f7f11a9" }, "downloads": -1, "filename": "prosperworks-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4b43381f842d31bcd91a7980138de654", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6484, "upload_time": "2016-11-05T05:23:56", "url": "https://files.pythonhosted.org/packages/e5/c0/c3c221026564c52af12909429e605684af3972d2940ef3cf4313990dbb1f/prosperworks-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "6d2eda378287ebd05913797cf1f71de0", "sha256": "406f1b0b59422cbc0a016f8b5fc78ac4a6304dcc903c38b9aa4ef81dc3820877" }, "downloads": -1, "filename": "prosperworks-0.0.2.tar.gz", "has_sig": false, "md5_digest": "6d2eda378287ebd05913797cf1f71de0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7390, "upload_time": "2016-11-06T19:58:47", "url": "https://files.pythonhosted.org/packages/c0/3c/db35c466eaf43027e202b0000963578550ad457c39cf93e3e8ce34ca12d2/prosperworks-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "996f6e26e6482ccf719f5f6607438c86", "sha256": "c602094a1377aff0a7af1733ef526c89bfda9f9492195f1dcb087d3cb3d8da95" }, "downloads": -1, "filename": "prosperworks-0.0.3.tar.gz", "has_sig": false, "md5_digest": "996f6e26e6482ccf719f5f6607438c86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8537, "upload_time": "2016-11-07T00:13:59", "url": "https://files.pythonhosted.org/packages/1a/93/88a4824417c248bd61ffca4a0712f3e25ebd09024332dd199dde41c2f15b/prosperworks-0.0.3.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "28da69071cf4abd36144953135918225", "sha256": "f0600e7049ec3cc9e1dabea8d23d5c2f5795d1b45ad389a0e5da93a2be348dda" }, "downloads": -1, "filename": "prosperworks-0.1.0.tar.gz", "has_sig": false, "md5_digest": "28da69071cf4abd36144953135918225", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10123, "upload_time": "2016-11-15T16:56:48", "url": "https://files.pythonhosted.org/packages/db/20/d29a947e1ba769b5d1a23505edee697d143f6dd7e87f3ab2050429c45d88/prosperworks-0.1.0.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "af143c637a30e65b9f4d45b61755d676", "sha256": "c4623436675fb31fae8c32a96bb6aea2f3f20751d565e73e7be0237b70b77834" }, "downloads": -1, "filename": "prosperworks-0.1.3.tar.gz", "has_sig": false, "md5_digest": "af143c637a30e65b9f4d45b61755d676", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10197, "upload_time": "2016-11-22T16:17:26", "url": "https://files.pythonhosted.org/packages/c5/88/6367264d5090ff7b2e0c46d47e69bc248e373f093abeb629a112f02cab16/prosperworks-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "0a7d2742508305ea65bfd8bc36b0305a", "sha256": "ac02a9a2609acc6075585d6ca3924de1ce435ae90b608c1a17d6eaa670b2e62d" }, "downloads": -1, "filename": "prosperworks-0.1.4.tar.gz", "has_sig": false, "md5_digest": "0a7d2742508305ea65bfd8bc36b0305a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10315, "upload_time": "2016-11-23T15:53:57", "url": "https://files.pythonhosted.org/packages/af/6c/61c5602256aeaeca247a8e2db98e1ff23af2d1c2c279e10d8e1483396d33/prosperworks-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "2f1169b106ef691a1035ea1d81a3b992", "sha256": "5ae55e26d35841023255816ddeaad99e2262fc89c6cc3852bb12c65b2f89d01c" }, "downloads": -1, "filename": "prosperworks-0.1.5.tar.gz", "has_sig": false, "md5_digest": "2f1169b106ef691a1035ea1d81a3b992", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10320, "upload_time": "2016-11-29T23:31:31", "url": "https://files.pythonhosted.org/packages/8a/c9/2058f6cfd0834ed3179b65858e44b293c6dacdf1ab41744d13ad34ef94f1/prosperworks-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "8c1d545e727e0f491a48fd02396998a2", "sha256": "f77cef04388c2ee91f05f39596ee698639227eb33689385624393c839b77542a" }, "downloads": -1, "filename": "prosperworks-0.1.6.tar.gz", "has_sig": false, "md5_digest": "8c1d545e727e0f491a48fd02396998a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10326, "upload_time": "2016-12-21T15:59:37", "url": "https://files.pythonhosted.org/packages/49/0b/da45f7b5e4e4be9475daa307ff096e36e2e3813461b04339504a92b9d9c8/prosperworks-0.1.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8c1d545e727e0f491a48fd02396998a2", "sha256": "f77cef04388c2ee91f05f39596ee698639227eb33689385624393c839b77542a" }, "downloads": -1, "filename": "prosperworks-0.1.6.tar.gz", "has_sig": false, "md5_digest": "8c1d545e727e0f491a48fd02396998a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10326, "upload_time": "2016-12-21T15:59:37", "url": "https://files.pythonhosted.org/packages/49/0b/da45f7b5e4e4be9475daa307ff096e36e2e3813461b04339504a92b9d9c8/prosperworks-0.1.6.tar.gz" } ] }