.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.setup_dev.sh
LICENSE
README.md
pyproject.toml
.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/mpsky/__init__.py
src/mpsky/_version.py
src/mpsky/core.py
src/mpsky/log_conf.yaml
src/mpsky/service.py
src/mpsky.egg-info/PKG-INFO
src/mpsky.egg-info/SOURCES.txt
src/mpsky.egg-info/dependency_links.txt
src/mpsky.egg-info/entry_points.txt
src/mpsky.egg-info/requires.txt
src/mpsky.egg-info/top_level.txt
tests/mpsky/conftest.py
tests/mpsky/test_basic.py