.auto-changelog
.auto-changelog-template.hbs
.codespellignorelines
.codespellrc
.copier-answers.yml
.coveragerc
.flake8
.gitattributes
.gitignore
.gitreview
.pre-commit-config.yaml
.pylintrc
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
codecov.yml
commitlint.config.js
package.json
pyproject.toml
setup.py
tox.ini
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/ISSUE_TEMPLATE/how_to_use.yaml
.github/workflows/commitlint.yml
.github/workflows/publish-sdist.yml
.github/workflows/run-tox.yml
BluePyParallel.egg-info/PKG-INFO
BluePyParallel.egg-info/SOURCES.txt
BluePyParallel.egg-info/dependency_links.txt
BluePyParallel.egg-info/requires.txt
BluePyParallel.egg-info/top_level.txt
bluepyparallel/__init__.py
bluepyparallel/database.py
bluepyparallel/evaluator.py
bluepyparallel/parallel.py
bluepyparallel/utils.py
docs/Makefile
docs/source/api_ref.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
examples/large_computation.py
examples/run_large_dask.sh
examples/run_large_ipyp.sh
tests/__init__.py
tests/conftest.py
tests/test_database.py
tests/test_evaluator.py
tests/test_parallel.py