Async Python API for Quilt's fractal 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
Release history Release notifications | RSS feed
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.7.tar.gz
(8.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
quiltplus-0.9.7-py3-none-any.whl
(11.3 kB
view details)
File details
Details for the file quiltplus-0.9.7.tar.gz.
File metadata
- Download URL: quiltplus-0.9.7.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.4 Darwin/22.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fe895f58a81c9bc40c53edc9ecad2d7698bddc499525380a64724bed2cc2f4d
|
|
| MD5 |
b87957c24ddbf891142f32d2006826ec
|
|
| BLAKE2b-256 |
0b3a6fb6fc86eed791db73381ef134a5a94f4aa2d6dcd95cd84667068b7587e8
|
File details
Details for the file quiltplus-0.9.7-py3-none-any.whl.
File metadata
- Download URL: quiltplus-0.9.7-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.4 Darwin/22.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f79be42c199baa76c8c88580280b525a15f9dcccdd59b9385d36c81db75a4f3
|
|
| MD5 |
a1a28d56f15e4f8fc9629c5f624e24b3
|
|
| BLAKE2b-256 |
dba70dbf3a01d8af399f0069cdf58624fc3492f15d66e98d11c2b92c36d5739f
|