.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/publish-pypi.yml
.github/workflows/run-tests.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/biocsetup/__init__.py
src/biocsetup/cli.py
src/biocsetup/create_repository.py
src/biocsetup.egg-info/PKG-INFO
src/biocsetup.egg-info/SOURCES.txt
src/biocsetup.egg-info/dependency_links.txt
src/biocsetup.egg-info/entry_points.txt
src/biocsetup.egg-info/not-zip-safe
src/biocsetup.egg-info/requires.txt
src/biocsetup.egg-info/top_level.txt
src/biocsetup/templates/github_workflows/publish-pypi.yml
src/biocsetup/templates/github_workflows/run-tests.yml
src/biocsetup/templates/precommit/pre-commit-config.yaml
tests/conftest.py
tests/test_cli.py
tests/test_create.py