LICENSE
README.md
pyproject.toml
src/food_web_bifurcation_explorer/__init__.py
src/food_web_bifurcation_explorer/__main__.py
src/food_web_bifurcation_explorer/food_web_bifurcation_explorer_app.py
src/food_web_bifurcation_explorer.egg-info/PKG-INFO
src/food_web_bifurcation_explorer.egg-info/SOURCES.txt
src/food_web_bifurcation_explorer.egg-info/dependency_links.txt
src/food_web_bifurcation_explorer.egg-info/entry_points.txt
src/food_web_bifurcation_explorer.egg-info/requires.txt
src/food_web_bifurcation_explorer.egg-info/top_level.txt
src/food_web_bifurcation_explorer/callbacks/__init__.py
src/food_web_bifurcation_explorer/callbacks/change_resolution.py
src/food_web_bifurcation_explorer/callbacks/select_network_compartments.py
src/food_web_bifurcation_explorer/callbacks/select_parameter_type.py
src/food_web_bifurcation_explorer/callbacks/update_eigenvalue_spectrum_index_alternative.py
src/food_web_bifurcation_explorer/callbacks/update_eigenvalue_spectrum_index_empirical.py
src/food_web_bifurcation_explorer/callbacks/update_fixed_parameter_value.py
src/food_web_bifurcation_explorer/callbacks/update_graphs.py
src/food_web_bifurcation_explorer/common/__init__.py
src/food_web_bifurcation_explorer/common/config.py
src/food_web_bifurcation_explorer/common/drawing_options.py
src/food_web_bifurcation_explorer/common/exceptions.py
src/food_web_bifurcation_explorer/common/files.py
src/food_web_bifurcation_explorer/common/glob.py
src/food_web_bifurcation_explorer/common/redraw.py
src/food_web_bifurcation_explorer/data/__init__.py
src/food_web_bifurcation_explorer/data/bifurcation_data.py
src/food_web_bifurcation_explorer/data/branch_data.py
src/food_web_bifurcation_explorer/data/envelope_data.py
src/food_web_bifurcation_explorer/data/plot_data.py
src/food_web_bifurcation_explorer/data/shape_data.py
src/food_web_bifurcation_explorer/data/ternary_data.py
src/food_web_bifurcation_explorer/data/ternary_line.py
src/food_web_bifurcation_explorer/enums/__init__.py
src/food_web_bifurcation_explorer/enums/check_box.py
src/food_web_bifurcation_explorer/enums/drawing_traces.py
src/food_web_bifurcation_explorer/enums/font.py
src/food_web_bifurcation_explorer/enums/graph_palette.py
src/food_web_bifurcation_explorer/enums/labels.py
src/food_web_bifurcation_explorer/enums/network_data.py
src/food_web_bifurcation_explorer/enums/numbers_float.py
src/food_web_bifurcation_explorer/enums/numbers_integer.py
src/food_web_bifurcation_explorer/enums/resolutions.py
src/food_web_bifurcation_explorer/enums/static_options.py
src/food_web_bifurcation_explorer/enums/styles.py
src/food_web_bifurcation_explorer/enums/symbols.py
src/food_web_bifurcation_explorer/enums/types/__init__.py
src/food_web_bifurcation_explorer/enums/types/area_types.py
src/food_web_bifurcation_explorer/enums/types/bifurcation_types.py
src/food_web_bifurcation_explorer/enums/types/branch_types.py
src/food_web_bifurcation_explorer/enums/types/parameter_types.py
src/food_web_bifurcation_explorer/enums/types/parameter_types_extended.py
src/food_web_bifurcation_explorer/enums/types/plot_types.py
src/food_web_bifurcation_explorer/frontend/__init__.py
src/food_web_bifurcation_explorer/frontend/ids.py
src/food_web_bifurcation_explorer/frontend/layout.py
src/food_web_bifurcation_explorer/frontend/bifurcations/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations/hopf/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations/hopf/envelope_alternative.py
src/food_web_bifurcation_explorer/frontend/bifurcations/hopf/envelope_empirical.py
src/food_web_bifurcation_explorer/frontend/bifurcations/hopf/hopf_alternative.py
src/food_web_bifurcation_explorer/frontend/bifurcations/hopf/hopf_empirical.py
src/food_web_bifurcation_explorer/frontend/bifurcations/saddlenode/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations/saddlenode/saddlenode_alternative.py
src/food_web_bifurcation_explorer/frontend/bifurcations/saddlenode/saddlenode_empirical.py
src/food_web_bifurcation_explorer/frontend/bifurcations/transcritical/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations/transcritical/transcritical_alternative.py
src/food_web_bifurcation_explorer/frontend/bifurcations/transcritical/transcritical_empirical.py
src/food_web_bifurcation_explorer/frontend/biomass_compartment/__init__.py
src/food_web_bifurcation_explorer/frontend/biomass_compartment/biomass_compartment_first.py
src/food_web_bifurcation_explorer/frontend/biomass_compartment/biomass_compartment_second.py
src/food_web_bifurcation_explorer/frontend/draw/__init__.py
src/food_web_bifurcation_explorer/frontend/draw/branch_alternative.py
src/food_web_bifurcation_explorer/frontend/draw/branch_empirical.py
src/food_web_bifurcation_explorer/frontend/draw/lines.py
src/food_web_bifurcation_explorer/frontend/draw/points.py
src/food_web_bifurcation_explorer/frontend/eigenvalue_spectrum/__init__.py
src/food_web_bifurcation_explorer/frontend/eigenvalue_spectrum/eigenvalue_spectrum_centered_alternative.py
src/food_web_bifurcation_explorer/frontend/eigenvalue_spectrum/eigenvalue_spectrum_centered_empirical.py
src/food_web_bifurcation_explorer/frontend/eigenvalue_spectrum/eigenvalue_spectrum_index_alternative.py
src/food_web_bifurcation_explorer/frontend/eigenvalue_spectrum/eigenvalue_spectrum_index_empirical.py
src/food_web_bifurcation_explorer/frontend/equilibria/__init__.py
src/food_web_bifurcation_explorer/frontend/equilibria/area.py
src/food_web_bifurcation_explorer/frontend/equilibria/over_information.py
src/food_web_bifurcation_explorer/frontend/equilibria/stable.py
src/food_web_bifurcation_explorer/frontend/equilibria/unstable.py
src/food_web_bifurcation_explorer/frontend/general/__init__.py
src/food_web_bifurcation_explorer/frontend/general/network_selector.py
src/food_web_bifurcation_explorer/frontend/general/resolution_selector.py
src/food_web_bifurcation_explorer/frontend/others/__init__.py
src/food_web_bifurcation_explorer/frontend/others/eigenvalue_spectrum_index.py
src/food_web_bifurcation_explorer/frontend/others/extinct.py
src/food_web_bifurcation_explorer/frontend/others/internal_error.py
src/food_web_bifurcation_explorer/frontend/parameters/__init__.py
src/food_web_bifurcation_explorer/frontend/parameters/fixed_parameter_type.py
src/food_web_bifurcation_explorer/frontend/parameters/fixed_parameter_value.py
src/food_web_bifurcation_explorer/graph/__init__.py
src/food_web_bifurcation_explorer/graph/figures.py
src/food_web_bifurcation_explorer/graph/bifurcation_diagram/__init__.py
src/food_web_bifurcation_explorer/graph/bifurcation_diagram/build.py
src/food_web_bifurcation_explorer/graph/bifurcation_diagram/update.py
src/food_web_bifurcation_explorer/graph/eigenvalue_spectrum/__init__.py
src/food_web_bifurcation_explorer/graph/eigenvalue_spectrum/build.py
src/food_web_bifurcation_explorer/graph/eigenvalue_spectrum/update.py
src/food_web_bifurcation_explorer/graph/phase_portrait/__init__.py
src/food_web_bifurcation_explorer/graph/phase_portrait/build.py
src/food_web_bifurcation_explorer/graph/phase_portrait/update.py
src/food_web_bifurcation_explorer/graph/ternary/__init__.py
src/food_web_bifurcation_explorer/graph/ternary/build.py
src/food_web_bifurcation_explorer/graph/ternary/update_data.py
src/food_web_bifurcation_explorer/graph/ternary/update_traces.py
src/food_web_bifurcation_explorer/graph/ternary/write.py
src/food_web_bifurcation_explorer/graph/time_serie/__init__.py
src/food_web_bifurcation_explorer/graph/time_serie/build.py
src/food_web_bifurcation_explorer/graph/time_serie/update.py