{ "info": { "author": "Nick HS", "author_email": "nickhs@umich.edu", "bugtrack_url": null, "classifiers": [], "description": "# University of Michigan Requests Client\n\nA wrapper around the Python [Requests](http://www.python-requests.org/en/latest/) library\nthat allows you to access authenticated University of Michigan resources.\n\n## Install\n\nWith pip:\n\n pip install umclient\n\nIf you don't have pip you can get it with:\n\n easy_install pip\n\n## Quickstart\n\nCreate a new requests client:\n\n from umclient import AuthenticatedUMClient\n\n client = AuthenticatedUMClient(username, password)\n\nRequest the authenticated resource:\n\n resp = client.get('http://wolverineaccess.umich.edu')\n print resp # returns a requests response object\n \n\nThe client automatically logged the user in and returned the\nappropriate resource.\n\n## License\n\nLicensed under the MIT License\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/nickhs/umclient", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "umclient", "package_url": "https://pypi.org/project/umclient/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/umclient/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/nickhs/umclient" }, "release_url": "https://pypi.org/project/umclient/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Authenticated Client for University of Michigan Web Services", "version": "0.0.1" }, "last_serial": 907864, "releases": { "0.0.1": [] }, "urls": [] }