.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.initialize_new_project.sh
.pre-commit-config.yaml
.readthedocs.yml
.setup_dev.sh
MANIFEST.in
README.md
pyproject.toml
requirements.txt
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/workflows/asv-main.yml
.github/workflows/asv-nightly.yml
.github/workflows/asv-pr.yml
.github/workflows/build-documentation.yml
.github/workflows/pre-commit-ci.yml
.github/workflows/publish-benchmarks-pr.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
benchmarks/__init__.py
benchmarks/asv.conf.json
benchmarks/benchmarks.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/notebooks.rst
docs/requirements.txt
docs/notebooks/README.md
docs/notebooks/intro_notebook.ipynb
src/.pylintrc
src/benchmarking_asv/__init__.py
src/benchmarking_asv/_version.py
src/benchmarking_asv/example_module.py
src/benchmarking_asv.egg-info/PKG-INFO
src/benchmarking_asv.egg-info/SOURCES.txt
src/benchmarking_asv.egg-info/dependency_links.txt
src/benchmarking_asv.egg-info/requires.txt
src/benchmarking_asv.egg-info/top_level.txt
tests/.pylintrc
tests/benchmarking_asv/test_example_module.py