.coveragerc
.gitignore
AUTHORS.rst
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
setup_browser.cfg
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/publish-testpypi.yml
.github/workflows/publish-to-pypi.yml
scripts/user_classes_header_generator.py
src/shimoku/__init__.py
src/shimoku/async_execution_pool.py
src/shimoku/exceptions.py
src/shimoku/execution_logger.py
src/shimoku/utils.py
src/shimoku.egg-info/PKG-INFO
src/shimoku.egg-info/SOURCES.txt
src/shimoku.egg-info/dependency_links.txt
src/shimoku.egg-info/entry_points.txt
src/shimoku.egg-info/not-zip-safe
src/shimoku.egg-info/requires.txt
src/shimoku.egg-info/top_level.txt
src/shimoku/actions_execution/execute_action.py
src/shimoku/actions_execution/front_connection.py
src/shimoku/ai/ai_layer.py
src/shimoku/ai/generated_headers/AILayerHeader.py
src/shimoku/api/base_resource.py
src/shimoku/api/client.py
src/shimoku/api/utils.py
src/shimoku/api/resources/action.py
src/shimoku/api/resources/action_template.py
src/shimoku/api/resources/activity.py
src/shimoku/api/resources/activity_template.py
src/shimoku/api/resources/app.py
src/shimoku/api/resources/business.py
src/shimoku/api/resources/dashboard.py
src/shimoku/api/resources/data_set.py
src/shimoku/api/resources/event.py
src/shimoku/api/resources/file.py
src/shimoku/api/resources/report.py
src/shimoku/api/resources/role.py
src/shimoku/api/resources/universe.py
src/shimoku/api/resources/reports/filter_data_set.py
src/shimoku/api/resources/reports/modal.py
src/shimoku/api/resources/reports/tabs_group.py
src/shimoku/api/resources/reports/unsupported.py
src/shimoku/api/resources/reports/charts/annotated_chart.py
src/shimoku/api/resources/reports/charts/button.py
src/shimoku/api/resources/reports/charts/echart.py
src/shimoku/api/resources/reports/charts/html.py
src/shimoku/api/resources/reports/charts/iframe.py
src/shimoku/api/resources/reports/charts/indicator.py
src/shimoku/api/resources/reports/charts/input_form.py
src/shimoku/api/resources/reports/charts/table.py
src/shimoku/api/user_access_classes/actions_layer.py
src/shimoku/api/user_access_classes/activities_layer.py
src/shimoku/api/user_access_classes/activity_templates_layer.py
src/shimoku/api/user_access_classes/apps_layer.py
src/shimoku/api/user_access_classes/businesses_layer.py
src/shimoku/api/user_access_classes/dashboards_layer.py
src/shimoku/api/user_access_classes/data_sets_layer.py
src/shimoku/api/user_access_classes/files_layer.py
src/shimoku/api/user_access_classes/reports_layer.py
src/shimoku/api/user_access_classes/universes_layer.py
src/shimoku/api/user_access_classes/generated_headers/ActionsLayerHeader.py
src/shimoku/api/user_access_classes/generated_headers/ActivitiesLayerHeader.py
src/shimoku/api/user_access_classes/generated_headers/ActivityTemplatesLayerHeader.py
src/shimoku/api/user_access_classes/generated_headers/BoardsLayerHeader.py
src/shimoku/api/user_access_classes/generated_headers/ComponentsLayerHeader.py
src/shimoku/api/user_access_classes/generated_headers/DataSetsLayerHeader.py
src/shimoku/api/user_access_classes/generated_headers/FilesLayerHeader.py
src/shimoku/api/user_access_classes/generated_headers/MenuPathsLayerHeader.py
src/shimoku/api/user_access_classes/generated_headers/UniversesLayerHeader.py
src/shimoku/api/user_access_classes/generated_headers/WorkspacesLayerHeader.py
src/shimoku/cli/__init__.py
src/shimoku/cli/cloud_parser.py
src/shimoku/cli/configuration.py
src/shimoku/cli/listen.py
src/shimoku/cli/main.py
src/shimoku/cli/persistence.py
src/shimoku/cli/playground.py
src/shimoku/cli/utils.py
src/shimoku/cli/cloud/cascade_get_resources.py
src/shimoku/cli/cloud/create.py
src/shimoku/cli/cloud/delete.py
src/shimoku/cli/cloud/execute.py
src/shimoku/cli/cloud/get.py
src/shimoku/cli/cloud/list.py
src/shimoku/cli/cloud/update.py
src/shimoku/code_gen/file_generator.py
src/shimoku/code_gen/main_code_gen.py
src/shimoku/code_gen/tree_generation.py
src/shimoku/code_gen/utils_code_gen.py
src/shimoku/code_gen/business_code_gen/code_gen_from_business.py
src/shimoku/code_gen/business_code_gen/apps_code_gen/code_gen_from_apps.py
src/shimoku/code_gen/business_code_gen/apps_code_gen/data_sets_code_gen/code_gen_from_data_sets.py
src/shimoku/code_gen/business_code_gen/apps_code_gen/reports_code_gen/code_gen_from_reports.py
src/shimoku/code_gen/business_code_gen/apps_code_gen/reports_code_gen/report_types_code_gen/code_gen_from_annotated_echart.py
src/shimoku/code_gen/business_code_gen/apps_code_gen/reports_code_gen/report_types_code_gen/code_gen_from_button.py
src/shimoku/code_gen/business_code_gen/apps_code_gen/reports_code_gen/report_types_code_gen/code_gen_from_echarts.py
src/shimoku/code_gen/business_code_gen/apps_code_gen/reports_code_gen/report_types_code_gen/code_gen_from_filter.py
src/shimoku/code_gen/business_code_gen/apps_code_gen/reports_code_gen/report_types_code_gen/code_gen_from_form.py
src/shimoku/code_gen/business_code_gen/apps_code_gen/reports_code_gen/report_types_code_gen/code_gen_from_html.py
src/shimoku/code_gen/business_code_gen/apps_code_gen/reports_code_gen/report_types_code_gen/code_gen_from_iframe.py
src/shimoku/code_gen/business_code_gen/apps_code_gen/reports_code_gen/report_types_code_gen/code_gen_from_indicators.py
src/shimoku/code_gen/business_code_gen/apps_code_gen/reports_code_gen/report_types_code_gen/code_gen_from_modal.py
src/shimoku/code_gen/business_code_gen/apps_code_gen/reports_code_gen/report_types_code_gen/code_gen_from_other.py
src/shimoku/code_gen/business_code_gen/apps_code_gen/reports_code_gen/report_types_code_gen/code_gen_from_table.py
src/shimoku/code_gen/business_code_gen/apps_code_gen/reports_code_gen/report_types_code_gen/code_gen_from_tabs.py
src/shimoku/playground/execute_local_server.py
src/shimoku/playground/local_server.py
src/shimoku/playground/schema_classes.py
src/shimoku/playground/schema_parameter_classses.py
src/shimoku/playground/websockets_server.py
src/shimoku/plt/bentobox_charts.py
src/shimoku/plt/plt_layer.py
src/shimoku/plt/utils.py
src/shimoku/plt/EChart_definitions/bar.py
src/shimoku/plt/EChart_definitions/default_echart_options.py
src/shimoku/plt/EChart_definitions/funnel.py
src/shimoku/plt/EChart_definitions/gauge.py
src/shimoku/plt/EChart_definitions/gauge_indicator.py
src/shimoku/plt/EChart_definitions/heatmap.py
src/shimoku/plt/EChart_definitions/line.py
src/shimoku/plt/EChart_definitions/line_and_bar.py
src/shimoku/plt/EChart_definitions/pie.py
src/shimoku/plt/EChart_definitions/radar.py
src/shimoku/plt/EChart_definitions/sankey.py
src/shimoku/plt/EChart_definitions/scatter.py
src/shimoku/plt/EChart_definitions/shimoku_gauge.py
src/shimoku/plt/EChart_definitions/sunburst.py
src/shimoku/plt/EChart_definitions/top_bottom.py
src/shimoku/plt/EChart_definitions/tree.py
src/shimoku/plt/EChart_definitions/treemap.py
src/shimoku/plt/EChart_definitions/waterfall.py
src/shimoku/plt/generated_headers/PlotLayerHeader.py
tests/Jupyter_notebook_test.ipynb
tests/test_ai_api.py
tests/test_components_catalog.py
tests/test_data_managing_api.py
tests/test_file_metadata_api.py
tests/test_universe_metadata_api.py
tests/mockable_tests/mock_classes.py
tests/mockable_tests/test_actions.py
tests/mockable_tests/test_activity_metadata_api.py
tests/mockable_tests/test_app_metadata_api.py
tests/mockable_tests/test_business_metadata_api.py
tests/mockable_tests/test_code_generation.py
tests/mockable_tests/test_dashboard_metadata_api.py
tests/mockable_tests/test_plot_api.py
tests/mockable_tests/test_report_metadata_api.py
tests/mockable_tests/test_roles.py
tests/mockable_tests/utils.py
tests/mockable_tests/correct_action_scripts/correct_action.py
tests/mockable_tests/error_action_scripts/action_cant_have_no_params.py
tests/mockable_tests/error_action_scripts/action_param_must_be_Client.py
tests/mockable_tests/error_action_scripts/action_param_must_be_annotated.py
tests/mockable_tests/error_action_scripts/action_param_must_be_shimoku_client.py
tests/mockable_tests/error_action_scripts/cant_annotate_client_param_to_arb_name.py
tests/mockable_tests/error_action_scripts/cant_assign_client.py
tests/mockable_tests/error_action_scripts/cant_assign_client_in_class.py
tests/mockable_tests/error_action_scripts/cant_assign_client_to_subscript.py
tests/mockable_tests/error_action_scripts/cant_assign_to_shimoku_client.py
tests/mockable_tests/error_action_scripts/cant_define_action_in_class.py
tests/mockable_tests/error_action_scripts/cant_define_async_functions.py
tests/mockable_tests/error_action_scripts/cant_define_more_than_one_action.py
tests/mockable_tests/error_action_scripts/cant_have_arb_params_in_action.py
tests/mockable_tests/error_action_scripts/cant_have_client_as_part_of_annotation.py
tests/mockable_tests/error_action_scripts/cant_have_non_annotated_param.py
tests/mockable_tests/error_action_scripts/cant_import_asyncio.py
tests/mockable_tests/error_action_scripts/cant_import_from_asyncio.py
tests/mockable_tests/error_action_scripts/cant_pass_incorrect_type_to_function.py
tests/mockable_tests/error_action_scripts/cant_pass_incorrect_type_to_kwargs.py
tests/mockable_tests/error_action_scripts/cant_rename_client.py
tests/mockable_tests/error_action_scripts/cant_return_shimoku_client.py
tests/mockable_tests/error_action_scripts/needs_action_function.py
tests/mockable_tests/error_action_scripts/needs_import_client.py
tests/mockable_tests/error_action_scripts/shimoku_client_param_must_be_client.py
tests/mockable_tests/test_plot_api_functions/__init__.py
tests/mockable_tests/test_plot_api_functions/annotation_chart.py
tests/mockable_tests/test_plot_api_functions/area.py
tests/mockable_tests/test_plot_api_functions/bar.py
tests/mockable_tests/test_plot_api_functions/bar_and_line_chart.py
tests/mockable_tests/test_plot_api_functions/bentobox.py
tests/mockable_tests/test_plot_api_functions/chart_and_indicators.py
tests/mockable_tests/test_plot_api_functions/doughnut.py
tests/mockable_tests/test_plot_api_functions/dynamic_conditional_and_auto_send_input_form.py
tests/mockable_tests/test_plot_api_functions/free_echarts.py
tests/mockable_tests/test_plot_api_functions/free_echarts_raw.py
tests/mockable_tests/test_plot_api_functions/funnel.py
tests/mockable_tests/test_plot_api_functions/gauge_indicator.py
tests/mockable_tests/test_plot_api_functions/get_input_forms.py
tests/mockable_tests/test_plot_api_functions/heatmap.py
tests/mockable_tests/test_plot_api_functions/horizontal_bar.py
tests/mockable_tests/test_plot_api_functions/html.py
tests/mockable_tests/test_plot_api_functions/iframe.py
tests/mockable_tests/test_plot_api_functions/indicator.py
tests/mockable_tests/test_plot_api_functions/indicator_color_by_value.py
tests/mockable_tests/test_plot_api_functions/infographics.py
tests/mockable_tests/test_plot_api_functions/input_form.py
tests/mockable_tests/test_plot_api_functions/line.py
tests/mockable_tests/test_plot_api_functions/line_with_confidence_area.py
tests/mockable_tests/test_plot_api_functions/marked_line.py
tests/mockable_tests/test_plot_api_functions/modal.py
tests/mockable_tests/test_plot_api_functions/pie.py
tests/mockable_tests/test_plot_api_functions/predictive_line.py
tests/mockable_tests/test_plot_api_functions/radar.py
tests/mockable_tests/test_plot_api_functions/rainfall_area.py
tests/mockable_tests/test_plot_api_functions/rainfall_line.py
tests/mockable_tests/test_plot_api_functions/rose.py
tests/mockable_tests/test_plot_api_functions/sankey.py
tests/mockable_tests/test_plot_api_functions/scatter.py
tests/mockable_tests/test_plot_api_functions/scatter_with_effect.py
tests/mockable_tests/test_plot_api_functions/segmented_area_chart.py
tests/mockable_tests/test_plot_api_functions/segmented_line_chart.py
tests/mockable_tests/test_plot_api_functions/shimoku_gauges.py
tests/mockable_tests/test_plot_api_functions/speed_gauge.py
tests/mockable_tests/test_plot_api_functions/stacked_area.py
tests/mockable_tests/test_plot_api_functions/stacked_bar.py
tests/mockable_tests/test_plot_api_functions/stacked_horizontal_bar.py
tests/mockable_tests/test_plot_api_functions/summary_line.py
tests/mockable_tests/test_plot_api_functions/sunburst.py
tests/mockable_tests/test_plot_api_functions/table.py
tests/mockable_tests/test_plot_api_functions/table_with_lables.py
tests/mockable_tests/test_plot_api_functions/tabs.py
tests/mockable_tests/test_plot_api_functions/tree.py
tests/mockable_tests/test_plot_api_functions/treemap.py
tests/mockable_tests/test_plot_api_functions/variants.py
tests/mockable_tests/test_plot_api_functions/waterfall.py
tests/mockable_tests/test_plot_api_functions/zero_centered_bar.py
tests/mockable_tests/test_plot_api_functions/data/annotation_chart.py
tests/mockable_tests/test_plot_api_functions/data/bar_and_line.py
tests/mockable_tests/test_plot_api_functions/data/bentobox_indicator.py
tests/mockable_tests/test_plot_api_functions/data/default.py
tests/mockable_tests/test_plot_api_functions/data/dynamic_conditional_and_auto_send_input_form.py
tests/mockable_tests/test_plot_api_functions/data/flow_and_rainfall.py
tests/mockable_tests/test_plot_api_functions/data/free_echarts.py
tests/mockable_tests/test_plot_api_functions/data/free_echarts_raw.py
tests/mockable_tests/test_plot_api_functions/data/funnel.py
tests/mockable_tests/test_plot_api_functions/data/heatmap.py
tests/mockable_tests/test_plot_api_functions/data/horizontal_bar.py
tests/mockable_tests/test_plot_api_functions/data/html.py
tests/mockable_tests/test_plot_api_functions/data/indicator.py
tests/mockable_tests/test_plot_api_functions/data/indicator_color_by_value.py
tests/mockable_tests/test_plot_api_functions/data/input_form.py
tests/mockable_tests/test_plot_api_functions/data/line_with_confidence_area.py
tests/mockable_tests/test_plot_api_functions/data/noise.py
tests/mockable_tests/test_plot_api_functions/data/pie.py
tests/mockable_tests/test_plot_api_functions/data/radar.py
tests/mockable_tests/test_plot_api_functions/data/random_waterfall.py
tests/mockable_tests/test_plot_api_functions/data/sankey.py
tests/mockable_tests/test_plot_api_functions/data/scatter_test.csv
tests/mockable_tests/test_plot_api_functions/data/scatter_with_effect.py
tests/mockable_tests/test_plot_api_functions/data/segmented_line.py
tests/mockable_tests/test_plot_api_functions/data/stacked_area.py
tests/mockable_tests/test_plot_api_functions/data/suburst.py
tests/mockable_tests/test_plot_api_functions/data/summary_line.py
tests/mockable_tests/test_plot_api_functions/data/table.py
tests/mockable_tests/test_plot_api_functions/data/table_with_labels.py
tests/mockable_tests/test_plot_api_functions/data/test_stack_distribution.csv
tests/mockable_tests/test_plot_api_functions/data/tree.py
tests/mockable_tests/test_plot_api_functions/data/waterfall.py
tests/mockable_tests/test_plot_api_functions/data/zero_centered.py