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

Uploaded Source

Built Distributions

rds2py-0.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

rds2py-0.2.1-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (290.2 kB view details)

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

rds2py-0.2.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (236.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rds2py-0.2.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (285.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

rds2py-0.2.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (293.0 kB view details)

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

rds2py-0.2.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (236.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rds2py-0.2.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (286.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

rds2py-0.2.1-pp37-pypy37_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.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (236.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

rds2py-0.2.1-cp311-cp311-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

rds2py-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

rds2py-0.2.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (250.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

rds2py-0.2.1-cp311-cp311-macosx_10_9_x86_64.whl (265.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

rds2py-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

rds2py-0.2.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (252.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

rds2py-0.2.1-cp310-cp310-macosx_10_9_x86_64.whl (267.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

rds2py-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

rds2py-0.2.1-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.1-cp39-cp39-macosx_11_0_arm64.whl (252.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

rds2py-0.2.1-cp39-cp39-macosx_10_9_x86_64.whl (267.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

rds2py-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

rds2py-0.2.1-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.1-cp38-cp38-macosx_11_0_arm64.whl (251.2 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

rds2py-0.2.1-cp38-cp38-macosx_10_9_x86_64.whl (265.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

rds2py-0.2.1-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.1-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.1-cp37-cp37m-macosx_10_9_x86_64.whl (265.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

rds2py-0.2.1-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.1-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.1-cp36-cp36m-macosx_10_9_x86_64.whl (263.7 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for rds2py-0.2.1.tar.gz
Algorithm Hash digest
SHA256 030b70121dfaec24f7a55d2d1ad0c929e393ef6d86c4c81f6ad2f27e2c41451e
MD5 95cdfbbd388ff6d63295c7fe7d54067f
BLAKE2b-256 f26635c16a989c456e31553ca859a791b9a90c8d1205997e32301c6619cb6518

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92a6b5f6f0fc234cbfc6982e4a6f10d7d23a9ca6ebccfcf09b7b4cc26b55d8cc
MD5 9c773076ffecefd249b8c76c42169833
BLAKE2b-256 66f42b20870ee25668ea2aef1dbb8e99152f7731dcaebef9e8f7ad4b3093a915

See more details on using hashes here.

File details

Details for the file rds2py-0.2.1-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.1-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9da2e52c3a26e7937271817a6602caa1e96deae02f275ea8c655e366f1b4fc13
MD5 17ef26fa0b0b7f076f8ee00614967377
BLAKE2b-256 4c8b2af1ffaca1fd3c55e2319b14278a4a400c2276319090371895bab1e97dbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a8c724421b5b9526f4d39c2089418179cc19d2ac8441b1c438c002d219181787
MD5 e218cc899bd808bf90b6e4372769e51f
BLAKE2b-256 eb1fc88f4c7e054e61620b94eef929e60cdfa6e7e2e3b20bb5d27b810caab4b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3f69284d9a1c07a8d939753e6716a9b3a8af61c631bf028fd446ae510e00c17
MD5 d4f064a6039be10d88520f8fdf61373d
BLAKE2b-256 531a6ef82957c70d29a9dbfbd60008d7c15d21f125293e5f9937cd742cb60ee2

See more details on using hashes here.

File details

Details for the file rds2py-0.2.1-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.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 adbc90eebd9d8266bf1c0bd6c1df14d000333037081214f4665d74141699422f
MD5 7ebf694215e7c61730412b60ce9d3b40
BLAKE2b-256 c55d71abe7681e4befdad5c550c378da146df295339654f8b1b342196a1169fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ab6b82a5ef0c639a1119d64fcac03df31c2b13c1e00b548d1425009498cfc41c
MD5 caa5de95cc385e877229cfcb851e661a
BLAKE2b-256 818b563ec0973877b87104e719930af362571f47615b6dfa6e52ff488afe224c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49cfd29aa0778eda833f9219fd8210f8456ec68cbc89508b03086b34e07929bd
MD5 913688887308f20e448c1e444d613a7d
BLAKE2b-256 324ece7c61dcfec72ad57d212153581c70e95f761cdf51b167826655697a5c96

See more details on using hashes here.

File details

Details for the file rds2py-0.2.1-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.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 85a5393b7a6e9c37c39e7b79d5a2332dacb8609095b98eb48b01c33fcd3313ba
MD5 ef09e30028a6565fbc42d77d5345f220
BLAKE2b-256 1853eb7beec181b3313f5f90fd93697cb191b45b41a913989450d0775f5a0401

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4b9ca60ea3aa5a15858f77c4f1aa6fb341f0875710efe2654259d252b8a51c43
MD5 61d0532ff33134f87c2e796ab1958216
BLAKE2b-256 f4d1321ef5e0f6c796a038442a36920c46c762612d95699538a31be02307fb55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 edc3c4aaedd5ead1c4bf655d0259f0aad4596c8914fb266ef7d843d8f9e26415
MD5 36b5701a277118a66f89f742c3085673
BLAKE2b-256 e7233c7cdcd34a39dd144c206d2a38e1b2e57e9eed3a9a13076d0de3cf51551e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ac1b8abacbec8b58c65888b14cdbfe16c155e4fbd8d8300415f890af6cb981ed
MD5 d42749249f536e1ba95b9049c0243a3b
BLAKE2b-256 f55306e8a6093871d923cd9c785d245870c34855e0b37dfa8121b9ca5528358b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7fa2cdc0f706dc6f0c6ca150bfa9245566210b11358748a9586bafe8c354b3fc
MD5 c11d55fdc4b44130e63e60bfa5a6243a
BLAKE2b-256 af766dc7ee30758860f748bee628210ba124f4a6b0d6430e2a7728bcf144fd28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1ab0c73a6daff153e4d231ed4df048ce0daa282adde172f550546942c0ce48ca
MD5 c78a2f3abb468d4f1d544549f932ebba
BLAKE2b-256 918440ad750b230f2f1674d974a3fe7e2e5b76e255116c90291620b65d7edac9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6a6aff9b18dc95f99bdd0ef0d72814d82d0d540c8e0bd153fb4c4523d04bb45d
MD5 ceb02726ee25e7e05ebbf1f3949a0c9a
BLAKE2b-256 a4f4a073b057a0f6ee31aa0d270659d48254440e07ecde6c879aff786dce71ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8567ecd3c1a69e3edf9b13641312131e192dcaab0b07f7c2122baa854ef2f149
MD5 9f89c37489a5b8235d09720596c2376b
BLAKE2b-256 b1cd9783d7a63e31708d90e456a4e83b726511f43e6acfb83e82db22110f2310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a30db7d4537343d9a5ac44cfd4a8e78528028826eb83b5f1700d2f9d220adf10
MD5 63de162436382165ab4afcc500dfb4d0
BLAKE2b-256 76aa6f2a5d944c114f6b74bc51ff895a9b2259bfbe07a0eeee5b922592b4bd31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f56f7ca94b79cf646b4c5395fa1f7aa14f92e7be78fe38c1bec2fa84e4bb78e4
MD5 3696ac443bad0f4e974763994406f87e
BLAKE2b-256 9f1c2a5bb8be8a0cdc720893a2f95154c33ee6c2f2f2fb01b814f19c7051eef4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a5d5157a7a9065267a351b416046776809a2caf939e41b91e8a697efc3630ba
MD5 0624db8c45ff4b7ed209c540c4452408
BLAKE2b-256 87c23400961bbf64d30017cfd732b959d71844fde974317a6ba542851f24afde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f2c5814922ab352b2aeebe15bdec91fc11fc44e185734456f3727fd90846fd90
MD5 c405ec534ca5d3c3042f9af73d54027f
BLAKE2b-256 449f5562da8d7b5a10e2cddf17c178f088bfe04a481415a848cc658d5270ea68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4dec94fab2bacbc0685a1dfc9e5e412e99482f3ada0cb5a1483feba2da94ad0
MD5 7b77ccc265d63391eb1a18b1f10b9c06
BLAKE2b-256 5dd429ce09994a4cbcc93445a038389c59daadcb24c8dfaa475ec6308b257798

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e67d62e30af01d6d2f91e8d3c1971fb80f157b1fb8d4b48635474965b21866bf
MD5 91da75b4f9355e4e8767f5708ada019e
BLAKE2b-256 9d478762418cab537e02fd342375e6cb8c7ec2bbd31f977d48c23479b92e7bb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b0be60a3fa6adc9a7637f1fa4b5e07f963e48e49b1861d0c35bae908716ac312
MD5 fede4732946017025fd148bbc37472d8
BLAKE2b-256 c804eafd0efcf6f7a3a6ee38503c7b3b84a1db85fd62516e737401a8b3305699

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 163652ee42b7ab47cb628a135042d34253f75ae4d67169d1605b12ee29b22eca
MD5 aa447e367d898a556d45a0e6ef5d1f08
BLAKE2b-256 035eeae94faa9f65d83c403cfd3c27f9d4f1e0f48597ec819e715cbc7c59217b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9bf9aa5c5095dca724829b4f34e4db1bcc2d532731a54cb6c103dc0375f4756
MD5 fa4aa749f71487f2508a9c67ffa3fe47
BLAKE2b-256 edccc144659070fce65bde918b0ae60c8014d2d0590aa12265a1e214de358df9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1cab640d79a408ec3dfef0ba32a188fa0c6c8a4afecfb76e686aa6476b73da21
MD5 3eb4f0f462b6ec68b7fc6ce9d60280af
BLAKE2b-256 735b5dd48a525a78b2d0c1240e93e72fefcdfdb9cde7759582d97f14ed876316

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7c4cc91a478803e52c84ddc1ad4c0f8d4fe3c8249ff0124699032a3ff057dce
MD5 8730938958c6043687a099d822173c54
BLAKE2b-256 08dfa20a5a821390297013379cd3c19689e2e7d0b236b252a15f780f8d311fff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5d59f54a0c1c466eaa9c5124137330362fe1a16f44d22aeceb7097d548b1e695
MD5 c321e63becccfdb48e5e248688b81776
BLAKE2b-256 03daf7f10daf1bce6d1b63b794c55d02617d766daa7c101f96ee08ae13fea92f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a6b089902242ca470e72ef4a670148524a0d728a67960667cb84b2de077961c9
MD5 465f214f86ad24203a9846affb918392
BLAKE2b-256 6235366538f4b1f589a6b08f0b5c5c7a985214f4d6cd9bf14f265849d6bf227a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 153d3261a7327d59601debf52fe1c24070348679e372f2e8f014b00dcdf2c532
MD5 6c61f53fd166eb92ab4f8e9db225c895
BLAKE2b-256 1b61cf11a5e3a502e88ed5ee39dbc3b5c9a79f3be0b36c3f0af83ca40d072ecf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b746d808c4fa7391b42057dc2c1e4b65e2e6307d019960e10423e05305cb90ad
MD5 0a895c9507429f14b3114028c5dd6d9e
BLAKE2b-256 8bacc073db10401a761e18386081d7fd775ed1b6531bc36c261ad03e13e0298a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6a2f51c70ca4ba3427ba6c53d093b9393df99a73c3b67f7b695e94290ce37559
MD5 4b70860173ff2c09deeabef7f4bd9aec
BLAKE2b-256 648c01239bb95143d87e962afa7a125fffbe4c76547c8f4678f969ac3968d4e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6cbd2280dcabf566f79e555d7c6c05e033ee0c9c64d6c77b572a4aca1cbddfb4
MD5 cab98b48989ee20f06169b5872711e0a
BLAKE2b-256 03134718892ced744e052f0e73232e45eceb2137185205314b1b3d1575a7fc9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2db04821d33a8e6fff56dc14098d1dfce37c23c3c20a97f0d85a196a5cbb50bd
MD5 e7819f5e29ac26c8de28ef333d227226
BLAKE2b-256 8d0393362daf25dd4a2fc1dc6258581b834d583dca42b9ef45af39ef21b351db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5a62d1a4dc3461356e1a5199b13794d6a143f3cf998c680fdd1d51c5830fdc32
MD5 6aea8e97ddaf4266984a25ae5efd1d88
BLAKE2b-256 d4d8e5e4ca4ae32ca7051f51b23e8b2255cf962d9251e9a3961e9796011a7243

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 497dd32ba9f062759ef8ea49cf92e5107057f90412b2eaca3980e443532b199d
MD5 825e3334deef82fd207804a66bbad68d
BLAKE2b-256 0e562d449f80185f8ef0c22fa27c446a147040e7bbc6ec068106e7ff4b357dbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75cde4868a2ceea2ff761f46fd7c720b28247f22a264028c7bf20f5b65f95c03
MD5 6ce0d50ab75655927defce434e977e6b
BLAKE2b-256 5d9eff336e3663004fbcf1668a5d6266b19cb38c8a1a7860afe9612e957059bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 53dae9d6babc3548f032e7d99bb105f4591be38d1c5a8e1375f16ed1f56f7e0f
MD5 0e69ea7002591bd73e5b36bab2edc66e
BLAKE2b-256 fe682086f5f41a13271b8d8ffef7c9401028599f1475cfa82fe269b157cb99a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf6239a99a162c18d1240f2cb12ef0506f23b322549c05c28b9e5d7ccb5b0062
MD5 10af215835fb922cd11bac1ea3885778
BLAKE2b-256 eb6d0a80d81844a041ad842c2ea6be15d0d3b1dd7f76fe36f8c49d27b5e6482a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 831654c2597da9703792459c9ea93e4cc02aeb7b0ae6112ff564c4befe39019f
MD5 9751337a2978cf4404dc4c118add6441
BLAKE2b-256 15a9b4814a8280faed73527a64488cf1b3624aaee4c98e95d5c085d7b878c823

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f0b889f122b724ae6ac149f13e586b7187271f6992b82fa9315a13a101f074c7
MD5 940242c34559eb775a75396ed8a859b4
BLAKE2b-256 e4d66399ad5022d7f2c91b4967522f65cd2d7285e3bc99da0a3b09b1e164ab53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c138e278ceca06064e6018d9dfbd57bcc5c66694c5086f7005e4262a58ddca7
MD5 3f135fac896a81b48b3da5dc5290abc7
BLAKE2b-256 0568bfbb366d9dc8f46bd9b83a185819050b0266a535d9c694a924173ddd65c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 18ee11b2b4b1a09e4b740e272c47b48bc2c8bc8e8386dc2b499c05c3bfaf0044
MD5 ab4cef6b2d95786fb9dbbd68437dbb60
BLAKE2b-256 35619e1d25c6792e783cbfe52d6337ad0902f0b99dd7f2b1e87346d06aef473b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rds2py-0.2.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7dfcfafcc64591764f80be666a2844f86d9a1ad18de76dec6789f862c6633ba1
MD5 119f22b86710d79120ed450bff67e1ad
BLAKE2b-256 adfd6b0e5815b29dd15d6be2496e5c27cfe55f3d6a3fb8cddba39ee6f17285a5

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