.coveragerc
LICENSE
MANIFEST.in
README.rst
__init__.py
changelog.rst
pyproject.toml
uv.lock
mango/__init__.py
mango.egg-info/PKG-INFO
mango.egg-info/SOURCES.txt
mango.egg-info/dependency_links.txt
mango.egg-info/requires.txt
mango.egg-info/top_level.txt
mango/benchmark/__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/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/decodoc/__init__.py
mango/decodoc/decodoc.py
mango/logging/__init__.py
mango/logging/chrono.py
mango/logging/decorators.py
mango/logging/logger.py
mango/models/__init__.py
mango/models/pyomo.py
mango/processing/__init__.py
mango/processing/data_imputer.py
mango/processing/date_functions.py
mango/processing/file_functions.py
mango/processing/object_functions.py
mango/schemas/location.json
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_bad_type.cfg
mango/tests/data/test_bad_value.cfg
mango/tests/data/test_dict_in_config.cfg
mango/tests/data/test_good.cfg
mango/tests/data/variables.json
mango/tests/data/variables.xlsx
mango/tests/decodoc_module/__init__.py
mango/tests/decodoc_module/test_decodoc.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_optimization_benchmarks.py
mango/tests/models_module/test_pyomo.py
mango/tests/processing_module/__init__.py
mango/tests/processing_module/test_date_functions.py
mango/tests/processing_module/test_file_functions.py
mango/tests/processing_module/test_imputer.py
mango/tests/processing_module/test_object_functions.py
mango/tests/processing_module/test_tools.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