.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/copilot-instructions.md
.github/workflows/ci.yml
.github/workflows/copilot-setup-steps.yml
docs/FLT Remote Pin Out.pdf
docs/Makefile
docs/authors.md
docs/bill_of_materials.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/installation-and-usage.md
docs/license.md
docs/quick-start.md
docs/raspberry-pi-setup.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
scripts/README.md
scripts/constants.py
scripts/desk_control_prefect_LEGACY.py
scripts/desk_controller.py
scripts/duty_cycle.py
scripts/generate_movements.py
scripts/lifter_calibration.txt
scripts/lifter_state.json
scripts/main.py
scripts/movement_configs.json
scripts/movement_control.py
scripts/prefect_flows.py
src/progressive_automations_python/__init__.py
src/progressive_automations_python/cli.py
src/progressive_automations_python/config.py
src/progressive_automations_python/deployment.py
src/progressive_automations_python/desk_controller.py
src/progressive_automations_python/duty_cycle.py
src/progressive_automations_python/movement_control.py
src/progressive_automations_python/prefect_flows.py
src/progressive_automations_python/skeleton.py
src/progressive_automations_python.egg-info/PKG-INFO
src/progressive_automations_python.egg-info/SOURCES.txt
src/progressive_automations_python.egg-info/dependency_links.txt
src/progressive_automations_python.egg-info/entry_points.txt
src/progressive_automations_python.egg-info/not-zip-safe
src/progressive_automations_python.egg-info/requires.txt
src/progressive_automations_python.egg-info/top_level.txt
tests/conftest.py
tests/test_skeleton.py
tests/testing.py