.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.rst
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/pypi-publish.yml
.github/workflows/pypi-test.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.rst
docs/index.md
docs/license.rst
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/BiocPy.egg-info/PKG-INFO
src/BiocPy.egg-info/SOURCES.txt
src/BiocPy.egg-info/dependency_links.txt
src/BiocPy.egg-info/not-zip-safe
src/BiocPy.egg-info/requires.txt
src/BiocPy.egg-info/top_level.txt
src/biocpy/__init__.py
src/biocpy/genomicranges/__init__.py
src/biocpy/multiassayexperiment/__init__.py
src/biocpy/singlecellexperiment/__init__.py
src/biocpy/summarizedexperiment/__init__.py
tests/conftest.py
tests/test_imports.py