.coveragerc
.gitignore
.isort.cfg
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.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/biocutils/__init__.py
src/biocutils/factor.py
src/biocutils/intersect.py
src/biocutils/is_list_of_type.py
src/biocutils/map_to_index.py
src/biocutils/match.py
src/biocutils/subset.py
src/biocutils/union.py
src/biocutils.egg-info/PKG-INFO
src/biocutils.egg-info/SOURCES.txt
src/biocutils.egg-info/dependency_links.txt
src/biocutils.egg-info/not-zip-safe
src/biocutils.egg-info/requires.txt
src/biocutils.egg-info/top_level.txt
tests/conftest.py
tests/test_factor.py
tests/test_intersect.py
tests/test_map_to_index.py
tests/test_match.py
tests/test_subset.py
tests/test_union.py
tests/test_utils.py