.gitignore
.licenserc.yml
LICENSE
NOTICE
README.md
mkdocs.yml
pyproject.toml
setup.py
.github/dependabot.yml
.github/actions/python_build/action.yml
.github/workflows/ci.yml
.github/workflows/ci_dev.yml
.github/workflows/notice.yml
.github/workflows/publish.yml
.github/workflows/python_ci.yml
docs/code_of_conduct.md
docs/index.md
docs/install.md
docs/usage.md
docs/img/ebang.png
docs/scripts/gen_ref_pages.py
docs/stylesheets/extra.css
src/ensembl/utils/__init__.py
src/ensembl/utils/archive.py
src/ensembl/utils/argparse.py
src/ensembl/utils/logging.py
src/ensembl/utils/plugin.py
src/ensembl/utils/rloader.py
src/ensembl/utils/database/__init__.py
src/ensembl/utils/database/dbconnection.py
src/ensembl/utils/database/unittestdb.py
src/ensembl_utils.egg-info/PKG-INFO
src/ensembl_utils.egg-info/SOURCES.txt
src/ensembl_utils.egg-info/dependency_links.txt
src/ensembl_utils.egg-info/entry_points.txt
src/ensembl_utils.egg-info/requires.txt
src/ensembl_utils.egg-info/top_level.txt
tests/conftest.py
tests/test_logging.py
tests/archive/test_archive.py
tests/archive/test_archive/sample.tar
tests/archive/test_archive/sample.txt
tests/archive/test_archive/sample.txt.gz
tests/argparse/test_argparse.py
tests/argparse/test_argparse/sample.txt
tests/database/test_dbconnection
tests/database/test_dbconnection.py
tests/database/test_unittestdb.py
tests/database/test_unittestdb/mock_db/gibberish.txt
tests/database/test_unittestdb/mock_db/table.sql
tests/plugin/test_plugin.py
tests/plugin/test_plugin/file1.txt
tests/plugin/test_plugin/file2.txt
tests/plugin/test_plugin/dump_dir/gibberish.txt
tests/plugin/test_plugin/dump_dir/table.sql
tests/rloader/test_rloader.py
tests/rloader/test_rloader/sample.env
tests/rloader/test_rloader/sample.ini
tests/rloader/test_rloader/sample.json
tests/rloader/test_rloader/sample.txt
tests/rloader/test_rloader/sample.yaml