Low-memory data interfaces for scverse
Project description
Shadows
Shadows are on-disk interfaces for scverse data standards such as AnnData and MuData.
It is an experimental project.
Installation
pip install shadows
# or
pip install git+https://github.com/scverse/shadows
Features
The shadows library aims to implement the following features:
-
Shadow objects: Read-only AnnDataShadow and MuDataShadow for HDF5 files.
-
AnnDataShadow and MuDataShadow for Zarr files.
-
AnnDataShadow and MuDataShadow for Parquet-based serialization (pqdata).
-
Data shadows for
.pqdataand.zarrfiles on S3 storage.
Shadow objects
Briefly, shadow objects simply work like this:
from shadows import *
ash = AnnDataShadow("pbmc3k.h5ad")
msh = MuDataShadow("pbmc5k_citeseq.h5mu")
All the various features are showcased in the following tutorials:
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
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
File details
Details for the file shadows-0.1a2.tar.gz.
File metadata
- Download URL: shadows-0.1a2.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25567a3d90d6f3020113125dfc332dcc2a6183d68728dfbe7272cc8651111a77
|
|
| MD5 |
f056ceaa6c106d5797ce9e826ab22376
|
|
| BLAKE2b-256 |
bf00ceb5d4e06d34901a5e8fc2d2bc120cb0a37aafbce63be54d9b8b3430ce19
|
File details
Details for the file shadows-0.1a2-py3-none-any.whl.
File metadata
- Download URL: shadows-0.1a2-py3-none-any.whl
- Upload date:
- Size: 19.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22a95f690eaa8deec644c96fe6fbe5fb1c7e9ecb2ab15a9142577b1ad326c9fb
|
|
| MD5 |
e93e54597612c5d1a83e56ffd39348cd
|
|
| BLAKE2b-256 |
a4079d1b2fa89affbe31e1af772cc9ca4f054f9b8888f28227c84a2d59025027
|