{ "info": { "author": "Jeremy Carbaugh", "author_email": "jcarbaugh@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Compatible with XRD 1.0 (execpt XRD Signature and XRDS)\r\nhttp://docs.oasis-open.org/xrd/xrd/v1.0/xrd-1.0.html\r\n\r\nOutstanding issues:\r\n\r\n- support ds:Signature\r\n- support XRDS\r\n- parsing of Expires date stamp from XML\r\n- more tests are needed\r\n\r\nBasic usage::\r\n\r\n from xrd import XRD, Link\r\n\r\n lnk = Link(rel='http://spec.example.net/photo/1.0',\r\n type='image/jpeg',\r\n href='http://photos.example.com/gpburdell.jpg')\r\n lnk.titles.append(('User Photo', 'en'))\r\n lnk.titles.append(('Benutzerfoto', 'de'))\r\n lnk.properties.append(('http://spec.example.net/created/1.0', '1970-01-01'))\r\n\r\n xrd = XRD(subject=http://example.com/gpburdell)\r\n xrd.properties.append('http://spec.example.net/type/person')\r\n xrd.links.append(lnk)\r\n\r\n xrd.to_xml()", "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/jcarbaugh/python-xrd/", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "python-xrd", "package_url": "https://pypi.org/project/python-xrd/", "platform": "any", "project_url": "https://pypi.org/project/python-xrd/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/jcarbaugh/python-xrd/" }, "release_url": "https://pypi.org/project/python-xrd/0.1/", "requires_dist": null, "requires_python": null, "summary": "Package for serializing and deserializing of XRD documents", "version": "0.1" }, "last_serial": 909998, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a8b857bd64bede48cf51df7027e8c3ea", "sha256": "487fe569a394615ff9e8596b6ca5388b16fdfe4a22be168fe0901edd13a8787b" }, "downloads": -1, "filename": "python-xrd-0.1.tar.gz", "has_sig": false, "md5_digest": "a8b857bd64bede48cf51df7027e8c3ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5338, "upload_time": "2012-04-04T18:09:08", "url": "https://files.pythonhosted.org/packages/f5/95/5865ab34ed5980d41ca5cdbd4ee10781dd71cb37ab44a10a11b525670e2d/python-xrd-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a8b857bd64bede48cf51df7027e8c3ea", "sha256": "487fe569a394615ff9e8596b6ca5388b16fdfe4a22be168fe0901edd13a8787b" }, "downloads": -1, "filename": "python-xrd-0.1.tar.gz", "has_sig": false, "md5_digest": "a8b857bd64bede48cf51df7027e8c3ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5338, "upload_time": "2012-04-04T18:09:08", "url": "https://files.pythonhosted.org/packages/f5/95/5865ab34ed5980d41ca5cdbd4ee10781dd71cb37ab44a10a11b525670e2d/python-xrd-0.1.tar.gz" } ] }