.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/.pypi-test
.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/biocutils/Factor.py
src/biocutils/StringList.py
src/biocutils/__init__.py
src/biocutils/_utils_combine.py
src/biocutils/combine.py
src/biocutils/combine_columns.py
src/biocutils/combine_rows.py
src/biocutils/combine_sequences.py
src/biocutils/convert_to_dense.py
src/biocutils/extract_column_names.py
src/biocutils/extract_row_names.py
src/biocutils/factorize.py
src/biocutils/get_height.py
src/biocutils/intersect.py
src/biocutils/is_high_dimensional.py
src/biocutils/is_list_of_type.py
src/biocutils/is_missing_scalar.py
src/biocutils/map_to_index.py
src/biocutils/match.py
src/biocutils/normalize_subscript.py
src/biocutils/package_utils.py
src/biocutils/print_truncated.py
src/biocutils/print_wrapped_table.py
src/biocutils/show_as_cell.py
src/biocutils/subset.py
src/biocutils/subset_rows.py
src/biocutils/subset_sequence.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_StringList.py
tests/test_combine.py
tests/test_combine_columns.py
tests/test_combine_rows.py
tests/test_combine_sequences.py
tests/test_extract_column_names.py
tests/test_extract_row_names.py
tests/test_factorize.py
tests/test_get_height.py
tests/test_intersect.py
tests/test_is_high_dimensional.py
tests/test_list_type_checks.py
tests/test_map_to_index.py
tests/test_match.py
tests/test_normalize_subscript.py
tests/test_package_utils.py
tests/test_print_truncated.py
tests/test_print_wrapped_table.py
tests/test_show_as_cell.py
tests/test_subset.py
tests/test_subset_rows.py
tests/test_subset_sequence.py
tests/test_union.py