{ "info": { "author": "Joel Colucci", "author_email": "joelcolucci@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "ParatureApiClient\n======================================\nParatureApiClient is a python wrapper for working with the Parature RESTful API.\n\nThe package exposes a class for the following API resources:\n* Ticket\n* CSR\n* Customer\n* Account\n\n## Installation\nInstall via pip:\n\n`pip install paratureapiclient`\n\nSave to project requirements file:\n\n`pip freeze > requirements.txt`\n\n## Usage\n```\nfrom paratureapiclient import ParatureApiClient\n\n\nclient = ParatureApiClient(PARATURE_URL, PARATURE_TOKEN)\n\n# Get ticket data\ntickets = client.tickets.get_data()\n```\n\n## License\nparatureapiclient is released under the MIT License.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/joelcolucci/paratureapiclient", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "paratureapiclient", "package_url": "https://pypi.org/project/paratureapiclient/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/paratureapiclient/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/joelcolucci/paratureapiclient" }, "release_url": "https://pypi.org/project/paratureapiclient/0.50/", "requires_dist": null, "requires_python": null, "summary": "Wrapper for working with the Parature RESTful API", "version": "0.50" }, "last_serial": 1890743, "releases": { "0.50": [ { "comment_text": "", "digests": { "md5": "fe01460197a688af65c7599b81c3a797", "sha256": "d088c596805de3bc1980375c8d5aa1767bd9ddf82c150845b43822a578d4296e" }, "downloads": -1, "filename": "paratureapiclient-0.50.tar.gz", "has_sig": false, "md5_digest": "fe01460197a688af65c7599b81c3a797", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3101, "upload_time": "2016-01-06T03:27:48", "url": "https://files.pythonhosted.org/packages/58/21/33cf74737bad07e6356f62315d7b5e29e33743eaffa6b00ac5f191cf5fa2/paratureapiclient-0.50.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fe01460197a688af65c7599b81c3a797", "sha256": "d088c596805de3bc1980375c8d5aa1767bd9ddf82c150845b43822a578d4296e" }, "downloads": -1, "filename": "paratureapiclient-0.50.tar.gz", "has_sig": false, "md5_digest": "fe01460197a688af65c7599b81c3a797", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3101, "upload_time": "2016-01-06T03:27:48", "url": "https://files.pythonhosted.org/packages/58/21/33cf74737bad07e6356f62315d7b5e29e33743eaffa6b00ac5f191cf5fa2/paratureapiclient-0.50.tar.gz" } ] }