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 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.2.tar.gz (1.5 MB view details)

Uploaded Source

Built Distributions

rds2py-0.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (286.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

rds2py-0.2.2-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (294.0 kB view details)

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

rds2py-0.2.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (240.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rds2py-0.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (290.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

rds2py-0.2.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (298.3 kB view details)

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

rds2py-0.2.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (240.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rds2py-0.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (292.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

rds2py-0.2.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (300.1 kB view details)

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

rds2py-0.2.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (240.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rds2py-0.2.2-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.2-cp311-cp311-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

rds2py-0.2.2-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.2-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.2-cp311-cp311-macosx_11_0_arm64.whl (254.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

rds2py-0.2.2-cp311-cp311-macosx_10_9_x86_64.whl (269.1 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

rds2py-0.2.2-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.2-cp310-cp310-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

rds2py-0.2.2-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.2-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.2-cp310-cp310-macosx_11_0_arm64.whl (256.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

rds2py-0.2.2-cp310-cp310-macosx_10_9_x86_64.whl (271.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

rds2py-0.2.2-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.2-cp39-cp39-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

rds2py-0.2.2-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.2-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.2-cp39-cp39-macosx_11_0_arm64.whl (256.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

rds2py-0.2.2-cp39-cp39-macosx_10_9_x86_64.whl (271.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

rds2py-0.2.2-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.2-cp38-cp38-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

rds2py-0.2.2-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.2-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.2-cp38-cp38-macosx_11_0_arm64.whl (255.0 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

rds2py-0.2.2-cp38-cp38-macosx_10_9_x86_64.whl (269.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

rds2py-0.2.2-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.2-cp37-cp37m-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

rds2py-0.2.2-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.2-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.2-cp37-cp37m-macosx_10_9_x86_64.whl (269.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

rds2py-0.2.2-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.2-cp36-cp36m-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

rds2py-0.2.2-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.2-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.2-cp36-cp36m-macosx_10_9_x86_64.whl (268.2 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for rds2py-0.2.2.tar.gz
Algorithm Hash digest
SHA256 75a8bd20beb2752ccc819ea10742b3b8c0cebbebdbb4c95670ac876205bd3ac9
MD5 bde88d4b269eb9491d40873c8d480b93
BLAKE2b-256 e3596478f9022ac45dee16c0ce369416f7d5deaaa8c36e0a1a613285adefca4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9cc9bf7fd90257ebd8eda90a87630d7c31e1c2ca25b10a45e9174015ced70993
MD5 03120976bd03f63ef63f8fc47e3f5a26
BLAKE2b-256 7e8894622244555c94e8c74f05cf716c1ad5751424f04c2b3e754d5aa52e6074

See more details on using hashes here.

File details

Details for the file rds2py-0.2.2-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.2-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4767e02c444a51a4e6a208a2bfb67f74a547114c5eb7dab9fc5beeac9ef20a36
MD5 98a6925cf40a63ad0b02ead604347903
BLAKE2b-256 590557eab36f9f429faf25a12ade1c417406289a66adf2d904dd71393b2b5a90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a0e6712a0f42ec9f8b3728b4e2e7482daec78187387652498aefe3430ee10f8f
MD5 00715d4f0bb289b7fad28dd2901d6ada
BLAKE2b-256 d6d7cd601b3dad4509e04b7c44e67cbc67c8f15ae37a2789ab1b523fbb51bd72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19050058b08d1bbb0aaa2add25979eaf35283e34a448059363291ab13b456ee1
MD5 1044dbc6a919500a2c8332fc6c846047
BLAKE2b-256 8c0058fbc71baf211584ca6117bbc9f3c7a63cdda5a21eb5058784bd4355d4f5

See more details on using hashes here.

File details

Details for the file rds2py-0.2.2-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.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9d83be7ad4c19520c60188b1d047793938c6ef06c652a9549e2e90ac31b6450c
MD5 67b8e6102061be4f74b9bf1f039ca61c
BLAKE2b-256 08a819df57a8622f73b125c96a7de4c4a37ac3ba3ba70a1f2019dba74209f1bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 24f514ec95f45492bc492b06a9b7b3a42de6ee0532e06ab27c67d15fbcc232ec
MD5 686d431677647dfd9ce5d6f1fe813ec4
BLAKE2b-256 183ad49ae84531ab27d2125776e97175dc15e4b212004f8700051b8978fbd234

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efc2c4eeeea4cdd11d7a579c5c3de263bb61e65ca5a08a0e06f71b9fdbbf4bbd
MD5 0ea51e9fce073ef790685673ca9fc822
BLAKE2b-256 0d240620d48d76d3ccc05be4f0c21cb26f1dffce5c129cd17fc1b21a2f0c001f

See more details on using hashes here.

File details

Details for the file rds2py-0.2.2-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.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fe88d1323109107864046d3f84211d3634a958db8611eee5d66e6f8e3c96224e
MD5 f5ac5a9d6272b95fefc3f3586ab29d37
BLAKE2b-256 b81693753b01a2420b2c462d9ba0a866b4690050a042b7bea76a3133503e4839

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3b313a8f4e2c5e141dbd84a622af19766a845afa3346a0e5945de921ef970516
MD5 25b50216c402a056e5be4deb6c58e557
BLAKE2b-256 3d340df8857a245885b36109accb40b8389dd504f26b2643c2b9be3243dcf057

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8109311b3451bccf6a4697926c5d1938cdc88ffbef216eead2dbf204c1b3cb8d
MD5 d78d03958be12bcf792159d2c233fce6
BLAKE2b-256 c212f84fcf7a469643b290bd711170e067ed1c829b753896f0c9bcd55d65fe54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 83a970085c58473618e2f8cca90910568a61997cb31728844fca88ea06289379
MD5 be59ff36fed6f2117a76c643c4fd3477
BLAKE2b-256 1e06ca92a375459941e17313e1266c76978db35c3be7b0ad33ad9a2346f8e363

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf111b39f802bbe009489969ad98c28dc0b41a070038a73abf07a2679e140e93
MD5 c4835a1746ad6109593ad8e9be0fed8a
BLAKE2b-256 459553eb7e77fec270bd87a6d36619da72af8078cfe5299d7edaaeb947a1963b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 654eab6757a9c0989db92c4beec13aeb4c75d8c9696a183e2c22f8f21246f64d
MD5 84410d025e1c91e882d44ce803cfd131
BLAKE2b-256 b10416d3823cc6ffa049084c636e846824628befa661b29690d14cc308895d35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 192e01e702c017a5ff089903004c0423ca1c90b3d8364ae07f1b34c5e8d9ccbd
MD5 14e28f2f55ea82f52bb1cc6b14a8efcf
BLAKE2b-256 dda8711e9f729d0c6ec607e1ecb973e445f82af824fb90b12c0d940aefaa875c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ba8d648d33cb5f5272f86b382c36430e024265c52e3644ef8438d6d140b77a3e
MD5 f9c08bda18322899b9ba1e843d89cece
BLAKE2b-256 63e1c0b30a250f28b95c5369e0973515f03695b333ba9660ed17e7d342efbb78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 538f49bcdeb5b4218d3606c3c69bba7318ff15ff074ab6bc98c1e8e445dce73c
MD5 2b56db85510aab3acc0c8ae923b1c15b
BLAKE2b-256 515530d6a13f9cc69eb9fcd2d7cfb2502c851c7bf377d90cd2e26fb6bb5cf9c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a630fa5eb986e39354f38d8b6f2872b67a787b7c04d5e2283b6c91256b12407e
MD5 b30c6de21f63a6a2458f269caded4df3
BLAKE2b-256 f443457a72883b839a58216567e73a66639170e91fcfea3c437aac840ac88e13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3f27e1d79c2f29ddee2c07d2e0694c954a34cf272e917ec61535dc1483ae786
MD5 a2f68bdb5ecd601e4515297f54f6952f
BLAKE2b-256 794dfaa43c79b054be40502a02a2941eac4c62d1be710497c9544c4cafb3fabe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b8c8187dfedfcb292141d562dcf9b24a3db1959c98dfc82448686bbe65e71139
MD5 856aa1ce8e1829ec16417897265ea195
BLAKE2b-256 5d813f162bb44643a80a893dfd412ef60006301e246c6de8b0cb37fad653b779

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 300d8aca18968647eb04ebc02c5b9a321d197b9fac15c696de7ed9bc36cd4cca
MD5 d6e821f3903ec35b26c95c6ab5eb6c42
BLAKE2b-256 4d163e7afc4173d8e9a74e965f16366648bb49a54f350e5b4de6e582e28c69b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 156ea09dfeac9f89284e7890aab01263991c922ea046d51c137434723de7d005
MD5 09267f174237e2971d698f4077e02028
BLAKE2b-256 396912cf3bc252676dc01d685e031a695e10f76b8189370045587f1e2ae10525

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e82e5c9ae1d8619f113075ecfbf571ad78bfdae63bc56b5bd1fb2746293571bd
MD5 b25ab7444a73fe7ab62c6be1bd662c5b
BLAKE2b-256 4a552f8c638885190ccd0ca347d7edea1a4bb49e55e74707aeb7b39ac9b69919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5fc8ca9ce87a3b7e98ddcfa7281afd528a60cdb2131a9404435480db57fd5557
MD5 9ed0e375dce5b107a4cb2e07d7f3cf86
BLAKE2b-256 e72a1152098af48d98a536fa89834b069e8d58b56c3205fe36fb7e8ab3ab1d92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6160152609a1d8ad29b1480b5fea3d62cf08e57e000235c1cb4592c1f47f51d
MD5 ff8537fc5bdc8841aa679f0ae53f9bfd
BLAKE2b-256 b083a4cf314422ea9e7dbf4231baffc3d3a42ef7296ddb1d40a591f4c3b43867

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 70b992cdab64027a34778ca05cd7c58c7664385da8723dd54e02e937e39b1e5c
MD5 a5ba7e6958c543874192fd1d4f839144
BLAKE2b-256 1ac29a2e185efc25fc1b5a4ccf4ef92c15d5be31033551e6c7fb6a56d083ec0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18dded28a004b266e27e71fcc9e1a22b5e429c3484c1ab25de74fed55e8d4e26
MD5 ae65f7e1f9a972a9680dba22ada35a47
BLAKE2b-256 8db660a90080b6c6d7986a129336baa1113680abd1eb820896b1084eb97df27b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0e2d5740adec1ada6bfd9fd3439489afe3d25a1509cd0250b0ce766e357081db
MD5 168356a6676b81a63b912df77486a6ea
BLAKE2b-256 a5106b9b27c1ded9c235a15f86377f2b484f8411f66fb9e811df74a2638fba33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6e2a3a6532fb0e19215222b7db6bbf218d9b6bd27fceb1a3a32394cc5da217fa
MD5 f2a7a939a07f3e87339ab104cda7a2cf
BLAKE2b-256 315b540d2805cd81fe7c87ccb3c25681fdc69487f2013a928b3f1907c62927bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 692582cfd97f44887097bd83dd35a2d436094169c9f184d47806c1ec9a51f923
MD5 306e58474d2ca96dd1cf92c5b1f92f00
BLAKE2b-256 882e755c33e5d4402fa70f09d3c59e71463a932c7a6e9f4e06963edc890bd266

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a35e4971a4a3a28f3f1803517bf1064f7924e17195ac14384f77f6670f85dfeb
MD5 a45cb1cff6b3fef34b5f64629b12be78
BLAKE2b-256 ed5368541c7a1baccad1aeabc289717bb5ba4e425dc0be24978324544ae2c33d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5d363f8e8527909a48af7a9e65663bc197d61421cd2296e0ae996e2186e6d55b
MD5 5e14a92359d95aa2b4c136c35992a5c2
BLAKE2b-256 d671a3c9c7147d6dc40d83e0732c45c3902d91cb00a95ec48472ee721c9c0f4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de687b8cb6eb5ffc57ffa5074e4d269961c98a704700026ccb27bef1dd82c0cf
MD5 1e3682667595cb0e16bb9e7d8c5bee3e
BLAKE2b-256 252c15e215aa62ff662b9b6c9824f87d4141786aebf9720d219c69c0997e8e66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cffe06ef7cdb57fc1abe343622ce12335c2f2af73dff7d2b2a8c89ac9f0ae787
MD5 fbc7036243971b768382bcffde98c3dc
BLAKE2b-256 c49e59ba79d806ebef74124730cadf4bc5e316c7a449dbd746529fa0a668b658

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a5d3bd41220631fc884c98bb5f71de7aee3ff475ca8ec867ad64b8885c96b603
MD5 faa914828aa6c1bb2b88c5b049b22bf1
BLAKE2b-256 edf1695be48e94ad03d09d222cfd9f34c2fce9304bfc6424835e8165a9d683e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e473a7535b1c1f99b7a7644be1f1f5bf550de78178932561c16c77ad7c19c479
MD5 943b639f22a7edb5dd7315a602df3640
BLAKE2b-256 879e7ea430bf0d81ab714f754a62dcc14d99b10afe6b8cbd629e37915024cd31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba0cedbf4a0b29e59f341805ae932b6a1c7d14e3cce0a3c8892e11d34c482275
MD5 66feebf99ee0b5b9fa28f2ff2f1e495d
BLAKE2b-256 5b95b5523ac2ff6849d1ffab11585bccd47024f467eda2ae8bfe53029c2f83c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fc264119102180b6275b2395f95a406c01241c9ee50c0fc595a45ebffcb51445
MD5 cb28a99fb1e028267345769c0142579d
BLAKE2b-256 d33aed7c670002ffb8520ac30299b0199e792b1c01d9521e5d619c2d132b9a7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 40c2976082859f7400ed36d655e179c1e91fbe01230d250f122f0a3f2189a5b1
MD5 321d427b75ef95a2ccddca1ca9b83cc2
BLAKE2b-256 6a0a7ba07c1b70085cf8ec93def731f6d50dc9e8fb044a8e6be2c6b201c838a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3118795a96cb144accab32353941109777bfb9c4527db063cd0f1d11dab898a9
MD5 86dbae7f11cb12f6ff6899a55c24e589
BLAKE2b-256 aadcf48edfb5b6a8459be6b9dada3f3aff2db8cde3be9e7a2ee8513dd0407ffc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 77f89e2ca368d1bb8e289fee5dcb132f3b10cc1d36e415961b9077f326b85ed7
MD5 d936b3b0b752a1d510a26d6a6e319729
BLAKE2b-256 2b3f8389ad50b89e492fe7a81e24e357884851e3a0e7c872cb38b15a74bac289

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41c42f3fe31161134da2d6a3aea89980b61866c8db99bbe57f68a4090572ea20
MD5 d30483172096a4b2fe24c76f5f639992
BLAKE2b-256 3772bc50216d522ce56abd50e6f7bd1f962e51e4c52ee40143f1724ddfe8964b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1064d26a05e1eed8eab5d1361c74ce0b82b8b1a8ace2d65699e1a5d02ad1714e
MD5 4f557ab3cf6009fa8f435f6ab96e2317
BLAKE2b-256 f627e68556b2f2c303dd2f02c478fc50d56b358a34c56cbb270396108359f19b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 020ea9c91b08c7d147c37aa65393f5fe634d8150bd6e962925faad8031cb8081
MD5 540153c2a654f45c374f6b1baae6e575
BLAKE2b-256 3ddfee67964d73a85c352002c0b24db2cf95f2059ebf6d29d03ff801f542ef35

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