LICENSE
MANIFEST.in
README.rst
pyproject.toml
docs/source/conf.py
mango/__init__.py
mango.egg-info/PKG-INFO
mango.egg-info/SOURCES.txt
mango.egg-info/dependency_links.txt
mango.egg-info/entry_points.txt
mango.egg-info/requires.txt
mango.egg-info/top_level.txt
mango/benchmark/__init__.py
mango/benchmark/machine_learning/__init__.py
mango/benchmark/optimization/__init__.py
mango/benchmark/optimization/ackley.py
mango/benchmark/optimization/bukin.py
mango/benchmark/optimization/cross_in_tray.py
mango/benchmark/optimization/dolan.py
mango/benchmark/optimization/drop_wave.py
mango/benchmark/optimization/egg_holder.py
mango/benchmark/optimization/gramacy_lee.py
mango/benchmark/optimization/griewank.py
mango/benchmark/optimization/holder_table.py
mango/benchmark/optimization/langermann.py
mango/benchmark/optimization/levy.py
mango/benchmark/optimization/rastrigin.py
mango/benchmark/optimization/rosenbrock.py
mango/benchmark/optimization/schaffer.py
mango/benchmark/optimization/schwefel.py
mango/cli/__init__.py
mango/cli/dashboard.py
mango/clients/__init__.py
mango/clients/aemet.py
mango/clients/arcgis.py
mango/clients/cloud_storage.py
mango/clients/email_downloader.py
mango/clients/email_sender.py
mango/clients/google_cloud_storage.py
mango/clients/rest_client.py
mango/config/__init__.py
mango/config/base_config.py
mango/dashboards/__init__.py
mango/dashboards/file_explorer_app.py
mango/dashboards/assets/logo.png
mango/data/__init__.py
mango/data/calendar_data.py
mango/data/ts_dataset.pkl
mango/logging/__init__.py
mango/logging/chrono.py
mango/logging/decorators.py
mango/logging/logger.py
mango/models/__init__.py
mango/models/activations.py
mango/models/neural_networks.py
mango/models/pyomo.py
mango/models/genetic/__init__.py
mango/models/genetic/const.py
mango/models/genetic/config/__init__.py
mango/models/genetic/config/config.py
mango/models/genetic/individual/__init__.py
mango/models/genetic/individual/base_individual.py
mango/models/genetic/population/__init__.py
mango/models/genetic/population/base_population.py
mango/models/genetic/problem/__init__.py
mango/models/genetic/problem/base_problem.py
mango/models/genetic/shared/__init__.py
mango/models/genetic/shared/exceptions.py
mango/plots/__init__.py
mango/plots/plots.py
mango/processing/__init__.py
mango/processing/date_functions.py
mango/processing/file_functions.py
mango/processing/object_functions.py
mango/processing/processing_time_series.py
mango/schemas/location.json
mango/shap_analysis/__init__.py
mango/shap_analysis/const.py
mango/shap_analysis/shap_analysis.py
mango/shared/__init__.py
mango/shared/const.py
mango/shared/decorators.py
mango/shared/exceptions.py
mango/shared/requirement_check.py
mango/shared/spatial.py
mango/table/__init__.py
mango/table/pytups_table.py
mango/table/pytups_tools.py
mango/table/table_tools.py
mango/tests/__init__.py
mango/tests/const.py
mango/tests/clients_module/__init__.py
mango/tests/clients_module/test_aemet_client.py
mango/tests/clients_module/test_arcgis_client.py
mango/tests/clients_module/test_rest_client.py
mango/tests/config_module/__init__.py
mango/tests/config_module/test_config.py
mango/tests/data/json_dataset.json
mango/tests/data/result.json
mango/tests/data/test.csv
mango/tests/data/test.json
mango/tests/data/test.xlsx
mango/tests/data/test2.csv
mango/tests/data/test_ackley.cfg
mango/tests/data/test_bad_type.cfg
mango/tests/data/test_bad_value.cfg
mango/tests/data/test_bukin.cfg
mango/tests/data/test_cross_in_tray.cfg
mango/tests/data/test_custom_problem.cfg
mango/tests/data/test_good.cfg
mango/tests/data/test_inverted_griewank_10d.cfg
mango/tests/data/test_levy.cfg
mango/tests/data/test_rastrigin.cfg
mango/tests/data/test_schwefel.cfg
mango/tests/data/variables.json
mango/tests/data/variables.xlsx
mango/tests/data_module/__init__.py
mango/tests/data_module/test_calendar_data.py
mango/tests/initialization_library/__init__.py
mango/tests/initialization_library/test_init.py
mango/tests/logging_module/__init__.py
mango/tests/logging_module/test_logging.py
mango/tests/models_module/__init__.py
mango/tests/models_module/test_genetic.py
mango/tests/models_module/test_models.py
mango/tests/models_module/test_optimization_benchmarks.py
mango/tests/models_module/test_pyomo.py
mango/tests/plots_module/__init__.py
mango/tests/processing_module/__init__.py
mango/tests/processing_module/test_correlation_ts.py
mango/tests/processing_module/test_date_functions.py
mango/tests/processing_module/test_file_functions.py
mango/tests/processing_module/test_object_functions.py
mango/tests/processing_module/test_processing_time_series.py
mango/tests/processing_module/test_tools.py
mango/tests/shap_module/__init__.py
mango/tests/shap_module/test_shap_analysis.py
mango/tests/shared_module/__init__.py
mango/tests/shared_module/test_requirement_check.py
mango/tests/shared_module/test_spatial.py
mango/tests/shared_module/test_validation.py
mango/tests/table_module/__init__.py
mango/tests/table_module/test_table.py
mango/tests/table_module/test_tools.py
mango/validators/__init__.py
mango/validators/aemet.py
mango/validators/arcgis.py