.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
requirements.yml
ruff.toml
tests_requirements.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation-improvement.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/test.yml
coreoperator/__init__.py
coreoperator/example.py
coreoperator/featherstate.py
coreoperator/history.py
coreoperator/operational_state.py
coreoperator/mobilization/__init__.py
coreoperator/mobilization/apply.py
coreoperator/mobilization/cyclic_shuffle.py
coreoperator/mobilization/grid_action.py
coreoperator/mobilization/load.py
coreoperator/mobilization/remove.py
coreoperator/mobilization/scheme.py
coreoperator/mobilization/transform_inplace.py
docs/Makefile
docs/requirements.yml
docs/source/conf.py
docs/source/index.rst
docs/source/operationalstate.rst
docs/source/tests.rst
ramp_coreoperator.egg-info/PKG-INFO
ramp_coreoperator.egg-info/SOURCES.txt
ramp_coreoperator.egg-info/dependency_links.txt
ramp_coreoperator.egg-info/requires.txt
ramp_coreoperator.egg-info/top_level.txt
tests/test_action.py
tests/test_featherstate.py
tests/test_heights.py
tests/test_history.py
tests/test_operational_state_methods.py
tests/test_serialization.py