{"id":17247583,"url":"https://github.com/jcarbaugh/python-rd","last_synced_at":"2026-07-21T18:38:31.775Z","repository":{"id":5329170,"uuid":"6513002","full_name":"jcarbaugh/python-rd","owner":"jcarbaugh","description":"Package for serializing and deserializing of XRD and JRD documents","archived":false,"fork":false,"pushed_at":"2019-05-14T14:12:00.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-08T16:40:19.054Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcarbaugh.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-02T21:40:15.000Z","updated_at":"2019-05-14T14:12:02.000Z","dependencies_parsed_at":"2022-07-05T17:03:21.533Z","dependency_job_id":null,"html_url":"https://github.com/jcarbaugh/python-rd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jcarbaugh/python-rd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcarbaugh%2Fpython-rd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcarbaugh%2Fpython-rd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcarbaugh%2Fpython-rd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcarbaugh%2Fpython-rd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcarbaugh","download_url":"https://codeload.github.com/jcarbaugh/python-rd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcarbaugh%2Fpython-rd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35734232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-21T02:00:06.728Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T06:38:22.843Z","updated_at":"2026-07-21T18:38:31.757Z","avatar_url":"https://github.com/jcarbaugh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Resource Descriptors in Python\n==============================\n\nSupports serialization/deserialization of XRD (http://docs.oasis-open.org/xri/xrd/v1.0/xrd-1.0.html) and JRD (http://tools.ietf.org/html/rfc6415).\n\nOutstanding issues:\n\n- support ds:Signature\n- support XRDS\n- parsing of Expires date stamp from XML\n- more tests are needed\n\nBasic usage::\n\n    from rd import RD, Link\n\n    lnk = Link(rel='http://spec.example.net/photo/1.0',\n               type='image/jpeg',\n               href='http://photos.example.com/gpburdell.jpg')\n    lnk.titles.append(('User Photo', 'en'))\n    lnk.titles.append(('Benutzerfoto', 'de'))\n    lnk.properties.append(('http://spec.example.net/created/1.0', '1970-01-01'))\n\n    rd = RD(subject='http://example.com/gpburdell')\n    rd.properties.append('http://spec.example.net/type/person')\n    rd.links.append(lnk)\n\n    rd.to_json()\n    rd.to_xml()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcarbaugh%2Fpython-rd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcarbaugh%2Fpython-rd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcarbaugh%2Fpython-rd/lists"}