.copier-answers.yml
.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
catalog-info.yaml
pyproject.toml
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/dependabot.yml
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/_check.yml
.github/workflows/_dist.yml
.github/workflows/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
src/velocity_profile/__init__.py
src/velocity_profile/__main__.py
src/velocity_profile/_version.py
src/velocity_profile/velocityprofile.py
src/velocity_profile.egg-info/PKG-INFO
src/velocity_profile.egg-info/SOURCES.txt
src/velocity_profile.egg-info/dependency_links.txt
src/velocity_profile.egg-info/entry_points.txt
src/velocity_profile.egg-info/requires.txt
src/velocity_profile.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py
tests/test_velocityprofile.py
tests/test_velocityprofile_points.py