README.md
pyproject.toml
src/femic/__init__.py
src/femic/__main__.py
src/femic/account_surface.py
src/femic/geospatial_preflight.py
src/femic/instance_bootstrap.py
src/femic/instance_context.py
src/femic/patchworks_runtime.py
src/femic/rebuild_baseline.py
src/femic/rebuild_invariants.py
src/femic/rebuild_runner.py
src/femic/rebuild_spec.py
src/femic/release_packaging.py
src/femic.egg-info/PKG-INFO
src/femic.egg-info/SOURCES.txt
src/femic.egg-info/dependency_links.txt
src/femic.egg-info/entry_points.txt
src/femic.egg-info/requires.txt
src/femic.egg-info/top_level.txt
src/femic/cli/__init__.py
src/femic/cli/main.py
src/femic/fmg/__init__.py
src/femic/fmg/adapters.py
src/femic/fmg/core.py
src/femic/fmg/patchworks.py
src/femic/fmg/woodstock.py
src/femic/pipeline/__init__.py
src/femic/pipeline/bundle.py
src/femic/pipeline/diagnostics.py
src/femic/pipeline/io.py
src/femic/pipeline/legacy_context.py
src/femic/pipeline/legacy_runtime.py
src/femic/pipeline/managed_curves.py
src/femic/pipeline/manifest.py
src/femic/pipeline/plots.py
src/femic/pipeline/pre_vdyp.py
src/femic/pipeline/siteprod.py
src/femic/pipeline/species_volume.py
src/femic/pipeline/stages.py
src/femic/pipeline/stands.py
src/femic/pipeline/tipsy.py
src/femic/pipeline/tipsy_config.py
src/femic/pipeline/tipsy_legacy.py
src/femic/pipeline/tsa.py
src/femic/pipeline/vdyp.py
src/femic/pipeline/vdyp_curves.py
src/femic/pipeline/vdyp_io.py
src/femic/pipeline/vdyp_logging.py
src/femic/pipeline/vdyp_overrides.py
src/femic/pipeline/vdyp_sampling.py
src/femic/pipeline/vdyp_stage.py
src/femic/pipeline/vri.py
src/femic/resources/__init__.py
src/femic/resources/instance/.gitignore
src/femic/resources/instance/QUICKSTART.md
src/femic/resources/instance/__init__.py
src/femic/resources/instance/config/patchworks.runtime.windows.yaml
src/femic/resources/instance/config/rebuild.allowlist.yaml
src/femic/resources/instance/config/rebuild.spec.yaml
src/femic/resources/instance/config/run_profile.case_template.yaml
src/femic/resources/instance/config/tipsy/template.case.yaml
src/femic/resources/instance/runbooks/REBUILD_RUNBOOK.md
src/femic/resources/legacy/00_data-prep.py
src/femic/resources/legacy/01a_run-tsa.py
src/femic/resources/legacy/01b_run-tsa.py
src/femic/resources/legacy/__init__.py
src/femic/vdyp/__init__.py
src/femic/vdyp/reporting.py
src/femic/workflows/legacy.py
src/femic/workflows/legacy_resources.py
tests/test_account_surface.py
tests/test_bundle.py
tests/test_case_preflight_cli.py
tests/test_cli_main.py
tests/test_diagnostics.py
tests/test_docs_contract.py
tests/test_fmg_adapters.py
tests/test_fmg_patchworks.py
tests/test_fmg_woodstock.py
tests/test_geospatial_preflight.py
tests/test_instance_bootstrap.py
tests/test_instance_context.py
tests/test_legacy_01a_structure.py
tests/test_legacy_context.py
tests/test_legacy_manifest.py
tests/test_legacy_orchestration_wiring.py
tests/test_legacy_resources.py
tests/test_managed_curves.py
tests/test_patchworks_runtime.py
tests/test_pipeline_helpers.py
tests/test_pipeline_stages.py
tests/test_pre_vdyp.py
tests/test_rebuild_baseline.py
tests/test_rebuild_invariants.py
tests/test_rebuild_runner.py
tests/test_rebuild_spec.py
tests/test_release_packaging.py
tests/test_siteprod.py
tests/test_smoke.py
tests/test_species_volume.py
tests/test_stands.py
tests/test_tipsy.py
tests/test_tipsy_config.py
tests/test_tipsy_config_cli.py
tests/test_tipsy_legacy.py
tests/test_vdyp_curves.py
tests/test_vdyp_io.py
tests/test_vdyp_logging.py
tests/test_vdyp_overrides.py
tests/test_vdyp_regression.py
tests/test_vdyp_report_cli.py
tests/test_vdyp_reporting.py
tests/test_vdyp_sampling.py
tests/test_vdyp_stage.py
tests/test_vri.py
tests/test_workflows_post_tipsy.py