Skip to main content

Parse and read RDS files as Python representations

Project description

rds2py

Parse and construct Python representations for datasets stored in RDS files. It supports a few base classes from R and Bioconductor's SummarizedExperiment and SingleCellExperiment S4 classes. This is possible because of Aaron's rds2cpp library.

The package uses memory views (except for strings) to access the same memory from C++ in Python (through Cython of course). This is especially useful for large datasets so we don't make multiple copies of data.

Install

Package is published to PyPI

pip install rds2py

Usage

If you do not have an RDS object handy, feel free to download from single-cell-test-files.

from rds2py import as_SCE, read_rds

rObj = read_rds(<path_to_file>)

Once we have a realized structure of the RDS file, we can now build useful Python representations.

This rObj contains the realized structure of the RDS file as a Python dict object, it contains two keys

  • data: if atomic entities, contains the numpy view of the memory space.
  • attributes: additional properties available for the object.

The package provides friendly functions to easily convert few R representations to Python representations.

from rds2py import as_spase_matrix, as_SCE

# to convert an robject to a sparse matrix
sp_mat = as_sparse(rObj)

# to convert an robject to SCE
sce = as_SCE(rObj)

For more use cases converting data.frame, dgCMatrix, dgRMatrix, dgTMatrix to Python, checkout the documentation.

If you want to add more representations, feel free to send a PR on this repository!

Developer Notes

This project uses Cython to provide bindings from C++ to Python. It tries to use the same memory space (except for strings) instead of making copy of the data.

Steps to setup dependencies -

  • git submodules is initialized in extern/rds2cpp
  • cmake . in extern/rds2cpp directory to download dependencies, especially the byteme library

First one needs to build the extern library, this would generate a shared object file to src/rds2py/core-[*].so

python setup.py build_ext --inplace

For typical development workflows, run

python setup.py build_ext --inplace && tox

Note

This project has been set up using PyScaffold 4.3. For details and usage information on PyScaffold see https://pyscaffold.org/.

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

rds2py-0.2.4.tar.gz (1.5 MB view details)

Uploaded Source

Built Distributions

