{ "info": { "author": "Luisa Torres", "author_email": "hanna860@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# capsulecrm-python\nCapsule CRM API wrapper written in python.\n\n## Installing\n```\npip install git+git://github.com/GearPlug/capsulecrm-python.git\n```\n\n## Requirements\n- requests\n\n## Usage\n```\nfrom capsulecrm.client import Client\nclient = Client('TOKEN')\n```\n\nCreate Tag\n```\nclient.create_tag('ENTITY, NAME, DESCRIPTION, DATATAG')\n```\n\nList Tags\n```\nclient.list_tag('ENTITY, PAGE, PERPAGE')\n```\n\nCreate Person\n```\nclient.create_person('EMBED')\n```\n\nCreate Organisation\n```\nclient.create_organisation('EMBED')\n```\n\nList Parties\n```\nclient.list_parties('SINCE, PAGE, PERPAGE, EMBED')\n```\n\nCreate Milestone\n```\nclient.create_milestone('NAME, DESCRIPTION, PROBABILITY, COMPLETE')\n```\n\nList Milestone\n```\nclient.list_milestone('NAME, DESCRIPTION, PROBABILITY, COMPLETE')\n```\n\nCreate Opportunity\n```\nclient.create_oppotunity('EMBED')\n```\n\nList Opportunities\n```\nclient.list_opportunities('EMBED')\n```\n\n## TODO\n- show_party\n- show_multiple_parties\n- update_party\n- delete_party\n- list_employees\n- list_deleted_parties\n- search_parties\n- list_opportunities_by_party\n- show_opportunity\n- show_multiple_opportunities\n- update_opportunity\n- delete_opportunity\n- list_deleted_opportunities\n- search_opportunities\n- list_additional_parties\n- add_additional_party\n- remove_additional_party\n- delete tag\n- show_tag\n- update_tag\n- delete_milestone\n- show_milestone\n- update_milestone", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/GearPlug/capsulecrm-python", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "capsulecrm-python", "package_url": "https://pypi.org/project/capsulecrm-python/", "platform": "", "project_url": "https://pypi.org/project/capsulecrm-python/", "project_urls": { "Homepage": "https://github.com/GearPlug/capsulecrm-python" }, "release_url": "https://pypi.org/project/capsulecrm-python/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "API wrapper for CapsuleCRM written in Python", "version": "0.1.3" }, "last_serial": 4557200, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "9c33abf02ed157e6c74f7c5e85ee89f4", "sha256": "fa66e1bc9edfc638924ca7a02f0b3a08f04b54c5afdf430e72d69fd7c5cbd14e" }, "downloads": -1, "filename": "capsulecrm-python-0.1.2.tar.gz", "has_sig": false, "md5_digest": "9c33abf02ed157e6c74f7c5e85ee89f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3878, "upload_time": "2018-03-12T16:55:08", "url": "https://files.pythonhosted.org/packages/57/9d/62b041f02b548c0afa618ca26f4b0714b32106c19f076a0e01a14c44e044/capsulecrm-python-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "1663199563443572eea040f5e4203072", "sha256": "3662ec3e9228b50d0f1269208e2bd1b55d7570dff793bdc61148c8c1332a09d3" }, "downloads": -1, "filename": "capsulecrm-python-0.1.3.tar.gz", "has_sig": false, "md5_digest": "1663199563443572eea040f5e4203072", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3892, "upload_time": "2018-09-20T16:03:32", "url": "https://files.pythonhosted.org/packages/55/83/709442f60f914e78f152db7ad377781f35cc3646e3bb18366c3dc254e5e7/capsulecrm-python-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1663199563443572eea040f5e4203072", "sha256": "3662ec3e9228b50d0f1269208e2bd1b55d7570dff793bdc61148c8c1332a09d3" }, "downloads": -1, "filename": "capsulecrm-python-0.1.3.tar.gz", "has_sig": false, "md5_digest": "1663199563443572eea040f5e4203072", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3892, "upload_time": "2018-09-20T16:03:32", "url": "https://files.pythonhosted.org/packages/55/83/709442f60f914e78f152db7ad377781f35cc3646e3bb18366c3dc254e5e7/capsulecrm-python-0.1.3.tar.gz" } ] }