.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.setup_dev.sh
LICENSE
ORGANIZATION.md
PUBLISHING.md
README.md
pyproject.toml
test.ipynb
.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/ISSUE_TEMPLATE/README.md
.github/workflows/README.md
.github/workflows/build-documentation.yml
.github/workflows/pre-commit-ci.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/notebooks/README.md
docs/pre_executed/README.md
images/histogram_example.png
src/iops_profiler/__init__.py
src/iops_profiler/_version.py
src/iops_profiler/collector.py
src/iops_profiler/display.py
src/iops_profiler/magic.py
src/iops_profiler.egg-info/PKG-INFO
src/iops_profiler.egg-info/SOURCES.txt
src/iops_profiler.egg-info/dependency_links.txt
src/iops_profiler.egg-info/requires.txt
src/iops_profiler.egg-info/top_level.txt
tests/README.md
tests/__init__.py
tests/test_display_modes.py
tests/test_histograms.py
tests/test_integration.py
tests/test_parsing.py
tests/iops_profiler/conftest.py
tests/iops_profiler/test_packaging.py