.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
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.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/BiocFrame.egg-info/PKG-INFO
src/BiocFrame.egg-info/SOURCES.txt
src/BiocFrame.egg-info/dependency_links.txt
src/BiocFrame.egg-info/not-zip-safe
src/BiocFrame.egg-info/requires.txt
src/BiocFrame.egg-info/top_level.txt
src/biocframe/BiocFrame.py
src/biocframe/__init__.py
src/biocframe/utils.py
tests/conftest.py
tests/test_initialize.py
tests/test_methods.py
tests/test_readme.py
tests/test_utils.py