{ "info": { "author": "Mathieu PASQUET , Florent Aide, Christophe de Vienne", "author_email": "florent.aide@gmail.com, cdevienne@alphacent.com, Mathieu PASQUET ", "bugtrack_url": null, "classifiers": [], "description": "Introduction\n=================\n\n.. contents::\n\nA pythonic binding for the SugarCRM SOAP interface,\nmake it possible to use objects as if they were local ie:\n\n>>> import pysugar\n>>> sugar_user = 'myuser'\n>>> sugar_password = 'mypassword'\n>>> sugar_base_url = 'http://myserver/sugar'\n>>> sugar_debug = False\n>>> sugar_session = pysugar.SugarSession(\n... sugar_user, sugar_password, sugar_base_url, sugar_debug)\n>>> sugar_store = pysugar.SugarStore(sugar_session)\n>>> sugar_lead = sugar_store.m.Leads.add()\n>>> sugar_lead.first_name = 'Test Lead'\n>>> sugar_lead.post()\n>>> print sugar_lead.id\n929a26ac-fc47-3232-20a6-4534cdb3290e\n\nthen you can test the result in another session\n\n...(initialization stuff)::\n\n>>> id = '929a26ac-fc47-3232-20a6-4534cdb3290e'\n>>> sugar_lead = sugar_store.m.Leads.get(id)\n>>> print sugar_lead.first_name\n\nid being the previously obtained id string from the sugar server\n\nMakina Corpus sponsored software\n======================================\n|makinacom|_\n\n* `Planet Makina Corpus `_\n* `Contact us `_\n\n.. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif\n.. _makinacom: http://www.makina-corpus.com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "Sugar CRM SOAP", "license": "PSF", "maintainer": null, "maintainer_email": null, "name": "pysugarNG", "package_url": "https://pypi.org/project/pysugarNG/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pysugarNG/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/pysugarNG/0.0.7/", "requires_dist": null, "requires_python": null, "summary": "Fork of Python binding of SugarCRM, that uses the SOAP API provided by SugarCRM sponsored by Makina Corpus", "version": "0.0.7" }, "last_serial": 797789, "releases": { "0.0.7": [ { "comment_text": "", "digests": { "md5": "0b51e1b26658373844ccf50717bae197", "sha256": "ebaee66e2794563d23047ff89daa1d5b0ed496649f3502b35a4a42f4dcc29fe8" }, "downloads": -1, "filename": "pysugarNG-0.0.7.zip", "has_sig": false, "md5_digest": "0b51e1b26658373844ccf50717bae197", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26612, "upload_time": "2009-12-14T17:12:19", "url": "https://files.pythonhosted.org/packages/65/1e/2d77d2ef4b8debb91e5f1a01567dd78757d2dfc855520bcf7e3790a14ed6/pysugarNG-0.0.7.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0b51e1b26658373844ccf50717bae197", "sha256": "ebaee66e2794563d23047ff89daa1d5b0ed496649f3502b35a4a42f4dcc29fe8" }, "downloads": -1, "filename": "pysugarNG-0.0.7.zip", "has_sig": false, "md5_digest": "0b51e1b26658373844ccf50717bae197", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26612, "upload_time": "2009-12-14T17:12:19", "url": "https://files.pythonhosted.org/packages/65/1e/2d77d2ef4b8debb91e5f1a01567dd78757d2dfc855520bcf7e3790a14ed6/pysugarNG-0.0.7.zip" } ] }