Skip to main content

Resource-oriented Python API/CLI for Quilt's decentralized social knowledge platform

Project description

QuiltPlus

Next-generation API for Quilt Universal Data Collections

QuiltPlus provides an asychronous, object-oriented wrapper around the Quilt API. In particular, it implements a resource-based architecture using Quilt+ URIs in order to support the Universal Data Client udc.

Installation

python3 -m pip install quiltplus

Usage

from quiltplus import QuiltPackage
import anyio

URI = "quilt+s3://quilt-example#package=examples/wellplates"

async def print_contents(uri: str):
    pkg = QuiltPackage.FromURI(URI)
    files = await pkg.list()
    print(files)

anyio.run(print_contents, URI)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quiltplus-0.9.5.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

quiltplus-0.9.5-py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page