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/general_bifurcation_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/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/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/numbers/__init__.py
src/food_web_bifurcation_explorer/enums/numbers/float_numbers.py
src/food_web_bifurcation_explorer/enums/numbers/integer_numbers.py
src/food_web_bifurcation_explorer/enums/traces/__init__.py
src/food_web_bifurcation_explorer/enums/traces/bifurcation_diagram_traces.py
src/food_web_bifurcation_explorer/enums/traces/ternary_traces.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_diagram_types.py
src/food_web_bifurcation_explorer/enums/types/bifurcation_distribution_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/ternary_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_multiple/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations_multiple/hopf/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations_multiple/hopf/bautin/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations_multiple/hopf/bautin/bautin_alternative_multiple.py
src/food_web_bifurcation_explorer/frontend/bifurcations_multiple/hopf/bautin/bautin_empirical_multiple.py
src/food_web_bifurcation_explorer/frontend/bifurcations_multiple/hopf/subcritical/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations_multiple/hopf/subcritical/subcritical_alternative_multiple.py
src/food_web_bifurcation_explorer/frontend/bifurcations_multiple/hopf/subcritical/subcritical_empirical_multiple.py
src/food_web_bifurcation_explorer/frontend/bifurcations_multiple/hopf/supercritical/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations_multiple/hopf/supercritical/supercritical_alternative_multiple.py
src/food_web_bifurcation_explorer/frontend/bifurcations_multiple/hopf/supercritical/supercritical_empirical_multiple.py
src/food_web_bifurcation_explorer/frontend/bifurcations_multiple/saddlenode/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations_multiple/saddlenode/saddlenode_alternative_multiple.py
src/food_web_bifurcation_explorer/frontend/bifurcations_multiple/saddlenode/saddlenode_empirical_multiple.py
src/food_web_bifurcation_explorer/frontend/bifurcations_multiple/transcritical/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations_multiple/transcritical/transcritical_alternative_multiple.py
src/food_web_bifurcation_explorer/frontend/bifurcations_multiple/transcritical/transcritical_empirical_multiple.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/hopf/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/hopf/bautin/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/hopf/bautin/bautin_alternative_single.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/hopf/bautin/bautin_empirical_single.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/hopf/envelope/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/hopf/envelope/envelope_alternative_single.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/hopf/envelope/envelope_empirical_single.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/hopf/subcritical/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/hopf/subcritical/subcritical_alternative_single.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/hopf/subcritical/subcritical_empirical_single.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/hopf/supercritical/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/hopf/supercritical/supercritical_alternative_single.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/hopf/supercritical/supercritical_empirical_single.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/saddlenode/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/saddlenode/saddlenode_alternative_single.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/saddlenode/saddlenode_empirical_single.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/transcritical/__init__.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/transcritical/transcritical_alternative_single.py
src/food_web_bifurcation_explorer/frontend/bifurcations_single/transcritical/transcritical_empirical_single.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/bifurcation_distribution/__init__.py
src/food_web_bifurcation_explorer/graph/bifurcation_distribution/build_2d.py
src/food_web_bifurcation_explorer/graph/bifurcation_distribution/build_3d.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.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