rds2py-0.2.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (286.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

rds2py-0.2.4-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (294.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

rds2py-0.2.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (241.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rds2py-0.2.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (290.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

rds2py-0.2.4-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (298.5 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

rds2py-0.2.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (240.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rds2py-0.2.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (292.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

rds2py-0.2.4-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (300.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

rds2py-0.2.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (240.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rds2py-0.2.4-cp311-cp311-musllinux_1_1_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

rds2py-0.2.4-cp311-cp311-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

rds2py-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

rds2py-0.2.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

rds2py-0.2.4-cp311-cp311-macosx_11_0_arm64.whl (254.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

rds2py-0.2.4-cp311-cp311-macosx_10_9_x86_64.whl (269.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

rds2py-0.2.4-cp310-cp310-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

rds2py-0.2.4-cp310-cp310-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

rds2py-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

rds2py-0.2.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

rds2py-0.2.4-cp310-cp310-macosx_11_0_arm64.whl (256.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

rds2py-0.2.4-cp310-cp310-macosx_10_9_x86_64.whl (271.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

rds2py-0.2.4-cp39-cp39-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

rds2py-0.2.4-cp39-cp39-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

rds2py-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

rds2py-0.2.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

rds2py-0.2.4-cp39-cp39-macosx_11_0_arm64.whl (256.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

rds2py-0.2.4-cp39-cp39-macosx_10_9_x86_64.whl (271.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

rds2py-0.2.4-cp38-cp38-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

rds2py-0.2.4-cp38-cp38-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

rds2py-0.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

rds2py-0.2.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

rds2py-0.2.4-cp38-cp38-macosx_11_0_arm64.whl (255.1 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

rds2py-0.2.4-cp38-cp38-macosx_10_9_x86_64.whl (269.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

rds2py-0.2.4-cp37-cp37m-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

rds2py-0.2.4-cp37-cp37m-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

rds2py-0.2.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

rds2py-0.2.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

rds2py-0.2.4-cp37-cp37m-macosx_10_9_x86_64.whl (270.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

rds2py-0.2.4-cp36-cp36m-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

rds2py-0.2.4-cp36-cp36m-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

rds2py-0.2.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

rds2py-0.2.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

rds2py-0.2.4-cp36-cp36m-macosx_10_9_x86_64.whl (268.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file rds2py-0.2.4.tar.gz.

File metadata

  • Download URL: rds2py-0.2.4.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for rds2py-0.2.4.tar.gz
Algorithm Hash digest
SHA256 c6a23d05197f17e993eeecbe1cfe5a5b0d196a5a46b9d56cd1c14ebb45bb15e5
MD5 6c9e36692e097e68eb6c56cc1eec7d94
BLAKE2b-256 d002f8a14be9072c7a134adbd907dcb27fabd72053d2b965b2f6f6bfa6163123

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f78f22c6f7accffaea6617843f58b98108d79de17ef87d1f381208bc51834ef
MD5 9df7aa89e534c9c6529c9b1cc1fbbc0a
BLAKE2b-256 cb7eb089a73943b3457e760892780631f0633952772bc12f396f50b791fc62f6

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cddc25272a6a81f7637988c9a0c440b1fe0d4c7c3176a9be8eb5129c5126c576
MD5 5a04f6af6c25574ecf32c6965cf58263
BLAKE2b-256 83d9054ca5e1d701ed6bc8d9e95dd8579ecc806e687afc86518b22ace6d8a0de

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7b68cd8f031f2c6386a1b5029a1d555b66157a02e47d423a585457b7ecf8dc97
MD5 6746105c183d7acdde132f0b26cbd7cd
BLAKE2b-256 9794b1527f47052c4735aac3a0a1072e2b8267a5051dbd95aeb4ae9b12f87c1c

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9233c862e897a355f8b9d03b702234807cfbdccf619a90c15dd2ccbdfa8b83a5
MD5 c3c26621c232ce6e49a2e7760be2918d
BLAKE2b-256 1d835fa5b0fb4ec3541a79c2124fda11d34d857b30b75d14e23c3278a29e48f4

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b2f55c545ab6684ecc1cf0d69921e6917300ffb41f1843fb1b0918eb3f22fd9d
MD5 ae8fed6864045ac5df9adc466a8247c6
BLAKE2b-256 264889edabbae357db4711af290384c304bb41fa5f465342be6d3b432e42d88e

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e4d0b01a71ff8eb751047d4664cc4ddc90af92e5b6d61ac32202923ccf13943e
MD5 97f94f838ba8a54d361a31998b664d3b
BLAKE2b-256 e4f2db82c4cef25753826cbb3d4e245bfc06d89dbbc134fc90f7ce0217cbac49

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67765cd01bf15b16b2f6ab8af7dc2fcad6493e62f1441e993d50bdb998152079
MD5 5f76c256b6d9410626618602365f727d
BLAKE2b-256 5352c8e47bdc2df3a6fe63a17e1c0bc117d95b8a7548014b8988bc28f067d531

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9733f6b7275c5f58bbe9e945e0831937a29cfbd4950ce37662350592c5331f78
MD5 8b0f49a85e08938fb44c745354b3c198
BLAKE2b-256 c7b32d193378f3f1962c7c605685c71cd537cf9e4ab1b7aa00e196eb784a1ae0

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c101d53ac337bae94807faeb64a6be15465887bd7a7b214e270f736e687fcf80
MD5 d4afc4e27b30888c34eb7dc46c5190dd
BLAKE2b-256 b3629da962872f07dd65a8863a2bc92110225104df696c4a11289a4312197893

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 acc9a9ebfa6f99d9928a499958e116156b95632bf257fd966c3216a39a2ff29a
MD5 8efc7d703617f7b1e5fb693f7e0696cc
BLAKE2b-256 d3f52a41e7f0b50579c7ed773ee02209ed6db629717a7d0ab995f1095619cf9a

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4bfc9a5ed65df45198a5d77e84b1ee505a68746165fcc7e9279e74061e0646fe
MD5 683d7bfec8517ac6f0a94ff4bbae715a
BLAKE2b-256 25bc77c39acbe03978a1c7c541e2ebe13a7ce61b9fe9464dc931ba4c73ac8f55

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4aa9b700b24e11ee5e91c9da76042c5ce53e7d95416ce1c1d5089530ce75ea52
MD5 4e42ef6f2ce4dc1e159d1dd1ba6834bd
BLAKE2b-256 20dada6b14fe83ac8aacd57d16954673d174141667d3090974f3188e3fb2b06e

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8dff65badc45268c18f96cc54696bff41ebda598ddb74a0ce1785b41968e7505
MD5 dc177e72d8fe027ee1ff4edbafe8479f
BLAKE2b-256 84f21e7d15e50be7573e1fc7b9b06d4b26232940d5b2596c27f8f3612124b124

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e9fbeeb82043eb1ef54231bed6a1a58ca5f4f9c0fae4c5fb585f6e9bfe8361c
MD5 5b5315c710bad2572a5bdbd731910bbd
BLAKE2b-256 9217c2e06308e69468d27c100e1867e2cd56e9d02db6457fd196364254dd064b

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8effb25cc5bd91b3f0bdf4bc6e38c60205c4dba22bee1f0bbbb6f82c4551daa6
MD5 2344cd424d15309b807ef36cb5f55d94
BLAKE2b-256 910357be9bdf0500e21bc0042b0e961a49ed5a0b84f4b5ac31e2dd84cff0483a

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d35dbc74681c004c8da0854e49e15468b8982c40e9559f42bb34f486d6d7264c
MD5 5355e15f7bb86affa9504a25e9a7b80e
BLAKE2b-256 b3f823eae864baf85245b1d037b5efe41548836b94c34a7a3c6d0e8de2cc83dc

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3db3c8825554f72ebda9118cdef88d535a2a1a7b81ad14cfb35d64a5b6043203
MD5 f676b089d4efb099abfe1d303d849455
BLAKE2b-256 fcee5321abb1942af981224d8fde564bed99b264a9cef67b790f53e9330caa72

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11db5ead511b0918336918d331ec9d01882d8b973c98cc0cc376fbf9ad6afb53
MD5 09ded0cf3a78c4c573d846c21d59c349
BLAKE2b-256 3e5a8bbf0ca5bd5f519769934de7f633c15577f98063cde37284dc9e52310f60

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 207f26aa031cfff68df76a5f72919764f2a6a709003a109d2bf8b62e7f876d3c
MD5 74dd0b8e601286d9a5062dc82f1708ab
BLAKE2b-256 c83672c6f253d6235cb223334ba85299998cf6ca6fcb0964dbdc9dfcf1d2634a

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d00990300620cbd48e4ec3828cf46319857d0fedfab1cc74c94d8c906dbe422a
MD5 ffd5462ba6c7828ccb65ed6835e39928
BLAKE2b-256 d3e9a33ed8079d696270360469bb078a6d68430ab199bb92910416da6cf0411e

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 35648d3c63f5e01bedf33891995f6fbdc4130f6fcc2b277365598557edff8320
MD5 8c8584eb8db5d70d3b0313c5c04610de
BLAKE2b-256 b28dff5f2489f31031493b4b26dc14b109e4fb5f3ecc7b6fb6ac1ae6164514d5

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 afb6f5561f9ddcb5ee1f5f1786129df9c9d92fa3d80ac471aff41d18ea24f36e
MD5 b81321cd046e9c7fd82f704afc60d4d5
BLAKE2b-256 d61cf20cc71aeaa4f525f2c6198dc0d73ec7bc10adb12a242065a7c59acd3d46

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 efab49a2c35c65d230b3157c994b4883d945f02eb467f483c66cafa8221172a1
MD5 d75fa300e687e11cc9ae9677f7c4efd2
BLAKE2b-256 a37d70132b02a9333ff15a328709eb24a9bdcf2da4ccc0fd5a1cd0903e66769f

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8c4811853d82b44fb4614939d5848a1972436e421a0958abd71ebb8e2c2a26c
MD5 26646bda9a96dcb8ab51abdcaac06143
BLAKE2b-256 7a39fdbffdcdb8bb167d43e1a8fe9dc6f5c60e982dbd38f396d77ce40a105103

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3d821858c5eb3ee3bce9d750df89e1176df86ec47fb8fcd02d49b702ada605a4
MD5 fa9e74070d2d15a3fbaa8936934ebb59
BLAKE2b-256 e96267945e485ec93c06220ee0c5a28d13dc541062a4a9360b1494e7cec75679

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b776b9c92e6d3bf5c116a5d3579e03d03686075c81b25f3f2ecbe6b62ba2252
MD5 f480510b9120d1b5703ad67839e2fd11
BLAKE2b-256 e7cc0eeec291ff4f50b621e16d0c980ccbb65a0e642ca1a056d79b068b24ab21

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e293935e98edc2fe7a40501788c4deb98d4e05c9c7f88c1669b09f945032d676
MD5 47ad5f30f2f6725db0f301baf5f8c124
BLAKE2b-256 3d7466d6dd7d05368978ce0057ee865ddf77797f8b60b096457ad50e60687264

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7c93cfc9300171b5e20e8f2100fab9ecc1fb353c97e80cfb96c609505e745103
MD5 7a0b76c8574e5f4ac428e2f806be6392
BLAKE2b-256 b6912d27666aff87a8f87f3346ada74954b63b21aeb5341c6081a44a97c850ed

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d78f887b1abda486ae3a8e6befa44fd530e5dd85e5e4950ebce3184e070d5948
MD5 6b0f0c678f91f3445e2800b7c4c91cd7
BLAKE2b-256 b8d1aebe1080d38c8220db2a0415e173306fa538f073ef8bd96f5ac8618940b9

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6343f402835372b572386e0175008319580e14165d6798449f9ffe27bbb9e976
MD5 26d9963d2108d0df57f22849facc5938
BLAKE2b-256 6fd3a4c00d1f430b63c5a4dd6084ef28f87b06194110b026d8cba4bb925558e9

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ad2157c39eb9dda414fb89403dd82cb03ee36fc9d91c01b013fb65bfd924a699
MD5 e603fe7b406e3c4b7645d8ebfbe6f986
BLAKE2b-256 973174f635ebf63f31e29074b22d4c38b03fb358682fa452b04e186f47e0429b

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 453aa835f49e8717742fd69d4470989d058ba0adcf9cbcca2a52c1c7049d2a13
MD5 a1be7af2d8992e01ef4bf721a315c26b
BLAKE2b-256 83209179caebc565a61895d91d027177758f154502b86135c2885ba7c939c382

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5b8eadebf740c0f5165328e513fb64e1c5b213e09515c94be45e48e9bae8e294
MD5 6d3dd691629467c9346be0df597a85b2
BLAKE2b-256 0f976c441da02f7f7d673ee930b4d42be17fb4c861a420a1941a904a6909ff58

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 43c7e666dc74b0a697a98deadb7f7437c7dc0ab597626cad363b0c9dd430fc4e
MD5 c8640c6095524c048c6ba1a3391c645f
BLAKE2b-256 309776d2f3db215fe032dfddf111d8516bea8f795a4840a95c0ad1d168228c22

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7986d2331e18e7bbb19943b0b413383db7cd87164a3dc52945044cc53f8887d5
MD5 4fc2c09870ee15700f6c58ec1621ee91
BLAKE2b-256 034b7f5542f388f2213b963ea9b40c4b4165a73fbac9318fbc020cae1d096f98

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8f1e680239da62b16f931fbcd6cc70694692f0fd4f49c7e98ba6d2210520253
MD5 92335a525aae381edc954ebb03b2e5bb
BLAKE2b-256 b5bcb2a351922e762fc6499f532fdd12fd624d5db085dd4d57af46b9302c05d7

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd7becc5d7108d2ecb37f488be265ed6ed8fecb77b2fb60193c6c7e58749d7db
MD5 d81e914a5df04fc1670f1b2f71c73dd0
BLAKE2b-256 0405dc61c4751b5a1136edd9b020f5dff00f66d1737d199953ebc76d34c9fa5e

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bff8a3624ce9a63d1221d494a47ebfe6c70f85b1eec61fc3212b36206f856405
MD5 649c81a73f1e0a2a762accb3f95bfa0a
BLAKE2b-256 9afcf7ab71793ad89879c149caf5d21ff66cecf5e58539f43632e001d3da1fe9

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 da590d509b398d9a3e9637d92fb2e805cd5801df6c70c73679f23ce24f79d47a
MD5 d784cd638b5deb3713d9d48b9a99c291
BLAKE2b-256 19abc17108c52bb826c8efaa5737bdbdbb36caa06c509f24eb94e5bd247a8a46

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 030be8fb0270b965347e0443088543bb80b6173f100e57b599b9eb61f3990571
MD5 70d0ae83b2772f994e016327125fd4bb
BLAKE2b-256 551b64b474d022739b0ce7ba9e9bf62c523a9e26a628c0e7dd8ac023ba891cdc

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e67df7967dd06885826072a58b7d1033dc048f61bbc5fe1e53f8c2448f245529
MD5 dff760749655efc00efd24c21c026ef2
BLAKE2b-256 cfd4e80cd95f34217bdd891f1a0ed0dbda27682bf6e9e343ad005b1f0f83c944

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 79f4ff2d8b5c1a145be0372146055f6c39efeab555880582e928eb77d605d04b
MD5 26a3a3a32a1dc1232dd9866459c822ca
BLAKE2b-256 4e9e9711ede6143d8d86175effb282d8d2d1476237e1ab3548b9bee0d828b7c2

See more details on using hashes here.

File details

Details for the file rds2py-0.2.4-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rds2py-0.2.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 13f162d1d35d6ff5f00b7b046bd222533607aca20420abd911ee5610121b76bc
MD5 e8cdee3814130030229002b844e07239
BLAKE2b-256 ca3ab84951c14565635868da689f1d5216572647138a5a429f8c95a2719b8093

See more details on using hashes here.

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