{ "info": { "author": "Christian Scholz", "author_email": "cs@comlounge.net", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\n``pydataportability.discovery`` is a component for discovering resource description\ndocuments. These are `XRD documents `_ describing \na resource and optionally pointing to related resources. One use case is the \n`webfinger project `_ where XRD is used to store\ninformation about a user. The URI identifying the user is e.g. ``acct:user@example.com``\nand this discovery component is able to retrieve information about the user via\n`LRDD `_.\n\n\nInstallation\n------------\n\nThe easiest way to install it is via ``easy_install``::\n\n easy_install pydataportability.discovery\n\nIt is recommended to do this inside a `virtualenv `_\n\n\nSimple usage\n------------\n\nAfter installing you will have 2 new commands in your path (or virtualenv's ``bin/`` directory):\n``discover`` and ``webfinger``. These are just example scripts though. Both do discovery\non the URI you feed in but the latter will check for webfinger-relationships only and will\nadditionally check if you passed in a user identifier starting with ``acct:`` which is the\nproposed scheme of the webfinger protocol. If you didn't, it's adding it for you.\n\nHere is an example::\n\n $ webfinger someuser@googlemail.com\n\n Subject: acct:someuser@googlemail.com\n\n Rels: ['http://portablecontacts.net/spec/1.0']\n URIs: ['http://www-opensocial.googleusercontent.com/api/people/']\n Media Types: []\n Prio: 0\n Templates: []\n\nSo this mainly prints the contents of the discovered XRD document. Note that the\nuser you are testing it with needs to enable this at Google. Check out the \n`webfinger homepage `_ and \n`mailing list `_ for more information.\n\n\nDocumentation \n-------------\n\nYou can find the documentation for this component at http://dataportability.net\n\n.. warning:: Note that the XRD specification and the webfinger protocol are under heavy\n development and likely to change. \n\nLicense\n=======\n\nThis project is released under a BSD license:\n\n\nCopyright (c) 2009, Christian Scholz\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the\nfollowing conditions are met:\n\n * Redistributions of source code must retain the above copyright notice, this list of conditions and the following\n disclaimer.\n * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided with the distribution.\n * Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES,\nINCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\nWHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\nTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\n\nChangelog\n=========\n\n0.4 - 12 Oct 2009\n-----------------\n\n* Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pydataportability.org", "keywords": "pydataportability dataportability acct xrd discovery webfinger finger google", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "pydataportability.discovery", "package_url": "https://pypi.org/project/pydataportability.discovery/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pydataportability.discovery/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pydataportability.org" }, "release_url": "https://pypi.org/project/pydataportability.discovery/0.4/", "requires_dist": null, "requires_python": null, "summary": "Christian Scholz", "version": "0.4" }, "last_serial": 797119, "releases": { "0.4": [ { "comment_text": "", "digests": { "md5": "0b1d0464cbf974fcc4a3003a1ce42511", "sha256": "8365486c0223b4e5e05b3911d4166e54bcbd24f1c76f785f9ab2c6e748b9a3bf" }, "downloads": -1, "filename": "pydataportability.discovery-0.4.tar.gz", "has_sig": false, "md5_digest": "0b1d0464cbf974fcc4a3003a1ce42511", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18831, "upload_time": "2009-10-12T14:12:24", "url": "https://files.pythonhosted.org/packages/37/55/e3e2253fc63987b80a2f29b8ce7c571a85e625862a29acd85beeff7d24ba/pydataportability.discovery-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0b1d0464cbf974fcc4a3003a1ce42511", "sha256": "8365486c0223b4e5e05b3911d4166e54bcbd24f1c76f785f9ab2c6e748b9a3bf" }, "downloads": -1, "filename": "pydataportability.discovery-0.4.tar.gz", "has_sig": false, "md5_digest": "0b1d0464cbf974fcc4a3003a1ce42511", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18831, "upload_time": "2009-10-12T14:12:24", "url": "https://files.pythonhosted.org/packages/37/55/e3e2253fc63987b80a2f29b8ce7c571a85e625862a29acd85beeff7d24ba/pydataportability.discovery-0.4.tar.gz" } ] }