.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/build-docs.yml
.github/workflows/publish-pypi.yml
.github/workflows/run-tests.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/tutorial.md
docs/_static/.gitignore
lib/CMakeLists.txt
lib/src/rdswrapper.cpp
src/rds2py/PyRdaReader.py
src/rds2py/PyRdsReader.py
src/rds2py/__init__.py
src/rds2py/generics.py
src/rds2py/rdsutils.py
src/rds2py/read_atomic.py
src/rds2py/read_compressed_list.py
src/rds2py/read_delayed_matrix.py
src/rds2py/read_dict.py
src/rds2py/read_factor.py
src/rds2py/read_frame.py
src/rds2py/read_granges.py
src/rds2py/read_mae.py
src/rds2py/read_matrix.py
src/rds2py/read_rle.py
src/rds2py/read_sce.py
src/rds2py/read_se.py
src/rds2py.egg-info/PKG-INFO
src/rds2py.egg-info/SOURCES.txt
src/rds2py.egg-info/dependency_links.txt
src/rds2py.egg-info/not-zip-safe
src/rds2py.egg-info/requires.txt
src/rds2py.egg-info/top_level.txt
tests/conftest.py
tests/test_atomics.py
tests/test_clists.py
tests/test_delayedmatrices.py
tests/test_dict.py
tests/test_factors.py
tests/test_frames.py
tests/test_granges.py
tests/test_mae.py
tests/test_matrices.py
tests/test_rdata.py
tests/test_rle.py
tests/test_s4.py
tests/test_sce.py
tests/test_se.py
tests/data/atomic_attr.rds
tests/data/atomic_chars.rds
tests/data/atomic_chars_unicode.rds
tests/data/atomic_complex.rds
tests/data/atomic_double.rds
tests/data/atomic_ints.rds
tests/data/atomic_ints_with_names.rds
tests/data/atomic_logical.rds
tests/data/atomic_logical_wNA.rds
tests/data/atomic_raw.rds
tests/data/compressedlist_char.rds
tests/data/compressedlist_int.rds
tests/data/compressedlist_logical.rds
tests/data/compressedlist_numeric.rds
tests/data/compressedlist_splitdframe.rds
tests/data/data.frame.rds
tests/data/dataframe.RData
tests/data/example_anndata.h5ad
tests/data/generate_files.R
tests/data/generate_rdata.R
tests/data/granges.rds
tests/data/grangeslist.rds
tests/data/h5sparse.rds
tests/data/list.RData
tests/data/lists.rds
tests/data/lists_df.rds
tests/data/lists_df_rownames.rds
tests/data/lists_nested.rds
tests/data/lists_nested_deep.rds
tests/data/matrix.RData
tests/data/matrix_with_dim_names.rds
tests/data/matrix_with_row_names.rds
tests/data/mixed.RData
tests/data/numpy_dtype.rds
tests/data/ranged_se.rds
tests/data/s4_class.rds
tests/data/s4_dense_matrix.rds
tests/data/s4_matrix.rds
tests/data/s4_matrix_dgt.rds
tests/data/scalar_int.rds
tests/data/simple.RData
tests/data/simple_factors.rds
tests/data/simple_list.rds
tests/data/simple_mae.rds
tests/data/simple_rle.rds
tests/data/simple_sce.rds
tests/data/single_object.RData
tests/data/sumexpt.rds