{"id":18565680,"url":"https://github.com/quiltdata/quiltplus","last_synced_at":"2026-01-29T17:33:28.983Z","repository":{"id":83848271,"uuid":"582748539","full_name":"quiltdata/quiltplus","owner":"quiltdata","description":"Resource-oriented Python API for Quilt's decentralized social knowledge platform","archived":false,"fork":false,"pushed_at":"2025-12-21T22:01:21.000Z","size":333,"stargazers_count":1,"open_issues_count":15,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-23T00:37:11.858Z","etag":null,"topics":["dataset","python","resource-oriented-architecture","versioning"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quiltdata.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-12-27T18:59:22.000Z","updated_at":"2024-07-10T08:18:29.000Z","dependencies_parsed_at":"2023-10-20T10:05:42.678Z","dependency_job_id":"60ba96a0-f1dd-44fd-9e31-9fc1ee9fe861","html_url":"https://github.com/quiltdata/quiltplus","commit_stats":{"total_commits":74,"total_committers":4,"mean_commits":18.5,"dds":0.2567567567567568,"last_synced_commit":"4a2414a28510c0b87cafd4109b4482b2838b9b1d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/quiltdata/quiltplus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fquiltplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fquiltplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fquiltplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fquiltplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quiltdata","download_url":"https://codeload.github.com/quiltdata/quiltplus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quiltdata%2Fquiltplus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28881982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T16:41:59.663Z","status":"ssl_error","status_checked_at":"2026-01-29T16:39:39.641Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dataset","python","resource-oriented-architecture","versioning"],"created_at":"2024-11-06T22:19:52.210Z","updated_at":"2026-01-29T17:33:28.948Z","avatar_url":"https://github.com/quiltdata.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuiltPlus\n\n## Next-generation API for Quilt Universal Data Collections\n\nQuiltPlus provides an asychronous, object-oriented wrapper around the Quilt API.\nIn particular, it implements a resource-based architecture using Quilt+ URIs in\norder to support the Universal Data Client [udc](https://github.com/data-yaml/udc).\n\n## Installation\n\n```bash\npython3 -m pip install quiltplus\n```\n\n## Usage\n\n```python\nfrom quiltplus import QuiltPackage\nimport anyio\n\nURI = \"quilt+s3://quilt-example#package=examples/wellplates\"\n\nasync def print_contents(uri: str):\n    pkg = QuiltPackage.FromURI(URI)\n    files = await pkg.list()\n    print(files)\n\nanyio.run(print_contents, URI)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiltdata%2Fquiltplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquiltdata%2Fquiltplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquiltdata%2Fquiltplus/lists"}