{ "info": { "author": "Paul ONeill, Peter Sanderson", "author_email": "info@miicard.com", "bugtrack_url": null, "classifiers": [], "description": "===================\napi-wrappers-python\n===================\n\nSource available: https://github.com/miiCard/api-wrappers-python\nLicensed under BSD 3-Clause licence (see LICENSE.txt)\n\nPython wrapper classes around the miiCard API.\n\nThis repository houses the source for the latest version of the miiCard \nConsumers library available on PyPI. \n\nSee http://www.miicard.com/developers for more information.\n\n\nWhat is miiCard\n===============\n\nmiiCard lets anybody prove their identity to the same level of traceability as \nusing a passport, driver's licence or photo ID. We then allow external web \napplications to ask miiCard users to share a portion of their identity \ninformation with the application through a web-accessible API.\n\n\nWhat is the library for?\n========================\n\nmiiCard's API is an OAuth-protected web service supporting SOAP, POX and JSON -\ndocumentation is available. The library wraps the JSON endpoint of the API, \nmaking it easier to make the required OAuth signed requests.\n\nYou can obtain a consumer key and secret from miiCard by contacting us on our \nsupport form, including the details listed on the developer site.\n\nPull the library into your own application by downloading the latest released \nversion from PyPI.\n\n\nUsage\n=====\n\nYou'll need to implement your own OAuth exchange with miiCard.com's OAuth \nendpoint to obtain an access token and secret for a user. Once you've got your \nconsumer key and secret, access token and access token secret you can \ninstantiate an API wrapper:\n\n\tapi = MiiCardOAuthClaimsService(\"consumer_key\", \"consumer_secret\", \n\t\t\t\t\t\t\t\t\t\"access_token\", \"access_token_secret\")\n\nThen make calls against it simply:\n\n\tuser_profile_response = api.get_claims().data\n\n\tuser_first_name = user_profile_response.data.first_name\n\n\nDependencies\n============\n\nThe library takes a dependency on simplegeo-oauth2, but uses a patched version \nof it to correct a few issues.\n\n\nContributing\n============\n\n* Use GitHub issue tracking to report bugs in the library\n* If you're going to submit a patch, please base it off the development branch \n - the master reflects the latest version published to PyPI but may not \n necessarily be bleeding-edge\n* Join the miiCard.com developer forums to keep up to date with the latest \n releases and planned changes", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/MiiCardConsumers/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "MiiCardConsumers", "package_url": "https://pypi.org/project/MiiCardConsumers/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/MiiCardConsumers/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/MiiCardConsumers/" }, "release_url": "https://pypi.org/project/MiiCardConsumers/1.7.0/", "requires_dist": null, "requires_python": null, "summary": "Wrapper around the miiCard API.", "version": "1.7.0" }, "last_serial": 1053674, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "08052098fde5132532bc9799dc7a2f51", "sha256": "c8cb2d4f6ef1783444f7b01366af0b793b67e7f16ba8b47090eae5387020b911" }, "downloads": -1, "filename": "MiiCardConsumers-1.0.0.zip", "has_sig": false, "md5_digest": "08052098fde5132532bc9799dc7a2f51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9301, "upload_time": "2012-09-24T10:47:04", "url": "https://files.pythonhosted.org/packages/d8/c8/00be354bcb301f7cfda8880b48acf7f3176422b8b8d9510db0ef4b21aac6/MiiCardConsumers-1.0.0.zip" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "78c1ed543c51fd5306c16495548e1a13", "sha256": "e8d7ecf3849acc277812d7ec9c439e82f0eb617fbfdbb4b23fbf51ed9de02f93" }, "downloads": -1, "filename": "MiiCardConsumers-1.1.0.zip", "has_sig": false, "md5_digest": "78c1ed543c51fd5306c16495548e1a13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10223, "upload_time": "2012-12-10T17:35:07", "url": "https://files.pythonhosted.org/packages/7f/89/7d9c2509cc773c60193949e2e87fa97c8940d6ba5c79a95c5809d6883dc4/MiiCardConsumers-1.1.0.zip" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "2832cfd12980277de6fc60d5756f9d7f", "sha256": "7da24060268743e785119ac5e84ba68151b0dec4e18abe5d2e542bac8de8edf2" }, "downloads": -1, "filename": "MiiCardConsumers-1.2.0.zip", "has_sig": false, "md5_digest": "2832cfd12980277de6fc60d5756f9d7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10290, "upload_time": "2013-02-13T09:55:59", "url": "https://files.pythonhosted.org/packages/36/a7/463a790f6064209623a3aa7a6b332eaa9e582faf68f4fff5498f0c70a700/MiiCardConsumers-1.2.0.zip" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "8525175fe1ef676db7318c6706502d13", "sha256": "5c5aa9f2c58d53cfe2db189688155797d24c0acbf585d39c1376f708538d9de4" }, "downloads": -1, "filename": "MiiCardConsumers-1.3.0.zip", "has_sig": false, "md5_digest": "8525175fe1ef676db7318c6706502d13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10346, "upload_time": "2013-07-08T11:28:53", "url": "https://files.pythonhosted.org/packages/b2/3c/7bd713cf231902c59de1a7351edf338ff487009dcfb286bf45cd2ef1a41c/MiiCardConsumers-1.3.0.zip" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "6a44f4b947d19d3ba1eee24dddc1d8b7", "sha256": "4cdada4d6d85a6684e23c97d915ebd8ae1cbcd7f822858dfb13d9abd2d617854" }, "downloads": -1, "filename": "MiiCardConsumers-1.4.0.zip", "has_sig": false, "md5_digest": "6a44f4b947d19d3ba1eee24dddc1d8b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10471, "upload_time": "2013-07-25T10:29:24", "url": "https://files.pythonhosted.org/packages/a0/06/9eab69d97996aee8b91eca86ced36f5305a4bfefe44dc9f5526a4a37da09/MiiCardConsumers-1.4.0.zip" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "4025992b64bc041f2359563d44e6a6e9", "sha256": "d7af5fdf028a2b8bab9148a3bde75a50833ea290aaa468c61e3a41fd61846cd4" }, "downloads": -1, "filename": "MiiCardConsumers-1.5.0.zip", "has_sig": false, "md5_digest": "4025992b64bc041f2359563d44e6a6e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12891, "upload_time": "2013-10-31T16:05:08", "url": "https://files.pythonhosted.org/packages/da/e1/5474f9a1eb9647586deec653e68cadebdc111f72df676a93de7eafb95949/MiiCardConsumers-1.5.0.zip" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "85e144538ec3d6950cf5e14402ebc94a", "sha256": "ac52e37fe8f8595e150a4d1ceaaedb8aedb8e4d72300a20f6935849fe67d2203" }, "downloads": -1, "filename": "MiiCardConsumers-1.6.0.zip", "has_sig": false, "md5_digest": "85e144538ec3d6950cf5e14402ebc94a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13159, "upload_time": "2014-02-26T12:21:42", "url": "https://files.pythonhosted.org/packages/6a/f0/aadd5b4aad3a17c7706bb3065a8cb34c61f014b7c3e2913f1cd783babaec/MiiCardConsumers-1.6.0.zip" } ], "1.7.0": [ { "comment_text": "", "digests": { "md5": "88b1281e6e08842cf201df60e397d31a", "sha256": "9e0ed886cbd077915764c51d01d96141340ea015dc560933d8078889a742f0cd" }, "downloads": -1, "filename": "MiiCardConsumers-1.7.0.zip", "has_sig": false, "md5_digest": "88b1281e6e08842cf201df60e397d31a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13372, "upload_time": "2014-04-07T13:45:25", "url": "https://files.pythonhosted.org/packages/2c/27/309d32fedb7f75845ffb6fea9cd6c9123e8928802e220165b5d0f1ec5110/MiiCardConsumers-1.7.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "88b1281e6e08842cf201df60e397d31a", "sha256": "9e0ed886cbd077915764c51d01d96141340ea015dc560933d8078889a742f0cd" }, "downloads": -1, "filename": "MiiCardConsumers-1.7.0.zip", "has_sig": false, "md5_digest": "88b1281e6e08842cf201df60e397d31a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13372, "upload_time": "2014-04-07T13:45:25", "url": "https://files.pythonhosted.org/packages/2c/27/309d32fedb7f75845ffb6fea9cd6c9123e8928802e220165b5d0f1ec5110/MiiCardConsumers-1.7.0.zip" } ] }