├── .claude ├── commands │ └── fix_gh_issue.md └── settings.local.json ├── .coveragerc ├── .github ├── copilot.yaml ├── gh_requirements.txt ├── gitleaks-rules.toml └── workflows │ ├── common_dev_image_build.yml │ ├── common_dev_image_release.yml │ ├── common_linter.yml │ ├── common_run_tests.yml │ ├── coverage_tests.yml │ ├── dev_image_build_and_test.yml │ ├── dev_image_release.yml │ ├── fast_tests.yml │ ├── gitleaks.yml │ ├── linter.yml │ ├── publish_mkdocs.yml │ ├── slow_tests.yml │ └── superslow_tests.yml ├── .gitleaksignore ├── .isort.cfg ├── .pre-commit-config.yaml ├── .semgrepignore ├── .vscode └── settings.json ├── CLAUDE.md ├── LICENSE ├── README.md ├── __init__.py ├── changelog.txt ├── config_root ├── __init__.py └── config │ ├── __init__.py │ ├── config_.py │ ├── config_builder.py │ ├── config_example.txt │ ├── config_list.py │ ├── config_list_builder.py │ ├── config_utils.py │ ├── notebooks │ ├── gallery_Google_ConfigDict.ipynb │ ├── gallery_Google_ConfigDict.py │ ├── gallery_core_Config.ipynb │ └── gallery_core_Config.py │ └── test │ ├── __init__.py │ ├── outcomes │ ├── TestGetConfigsFromBuilder1.test1 │ │ └── output │ │ │ └── test.txt │ ├── Test_build_config_list_varying_tiled_periods1.test_1tile_1 │ │ └── output │ │ │ └── test.txt │ ├── Test_build_config_list_varying_tiled_periods1.test_1tile_2 │ │ └── output │ │ │ └── test.txt │ ├── Test_build_config_list_varying_tiled_periods1.test_1tile_3 │ │ └── output │ │ │ └── test.txt │ ├── Test_build_config_list_varying_tiled_periods1.test_2tiles_1 │ │ └── output │ │ │ └── test.txt │ ├── Test_build_config_list_varying_tiled_periods1.test_2tiles_2 │ │ └── output │ │ │ └── test.txt │ ├── Test_build_config_list_varying_tiled_periods1.test_3tiles_1 │ │ └── output │ │ │ └── test.txt │ ├── Test_build_config_list_with_tiled_universe.test1 │ │ └── output │ │ │ └── test.txt │ ├── Test_build_config_list_with_tiled_universe_and_periods.test1 │ │ └── output │ │ │ └── test.txt │ ├── Test_nested_config_set_execute_stmt1.test_check_string_repr1 │ │ └── output │ │ │ └── test.txt │ ├── Test_nested_config_set_execute_stmt1.test_check_string_str1 │ │ └── output │ │ │ └── test.txt │ ├── Test_nested_config_set_step_through1.test_check_string_repr1 │ │ └── output │ │ │ └── test.txt │ ├── Test_nested_config_set_step_through1.test_check_string_str1 │ │ └── output │ │ │ └── test.txt │ └── Test_validate_configs1.test_check_same_configs_error │ │ └── output │ │ └── test.txt │ ├── test_config.py │ ├── test_config_builder.py │ ├── test_config_list_builder.py │ └── test_config_utils.py ├── conftest.py ├── dev_scripts_helpers ├── __init__.py ├── ai │ ├── README.md │ ├── cc │ ├── ccc │ └── ccp ├── aws │ ├── AWS_dashboard.ipynb │ ├── AWS_dashboard.py │ ├── __init__.py │ ├── am_aws.py │ ├── get_inst_ip.sh │ └── get_inst_status.sh ├── chatgpt │ ├── __init__.py │ ├── example_data │ │ ├── corrupted_dropcontact.how_to_guide.md │ │ └── gpt_linted_dropcontact.how_to_guide.md │ ├── manage_chatgpt_assistant.py │ ├── run_chatgpt.py │ └── run_simple_chatgpt.py ├── cleanup_scripts │ ├── AmpTask1786_Integrate_20220902.sh │ ├── AmpTask1786_Integrate_20220916.sh │ ├── CMTask1072_Rename_files_and_methods_MarketData_ImClient.sh │ ├── CMTask2573_Move_get_config_from_nested_dict_to_Config.sh │ ├── CMTask2669_Rename_initial_replayed_delay.sh │ ├── CMTask2669_Rename_initial_replayed_dt.sh │ ├── CMTask2669_Rename_real_time_loop_time_out_in_secs.sh │ ├── CMTask2669_Rename_sleep_interval_in_secs.sh │ ├── CMTask2692_Refactor_system_test_case.sh │ ├── CMTask2739_Introduce_NonTime_ForecastSystem_20220908.sh │ ├── CMTask2746_Move_every_test_case_20220905.sh │ ├── CMTask2829_Rename_functions_to_use_object_names_20220916.sh │ ├── CMTask3336_rename_SimulatedBroker.sh │ ├── CMTask3514_rename_predictions.20230124.sh │ ├── CMTask3514_revert_rename_prediction_column.20230116.sh │ ├── CmTask10820_Use_C3a_and_C8_from_dataflow_lemonade.sh │ ├── CmTask1206_Move_core_pandas_to_helpers_hpandas_for_s3_usage.sh │ ├── CmTask1292_Rename_old_aws_env_vars.py │ ├── CmTask1292_Rename_old_aws_env_vars.sh │ ├── CmTask1590_Clean_up_type_hints_for_args_and_kwargs.sh │ ├── CmTask3122_handle_infs_in_compare_visually_dataframes_20221103.sh │ ├── CmTask3470_Rename_prediction_column_for_C1b_20230103.sh │ ├── CmTask4090_Add_a_reader_for_TWAP_fills.20230327.sh │ ├── CmTask5157_update_imports_for_prod_system.sh │ ├── CmTask531_Move_test_golden_outcomes_out_of_the_way.sh │ ├── CmTask5743_Replace_the_aliases_of_builtin_types_to_Python_native_data_types_20231023.sh │ ├── CmTask5767_replace_pandas_is_monotonic_20231016.sh │ ├── CmTask6985_Rename_save_node_stats_to_save_node_df_out_stats.sh │ ├── CmTask972_Merge_dataframe_to_str_and_df_to_short_str_into_hpandas.py │ ├── CmTask972_Merge_dataframe_to_str_and_df_to_short_str_into_hpandas.sh │ ├── CmTask974_Move_dataframe_to_str_and_df_to_short_str_to_hpandas.sh │ ├── CmampTask4662_Promote_pandas_version_5_replace_series.sh │ ├── CmampTask5970_Use_the_volatility_price_computer_as_default_1.sh │ ├── Cmtask3554_Rename_run_tiled_backtest.202230111.sh │ ├── HelpersTask135_Rename_IS_SUPER_REPO_var.sh │ ├── HelpersTask88_Improve_repo_config.sh │ ├── LimeTask506_Get_E8f_in_prod.sh │ ├── SorrTask188_Move_Code_Style_doc_to_md.sh │ ├── SorrTask258_Replace_pytest_raises_with_self_assertraises.sh │ ├── SorrTask259_Make_to_multi_line_cmd_public.sh │ ├── SorrTask298_rename_get_docker_cmd_to_get_docker_run_cmd.sh │ ├── SorrTask542_convert_to_multiindex.sh │ ├── SorrTask584_Use_str_to_timestamp_instead_of_timestamp_as_str_to_timestamp.sh │ ├── SorrTask736_Replace_TOC_markers_in_MD_files.sh │ ├── __init__.py │ ├── rename_ModelBuilder.sh │ └── rename_bm_config.sh ├── coding_tools │ ├── __init__.py │ ├── clean_up_text_files.sh │ ├── code_stats.sh │ ├── compile_all.py │ ├── create_class_diagram.sh │ ├── ctags.sh │ ├── develop │ │ └── call_graph.sh │ ├── diff_to_vimdiff.py │ ├── find_unused_golden_files.py │ ├── grsync.py │ ├── invite_github_collaborator.py │ ├── manage_cache.py │ ├── measure_import_times.py │ ├── parallel_script_template.py │ ├── process_prof.py │ ├── remove_jupyter_metadata.sh │ ├── run_profiling.sh │ ├── script_template.py │ ├── toml_merge.py │ ├── traceback_to_cfile.py │ ├── transform_template.py │ └── url.py ├── cvxpy_setup │ ├── build.sh │ ├── requirements.txt │ └── setenv.sh ├── docker │ ├── __init__.py │ ├── docker_clean_all.sh │ ├── docker_clean_postgres.sh │ └── print_release_message.py ├── dockerize │ ├── __init__.py │ ├── dockerized_template.py │ └── dockerized_template.sh ├── documentation │ ├── OLD │ │ ├── lint_latex.sh │ │ ├── lint_latex2.sh │ │ └── test_lint_latex.sh │ ├── README.md │ ├── __init__.py │ ├── check_links.instr.md │ ├── check_links.py │ ├── convert_docx_to_markdown.py │ ├── create_google_drive_map.md │ ├── create_google_drive_map.py │ ├── dockerized_graphviz.py │ ├── dockerized_latex.py │ ├── dockerized_mermaid.py │ ├── dockerized_pandoc.py │ ├── dockerized_prettier.py │ ├── dockerized_tikz_to_bitmap.py │ ├── extract_gdoc_map.py │ ├── extract_toc_from_txt.py │ ├── generate_all_projects.md │ ├── generate_latex_sty.py │ ├── generate_readme_index.py │ ├── generate_script_catalog.py │ ├── latex_abbrevs.sty │ ├── latexdockercmd.sh │ ├── lint_txt.py │ ├── notes_to_pdf.py │ ├── open_md_in_browser.sh │ ├── open_md_on_github.sh │ ├── pandoc.latex │ ├── pdf_to_md.py │ ├── preprocess_notes.py │ ├── process_slides.py │ ├── publish_notes.py │ ├── render_images.py │ ├── replace_latex.py │ ├── replace_latex.sh │ ├── run_latex.sh │ ├── run_pandoc.py │ ├── test │ │ ├── __init__.py │ │ ├── outcomes │ │ │ ├── Test_extract_toc_from_txt1.test_md1 │ │ │ │ ├── input │ │ │ │ │ └── input.md │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_extract_toc_from_txt1.test_tex1 │ │ │ │ ├── input │ │ │ │ │ └── input.tex │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_generate_readme_index.test1 │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_generate_readme_index.test2 │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_generate_readme_index.test3 │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_generate_readme_index.test4 │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_lint_notes1.test_process1 │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_lint_notes2.test_process1 │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_lint_notes_cmd_line1.test1 │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_lint_notes_cmd_line1.test2 │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_lint_txt2.test_process1 │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_lint_txt_cmd_line1.test_md1 │ │ │ │ ├── input │ │ │ │ │ └── text.md │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_lint_txt_cmd_line1.test_tex1 │ │ │ │ ├── input │ │ │ │ │ └── text.tex │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_notes_to_pdf1.test1 │ │ │ │ ├── input │ │ │ │ │ └── code_style.txt.test │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_notes_to_pdf1.test2 │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_notes_to_pdf1.test3 │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_preprocess_notes_end_to_end1.test_run_all2 │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_preprocess_notes_end_to_end2.test_run_all1 │ │ │ │ ├── input │ │ │ │ │ ├── Lesson00-Class.txt │ │ │ │ │ ├── Lesson01-Intro.txt │ │ │ │ │ ├── Lesson02-Techniques.txt │ │ │ │ │ ├── Lesson03-Knowledge_representation.txt │ │ │ │ │ ├── Lesson04-Models.txt │ │ │ │ │ ├── Lesson05-Theories.txt │ │ │ │ │ ├── Lesson06-Bayesian_statistics.txt │ │ │ │ │ ├── Lesson07-Probabilistic_programming.txt │ │ │ │ │ ├── Lesson08-Reasoning_over_time.txt │ │ │ │ │ ├── Lesson09-Causal_inference.txt │ │ │ │ │ ├── Lesson10-Timeseries_forecasting.txt │ │ │ │ │ ├── Lesson11-Probabilistic_deep_learning.txt │ │ │ │ │ ├── Lesson12-Reinforcement_learning.txt │ │ │ │ │ ├── Lesson91.Refresher_probability.txt │ │ │ │ │ ├── Lesson92.Refresher_probability_distributions.txt │ │ │ │ │ ├── Lesson93.Refresher_linear_algebra.txt │ │ │ │ │ ├── Lesson94.Refresher_information_theory.txt │ │ │ │ │ ├── Lesson95.Refresher_game_theory.txt │ │ │ │ │ ├── Lesson96.Refresher_stochastic_processes.txt │ │ │ │ │ └── Lesson97.Refresher_numerical_optimization.txt │ │ │ │ └── output │ │ │ │ │ ├── Lesson00-Class.txt │ │ │ │ │ ├── Lesson01-Intro.txt │ │ │ │ │ ├── Lesson02-Techniques.txt │ │ │ │ │ ├── Lesson03-Knowledge_representation.txt │ │ │ │ │ ├── Lesson04-Models.txt │ │ │ │ │ ├── Lesson05-Theories.txt │ │ │ │ │ ├── Lesson06-Bayesian_statistics.txt │ │ │ │ │ ├── Lesson07-Probabilistic_programming.txt │ │ │ │ │ ├── Lesson08-Reasoning_over_time.txt │ │ │ │ │ ├── Lesson09-Causal_inference.txt │ │ │ │ │ ├── Lesson10-Timeseries_forecasting.txt │ │ │ │ │ ├── Lesson11-Probabilistic_deep_learning.txt │ │ │ │ │ ├── Lesson12-Reinforcement_learning.txt │ │ │ │ │ ├── Lesson91.Refresher_probability.txt │ │ │ │ │ ├── Lesson92.Refresher_probability_distributions.txt │ │ │ │ │ ├── Lesson93.Refresher_linear_algebra.txt │ │ │ │ │ ├── Lesson94.Refresher_information_theory.txt │ │ │ │ │ ├── Lesson95.Refresher_game_theory.txt │ │ │ │ │ ├── Lesson96.Refresher_stochastic_processes.txt │ │ │ │ │ └── Lesson97.Refresher_numerical_optimization.txt │ │ │ ├── Test_preprocess_notes_executable1.test1 │ │ │ │ ├── input │ │ │ │ │ └── input1.txt │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_preprocess_notes_executable1.test2 │ │ │ │ ├── input │ │ │ │ │ └── input1.txt │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_preprocess_notes_executable1.test3 │ │ │ │ ├── input │ │ │ │ │ └── input1.txt │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_render_images2.test1 │ │ │ │ ├── input │ │ │ │ │ └── im_architecture.md │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_render_images2.test2 │ │ │ │ ├── input │ │ │ │ │ └── runnable_repo.md │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_render_images2.test3 │ │ │ │ ├── input │ │ │ │ │ └── sample_file_plantuml.tex │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_render_images2.test4 │ │ │ │ ├── input │ │ │ │ │ └── sample_file_mermaid.tex │ │ │ │ └── output │ │ │ │ │ └── test.txt │ │ │ ├── Test_run_dockerized_pandoc.test1 │ │ │ │ └── input │ │ │ │ │ └── input.md │ │ │ └── Test_run_dockerized_prettier.test1 │ │ │ │ ├── input │ │ │ │ └── input.md │ │ │ │ └── output │ │ │ │ └── output.md │ │ ├── test_check_links.py │ │ ├── test_dockerized_pandoc.py │ │ ├── test_dockerized_prettier.py │ │ ├── test_extract_toc_from_txt.py │ │ ├── test_generate_readme_index.py │ │ ├── test_lint_txt.py │ │ ├── test_notes_to_pdf.py │ │ ├── test_preprocess_notes.py │ │ ├── test_render_images.py │ │ └── test_transform_notes.py │ ├── transform_notes.py │ └── update_md.py ├── encrypt_models │ ├── __init__.py │ ├── encrypt_model.py │ ├── release_encrypted_model.sh │ ├── release_test_encrypted_model_from_lemonade_to_orange.sh │ ├── test_encrypted_model_in_lemonade.sh │ └── test_encrypted_model_in_orange.sh ├── gdrive │ ├── __init__.py │ ├── create_google_drive_map.md │ └── create_google_drive_map.py ├── generate_images.py ├── git │ ├── __init__.py │ ├── gcl │ ├── gco │ ├── gcours │ ├── gctheirs │ ├── gd │ ├── gd_master.sh │ ├── gd_names.sh │ ├── gd_notebook.py │ ├── gdc │ ├── gdpy │ ├── git_backup.sh │ ├── git_branch.sh │ ├── git_branch_name.sh │ ├── git_branch_point.sh │ ├── git_clone.sh │ ├── git_conflict_files.sh │ ├── git_conflict_show.sh │ ├── git_files.sh │ ├── git_graph.sh │ ├── git_hash_head.sh │ ├── git_hooks │ │ ├── __init__.py │ │ ├── commit-msg.py │ │ ├── install_hooks.py │ │ ├── pre-commit-dry-run.py │ │ ├── pre-commit.py │ │ ├── test │ │ │ ├── __init__.py │ │ │ └── test_install_hooks.py │ │ ├── translate.py │ │ └── utils.py │ ├── git_previous_commit_files.sh │ ├── git_revert.sh │ ├── git_root.sh │ ├── git_shrink_repo.sh │ ├── git_submodules.py │ ├── git_submodules_are_updated.sh │ ├── git_submodules_clean.sh │ ├── git_submodules_commit.sh │ ├── git_submodules_pull.sh │ ├── git_submodules_roll_fwd.sh │ ├── git_submodules_stash.sh │ ├── git_untracked_files.sh │ ├── gitleaks │ │ └── gitleaks-rules.toml │ ├── gll │ ├── gllmy │ ├── gp │ ├── gpa │ ├── grc │ ├── grs │ ├── gs │ ├── gs_to_files.sh │ ├── gsl │ ├── gsp.py │ ├── gss │ └── gup.py ├── github │ ├── __init__.py │ ├── dockerized_invite_gh_contributors.py │ ├── dockerized_sync_gh_issue_labels.py │ ├── dockerized_sync_gh_repo_settings.py │ ├── gh_migration │ │ ├── __init__.py │ │ ├── bulk_transfer_issues.py │ │ ├── issue_migration.how_to_guide.md │ │ └── issues_to_transfer.txt │ ├── invite_gh_contributors.py │ ├── labels │ │ ├── backup │ │ │ ├── labels.ParticleDev.commodity_research.json │ │ │ ├── labels.ParticleDev.infra.json │ │ │ └── labels.alphamatic.amp.json │ │ ├── gh_issues_labels.yml │ │ ├── gh_org_labels.json │ │ ├── gh_tech_labels.json │ │ └── set_labels.sh │ ├── set_secrets_and_variables.py │ ├── settings │ │ ├── common_repo_settings.yaml │ │ └── template_repo_settings.yaml │ ├── sync_gh_issue_labels.py │ ├── sync_gh_projects.py │ └── test │ │ ├── outcomes │ │ └── Test_sync_gh_issue_labels1.test1 │ │ │ └── input │ │ │ └── test_gh_issues_labels.yml │ │ ├── test_dockerized_sync_gh_issue_labels.py │ │ ├── test_invite_gh_contributors.py │ │ └── test_sync_gh_issue_labels.py ├── google │ ├── __init__.py │ └── download_gsheet.py ├── google_veo3 │ ├── README.txt │ ├── __init__.py │ ├── example.txt │ ├── generate_images.py │ ├── generate_videos.py │ ├── get_veo3_status.py │ ├── requirements.txt │ └── run_api.py ├── helpers.sh ├── infra │ ├── __init__.py │ ├── gdrive.py │ ├── old │ │ ├── __init__.py │ │ └── ssh_tunnels.py │ └── test │ │ ├── __init__.py │ │ └── test_all.py ├── integrate_repos │ ├── integrate.sh │ ├── setup.sh │ └── sync_repo.sh ├── invoke_completion.sh ├── lint │ ├── __init__.py │ ├── lint_json.sh │ └── lint_solidity.sh ├── llms │ ├── README.md │ ├── __init__.py │ ├── ai_review.py │ ├── dockerized_llm_apply_cfile.py │ ├── dockerized_llm_review.py │ ├── dockerized_llm_transform.py │ ├── inject_todos.py │ ├── llm_apply_cfile.py │ ├── llm_cli.py │ ├── llm_prompts.py │ ├── llm_review.py │ ├── llm_transform.py │ ├── llm_utils.py │ ├── snippets.py │ └── test │ │ ├── __init__.py │ │ ├── test_llm_apply_cfile.py │ │ ├── test_llm_prompts.py │ │ └── test_llm_transform.py ├── misc │ ├── __init__.py │ ├── extract_bounties.py │ ├── get_url_titles.py │ └── string_to_file.py ├── notebooks │ ├── __init__.py │ ├── add_toc_to_notebook.py │ ├── dockerized_extract_notebook_images.py │ ├── extract_notebook_images.py │ ├── fix_vim_plugin.sh │ ├── ipynb_format.py │ ├── process_all_jupytext.sh │ ├── process_jupytext.py │ ├── profile_test_durations.ipynb │ ├── profile_test_durations.py │ ├── publish_notebook.py │ ├── run_jupyter_server.py │ ├── run_notebook.py │ ├── run_notebook_test_case.py │ └── test │ │ ├── outcomes │ │ └── Test_run_dockerized_notebook_image_extractor1.test_run_dockerized_notebook_image_extractor │ │ │ └── input │ │ │ └── test_notebook_image_extractor.ipynb │ │ ├── test_dockerized_extract_notebook_images.py │ │ └── test_extract_notebook_images.py ├── old │ ├── __init__.py │ ├── cie │ ├── create_conda │ │ ├── __init__.py │ │ ├── _bootstrap.py │ │ ├── _setenv_amp.py │ │ ├── _setenv_lib.py │ │ ├── install │ │ │ ├── __init__.py │ │ │ ├── check_develop_packages.py │ │ │ ├── conda_envs │ │ │ │ ├── amp_develop.paul.Darwin.Pauls-MBP.txt │ │ │ │ ├── amp_develop.saggese.Darwin.gpmac.lan.txt │ │ │ │ ├── amp_develop.saggese.Linux.ip-172-31-16-23.txt │ │ │ │ ├── develop.gp.Linux.twitter-data.txt │ │ │ │ ├── develop.paul.Darwin.Pauls-MBP.txt │ │ │ │ ├── develop.saggese.Linux.ip-172-31-24-5.txt │ │ │ │ ├── p1_develop.asya.Darwin.MacBook-Pro-Asa.local.txt │ │ │ │ ├── p1_develop.daniil.Linux.daniil.txt │ │ │ │ ├── p1_develop.greg.Linux.computer.txt │ │ │ │ ├── p1_develop.greg.Linux.ip-172-31-16-23.txt │ │ │ │ ├── p1_develop.julia.Linux.ip-172-31-16-23.txt │ │ │ │ ├── p1_develop.julia.Linux.vostro.txt │ │ │ │ ├── p1_develop.paul.Darwin.Pauls-MBP.txt │ │ │ │ ├── p1_develop.paul.Linux.ip-172-31-16-23.txt │ │ │ │ ├── p1_develop.saggese.Darwin.giacintos-mbp.lan.txt │ │ │ │ ├── p1_develop.saggese.Linux.ip-172-31-16-23.txt │ │ │ │ ├── pymc.saggese.Darwin.gpmac.lan.txt │ │ │ │ └── pymc3.saggese.Darwin.gpmac.lan.txt │ │ │ ├── create_conda.amp_develop.sh │ │ │ ├── create_conda.py │ │ │ ├── install_jupyter_extensions.sh │ │ │ ├── print_conda_packages.py │ │ │ ├── requirements │ │ │ │ ├── pymc.txt │ │ │ │ └── sage.txt │ │ │ ├── show_jupyter_extensions.sh │ │ │ └── test_bootstrap.sh │ │ ├── setenv_amp.jenkins.sh │ │ ├── setenv_amp.sh │ │ └── test │ │ │ ├── __init__.py │ │ │ └── test_amp_dev_scripts.py │ ├── fix_helpers_imports.sh │ └── linter │ │ ├── __init__.py │ │ ├── linter.py │ │ ├── linter_master_report.py │ │ ├── pre_pr_checklist.py │ │ └── process_jupytext.py ├── poetry │ ├── __init__.py │ └── run_poetry_debug.py ├── release_sorrentum │ ├── __init__.py │ ├── docker_bfg │ │ ├── Dockerfile │ │ ├── bfg.sh │ │ └── entrypoint.sh │ ├── filter_repo │ │ ├── __init__.py │ │ ├── git-filter-repo │ │ └── lint_history.py │ ├── git_gc.sh │ ├── git_release_sorrentum_repo.sh │ ├── nb-clean.sh │ └── rsync_sorrentum_sandbox.sh ├── scraping_script │ └── SorrTask396_scraping_script.ipynb ├── system_tools │ ├── __init__.py │ ├── ack │ ├── capture_notebook_cells.py │ ├── compress_files.sh │ ├── email_notify.py │ ├── export_vars.sh │ ├── extract_cfile.py │ ├── ffind.py │ ├── fix_perms.sh │ ├── i │ ├── il │ ├── it │ ├── jack │ ├── jackdoc.py │ ├── jackipynb │ ├── jackmd │ ├── jackmk │ ├── jackppy │ ├── jackpy │ ├── jackpyc │ ├── jacktxt │ ├── kga │ ├── mk_targets │ ├── mkbak │ ├── path │ ├── print_paths.sh │ ├── remove_empty_lines.sh │ ├── remove_escape_chars.py │ ├── remove_redundant_paths.sh │ ├── remove_symlink.sh │ ├── replace_text.py │ ├── save_screenshot.py │ ├── tg.py │ ├── timestamp │ ├── tree.sh │ ├── vi_all_py.sh │ ├── viack │ ├── vic │ ├── vif │ ├── vigit │ ├── vigitp │ ├── vil │ ├── vile │ ├── vit │ ├── viw │ └── zip_files.py ├── test │ ├── __init__.py │ ├── outcomes │ │ ├── TestRunNotebook3.test3 │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── TestRunNotebook3 │ │ │ └── input │ │ │ │ ├── simple_notebook.ipynb │ │ │ │ └── simple_notebook.py │ │ ├── Test_add_toc.test1 │ │ │ ├── input │ │ │ │ └── test_ipynb_contents.json │ │ │ └── output │ │ │ │ ├── test.ipynb │ │ │ │ └── test.txt │ │ ├── Test_add_toc.test2 │ │ │ ├── input │ │ │ │ └── test_ipynb_contents.json │ │ │ └── output │ │ │ │ └── test.ipynb │ │ ├── Test_add_toc.test3 │ │ │ ├── input │ │ │ │ └── test_ipynb_contents.json │ │ │ └── output │ │ │ │ ├── test.ipynb │ │ │ │ └── test.txt │ │ ├── Test_get_files_to_replace.test1 │ │ │ └── input │ │ │ │ ├── file1.txt │ │ │ │ ├── file2.txt │ │ │ │ └── file3.txt │ │ ├── Test_process_jupytext.test_end_to_end │ │ │ ├── input │ │ │ │ ├── notebook_for_test.ipynb.txt │ │ │ │ └── notebook_for_test.py.txt │ │ │ └── output │ │ │ │ └── test.txt │ │ └── Test_publish_notebook1.test_publish_local_notebook1 │ │ │ └── input │ │ │ ├── simple_notebook.ipynb │ │ │ └── simple_notebook.py │ ├── test_add_toc_to_notebook.py │ ├── test_amp_dev_scripts.py │ ├── test_find_unused_golden_files.py │ ├── test_notebook.sh │ ├── test_process_jupytext.py │ ├── test_publish_notebook.py │ ├── test_replace_text.py │ ├── test_run_notebook.py │ └── test_toml_merge.py ├── testing │ ├── __init__.py │ ├── pytest_count_files.sh │ ├── pytest_log │ └── rename_test_names.sh ├── thin_client │ ├── __init__.py │ ├── build.py │ ├── requirements.txt │ ├── setenv.sh │ ├── sync_super_repo.sh │ ├── test │ │ └── test_setenv.py │ ├── test_helpers.sh │ ├── test_super_repo.sh │ ├── thin_client_utils.py │ ├── thin_client_utils.sh │ └── tmux.py ├── to_clean │ ├── __init__.py │ ├── gen_utils.py │ └── gen_utils.py.ORIG ├── update_devops_packages │ ├── __init__.py │ ├── notebooks │ │ ├── CmampTask7097_test_data.ipynb │ │ ├── CmampTask7097_test_data.py │ │ ├── CmampTask7292_ns_vs_us.ipynb │ │ ├── CmampTask7292_ns_vs_us.py │ │ ├── Master_buildmeister_dashboard.ipynb │ │ └── Master_buildmeister_dashboard.py │ └── test │ │ ├── __init__.py │ │ └── db_example │ │ ├── README.txt │ │ ├── compose.connect.sh │ │ ├── compose.db.sh │ │ ├── docker-compose.yml │ │ ├── docker-compose_2344.yml │ │ ├── docker_clean.sh │ │ └── local.oms_db_config_2344.env └── video_narration │ ├── README.md │ ├── __init__.py │ ├── convert_png_to_movie.py │ ├── create_presentation_video.py │ ├── create_presentation_video.sh │ ├── download_synthesia_video.py │ ├── extract_png_from_ppt.py │ ├── generate_elevenlabs_voice.py │ ├── generate_slide_script.py │ ├── generate_synthesia_videos.py │ ├── get_synthesia_status.py │ ├── mp4_sanity.sh │ ├── pdf_to_flip_video.py │ ├── plan_frontier.txt │ ├── plan_panorama.txt │ ├── requirements_video.txt │ ├── slide_example.txt │ └── stop_synthesia_videos.py ├── devops ├── __init__.py ├── compose │ └── __init__.py ├── docker_build │ ├── create_users.sh │ ├── dev.Dockerfile │ ├── dockerignore.dev │ ├── dockerignore.prod │ ├── etc_sudoers │ ├── fstab │ ├── install_cprofile.sh │ ├── install_dind.sh │ ├── install_os_packages.sh │ ├── install_python_packages.sh │ ├── os_packages │ │ ├── install_os_aws_cli.sh │ │ ├── install_os_github_cli.sh │ │ ├── install_os_graphviz.sh │ │ ├── install_os_publishing_tools.sh │ │ └── os_packages.txt │ ├── pip_list.txt │ ├── poetry.lock │ ├── poetry.toml │ ├── prod.Dockerfile │ ├── pyproject.python_data_stack.toml │ ├── pyproject.toml │ ├── update_os.sh │ └── utils.sh ├── docker_run │ ├── bashrc │ ├── docker_setenv.sh │ ├── entrypoint.sh │ ├── run_jupyter_server.sh │ └── test_setup.sh └── env │ └── default.env ├── docs ├── README.md ├── __init__.py ├── ai_coding │ ├── README.md │ ├── __init__.py │ ├── ai.blog.prompt.md │ ├── ai.claude_code.how_to_guide.md │ ├── ai.claude_code.how_to_guide_figs │ │ ├── image1.png │ │ ├── image2.png │ │ └── image3.png │ ├── ai.claude_code_workflows.reference.md │ ├── ai.claude_skills.how_to_guide.md │ ├── ai.coding.prompt.md │ ├── ai.create_readme.prompt.md │ ├── ai.format_md.prompt.md │ ├── ai.github_copilot_review.how_to_guide.md │ ├── ai.github_copilot_review.how_to_guide_figs │ │ ├── image1.png │ │ ├── image2.png │ │ └── image3.png │ ├── ai.gp_blog_prompt.md │ ├── ai.humanize.prompt.md │ ├── ai.instruction_template.md │ ├── ai.paper.prompt.md │ ├── ai.unit_test.prompt.md │ ├── ai.update_comments_in_python_code.prompt.md │ ├── ai.update_expected_vars.prompt.md │ ├── all.claude_artifacts.how_to_guide.md │ ├── all.claude_code.how_to_guide.md │ ├── all.llm_cli.how_to_guide.md │ ├── all.summarizing_example.reference.md │ ├── code_template.py │ ├── notebook_template.ipynb │ ├── notebook_template.py │ └── unit_test_template.py ├── blogging │ ├── all.ghost_platform.how_to_guide.md │ ├── all.publish_causify_blogs.how_to_guide.md │ ├── all.publish_mkdocs.how_to_guide.md │ ├── all.write_blog.how_to_guide.md │ └── figs │ │ ├── image1.png │ │ ├── image10.png │ │ ├── image2.png │ │ ├── image3.png │ │ ├── image4.png │ │ ├── image5.png │ │ ├── image6.png │ │ ├── image7.png │ │ ├── image8.png │ │ └── image9.png ├── build_system │ ├── all.gitleaks_workflow.explanation.md │ ├── all.linter_gh_workflow.explanation.md │ ├── all.pytest_allure.explanation.md │ ├── all.pytest_allure.how_to_guide.md │ └── all.semgrep_workflow.explanation.md ├── cleanup_md.sh ├── code_guidelines │ ├── __init__.py │ ├── all.code_design.how_to_guide.md │ ├── all.code_design.how_to_guide_figs │ │ ├── image1.png │ │ └── image2.png │ ├── all.code_like_pragmatic_programmer.how_to_guide.md │ ├── all.code_review.how_to_guide.md │ ├── all.coding_style.how_to_guide.md │ ├── all.coding_style_guidelines.reference.md │ ├── all.reading_other_people_code.how_to_guide.md │ ├── all.submit_code_for_review.how_to_guide.md │ ├── all.type_hints.how_to_guide.md │ └── figs │ │ ├── profiling │ │ ├── image1.png │ │ └── image2.png │ │ ├── str_to_df │ │ └── image1.png │ │ ├── submit_code_for_review │ │ └── image1.png │ │ └── unit_tests │ │ ├── image_1.png │ │ ├── image_2.png │ │ ├── image_3.png │ │ └── image_4.png ├── documentation_meta │ ├── __init__.py │ ├── all.architecture_diagrams.explanation.md │ ├── all.diataxis.explanation.md │ ├── all.gdocs.how_to_guide.md │ ├── all.google_technical_writing.how_to_guide.md │ ├── all.markdown_tools.explanation.md │ ├── all.plotting_in_latex.how_to_guide.md │ ├── all.writing_docs.how_to_guide.md │ └── figs │ │ ├── architecture_diagrams │ │ └── UML.png │ │ └── diataxis │ │ └── diataxis_summary.png ├── general_background │ ├── __init__.py │ ├── all.common_abbreviations.reference.md │ ├── all.glossary.reference.md │ ├── all.literature_review.reference.md │ └── all.reading_list.reference.md ├── mkdocs │ ├── __init__.py │ ├── docs │ │ ├── README.md │ │ ├── __init__.py │ │ ├── assets │ │ │ ├── favicon.ico │ │ │ └── logo.png │ │ ├── build_system │ │ ├── code_guidelines │ │ ├── documentation_meta │ │ ├── general_background │ │ ├── onboarding │ │ ├── styles │ │ │ └── styles.css │ │ ├── tools │ │ └── work_organization │ ├── fix_markdown.sh │ ├── fix_markdown2.sh │ ├── mkdocs.yml │ ├── preprocess_mkdocs.py │ ├── render_local.sh │ └── set_mkdocs.sh ├── onboarding │ ├── __init__.py │ ├── all.dev_must_read_checklist.reference.md │ ├── all.development.how_to_guide.md │ ├── all.development_documents.reference.md │ ├── all.development_setup.how_to_guide.md │ ├── all.hiring_process.how_to_guide.md │ ├── all.onboarding_checklist.reference.md │ ├── all.organize_email.how_to_guide.md │ ├── all.receive_crypto_payment.how_to_guide.md │ ├── all.track_time_with_hubstaff.how_to_guide.md │ ├── bounty.onboarding_checklist.reference.md │ ├── figs │ │ ├── development_setup │ │ │ ├── Fig1_Tmux.png │ │ │ ├── Fig1_puttygen.png │ │ │ ├── Fig2_gh.png │ │ │ ├── Fig2_puttygen.png │ │ │ ├── Fig3_putty.png │ │ │ ├── Fig4_putty.png │ │ │ ├── Fig5_putty.png │ │ │ └── Fig6_putty.png │ │ ├── google_calendar │ │ │ └── Fig1_google_calendar_working_hour.png │ │ ├── setup_vpn_and_dev_server_access │ │ │ ├── image1.png │ │ │ ├── image2.png │ │ │ ├── image3.png │ │ │ ├── image4.png │ │ │ ├── image5.png │ │ │ └── image6.png │ │ ├── track_time_with_hubstaff │ │ │ ├── image1.png │ │ │ ├── image2.png │ │ │ ├── image3.jpg │ │ │ ├── image4.png │ │ │ ├── image5.png │ │ │ ├── image6.png │ │ │ ├── image7.png │ │ │ ├── image8.png │ │ │ └── image9.png │ │ └── troubleshooting │ │ │ └── ipv6_dns_resolution_failure.png │ ├── intern.onboarding_checklist.reference.md │ ├── intern.prepare_for_development.how_to_guide.md │ ├── intern.running_causify_on_virtual_machine.how_to_guide.md │ ├── intern.set_up_development_on_laptop.how_to_guide.md │ └── intern.signing_up.how_to_guide.md ├── tools │ ├── __init__.py │ ├── all.ai_review.how_to_guide.md │ ├── all.bfg_repo_cleaner.how_to_guide.md │ ├── all.chatgpt_api.how_to_guide.md │ ├── all.code_coverage.how_to_guide.md │ ├── all.code_coverage_subprocess.how_to_guide.md │ ├── all.code_coverage_subprocess.reference.md │ ├── all.code_review_tools.reference.md │ ├── all.codebase_clean_up.how_to_guide.md │ ├── all.codecov.how_to_guide.md │ ├── all.evaluating_external_tools.how_to_guide.md │ ├── all.explanation_template.md │ ├── all.how_to_guide_template.md │ ├── all.import_check.reference.md │ ├── all.imports_and_packages.how_to_guide.md │ ├── all.integrate_repos.how_to_guide.md │ ├── all.invoke_bash_print_tree.how_to_guide.md │ ├── all.invoke_git_branch_copy.how_to_guide.md │ ├── all.invoke_workflows.how_to_guide.md │ ├── all.llm_transform.how_to_guide.md │ ├── all.parquet.explanation.md │ ├── all.precommit.how_to_guide.md │ ├── all.profiling.how_to_guide.md │ ├── all.pycharm.how_to_guide.md │ ├── all.reference_template.md │ ├── all.selenium.how_to_guide.md │ ├── all.ssh.how_to_guide.md │ ├── all.sync_gh_projects.how_to_guide.md │ ├── all.tutorial_template.md │ ├── all.veracrypt.how_to_guide.md │ ├── all.visual_studio_code.how_to_guide.md │ ├── dev_system │ │ ├── all.conda_environment_obsolete.how_to_guide.md │ │ ├── all.create_a_runnable_dir.how_to_guide.md │ │ ├── all.create_a_super_repo_with_helpers.how_to_guide.md │ │ ├── all.dealing_with_missing_dependencies.how_to_guide.md │ │ ├── all.devops_docker.how_to_guide.md │ │ ├── all.devops_docker.reference.md │ │ ├── all.devops_docker_auto_release.explanation.md │ │ ├── all.docker_optimizer_container.how_to_guide.md │ │ ├── all.python_package_upgrade_and_troubleshooting.how_to_guide.md │ │ ├── all.replace_common_files_with_script_links.md │ │ ├── all.runnable_repo.reference.md │ │ ├── all.synchronize_gh_issue_labels.how_to_guide.md │ │ ├── all.synchronize_gh_settings.how_to_guide.md │ │ ├── all.transition_to_cmamp2.how_to_guide.md │ │ ├── all.transition_to_repo_config_yml.how_to_guide.md │ │ └── figs │ │ │ └── synchronize_gh_issue_labels │ │ │ ├── image1.png │ │ │ ├── image2.png │ │ │ └── image3.png │ ├── docker │ │ ├── all.develop_in_helpers.how_to_guide.md │ │ ├── all.dind_and_sibling_containers.how_to_guide.md │ │ ├── all.docker.tutorial.md │ │ ├── all.dockerhub.how_to_guide.md │ │ └── all.dockerized_flow.explanation.md │ ├── documentation_toolchain │ │ ├── all.extract_notebook_images.how_to_guide.md │ │ ├── all.extract_notes.reference.md │ │ ├── all.latex_toolchain.how_to_guide.md │ │ ├── all.notes_to_pdf.explanation.md │ │ └── all.render_images.explanation.md │ ├── figs │ │ ├── blog_diagrams │ │ │ └── invoke_git_branch_copy_diagram.png │ │ ├── coverage │ │ │ ├── image1.png │ │ │ ├── image2.png │ │ │ ├── image3.png │ │ │ ├── image4.png │ │ │ ├── image5.png │ │ │ ├── image6.png │ │ │ ├── image7.png │ │ │ ├── image8.png │ │ │ └── image9.png │ │ ├── docker │ │ │ ├── image1.png │ │ │ └── image2.png │ │ ├── pycharm │ │ │ ├── image1.png │ │ │ ├── image10.png │ │ │ ├── image11.png │ │ │ ├── image12.png │ │ │ ├── image13.png │ │ │ ├── image14.png │ │ │ ├── image15.png │ │ │ ├── image2.png │ │ │ ├── image3.png │ │ │ ├── image4.png │ │ │ ├── image5.png │ │ │ ├── image6.png │ │ │ ├── image7.png │ │ │ ├── image8.png │ │ │ └── image9.png │ │ ├── veracrypt │ │ │ ├── image1.png │ │ │ ├── image10.png │ │ │ ├── image11.png │ │ │ ├── image12.png │ │ │ ├── image13.png │ │ │ ├── image2.png │ │ │ ├── image3.png │ │ │ ├── image4.png │ │ │ ├── image5.png │ │ │ ├── image6.png │ │ │ ├── image7.png │ │ │ ├── image8.png │ │ │ └── image9.png │ │ └── visual_studio_code │ │ │ ├── image1.png │ │ │ ├── image10.png │ │ │ ├── image11.png │ │ │ ├── image3.png │ │ │ ├── image4.png │ │ │ ├── image5.png │ │ │ ├── image6.png │ │ │ ├── image7.png │ │ │ ├── image8.png │ │ │ ├── image9.png │ │ │ └── port_fowarding.png │ ├── git │ │ ├── all.git.how_to_guide.md │ │ ├── all.git_hooks.how_to_guide.md │ │ ├── all.git_hooks.reference.md │ │ ├── all.gitleaks.how_to_guide.md │ │ ├── all.gitleaks.reference.md │ │ ├── all.integrate_helpers.how_to_guide.md │ │ ├── all.invite_gh_contributors.explanation.md │ │ └── all.invite_gh_contributors.how_to_guide.md │ ├── helpers │ │ ├── all.asyncio.explanation.md │ │ ├── all.hcache.explanation.md │ │ ├── all.hcache_simple.explanation.md │ │ ├── all.hllm.explanation.md │ │ ├── all.hplayback.how_to_guide.md │ │ ├── all.qgrid.how_to_guide.md │ │ └── all.str_to_df.how_to_guide.md │ ├── linter │ │ ├── all.amp_fix_md_links.explanation.md │ │ └── all.developing_linter.how_to_guide.md │ ├── notebooks │ │ ├── all.add_toc_to_notebook.how_to_guide.md │ │ ├── all.gsheet_into_pandas.how_to_guide.md │ │ ├── all.jupyter_notebook.how_to_guide.md │ │ ├── all.jupytext.how_to_guide.md │ │ ├── all.plotting.how_to_guide.md │ │ ├── all.publish_notebook.how_to_guide.md │ │ └── all.run_jupyter_notebook.how_to_guide.md │ ├── thin_environment │ │ ├── all.gh_and_thin_env_requirements.reference.md │ │ ├── all.gh_thin_env_dependencies.how_to_guide.md │ │ └── all.thin_environment.reference.md │ └── unit_test │ │ ├── all.run_unit_tests.how_to_guide.md │ │ └── all.write_unit_tests.how_to_guide.md ├── work_evaluation │ └── all.asana_utiuls_guide.md └── work_organization │ ├── __init__.py │ ├── all.buildmeister.how_to_guide.md │ ├── all.contributor_feedback.how_to_guide.md │ ├── all.datapull_DAGmeister.how_to_guide.md │ ├── all.github_projects_process.reference.md │ ├── all.inframeister.how_to_guide.md │ ├── all.issue_workflow.explanation.md │ ├── all.organize_your_work.how_to_guide.md │ ├── all.rollout.how_to_guide.md │ ├── all.scrum.explanation.md │ ├── all.team_collaboration.how_to_guide.md │ ├── all.use_github.how_to_guide.md │ └── figs │ ├── all.buildmeister.how_to_guide.md.figs │ ├── Buildmeister_Image.png │ ├── Duration_Distribution.png │ ├── Duration_trend.png │ ├── Retries_Image.png │ ├── Slack_Image.png │ └── Trend_Image.png │ ├── contributor_scoring │ └── image1.png │ ├── team_collaboration │ ├── 1_Visits.png │ ├── 2_Settings.png │ ├── 3_Request.png │ └── image.png │ └── use_github │ └── Draft_PR.png ├── helpers ├── __init__.py ├── asana_utils.py ├── create_links.py ├── github_utils.py ├── hasyncio.py ├── haws.py ├── hcache.py ├── hcache_simple.py ├── hcfile.py ├── hchatgpt.py ├── hchatgpt_instructions.py ├── hcoverage.py ├── hcsv.py ├── hdataframe.py ├── hdatetime.py ├── hdbg.py ├── hdict.py ├── hdocker.py ├── hdockerized_executables.py ├── hemail.py ├── henv.py ├── hfile_tree.py ├── hgit.py ├── hgoogle_drive_api.py ├── hintrospection.py ├── hio.py ├── hjoblib.py ├── hjupyter.py ├── hlatex.py ├── hlint.py ├── hlist.py ├── hllm.py ├── hllm_cli.py ├── hlogging.py ├── hlogging.pyi ├── hmarkdown.py ├── hmarkdown_bullets.py ├── hmarkdown_coloring.py ├── hmarkdown_comments.py ├── hmarkdown_div_blocks.py ├── hmarkdown_fenced_blocks.py ├── hmarkdown_filtering.py ├── hmarkdown_formatting.py ├── hmarkdown_headers.py ├── hmarkdown_rules.py ├── hmarkdown_slides.py ├── hmarkdown_tables.py ├── hmarkdown_toc.py ├── hmkdocs.py ├── hmoto.py ├── hnetwork.py ├── hnumba.py ├── hnumpy.py ├── hobject.py ├── hopen.py ├── hpandas.py ├── hparquet.py ├── hparser.py ├── hpickle.py ├── hplayback.py ├── hprint.py ├── hpytest.py ├── hretry.py ├── hs3.py ├── hsecrets.py ├── hserver.py ├── hsftp.py ├── hslack.py ├── hsql.py ├── hsql_implementation.py ├── hsql_test.py ├── hstring.py ├── hsystem.py ├── htable.py ├── htest_logger.py ├── hthreading.py ├── htimer.py ├── htqdm.py ├── htraceback.py ├── htranslate.py ├── htypes.py ├── hunit_test.py ├── hunit_test_purification.py ├── hunit_test_utils.py ├── hversion.py ├── hwall_clock_time.py ├── hwarnings.py ├── lib_tasks.py ├── lib_tasks_aws.py ├── lib_tasks_bash.py ├── lib_tasks_docker.py ├── lib_tasks_docker_release.py ├── lib_tasks_find.py ├── lib_tasks_gh.py ├── lib_tasks_git.py ├── lib_tasks_integrate.py ├── lib_tasks_lint.py ├── lib_tasks_perms.py ├── lib_tasks_print.py ├── lib_tasks_pytest.py ├── lib_tasks_utils.py ├── logging_testing │ ├── __init__.py │ ├── logging_main.py │ └── logging_module.py ├── notebooks │ ├── HelperTask246_hcache_simple_tutorial.ipynb │ ├── HelperTask246_hcache_simple_tutorial.py │ ├── Master.how_to_use_hgoogle_drive_api.ipynb │ ├── Master.how_to_use_hgoogle_drive_api.py │ ├── PartTask2291_Playback_approach_for_unit_testing.ipynb │ ├── PartTask2291_Playback_approach_for_unit_testing.py │ ├── cache.ipynb │ ├── cache.py │ ├── gallery_parquet.ipynb │ ├── gallery_parquet.py │ ├── gallery_s3.ipynb │ ├── gallery_s3.py │ ├── hllm_tutorial.ipynb │ ├── hllm_tutorial.py │ ├── sage_tutorial.ipynb │ └── sage_tutorial.py ├── old │ ├── __init__.py │ ├── conda.py │ ├── env2.py │ ├── tunnels.py │ └── user_credentials.py ├── pandoc_docker_files │ ├── install-texlive.sh │ ├── packages.txt │ └── texlive.profile ├── repo_config_utils.py ├── stage_linked_file.py ├── telegram_notify │ ├── __init__.py │ ├── config.py │ ├── get_chat_id.py │ └── telegram_notify.py └── test │ ├── __init__.py │ ├── outcomes │ ├── TestCacheEnableCheckOnlyIfPresent1.test_disk_cache1 │ │ └── output │ │ │ └── test.txt │ ├── TestCacheEnableCheckOnlyIfPresent1.test_mem_cache1 │ │ └── output │ │ │ └── test.txt │ ├── TestCacheEnableCheckOnlyIfPresent1.test_mem_disk_cache1 │ │ └── output │ │ │ └── test.txt │ ├── TestCacheEnableReadOnly1.test_disk_cache1 │ │ └── output │ │ │ └── test.txt │ ├── TestCacheEnableReadOnly1.test_mem_cache1 │ │ └── output │ │ │ └── test.txt │ ├── TestCacheEnableReadOnly1.test_mem_disk_cache1 │ │ └── output │ │ │ └── test.txt │ ├── TestCheckDataFrame1.test_check_df_equal1 │ │ └── output │ │ │ └── test_df.txt │ ├── TestCheckDataFrame1.test_check_df_equal2 │ │ └── output │ │ │ └── test_df.txt │ ├── TestCheckDataFrame1.test_check_df_equal3 │ │ └── output │ │ │ └── test_df.txt │ ├── TestCheckDataFrame1.test_check_df_not_equal1 │ │ └── output │ │ │ └── test_df.txt │ ├── TestCheckDataFrame1.test_check_df_not_equal2 │ │ └── output │ │ │ └── test_df.txt │ ├── TestCheckDataFrame1.test_check_df_not_equal3 │ │ └── output │ │ │ └── test_df.txt │ ├── TestCheckDataFrame1.test_check_df_not_equal4 │ │ └── output │ │ │ └── test_df.txt │ ├── TestCheckString1.test_check_string1 │ │ └── output │ │ │ └── test.txt │ ├── TestCheckString1.test_check_string_not_equal1 │ │ └── output │ │ │ └── test.txt │ ├── TestCheckString1.test_check_string_not_equal2 │ │ └── output │ │ │ └── test.txt │ ├── TestCheckString1.test_check_string_not_equal3 │ │ └── output │ │ │ └── test.txt │ ├── TestDataframeToJson.test_dataframe_to_json │ │ └── output │ │ │ └── test.txt │ ├── TestDataframeToJson.test_dataframe_to_json_datetime │ │ └── output │ │ │ └── test.txt │ ├── TestDataframeToJson.test_dataframe_to_json_timestamp │ │ └── output │ │ │ └── test.txt │ ├── TestDataframeToJson.test_dataframe_to_json_uuid │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks1.test_docker_images_ls_repo │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks1.test_docker_kill_all │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks1.test_docker_kill_last │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks1.test_docker_ps │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks1.test_git_clean │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks1.test_git_fetch_master │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks1.test_git_pull │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks1.test_print_setup │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_docker_images_ls_repo │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_docker_kill_all │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_docker_kill_last │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_docker_login │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_docker_ps │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_docker_pull │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_docker_stats │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_find_test_class1 │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_gh_create_pr │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_gh_create_pr1 │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_gh_create_pr2 │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_gh_create_pr3 │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_gh_issue_title │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_gh_workflow_list │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_gh_workflow_run │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_git_branch_create │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_git_branch_create1 │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_git_branch_create2 │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_git_branch_files │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_git_clean │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_git_clean2 │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_git_fetch_master │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_git_merge_master │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_git_pull │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_lint1 │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_lint2 │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_lint3 │ │ └── output │ │ │ └── test.txt │ ├── TestDryRunTasks2.test_print_setup │ │ └── output │ │ │ └── test.txt │ ├── TestFilterDataByMethod.test1 │ │ ├── input │ │ │ └── test.txt │ │ └── output │ │ │ └── test.txt │ ├── TestGetDocstrings.test1 │ │ └── input │ │ │ └── test.txt │ ├── TestPlaybackFileMode1.test1 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackFileMode1.test2 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackFileMode1.test3 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test1 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test10 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test11 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test12 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test13 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test14 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test15 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test16 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test17 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test18 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test2 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test3 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test4 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test5 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test6 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test7 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test8 │ │ └── output │ │ │ └── test.txt │ ├── TestPlaybackInputOutput1.test9 │ │ └── output │ │ │ └── test.txt │ ├── TestSql1.test_copy_rows_with_copy_from1 │ │ └── output │ │ │ └── test.txt │ ├── TestSql1.test_create_insert_query │ │ └── output │ │ │ └── test.txt │ ├── TestSql1.test_duplicate_removal1 │ │ └── output │ │ │ └── test.txt │ ├── TestSql1.test_duplicate_removal2 │ │ └── output │ │ │ └── test.txt │ ├── TestSql1.test_execute_insert_query1 │ │ └── output │ │ │ └── test.txt │ ├── TestToPartitionedDataset.test_to_partitioned_dataset │ │ └── output │ │ │ └── test.txt │ ├── Test_CheckSummary.test1 │ │ └── output │ │ │ └── test.txt │ ├── Test_CheckSummary.test2 │ │ └── output │ │ │ └── test.txt │ ├── Test_add_prettier_ignore_to_div_blocks.test_multiple_div_blocks │ │ └── output │ │ │ └── test.txt │ ├── Test_add_prettier_ignore_to_div_blocks.test_simple_div_block │ │ └── output │ │ │ └── test.txt │ ├── Test_apply_column_mode.test3 │ │ └── output │ │ │ └── test.txt │ ├── Test_apply_index_mode.test3 │ │ └── output │ │ │ └── test.txt │ ├── Test_apply_nan_mode.test1 │ │ └── output │ │ │ └── test.txt │ ├── Test_apply_nan_mode.test2 │ │ └── output │ │ │ └── test.txt │ ├── Test_apply_nan_mode.test3 │ │ └── output │ │ │ └── test.txt │ ├── Test_apply_nan_mode.test4 │ │ └── output │ │ │ └── test.txt │ ├── Test_apply_nan_mode.test5 │ │ └── output │ │ │ └── test.txt │ ├── Test_check_header_list1.test2 │ │ └── output │ │ │ └── test.txt │ ├── Test_check_string_debug1.test1 │ │ └── output │ │ │ └── test.txt │ ├── Test_check_string_debug1.test2 │ │ └── output │ │ │ └── test_df.txt │ ├── Test_convert_csv_to_dict.test1 │ │ └── input │ │ │ └── test.csv │ ├── Test_dassert1.test2 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert1.test3 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert1.test4 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert1.test5 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert1.test6 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert1.test7 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert_eq1.test3 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert_eq1.test4 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert_eq1.test5 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert_issubclass1.test_fail1 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert_issubclass1.test_man_fail1 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert_issubclass1.test_man_fail2 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert_misc1.test_eq_all2 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert_misc1.test_in2 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert_misc1.test_is2 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert_misc1.test_is_instance2 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert_misc1.test_is_instance5 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert_misc1.test_is_sorted2 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert_misc1.test_is_sorted4 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert_misc1.test_no_duplicates2 │ │ └── output │ │ │ └── test.txt │ ├── Test_dassert_str_is_date.test2 │ │ └── output │ │ │ └── test.txt │ ├── Test_filter_data_by_comparison.test_conjunction1 │ │ └── output │ │ │ └── test.txt │ ├── Test_filter_data_by_comparison.test_disjunction1 │ │ └── output │ │ │ └── test.txt │ ├── Test_filter_data_by_values1.test_conjunction1 │ │ └── output │ │ │ └── test.txt │ ├── Test_filter_data_by_values1.test_disjunction1 │ │ └── output │ │ │ └── test.txt │ ├── Test_find_check_string_output1.test1 │ │ └── output │ │ │ └── test.txt │ ├── Test_find_check_string_output1.test2 │ │ └── output │ │ │ └── test.txt │ ├── Test_find_file_with_dir1.test2 │ │ └── output │ │ │ └── test.txt │ ├── Test_find_file_with_dir1.test3 │ │ └── output │ │ │ └── test.txt │ ├── Test_find_file_with_dir1.test4 │ │ └── output │ │ │ └── test.txt │ ├── Test_find_file_with_dir1.test5 │ │ └── output │ │ │ └── test.txt │ ├── Test_from_typed_csv.test1 │ │ └── input │ │ │ ├── test.csv │ │ │ └── test.csv.types │ ├── Test_generate_compose_file1.test1 │ │ └── output │ │ │ └── test.txt │ ├── Test_generate_compose_file1.test2 │ │ └── output │ │ │ └── test.txt │ ├── Test_generate_compose_file1.test3 │ │ └── output │ │ │ └── test.txt │ ├── Test_generate_compose_file1.test4 │ │ └── output │ │ │ └── test.txt │ ├── Test_generate_compose_file1.test5 │ │ └── output │ │ │ └── test.txt │ ├── Test_generate_compose_file2.test1 │ │ └── output │ │ │ └── test.txt │ ├── Test_generate_compose_file2.test2 │ │ └── output │ │ │ └── test.txt │ ├── Test_generate_compose_file2.test3 │ │ └── output │ │ │ └── test.txt │ ├── Test_generate_compose_file2.test4 │ │ └── output │ │ │ └── test.txt │ ├── Test_get_dir_signature1.test1 │ │ └── input │ │ │ ├── result_0 │ │ │ ├── config.pkl │ │ │ ├── config.txt │ │ │ └── run_notebook.0.log │ │ │ └── result_1 │ │ │ ├── config.pkl │ │ │ ├── config.txt │ │ │ └── run_notebook.1.log │ ├── Test_get_dir_signature1.test2 │ │ ├── input │ │ │ ├── result_0 │ │ │ │ ├── config.txt │ │ │ │ └── run_notebook.0.log │ │ │ └── result_1 │ │ │ │ ├── config.txt │ │ │ │ └── run_notebook.1.log │ │ └── output │ │ │ └── test.txt │ ├── Test_load_df_from_json.test1 │ │ └── input │ │ │ └── test.json │ ├── Test_obj_to_str1.test1 │ │ └── output │ │ │ └── test.txt │ ├── Test_obj_to_str1.test2 │ │ └── output │ │ │ └── test.txt │ ├── Test_obj_to_str1.test3 │ │ └── output │ │ │ └── test.txt │ ├── Test_obj_to_str1.test4 │ │ └── output │ │ │ └── test.txt │ ├── Test_obj_to_str1.test5 │ │ └── output │ │ │ └── test.txt │ ├── Test_obj_to_str1.test6 │ │ └── output │ │ │ └── test.txt │ ├── Test_obj_to_str2.test1 │ │ └── output │ │ │ └── test.txt │ ├── Test_obj_to_str2.test2 │ │ └── output │ │ │ └── test.txt │ ├── Test_obj_to_str2.test3 │ │ └── output │ │ │ └── test.txt │ ├── Test_obj_to_str2.test4 │ │ └── output │ │ │ └── test.txt │ ├── Test_obj_to_str2.test5 │ │ └── output │ │ │ └── test.txt │ ├── Test_obj_to_str2.test6 │ │ └── output │ │ │ └── test.txt │ ├── Test_open_html.test_linux1 │ │ └── output │ │ │ └── test.txt │ ├── Test_open_html.test_mac1 │ │ └── output │ │ │ └── test.txt │ ├── Test_open_html.test_windows1 │ │ └── output │ │ │ └── test.txt │ ├── Test_open_pdf.test_mac1 │ │ └── output │ │ │ └── test.txt │ ├── Test_process_code_block1.test1 │ │ ├── input │ │ │ └── test.txt │ │ └── output │ │ │ └── test.txt │ ├── Test_process_lines1.test1 │ │ ├── input │ │ │ └── test.txt │ │ └── output │ │ │ └── test.txt │ ├── Test_purify_from_env_vars.test_end_to_end │ │ └── output │ │ │ └── test.txt │ ├── Test_pytest_repro_end_to_end.test1 │ │ ├── input │ │ │ └── cache │ │ │ │ └── lastfailed │ │ └── output │ │ │ └── test.txt │ ├── Test_pytest_repro_end_to_end.test2 │ │ ├── input │ │ │ └── log.txt │ │ └── output │ │ │ └── test.txt │ ├── Test_pytest_repro_end_to_end.test3 │ │ ├── input │ │ │ └── log.txt │ │ └── output │ │ │ └── test.txt │ ├── Test_pytest_repro_end_to_end.test4 │ │ ├── input │ │ │ └── log.txt │ │ └── output │ │ │ └── test.txt │ ├── Test_pytest_repro_end_to_end.test5 │ │ ├── input │ │ │ └── log.txt │ │ └── output │ │ │ └── test.txt │ ├── Test_pytest_repro_end_to_end.test6 │ │ ├── input │ │ │ └── log.txt │ │ └── output │ │ │ └── test.txt │ ├── Test_pytest_repro_end_to_end.test7 │ │ ├── input │ │ │ └── log.txt │ │ └── output │ │ │ └── test.txt │ ├── Test_remove_code_delimiters1.test2 │ │ └── input │ │ │ └── test.txt │ ├── Test_remove_code_delimiters1.test4 │ │ ├── input │ │ │ └── test.txt │ │ └── output │ │ │ └── test.txt │ ├── Test_remove_code_delimiters1.test6 │ │ └── input │ │ │ └── test.txt │ ├── Test_remove_prettier_ignore_from_div_blocks.test_remove_multiple_blocks │ │ └── output │ │ │ └── test.txt │ ├── Test_remove_prettier_ignore_from_div_blocks.test_remove_simple_block │ │ └── output │ │ │ └── test.txt │ ├── Test_sanity_check_header_list1.test2 │ │ └── output │ │ │ └── test.txt │ ├── Test_selected_navigation_to_str1.test2 │ │ └── output │ │ │ └── test.txt │ ├── Test_selected_navigation_to_str2.test2 │ │ └── output │ │ │ └── test.txt │ ├── Test_sort_dictionary.test1 │ │ └── output │ │ │ └── test.txt │ ├── Test_str_to_timestamp1.test3 │ │ └── output │ │ │ └── test.txt │ ├── Test_str_to_timestamp1.test4 │ │ └── output │ │ │ └── test.txt │ ├── Test_system1.test7 │ │ └── output │ │ │ └── test.txt │ └── Test_to_typed_csv.test1 │ │ └── input │ │ └── test.csv │ ├── test_create_link.py │ ├── test_hasyncio.py │ ├── test_haws.py │ ├── test_hcache.py │ ├── test_hcache_simple.py │ ├── test_hcfile.py │ ├── test_hcsv.py │ ├── test_hdataframe.py │ ├── test_hdatetime.py │ ├── test_hdbg.py │ ├── test_hdict.py │ ├── test_hdocker.py │ ├── test_hdockerized_executables.py │ ├── test_henv.py │ ├── test_hfile_tree.py │ ├── test_hgit.py │ ├── test_hintrospection.py │ ├── test_hio.py │ ├── test_hlatex.py │ ├── test_hlist.py │ ├── test_hllm.py │ ├── test_hllm_cli.py │ ├── test_hlogging.py │ ├── test_hmarkdown_bullets.py │ ├── test_hmarkdown_coloring.py │ ├── test_hmarkdown_fenced_blocks.py │ ├── test_hmarkdown_filtering.py │ ├── test_hmarkdown_formatting.py │ ├── test_hmarkdown_headers.py │ ├── test_hmarkdown_rules.py │ ├── test_hmarkdown_slides.py │ ├── test_hmarkdown_tables.py │ ├── test_hmarkdown_toc.py │ ├── test_hmkdocs.py │ ├── test_hnumpy.py │ ├── test_hobject.py │ ├── test_hopen.py │ ├── test_hpandas.py │ ├── test_hparquet.py │ ├── test_hparser.py │ ├── test_hpickle.py │ ├── test_hplayback.py │ ├── test_hprint.py │ ├── test_hpytest.py │ ├── test_hretry.py │ ├── test_hs3.py │ ├── test_hsecrets.py │ ├── test_hserver.py │ ├── test_hslack.py │ ├── test_hsql.py │ ├── test_hstring.py │ ├── test_hsystem.py │ ├── test_htable.py │ ├── test_htimer.py │ ├── test_htraceback.py │ ├── test_hunit_test.py │ ├── test_hunit_test_mock.py │ ├── test_hunit_test_purification.py │ ├── test_hunit_test_utils.py │ ├── test_hversion.py │ ├── test_joblib_helpers.py │ ├── test_lib_tasks.py │ ├── test_lib_tasks_docker.py │ ├── test_lib_tasks_docker_release.py │ ├── test_lib_tasks_find.py │ ├── test_lib_tasks_gh.py │ ├── test_lib_tasks_git.py │ ├── test_lib_tasks_integrate.py │ ├── test_lib_tasks_lint.py │ ├── test_lib_tasks_pytest.py │ ├── test_lib_tasks_utils.py │ ├── test_master_buildmeister_dashboard.py │ ├── test_repo_config_amp.py │ └── test_repo_config_utils.py ├── import_check ├── __init__.py ├── detect_import_cycles.py ├── example │ ├── __init__.py │ ├── input │ │ ├── __init__.py │ │ ├── subdir1 │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ │ ├── subdir2 │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ ├── file2.py │ │ │ └── subdir3 │ │ │ │ ├── __init__.py │ │ │ │ ├── file1.py │ │ │ │ ├── file2.py │ │ │ │ └── file3.py │ │ └── subdir4 │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ ├── file2.py │ │ │ └── file3.py │ └── output │ │ ├── basic.png │ │ ├── cyclic_deps.png │ │ ├── directory_deps.png │ │ ├── external_deps.png │ │ └── max_level_deps.png ├── show_imports.py └── test │ ├── __init__.py │ ├── outcomes │ ├── Test_detect_import_cycles.test1 │ │ └── input │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ ├── Test_detect_import_cycles.test10 │ │ └── input │ │ │ ├── __init__.py │ │ │ ├── subdir1 │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ │ │ └── subdir2 │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ ├── Test_detect_import_cycles.test11 │ │ └── input │ │ │ ├── __init__.py │ │ │ └── subdir1 │ │ │ └── subdir2 │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ ├── Test_detect_import_cycles.test12 │ │ └── input │ │ │ ├── subdir1 │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ │ │ └── subdir2 │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ ├── Test_detect_import_cycles.test13 │ │ └── input │ │ │ └── subdir1 │ │ │ └── subdir2 │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ ├── Test_detect_import_cycles.test2 │ │ └── input │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ ├── Test_detect_import_cycles.test3 │ │ └── input │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ ├── file2.py │ │ │ └── file3.py │ ├── Test_detect_import_cycles.test4 │ │ └── input │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ ├── file2.py │ │ │ ├── file3.py │ │ │ └── file4.py │ ├── Test_detect_import_cycles.test5 │ │ └── input │ │ │ ├── __init__.py │ │ │ ├── subdir1 │ │ │ ├── __init__.py │ │ │ └── file1.py │ │ │ └── subdir2 │ │ │ ├── __init__.py │ │ │ └── file1.py │ ├── Test_detect_import_cycles.test6 │ │ └── input │ │ │ ├── __init__.py │ │ │ ├── subdir1 │ │ │ ├── __init__.py │ │ │ └── file1.py │ │ │ └── subdir2 │ │ │ ├── __init__.py │ │ │ └── subdir3 │ │ │ ├── __init__.py │ │ │ └── file1.py │ ├── Test_detect_import_cycles.test7 │ │ └── input │ │ │ ├── __init__.py │ │ │ ├── subdir1 │ │ │ ├── __init__.py │ │ │ └── subdir2 │ │ │ │ ├── __init__.py │ │ │ │ └── subdir3 │ │ │ │ ├── __init__.py │ │ │ │ └── file1.py │ │ │ └── subdir4 │ │ │ ├── __init__.py │ │ │ └── subdir5 │ │ │ ├── __init__.py │ │ │ └── file1.py │ ├── Test_detect_import_cycles.test8 │ │ └── input │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── subdir1 │ │ │ ├── __init__.py │ │ │ └── file1.py │ ├── Test_detect_import_cycles.test9 │ │ └── input │ │ │ ├── __init__.py │ │ │ ├── subdir1 │ │ │ ├── file1.py │ │ │ └── file2.py │ │ │ └── subdir2 │ │ │ ├── file1.py │ │ │ └── file2.py │ ├── Test_show_imports.test1 │ │ ├── input │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ │ └── output │ │ │ ├── output.txt │ │ │ └── test.txt │ ├── Test_show_imports.test10 │ │ └── input │ │ │ ├── subdir1 │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ │ │ └── subdir2 │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ ├── Test_show_imports.test11 │ │ ├── input │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ ├── file2.py │ │ │ └── file3.py │ │ └── output │ │ │ ├── output │ │ │ └── test.txt │ ├── Test_show_imports.test12 │ │ ├── input │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ ├── file2.py │ │ │ └── file3.py │ │ └── output │ │ │ ├── output │ │ │ └── test.txt │ ├── Test_show_imports.test13 │ │ ├── input │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ ├── file2.py │ │ │ └── file3.py │ │ └── output │ │ │ ├── output │ │ │ └── test.txt │ ├── Test_show_imports.test14 │ │ ├── input │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ ├── file2.py │ │ │ ├── file3.py │ │ │ └── file4.py │ │ └── output │ │ │ ├── output │ │ │ └── test.txt │ ├── Test_show_imports.test2 │ │ ├── input │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ │ └── output │ │ │ ├── output │ │ │ └── test.txt │ ├── Test_show_imports.test3 │ │ ├── input │ │ │ └── __init__.py │ │ └── output │ │ │ ├── output │ │ │ └── test.txt │ ├── Test_show_imports.test4 │ │ ├── input │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ │ └── output │ │ │ ├── output │ │ │ └── test.txt │ ├── Test_show_imports.test5 │ │ ├── input │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ ├── file2.py │ │ │ ├── subdir1 │ │ │ │ ├── __init__.py │ │ │ │ ├── file1.py │ │ │ │ └── file2.py │ │ │ └── subdir2 │ │ │ │ ├── __init__.py │ │ │ │ ├── file1.py │ │ │ │ └── file2.py │ │ └── output │ │ │ ├── output │ │ │ └── test.txt │ ├── Test_show_imports.test6 │ │ ├── input │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ │ └── output │ │ │ ├── output │ │ │ └── test.txt │ ├── Test_show_imports.test7 │ │ ├── input │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ │ └── output │ │ │ ├── output │ │ │ └── test.txt │ ├── Test_show_imports.test8 │ │ ├── input │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ ├── file2.py │ │ │ ├── subdir1 │ │ │ │ ├── __init__.py │ │ │ │ ├── file1.py │ │ │ │ └── file2.py │ │ │ └── subdir2 │ │ │ │ ├── __init__.py │ │ │ │ ├── file1.py │ │ │ │ └── file2.py │ │ └── output │ │ │ ├── output │ │ │ └── test.txt │ └── Test_show_imports.test9 │ │ ├── input │ │ ├── __init__.py │ │ ├── file1.py │ │ ├── file2.py │ │ ├── subdir1 │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ │ └── subdir2 │ │ │ ├── __init__.py │ │ │ ├── file1.py │ │ │ └── file2.py │ │ └── output │ │ ├── output │ │ └── test.txt │ ├── test_detect_import_cycles.py │ └── test_show_imports.py ├── invoke.yaml ├── linters ├── __init__.py ├── action.py ├── add_python_init_files.py ├── amp_add_class_frames.py ├── amp_add_toc_to_notebook.py ├── amp_autoflake.py ├── amp_black.py ├── amp_check_file_size.py ├── amp_check_filename.py ├── amp_check_import.py ├── amp_check_md_reference.py ├── amp_check_md_toc_headers.py ├── amp_check_merge_conflict.py ├── amp_check_shebang.py ├── amp_class_method_order.py ├── amp_doc_formatter.py ├── amp_fix_comments.py ├── amp_fix_md_links.py ├── amp_fix_whitespaces.py ├── amp_flake8.py ├── amp_format_separating_line.py ├── amp_isort.py ├── amp_lint_md.py ├── amp_mypy.py ├── amp_normalize_import.py ├── amp_processjupytext.py ├── amp_pylint.py ├── amp_remove_empty_lines_in_function.py ├── amp_warn_incorrectly_formatted_todo.py ├── base.py ├── dockerized_ty.py ├── test │ ├── __init__.py │ ├── outcomes │ │ ├── TestEndToEnd.test │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── TestEndToEndShortImports.test_normalize_imports │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── TestEndToEndShortImports │ │ │ └── input │ │ │ │ └── python_file_names.json │ │ ├── TestFindUnbalancedBackticks.test1 │ │ │ └── input │ │ │ │ └── test.txt │ │ ├── Test_add_python_init_files.test1 │ │ │ └── input │ │ │ │ ├── __init__.py │ │ │ │ ├── file1.py │ │ │ │ └── file2.py │ │ ├── Test_add_python_init_files.test2 │ │ │ └── input │ │ │ │ ├── file1.py │ │ │ │ └── file2.py │ │ ├── Test_add_python_init_files.test3 │ │ │ └── input │ │ │ │ ├── __init__.py │ │ │ │ ├── subdir1 │ │ │ │ ├── __init__.py │ │ │ │ └── file1.py │ │ │ │ └── subdir2 │ │ │ │ ├── __init__.py │ │ │ │ └── file1.py │ │ ├── Test_add_python_init_files.test4 │ │ │ └── input │ │ │ │ ├── __init__.py │ │ │ │ ├── subdir1 │ │ │ │ ├── __init__.py │ │ │ │ └── file1.py │ │ │ │ └── subdir2 │ │ │ │ └── file1.py │ │ ├── Test_docformatter.test6 │ │ │ └── input │ │ │ │ └── test.txt │ │ ├── Test_fix_links.test1 │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_fix_links.test11 │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_fix_links.test14 │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_fix_links.test15 │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_fix_links.test16 │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_fix_links.test17 │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_fix_links.test18 │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_fix_links.test19 │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_fix_links.test2 │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_fix_links.test3 │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_fix_links.test5 │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_fix_links.test6 │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_linter_py1.test_DevToolsTask408 │ │ │ ├── input │ │ │ │ └── test.txt │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_linter_py1.test_linter1 │ │ │ ├── input │ │ │ │ └── test.txt │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_linter_py1.test_linter2 │ │ │ ├── input │ │ │ │ └── test.txt │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_linter_py1.test_linter_ipynb1 │ │ │ ├── input │ │ │ │ └── test.txt │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_linter_py1.test_linter_ipynb_paired1 │ │ │ ├── input │ │ │ │ ├── input.ipynb │ │ │ │ └── input.py │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_linter_py1.test_linter_ipynb_paired2 │ │ │ ├── input │ │ │ │ ├── input.ipynb │ │ │ │ └── input.py │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_linter_py1.test_linter_md1 │ │ │ ├── input │ │ │ │ └── test.txt │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_linter_py1.test_linter_md2 │ │ │ ├── input │ │ │ │ └── test.txt │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_linter_py1.test_linter_txt1 │ │ │ ├── input │ │ │ │ └── test.txt │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_linter_py1.test_linter_txt2 │ │ │ ├── input │ │ │ │ └── test.txt │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_precommit1.test_imports_order1 │ │ │ └── input │ │ │ │ └── imports.py.test │ │ ├── Test_process_markdown_file.test1 │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_remove_empty_lines.test1 │ │ │ ├── input │ │ │ │ └── test.txt │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_remove_empty_lines.test2 │ │ │ ├── input │ │ │ │ └── test.txt │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_remove_empty_lines.test3 │ │ │ ├── input │ │ │ │ └── test.txt │ │ │ └── output │ │ │ │ └── test.txt │ │ ├── Test_remove_empty_lines.test4 │ │ │ ├── input │ │ │ │ └── test.txt │ │ │ └── output │ │ │ │ └── test.txt │ │ └── Test_verify_toc_postion.test1 │ │ │ └── output │ │ │ └── test.txt │ ├── test_add_python_init_files.py │ ├── test_amp_add_class_frames.py │ ├── test_amp_autoflake.py │ ├── test_amp_check_filename.py │ ├── test_amp_check_import.py │ ├── test_amp_check_md_reference.py │ ├── test_amp_check_md_toc_headers.py │ ├── test_amp_check_merge_conflict.py │ ├── test_amp_check_shebang.py │ ├── test_amp_class_method_order.py │ ├── test_amp_dev_scripts.py │ ├── test_amp_doc_formatter.py │ ├── test_amp_fix_comment.py │ ├── test_amp_fix_md_links.py │ ├── test_amp_fix_whitespaces.py │ ├── test_amp_format_separating_line.py │ ├── test_amp_lint_md.py │ ├── test_amp_normalize_import.py │ ├── test_amp_remove_empty_lines_in_function.py │ ├── test_amp_warn_incorrectly_formatted_todo.py │ ├── test_clean_import_paths.txt │ ├── test_isort.py │ └── test_utils.py └── utils.py ├── main_pytest.py ├── mypy.ini ├── notify.sh ├── papers ├── Causify_development_system │ ├── Causify_dev_system.tex │ ├── arxiv.sty │ ├── lint_latex.sh │ └── run_latex.sh └── arxiv_template │ ├── arxiv.sty │ ├── lint_latex.sh │ ├── references.bib │ ├── run_latex.sh │ └── template.tex ├── puppeteerConfig.json ├── pyproject.toml ├── pytest.ini ├── repo_config.yaml ├── setenv.sh └── tasks.py /.claude/commands/fix_gh_issue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.claude/commands/fix_gh_issue.md -------------------------------------------------------------------------------- /.claude/settings.local.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.claude/settings.local.json -------------------------------------------------------------------------------- /.coveragerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.coveragerc -------------------------------------------------------------------------------- /.github/copilot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.github/copilot.yaml -------------------------------------------------------------------------------- /.github/gh_requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.github/gh_requirements.txt -------------------------------------------------------------------------------- /.github/gitleaks-rules.toml: -------------------------------------------------------------------------------- 1 | ../dev_scripts_helpers/git/gitleaks/gitleaks-rules.toml -------------------------------------------------------------------------------- /.github/workflows/common_dev_image_build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.github/workflows/common_dev_image_build.yml -------------------------------------------------------------------------------- /.github/workflows/common_dev_image_release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.github/workflows/common_dev_image_release.yml -------------------------------------------------------------------------------- /.github/workflows/common_linter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.github/workflows/common_linter.yml -------------------------------------------------------------------------------- /.github/workflows/common_run_tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.github/workflows/common_run_tests.yml -------------------------------------------------------------------------------- /.github/workflows/coverage_tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.github/workflows/coverage_tests.yml -------------------------------------------------------------------------------- /.github/workflows/dev_image_build_and_test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.github/workflows/dev_image_build_and_test.yml -------------------------------------------------------------------------------- /.github/workflows/dev_image_release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.github/workflows/dev_image_release.yml -------------------------------------------------------------------------------- /.github/workflows/fast_tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.github/workflows/fast_tests.yml -------------------------------------------------------------------------------- /.github/workflows/gitleaks.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.github/workflows/gitleaks.yml -------------------------------------------------------------------------------- /.github/workflows/linter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.github/workflows/linter.yml -------------------------------------------------------------------------------- /.github/workflows/publish_mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.github/workflows/publish_mkdocs.yml -------------------------------------------------------------------------------- /.github/workflows/slow_tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.github/workflows/slow_tests.yml -------------------------------------------------------------------------------- /.github/workflows/superslow_tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.github/workflows/superslow_tests.yml -------------------------------------------------------------------------------- /.gitleaksignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.gitleaksignore -------------------------------------------------------------------------------- /.isort.cfg: -------------------------------------------------------------------------------- 1 | [settings] 2 | known_first_party=helpers 3 | -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /.semgrepignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.semgrepignore -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # helpers 2 | -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/changelog.txt -------------------------------------------------------------------------------- /config_root/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config_root/config/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/config_root/config/__init__.py -------------------------------------------------------------------------------- /config_root/config/config_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/config_root/config/config_.py -------------------------------------------------------------------------------- /config_root/config/config_builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/config_root/config/config_builder.py -------------------------------------------------------------------------------- /config_root/config/config_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/config_root/config/config_example.txt -------------------------------------------------------------------------------- /config_root/config/config_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/config_root/config/config_list.py -------------------------------------------------------------------------------- /config_root/config/config_list_builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/config_root/config/config_list_builder.py -------------------------------------------------------------------------------- /config_root/config/config_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/config_root/config/config_utils.py -------------------------------------------------------------------------------- /config_root/config/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config_root/config/test/test_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/config_root/config/test/test_config.py -------------------------------------------------------------------------------- /config_root/config/test/test_config_builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/config_root/config/test/test_config_builder.py -------------------------------------------------------------------------------- /config_root/config/test/test_config_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/config_root/config/test/test_config_utils.py -------------------------------------------------------------------------------- /conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/conftest.py -------------------------------------------------------------------------------- /dev_scripts_helpers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/ai/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/ai/README.md -------------------------------------------------------------------------------- /dev_scripts_helpers/ai/cc: -------------------------------------------------------------------------------- 1 | #!/bin/bash -xe 2 | 3 | claude --dangerously-skip-permissions 4 | -------------------------------------------------------------------------------- /dev_scripts_helpers/ai/ccc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/ai/ccc -------------------------------------------------------------------------------- /dev_scripts_helpers/ai/ccp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/ai/ccp -------------------------------------------------------------------------------- /dev_scripts_helpers/aws/AWS_dashboard.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/aws/AWS_dashboard.ipynb -------------------------------------------------------------------------------- /dev_scripts_helpers/aws/AWS_dashboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/aws/AWS_dashboard.py -------------------------------------------------------------------------------- /dev_scripts_helpers/aws/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/aws/am_aws.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/aws/am_aws.py -------------------------------------------------------------------------------- /dev_scripts_helpers/aws/get_inst_ip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/aws/get_inst_ip.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/aws/get_inst_status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/aws/get_inst_status.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/chatgpt/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/chatgpt/run_chatgpt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/chatgpt/run_chatgpt.py -------------------------------------------------------------------------------- /dev_scripts_helpers/chatgpt/run_simple_chatgpt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/chatgpt/run_simple_chatgpt.py -------------------------------------------------------------------------------- /dev_scripts_helpers/cleanup_scripts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/coding_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/coding_tools/code_stats.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/coding_tools/code_stats.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/coding_tools/compile_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/coding_tools/compile_all.py -------------------------------------------------------------------------------- /dev_scripts_helpers/coding_tools/ctags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/coding_tools/ctags.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/coding_tools/grsync.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/coding_tools/grsync.py -------------------------------------------------------------------------------- /dev_scripts_helpers/coding_tools/manage_cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/coding_tools/manage_cache.py -------------------------------------------------------------------------------- /dev_scripts_helpers/coding_tools/toml_merge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/coding_tools/toml_merge.py -------------------------------------------------------------------------------- /dev_scripts_helpers/coding_tools/url.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/coding_tools/url.py -------------------------------------------------------------------------------- /dev_scripts_helpers/cvxpy_setup/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/cvxpy_setup/build.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/cvxpy_setup/setenv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/cvxpy_setup/setenv.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/docker/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/docker/docker_clean_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/docker/docker_clean_all.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/dockerize/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/documentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/documentation/README.md -------------------------------------------------------------------------------- /dev_scripts_helpers/documentation/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/documentation/lint_txt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/documentation/lint_txt.py -------------------------------------------------------------------------------- /dev_scripts_helpers/documentation/pandoc.latex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/documentation/pandoc.latex -------------------------------------------------------------------------------- /dev_scripts_helpers/documentation/pdf_to_md.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/documentation/pdf_to_md.py -------------------------------------------------------------------------------- /dev_scripts_helpers/documentation/run_latex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/documentation/run_latex.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/documentation/run_pandoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/documentation/run_pandoc.py -------------------------------------------------------------------------------- /dev_scripts_helpers/documentation/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/documentation/test/outcomes/Test_extract_toc_from_txt1.test_tex1/output/test.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/documentation/update_md.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/documentation/update_md.py -------------------------------------------------------------------------------- /dev_scripts_helpers/encrypt_models/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/gdrive/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/generate_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/generate_images.py -------------------------------------------------------------------------------- /dev_scripts_helpers/git/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gcl -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gco -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gcours: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gcours -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gctheirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gctheirs -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gd -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gd_master.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gd_master.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gd_names.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gd_names.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gd_notebook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gd_notebook.py -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gdc -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gdpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gdpy -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_backup.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_branch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_branch.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_branch_name.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_branch_name.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_branch_point.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_branch_point.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_clone.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_clone.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_conflict_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_conflict_files.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_conflict_show.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_conflict_show.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_files.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_graph.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_graph.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_hash_head.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_hash_head.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_hooks/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_hooks/commit-msg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_hooks/commit-msg.py -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_hooks/pre-commit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_hooks/pre-commit.py -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_hooks/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_hooks/translate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_hooks/translate.py -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_hooks/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_hooks/utils.py -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_revert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_revert.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_root.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_root.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_shrink_repo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_shrink_repo.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_submodules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_submodules.py -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_submodules_clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_submodules_clean.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_submodules_pull.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_submodules_pull.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_submodules_stash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_submodules_stash.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/git_untracked_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/git_untracked_files.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gll -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gllmy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gllmy -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gp -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gpa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gpa -------------------------------------------------------------------------------- /dev_scripts_helpers/git/grc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/grc -------------------------------------------------------------------------------- /dev_scripts_helpers/git/grs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/grs -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gs -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gs_to_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gs_to_files.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gsl -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gsp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gsp.py -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gss -------------------------------------------------------------------------------- /dev_scripts_helpers/git/gup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/git/gup.py -------------------------------------------------------------------------------- /dev_scripts_helpers/github/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/github/gh_migration/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/github/labels/set_labels.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/github/labels/set_labels.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/github/sync_gh_projects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/github/sync_gh_projects.py -------------------------------------------------------------------------------- /dev_scripts_helpers/google/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/google/download_gsheet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/google/download_gsheet.py -------------------------------------------------------------------------------- /dev_scripts_helpers/google_veo3/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/google_veo3/README.txt -------------------------------------------------------------------------------- /dev_scripts_helpers/google_veo3/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/google_veo3/example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/google_veo3/example.txt -------------------------------------------------------------------------------- /dev_scripts_helpers/google_veo3/requirements.txt: -------------------------------------------------------------------------------- 1 | google-genai 2 | -------------------------------------------------------------------------------- /dev_scripts_helpers/google_veo3/run_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/google_veo3/run_api.py -------------------------------------------------------------------------------- /dev_scripts_helpers/helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/helpers.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/infra/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/infra/gdrive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/infra/gdrive.py -------------------------------------------------------------------------------- /dev_scripts_helpers/infra/old/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/infra/old/ssh_tunnels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/infra/old/ssh_tunnels.py -------------------------------------------------------------------------------- /dev_scripts_helpers/infra/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/infra/test/test_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/infra/test/test_all.py -------------------------------------------------------------------------------- /dev_scripts_helpers/integrate_repos/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/integrate_repos/setup.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/invoke_completion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/invoke_completion.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/lint/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/lint/lint_json.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/lint/lint_json.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/lint/lint_solidity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/lint/lint_solidity.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/llms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/llms/README.md -------------------------------------------------------------------------------- /dev_scripts_helpers/llms/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/llms/ai_review.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/llms/ai_review.py -------------------------------------------------------------------------------- /dev_scripts_helpers/llms/inject_todos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/llms/inject_todos.py -------------------------------------------------------------------------------- /dev_scripts_helpers/llms/llm_apply_cfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/llms/llm_apply_cfile.py -------------------------------------------------------------------------------- /dev_scripts_helpers/llms/llm_cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/llms/llm_cli.py -------------------------------------------------------------------------------- /dev_scripts_helpers/llms/llm_prompts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/llms/llm_prompts.py -------------------------------------------------------------------------------- /dev_scripts_helpers/llms/llm_review.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/llms/llm_review.py -------------------------------------------------------------------------------- /dev_scripts_helpers/llms/llm_transform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/llms/llm_transform.py -------------------------------------------------------------------------------- /dev_scripts_helpers/llms/llm_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/llms/llm_utils.py -------------------------------------------------------------------------------- /dev_scripts_helpers/llms/snippets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/llms/snippets.py -------------------------------------------------------------------------------- /dev_scripts_helpers/llms/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/misc/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/misc/extract_bounties.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/misc/extract_bounties.py -------------------------------------------------------------------------------- /dev_scripts_helpers/misc/get_url_titles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/misc/get_url_titles.py -------------------------------------------------------------------------------- /dev_scripts_helpers/misc/string_to_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/misc/string_to_file.py -------------------------------------------------------------------------------- /dev_scripts_helpers/notebooks/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/notebooks/__init__.py -------------------------------------------------------------------------------- /dev_scripts_helpers/notebooks/fix_vim_plugin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/notebooks/fix_vim_plugin.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/notebooks/ipynb_format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/notebooks/ipynb_format.py -------------------------------------------------------------------------------- /dev_scripts_helpers/notebooks/run_notebook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/notebooks/run_notebook.py -------------------------------------------------------------------------------- /dev_scripts_helpers/old/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/old/cie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/old/cie -------------------------------------------------------------------------------- /dev_scripts_helpers/old/create_conda/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/old/create_conda/install/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/old/create_conda/install/requirements/sage.txt: -------------------------------------------------------------------------------- 1 | # python=2.7 2 | sage 3 | -------------------------------------------------------------------------------- /dev_scripts_helpers/old/create_conda/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/old/fix_helpers_imports.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/old/fix_helpers_imports.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/old/linter/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/old/linter/linter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/old/linter/linter.py -------------------------------------------------------------------------------- /dev_scripts_helpers/poetry/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/poetry/run_poetry_debug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/poetry/run_poetry_debug.py -------------------------------------------------------------------------------- /dev_scripts_helpers/release_sorrentum/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/release_sorrentum/docker_bfg/entrypoint.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | set -e 4 | 5 | exec java -jar "$@" 6 | -------------------------------------------------------------------------------- /dev_scripts_helpers/release_sorrentum/filter_repo/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/release_sorrentum/git_gc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/release_sorrentum/git_gc.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/ack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/ack -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/compress_files.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash -xe 2 | 3 | for i in *; do 4 | tar -czf $i.gz $i 5 | done 6 | -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/export_vars.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/export_vars.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/ffind.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/ffind.py -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/fix_perms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/fix_perms.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/i -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/il -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/it -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/jack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/jack -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/jackdoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/jackdoc.py -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/jackipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/jackipynb -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/jackmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/jackmd -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/jackmk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/jackmk -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/jackppy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/jackppy -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/jackpy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/jackpy -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/jackpyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/jackpyc -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/jacktxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/jacktxt -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/kga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/kga -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/mk_targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/mk_targets -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/mkbak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/mkbak -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/path: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/path -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/print_paths.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/print_paths.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/remove_empty_lines.sh: -------------------------------------------------------------------------------- 1 | perl -n -e 'print if /\S/' 2 | -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/remove_redundant_paths.sh: -------------------------------------------------------------------------------- 1 | perl -e 'print join(":", grep { not $seen{$_}++ } split(/:/, scalar <>))' 2 | -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/tg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/tg.py -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/timestamp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/timestamp -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/tree.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/tree.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/vi_all_py.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/vi_all_py.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/viack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/viack -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/vic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/vic -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/vif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/vif -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/vigit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/vigit -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/vigitp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/vigitp -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/vil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/vil -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/vile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/vile -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/vit: -------------------------------------------------------------------------------- 1 | vim -c "set nospell" tmp.pytest_script.txt 2 | -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/viw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/viw -------------------------------------------------------------------------------- /dev_scripts_helpers/system_tools/zip_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/system_tools/zip_files.py -------------------------------------------------------------------------------- /dev_scripts_helpers/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/test/outcomes/Test_get_files_to_replace.test1/input/file1.txt: -------------------------------------------------------------------------------- 1 | testing for Test.file1 2 | second line 3 | -------------------------------------------------------------------------------- /dev_scripts_helpers/test/outcomes/Test_get_files_to_replace.test1/input/file3.txt: -------------------------------------------------------------------------------- 1 | first line 2 | testing for Test.file 3 | -------------------------------------------------------------------------------- /dev_scripts_helpers/test/test_notebook.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/test/test_notebook.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/test/test_replace_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/test/test_replace_text.py -------------------------------------------------------------------------------- /dev_scripts_helpers/test/test_run_notebook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/test/test_run_notebook.py -------------------------------------------------------------------------------- /dev_scripts_helpers/test/test_toml_merge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/test/test_toml_merge.py -------------------------------------------------------------------------------- /dev_scripts_helpers/testing/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/testing/pytest_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/testing/pytest_log -------------------------------------------------------------------------------- /dev_scripts_helpers/thin_client/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/thin_client/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/thin_client/build.py -------------------------------------------------------------------------------- /dev_scripts_helpers/thin_client/setenv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/thin_client/setenv.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/thin_client/test_helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/thin_client/test_helpers.sh -------------------------------------------------------------------------------- /dev_scripts_helpers/thin_client/tmux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/thin_client/tmux.py -------------------------------------------------------------------------------- /dev_scripts_helpers/to_clean/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/to_clean/gen_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/to_clean/gen_utils.py -------------------------------------------------------------------------------- /dev_scripts_helpers/to_clean/gen_utils.py.ORIG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/to_clean/gen_utils.py.ORIG -------------------------------------------------------------------------------- /dev_scripts_helpers/update_devops_packages/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/update_devops_packages/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev_scripts_helpers/video_narration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/dev_scripts_helpers/video_narration/README.md -------------------------------------------------------------------------------- /dev_scripts_helpers/video_narration/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /devops/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /devops/compose/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /devops/docker_build/create_users.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/create_users.sh -------------------------------------------------------------------------------- /devops/docker_build/dev.Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/dev.Dockerfile -------------------------------------------------------------------------------- /devops/docker_build/dockerignore.dev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/dockerignore.dev -------------------------------------------------------------------------------- /devops/docker_build/dockerignore.prod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/dockerignore.prod -------------------------------------------------------------------------------- /devops/docker_build/etc_sudoers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/etc_sudoers -------------------------------------------------------------------------------- /devops/docker_build/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/fstab -------------------------------------------------------------------------------- /devops/docker_build/install_cprofile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/install_cprofile.sh -------------------------------------------------------------------------------- /devops/docker_build/install_dind.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/install_dind.sh -------------------------------------------------------------------------------- /devops/docker_build/install_os_packages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/install_os_packages.sh -------------------------------------------------------------------------------- /devops/docker_build/install_python_packages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/install_python_packages.sh -------------------------------------------------------------------------------- /devops/docker_build/os_packages/os_packages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/os_packages/os_packages.txt -------------------------------------------------------------------------------- /devops/docker_build/pip_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/pip_list.txt -------------------------------------------------------------------------------- /devops/docker_build/poetry.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/poetry.lock -------------------------------------------------------------------------------- /devops/docker_build/poetry.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/poetry.toml -------------------------------------------------------------------------------- /devops/docker_build/prod.Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/prod.Dockerfile -------------------------------------------------------------------------------- /devops/docker_build/pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/pyproject.toml -------------------------------------------------------------------------------- /devops/docker_build/update_os.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/update_os.sh -------------------------------------------------------------------------------- /devops/docker_build/utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_build/utils.sh -------------------------------------------------------------------------------- /devops/docker_run/bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_run/bashrc -------------------------------------------------------------------------------- /devops/docker_run/docker_setenv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_run/docker_setenv.sh -------------------------------------------------------------------------------- /devops/docker_run/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_run/entrypoint.sh -------------------------------------------------------------------------------- /devops/docker_run/run_jupyter_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_run/run_jupyter_server.sh -------------------------------------------------------------------------------- /devops/docker_run/test_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/docker_run/test_setup.sh -------------------------------------------------------------------------------- /devops/env/default.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/devops/env/default.env -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/ai_coding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/README.md -------------------------------------------------------------------------------- /docs/ai_coding/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/ai_coding/ai.blog.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/ai.blog.prompt.md -------------------------------------------------------------------------------- /docs/ai_coding/ai.claude_code.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/ai.claude_code.how_to_guide.md -------------------------------------------------------------------------------- /docs/ai_coding/ai.claude_skills.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/ai.claude_skills.how_to_guide.md -------------------------------------------------------------------------------- /docs/ai_coding/ai.coding.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/ai.coding.prompt.md -------------------------------------------------------------------------------- /docs/ai_coding/ai.create_readme.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/ai.create_readme.prompt.md -------------------------------------------------------------------------------- /docs/ai_coding/ai.format_md.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/ai.format_md.prompt.md -------------------------------------------------------------------------------- /docs/ai_coding/ai.gp_blog_prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/ai.gp_blog_prompt.md -------------------------------------------------------------------------------- /docs/ai_coding/ai.humanize.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/ai.humanize.prompt.md -------------------------------------------------------------------------------- /docs/ai_coding/ai.instruction_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/ai.instruction_template.md -------------------------------------------------------------------------------- /docs/ai_coding/ai.paper.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/ai.paper.prompt.md -------------------------------------------------------------------------------- /docs/ai_coding/ai.unit_test.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/ai.unit_test.prompt.md -------------------------------------------------------------------------------- /docs/ai_coding/all.claude_code.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/all.claude_code.how_to_guide.md -------------------------------------------------------------------------------- /docs/ai_coding/all.llm_cli.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/all.llm_cli.how_to_guide.md -------------------------------------------------------------------------------- /docs/ai_coding/code_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/code_template.py -------------------------------------------------------------------------------- /docs/ai_coding/notebook_template.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/notebook_template.ipynb -------------------------------------------------------------------------------- /docs/ai_coding/notebook_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/notebook_template.py -------------------------------------------------------------------------------- /docs/ai_coding/unit_test_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/ai_coding/unit_test_template.py -------------------------------------------------------------------------------- /docs/blogging/all.write_blog.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/blogging/all.write_blog.how_to_guide.md -------------------------------------------------------------------------------- /docs/blogging/figs/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/blogging/figs/image1.png -------------------------------------------------------------------------------- /docs/blogging/figs/image10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/blogging/figs/image10.png -------------------------------------------------------------------------------- /docs/blogging/figs/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/blogging/figs/image2.png -------------------------------------------------------------------------------- /docs/blogging/figs/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/blogging/figs/image3.png -------------------------------------------------------------------------------- /docs/blogging/figs/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/blogging/figs/image4.png -------------------------------------------------------------------------------- /docs/blogging/figs/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/blogging/figs/image5.png -------------------------------------------------------------------------------- /docs/blogging/figs/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/blogging/figs/image6.png -------------------------------------------------------------------------------- /docs/blogging/figs/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/blogging/figs/image7.png -------------------------------------------------------------------------------- /docs/blogging/figs/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/blogging/figs/image8.png -------------------------------------------------------------------------------- /docs/blogging/figs/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/blogging/figs/image9.png -------------------------------------------------------------------------------- /docs/cleanup_md.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/cleanup_md.sh -------------------------------------------------------------------------------- /docs/code_guidelines/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/code_guidelines/figs/profiling/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/code_guidelines/figs/profiling/image1.png -------------------------------------------------------------------------------- /docs/code_guidelines/figs/profiling/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/code_guidelines/figs/profiling/image2.png -------------------------------------------------------------------------------- /docs/code_guidelines/figs/str_to_df/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/code_guidelines/figs/str_to_df/image1.png -------------------------------------------------------------------------------- /docs/documentation_meta/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/general_background/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/mkdocs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/mkdocs/docs/README.md: -------------------------------------------------------------------------------- 1 | ../../README.md -------------------------------------------------------------------------------- /docs/mkdocs/docs/__init__.py: -------------------------------------------------------------------------------- 1 | ../../__init__.py -------------------------------------------------------------------------------- /docs/mkdocs/docs/assets/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/mkdocs/docs/assets/favicon.ico -------------------------------------------------------------------------------- /docs/mkdocs/docs/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/mkdocs/docs/assets/logo.png -------------------------------------------------------------------------------- /docs/mkdocs/docs/build_system: -------------------------------------------------------------------------------- 1 | ../../build_system -------------------------------------------------------------------------------- /docs/mkdocs/docs/code_guidelines: -------------------------------------------------------------------------------- 1 | ../../code_guidelines -------------------------------------------------------------------------------- /docs/mkdocs/docs/documentation_meta: -------------------------------------------------------------------------------- 1 | ../../documentation_meta -------------------------------------------------------------------------------- /docs/mkdocs/docs/general_background: -------------------------------------------------------------------------------- 1 | ../../general_background -------------------------------------------------------------------------------- /docs/mkdocs/docs/onboarding: -------------------------------------------------------------------------------- 1 | ../../onboarding -------------------------------------------------------------------------------- /docs/mkdocs/docs/styles/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/mkdocs/docs/styles/styles.css -------------------------------------------------------------------------------- /docs/mkdocs/docs/tools: -------------------------------------------------------------------------------- 1 | ../../tools -------------------------------------------------------------------------------- /docs/mkdocs/docs/work_organization: -------------------------------------------------------------------------------- 1 | ../../work_organization -------------------------------------------------------------------------------- /docs/mkdocs/fix_markdown.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/mkdocs/fix_markdown.sh -------------------------------------------------------------------------------- /docs/mkdocs/fix_markdown2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/mkdocs/fix_markdown2.sh -------------------------------------------------------------------------------- /docs/mkdocs/mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/mkdocs/mkdocs.yml -------------------------------------------------------------------------------- /docs/mkdocs/preprocess_mkdocs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/mkdocs/preprocess_mkdocs.py -------------------------------------------------------------------------------- /docs/mkdocs/render_local.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/mkdocs/render_local.sh -------------------------------------------------------------------------------- /docs/mkdocs/set_mkdocs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/mkdocs/set_mkdocs.sh -------------------------------------------------------------------------------- /docs/onboarding/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/onboarding/all.development.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/onboarding/all.development.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/tools/all.ai_review.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.ai_review.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/all.bfg_repo_cleaner.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.bfg_repo_cleaner.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/all.chatgpt_api.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.chatgpt_api.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/all.code_coverage.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.code_coverage.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/all.code_review_tools.reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.code_review_tools.reference.md -------------------------------------------------------------------------------- /docs/tools/all.codecov.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.codecov.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/all.explanation_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.explanation_template.md -------------------------------------------------------------------------------- /docs/tools/all.how_to_guide_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.how_to_guide_template.md -------------------------------------------------------------------------------- /docs/tools/all.import_check.reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.import_check.reference.md -------------------------------------------------------------------------------- /docs/tools/all.integrate_repos.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.integrate_repos.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/all.invoke_workflows.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.invoke_workflows.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/all.llm_transform.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.llm_transform.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/all.parquet.explanation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.parquet.explanation.md -------------------------------------------------------------------------------- /docs/tools/all.precommit.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.precommit.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/all.profiling.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.profiling.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/all.pycharm.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.pycharm.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/all.reference_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.reference_template.md -------------------------------------------------------------------------------- /docs/tools/all.selenium.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.selenium.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/all.ssh.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.ssh.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/all.sync_gh_projects.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.sync_gh_projects.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/all.tutorial_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.tutorial_template.md -------------------------------------------------------------------------------- /docs/tools/all.veracrypt.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/all.veracrypt.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/docker/all.docker.tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/docker/all.docker.tutorial.md -------------------------------------------------------------------------------- /docs/tools/docker/all.dockerhub.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/docker/all.dockerhub.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/figs/coverage/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/coverage/image1.png -------------------------------------------------------------------------------- /docs/tools/figs/coverage/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/coverage/image2.png -------------------------------------------------------------------------------- /docs/tools/figs/coverage/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/coverage/image3.png -------------------------------------------------------------------------------- /docs/tools/figs/coverage/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/coverage/image4.png -------------------------------------------------------------------------------- /docs/tools/figs/coverage/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/coverage/image5.png -------------------------------------------------------------------------------- /docs/tools/figs/coverage/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/coverage/image6.png -------------------------------------------------------------------------------- /docs/tools/figs/coverage/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/coverage/image7.png -------------------------------------------------------------------------------- /docs/tools/figs/coverage/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/coverage/image8.png -------------------------------------------------------------------------------- /docs/tools/figs/coverage/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/coverage/image9.png -------------------------------------------------------------------------------- /docs/tools/figs/docker/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/docker/image1.png -------------------------------------------------------------------------------- /docs/tools/figs/docker/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/docker/image2.png -------------------------------------------------------------------------------- /docs/tools/figs/pycharm/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/pycharm/image1.png -------------------------------------------------------------------------------- /docs/tools/figs/pycharm/image10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/pycharm/image10.png -------------------------------------------------------------------------------- /docs/tools/figs/pycharm/image11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/pycharm/image11.png -------------------------------------------------------------------------------- /docs/tools/figs/pycharm/image12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/pycharm/image12.png -------------------------------------------------------------------------------- /docs/tools/figs/pycharm/image13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/pycharm/image13.png -------------------------------------------------------------------------------- /docs/tools/figs/pycharm/image14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/pycharm/image14.png -------------------------------------------------------------------------------- /docs/tools/figs/pycharm/image15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/pycharm/image15.png -------------------------------------------------------------------------------- /docs/tools/figs/pycharm/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/pycharm/image2.png -------------------------------------------------------------------------------- /docs/tools/figs/pycharm/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/pycharm/image3.png -------------------------------------------------------------------------------- /docs/tools/figs/pycharm/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/pycharm/image4.png -------------------------------------------------------------------------------- /docs/tools/figs/pycharm/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/pycharm/image5.png -------------------------------------------------------------------------------- /docs/tools/figs/pycharm/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/pycharm/image6.png -------------------------------------------------------------------------------- /docs/tools/figs/pycharm/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/pycharm/image7.png -------------------------------------------------------------------------------- /docs/tools/figs/pycharm/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/pycharm/image8.png -------------------------------------------------------------------------------- /docs/tools/figs/pycharm/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/pycharm/image9.png -------------------------------------------------------------------------------- /docs/tools/figs/veracrypt/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/veracrypt/image1.png -------------------------------------------------------------------------------- /docs/tools/figs/veracrypt/image10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/veracrypt/image10.png -------------------------------------------------------------------------------- /docs/tools/figs/veracrypt/image11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/veracrypt/image11.png -------------------------------------------------------------------------------- /docs/tools/figs/veracrypt/image12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/veracrypt/image12.png -------------------------------------------------------------------------------- /docs/tools/figs/veracrypt/image13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/veracrypt/image13.png -------------------------------------------------------------------------------- /docs/tools/figs/veracrypt/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/veracrypt/image2.png -------------------------------------------------------------------------------- /docs/tools/figs/veracrypt/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/veracrypt/image3.png -------------------------------------------------------------------------------- /docs/tools/figs/veracrypt/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/veracrypt/image4.png -------------------------------------------------------------------------------- /docs/tools/figs/veracrypt/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/veracrypt/image5.png -------------------------------------------------------------------------------- /docs/tools/figs/veracrypt/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/veracrypt/image6.png -------------------------------------------------------------------------------- /docs/tools/figs/veracrypt/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/veracrypt/image7.png -------------------------------------------------------------------------------- /docs/tools/figs/veracrypt/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/veracrypt/image8.png -------------------------------------------------------------------------------- /docs/tools/figs/veracrypt/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/veracrypt/image9.png -------------------------------------------------------------------------------- /docs/tools/figs/visual_studio_code/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/visual_studio_code/image1.png -------------------------------------------------------------------------------- /docs/tools/figs/visual_studio_code/image10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/visual_studio_code/image10.png -------------------------------------------------------------------------------- /docs/tools/figs/visual_studio_code/image11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/visual_studio_code/image11.png -------------------------------------------------------------------------------- /docs/tools/figs/visual_studio_code/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/visual_studio_code/image3.png -------------------------------------------------------------------------------- /docs/tools/figs/visual_studio_code/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/visual_studio_code/image4.png -------------------------------------------------------------------------------- /docs/tools/figs/visual_studio_code/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/visual_studio_code/image5.png -------------------------------------------------------------------------------- /docs/tools/figs/visual_studio_code/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/visual_studio_code/image6.png -------------------------------------------------------------------------------- /docs/tools/figs/visual_studio_code/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/visual_studio_code/image7.png -------------------------------------------------------------------------------- /docs/tools/figs/visual_studio_code/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/visual_studio_code/image8.png -------------------------------------------------------------------------------- /docs/tools/figs/visual_studio_code/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/figs/visual_studio_code/image9.png -------------------------------------------------------------------------------- /docs/tools/git/all.git.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/git/all.git.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/git/all.git_hooks.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/git/all.git_hooks.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/git/all.git_hooks.reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/git/all.git_hooks.reference.md -------------------------------------------------------------------------------- /docs/tools/git/all.gitleaks.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/git/all.gitleaks.how_to_guide.md -------------------------------------------------------------------------------- /docs/tools/git/all.gitleaks.reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/git/all.gitleaks.reference.md -------------------------------------------------------------------------------- /docs/tools/helpers/all.asyncio.explanation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/helpers/all.asyncio.explanation.md -------------------------------------------------------------------------------- /docs/tools/helpers/all.hcache.explanation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/helpers/all.hcache.explanation.md -------------------------------------------------------------------------------- /docs/tools/helpers/all.hllm.explanation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/helpers/all.hllm.explanation.md -------------------------------------------------------------------------------- /docs/tools/helpers/all.qgrid.how_to_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/tools/helpers/all.qgrid.how_to_guide.md -------------------------------------------------------------------------------- /docs/work_evaluation/all.asana_utiuls_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/work_evaluation/all.asana_utiuls_guide.md -------------------------------------------------------------------------------- /docs/work_organization/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/work_organization/all.scrum.explanation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/docs/work_organization/all.scrum.explanation.md -------------------------------------------------------------------------------- /helpers/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /helpers/asana_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/asana_utils.py -------------------------------------------------------------------------------- /helpers/create_links.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/create_links.py -------------------------------------------------------------------------------- /helpers/github_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/github_utils.py -------------------------------------------------------------------------------- /helpers/hasyncio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hasyncio.py -------------------------------------------------------------------------------- /helpers/haws.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/haws.py -------------------------------------------------------------------------------- /helpers/hcache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hcache.py -------------------------------------------------------------------------------- /helpers/hcache_simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hcache_simple.py -------------------------------------------------------------------------------- /helpers/hcfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hcfile.py -------------------------------------------------------------------------------- /helpers/hchatgpt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hchatgpt.py -------------------------------------------------------------------------------- /helpers/hchatgpt_instructions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hchatgpt_instructions.py -------------------------------------------------------------------------------- /helpers/hcoverage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hcoverage.py -------------------------------------------------------------------------------- /helpers/hcsv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hcsv.py -------------------------------------------------------------------------------- /helpers/hdataframe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hdataframe.py -------------------------------------------------------------------------------- /helpers/hdatetime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hdatetime.py -------------------------------------------------------------------------------- /helpers/hdbg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hdbg.py -------------------------------------------------------------------------------- /helpers/hdict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hdict.py -------------------------------------------------------------------------------- /helpers/hdocker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hdocker.py -------------------------------------------------------------------------------- /helpers/hdockerized_executables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hdockerized_executables.py -------------------------------------------------------------------------------- /helpers/hemail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hemail.py -------------------------------------------------------------------------------- /helpers/henv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/henv.py -------------------------------------------------------------------------------- /helpers/hfile_tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hfile_tree.py -------------------------------------------------------------------------------- /helpers/hgit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hgit.py -------------------------------------------------------------------------------- /helpers/hgoogle_drive_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hgoogle_drive_api.py -------------------------------------------------------------------------------- /helpers/hintrospection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hintrospection.py -------------------------------------------------------------------------------- /helpers/hio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hio.py -------------------------------------------------------------------------------- /helpers/hjoblib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hjoblib.py -------------------------------------------------------------------------------- /helpers/hjupyter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hjupyter.py -------------------------------------------------------------------------------- /helpers/hlatex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hlatex.py -------------------------------------------------------------------------------- /helpers/hlint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hlint.py -------------------------------------------------------------------------------- /helpers/hlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hlist.py -------------------------------------------------------------------------------- /helpers/hllm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hllm.py -------------------------------------------------------------------------------- /helpers/hllm_cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hllm_cli.py -------------------------------------------------------------------------------- /helpers/hlogging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hlogging.py -------------------------------------------------------------------------------- /helpers/hlogging.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hlogging.pyi -------------------------------------------------------------------------------- /helpers/hmarkdown.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hmarkdown.py -------------------------------------------------------------------------------- /helpers/hmarkdown_bullets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hmarkdown_bullets.py -------------------------------------------------------------------------------- /helpers/hmarkdown_coloring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hmarkdown_coloring.py -------------------------------------------------------------------------------- /helpers/hmarkdown_comments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hmarkdown_comments.py -------------------------------------------------------------------------------- /helpers/hmarkdown_div_blocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hmarkdown_div_blocks.py -------------------------------------------------------------------------------- /helpers/hmarkdown_fenced_blocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hmarkdown_fenced_blocks.py -------------------------------------------------------------------------------- /helpers/hmarkdown_filtering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hmarkdown_filtering.py -------------------------------------------------------------------------------- /helpers/hmarkdown_formatting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hmarkdown_formatting.py -------------------------------------------------------------------------------- /helpers/hmarkdown_headers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hmarkdown_headers.py -------------------------------------------------------------------------------- /helpers/hmarkdown_rules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hmarkdown_rules.py -------------------------------------------------------------------------------- /helpers/hmarkdown_slides.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hmarkdown_slides.py -------------------------------------------------------------------------------- /helpers/hmarkdown_tables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hmarkdown_tables.py -------------------------------------------------------------------------------- /helpers/hmarkdown_toc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hmarkdown_toc.py -------------------------------------------------------------------------------- /helpers/hmkdocs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hmkdocs.py -------------------------------------------------------------------------------- /helpers/hmoto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hmoto.py -------------------------------------------------------------------------------- /helpers/hnetwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hnetwork.py -------------------------------------------------------------------------------- /helpers/hnumba.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hnumba.py -------------------------------------------------------------------------------- /helpers/hnumpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hnumpy.py -------------------------------------------------------------------------------- /helpers/hobject.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hobject.py -------------------------------------------------------------------------------- /helpers/hopen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hopen.py -------------------------------------------------------------------------------- /helpers/hpandas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hpandas.py -------------------------------------------------------------------------------- /helpers/hparquet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hparquet.py -------------------------------------------------------------------------------- /helpers/hparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hparser.py -------------------------------------------------------------------------------- /helpers/hpickle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hpickle.py -------------------------------------------------------------------------------- /helpers/hplayback.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hplayback.py -------------------------------------------------------------------------------- /helpers/hprint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hprint.py -------------------------------------------------------------------------------- /helpers/hpytest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hpytest.py -------------------------------------------------------------------------------- /helpers/hretry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hretry.py -------------------------------------------------------------------------------- /helpers/hs3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hs3.py -------------------------------------------------------------------------------- /helpers/hsecrets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hsecrets.py -------------------------------------------------------------------------------- /helpers/hserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hserver.py -------------------------------------------------------------------------------- /helpers/hsftp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hsftp.py -------------------------------------------------------------------------------- /helpers/hslack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hslack.py -------------------------------------------------------------------------------- /helpers/hsql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hsql.py -------------------------------------------------------------------------------- /helpers/hsql_implementation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hsql_implementation.py -------------------------------------------------------------------------------- /helpers/hsql_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hsql_test.py -------------------------------------------------------------------------------- /helpers/hstring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hstring.py -------------------------------------------------------------------------------- /helpers/hsystem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hsystem.py -------------------------------------------------------------------------------- /helpers/htable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/htable.py -------------------------------------------------------------------------------- /helpers/htest_logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/htest_logger.py -------------------------------------------------------------------------------- /helpers/hthreading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hthreading.py -------------------------------------------------------------------------------- /helpers/htimer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/htimer.py -------------------------------------------------------------------------------- /helpers/htqdm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/htqdm.py -------------------------------------------------------------------------------- /helpers/htraceback.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/htraceback.py -------------------------------------------------------------------------------- /helpers/htranslate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/htranslate.py -------------------------------------------------------------------------------- /helpers/htypes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/htypes.py -------------------------------------------------------------------------------- /helpers/hunit_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hunit_test.py -------------------------------------------------------------------------------- /helpers/hunit_test_purification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hunit_test_purification.py -------------------------------------------------------------------------------- /helpers/hunit_test_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hunit_test_utils.py -------------------------------------------------------------------------------- /helpers/hversion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hversion.py -------------------------------------------------------------------------------- /helpers/hwall_clock_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hwall_clock_time.py -------------------------------------------------------------------------------- /helpers/hwarnings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/hwarnings.py -------------------------------------------------------------------------------- /helpers/lib_tasks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/lib_tasks.py -------------------------------------------------------------------------------- /helpers/lib_tasks_aws.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/lib_tasks_aws.py -------------------------------------------------------------------------------- /helpers/lib_tasks_bash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/lib_tasks_bash.py -------------------------------------------------------------------------------- /helpers/lib_tasks_docker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/lib_tasks_docker.py -------------------------------------------------------------------------------- /helpers/lib_tasks_docker_release.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/lib_tasks_docker_release.py -------------------------------------------------------------------------------- /helpers/lib_tasks_find.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/lib_tasks_find.py -------------------------------------------------------------------------------- /helpers/lib_tasks_gh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/lib_tasks_gh.py -------------------------------------------------------------------------------- /helpers/lib_tasks_git.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/lib_tasks_git.py -------------------------------------------------------------------------------- /helpers/lib_tasks_integrate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/lib_tasks_integrate.py -------------------------------------------------------------------------------- /helpers/lib_tasks_lint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/lib_tasks_lint.py -------------------------------------------------------------------------------- /helpers/lib_tasks_perms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/lib_tasks_perms.py -------------------------------------------------------------------------------- /helpers/lib_tasks_print.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/lib_tasks_print.py -------------------------------------------------------------------------------- /helpers/lib_tasks_pytest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/lib_tasks_pytest.py -------------------------------------------------------------------------------- /helpers/lib_tasks_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/lib_tasks_utils.py -------------------------------------------------------------------------------- /helpers/logging_testing/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /helpers/logging_testing/logging_main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/logging_testing/logging_main.py -------------------------------------------------------------------------------- /helpers/logging_testing/logging_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/logging_testing/logging_module.py -------------------------------------------------------------------------------- /helpers/notebooks/cache.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/notebooks/cache.ipynb -------------------------------------------------------------------------------- /helpers/notebooks/cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/notebooks/cache.py -------------------------------------------------------------------------------- /helpers/notebooks/gallery_parquet.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/notebooks/gallery_parquet.ipynb -------------------------------------------------------------------------------- /helpers/notebooks/gallery_parquet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/notebooks/gallery_parquet.py -------------------------------------------------------------------------------- /helpers/notebooks/gallery_s3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/notebooks/gallery_s3.ipynb -------------------------------------------------------------------------------- /helpers/notebooks/gallery_s3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/notebooks/gallery_s3.py -------------------------------------------------------------------------------- /helpers/notebooks/hllm_tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/notebooks/hllm_tutorial.ipynb -------------------------------------------------------------------------------- /helpers/notebooks/hllm_tutorial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/notebooks/hllm_tutorial.py -------------------------------------------------------------------------------- /helpers/notebooks/sage_tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/notebooks/sage_tutorial.ipynb -------------------------------------------------------------------------------- /helpers/notebooks/sage_tutorial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/notebooks/sage_tutorial.py -------------------------------------------------------------------------------- /helpers/old/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /helpers/old/conda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/old/conda.py -------------------------------------------------------------------------------- /helpers/old/env2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/old/env2.py -------------------------------------------------------------------------------- /helpers/old/tunnels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/old/tunnels.py -------------------------------------------------------------------------------- /helpers/old/user_credentials.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/old/user_credentials.py -------------------------------------------------------------------------------- /helpers/pandoc_docker_files/install-texlive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/pandoc_docker_files/install-texlive.sh -------------------------------------------------------------------------------- /helpers/pandoc_docker_files/packages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/pandoc_docker_files/packages.txt -------------------------------------------------------------------------------- /helpers/pandoc_docker_files/texlive.profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/pandoc_docker_files/texlive.profile -------------------------------------------------------------------------------- /helpers/repo_config_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/repo_config_utils.py -------------------------------------------------------------------------------- /helpers/stage_linked_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/stage_linked_file.py -------------------------------------------------------------------------------- /helpers/telegram_notify/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /helpers/telegram_notify/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/telegram_notify/config.py -------------------------------------------------------------------------------- /helpers/telegram_notify/get_chat_id.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/telegram_notify/get_chat_id.py -------------------------------------------------------------------------------- /helpers/telegram_notify/telegram_notify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/telegram_notify/telegram_notify.py -------------------------------------------------------------------------------- /helpers/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /helpers/test/outcomes/TestCheckDataFrame1.test_check_df_equal1/output/test_df.txt: -------------------------------------------------------------------------------- 1 | ,a,b,c 2 | 0,0,1,2 3 | 1,3,4,5 4 | -------------------------------------------------------------------------------- /helpers/test/outcomes/TestCheckDataFrame1.test_check_df_equal2/output/test_df.txt: -------------------------------------------------------------------------------- 1 | ,a,b,c 2 | 0,0,1,2 3 | 1,3,4,5 4 | -------------------------------------------------------------------------------- /helpers/test/outcomes/TestCheckDataFrame1.test_check_df_equal3/output/test_df.txt: -------------------------------------------------------------------------------- 1 | ,a,b,c 2 | 0,0,1,2 3 | 1,3,4,5 4 | -------------------------------------------------------------------------------- /helpers/test/outcomes/TestCheckDataFrame1.test_check_df_not_equal1/output/test_df.txt: -------------------------------------------------------------------------------- 1 | ,a,b,c 2 | 0,0,1,2 3 | 1,3,4,5 4 | -------------------------------------------------------------------------------- /helpers/test/outcomes/TestCheckDataFrame1.test_check_df_not_equal2/output/test_df.txt: -------------------------------------------------------------------------------- 1 | ,a,b,c 2 | 0,0,1,2 3 | 1,3,4,5 4 | -------------------------------------------------------------------------------- /helpers/test/outcomes/TestCheckDataFrame1.test_check_df_not_equal4/output/test_df.txt: -------------------------------------------------------------------------------- 1 | ,a,b,c 2 | 0,0,1,2 3 | 1,3,4,5 4 | -------------------------------------------------------------------------------- /helpers/test/outcomes/TestCheckString1.test_check_string1/output/test.txt: -------------------------------------------------------------------------------- 1 | hello world -------------------------------------------------------------------------------- /helpers/test/outcomes/TestCheckString1.test_check_string_not_equal1/output/test.txt: -------------------------------------------------------------------------------- 1 | hello world2 -------------------------------------------------------------------------------- /helpers/test/outcomes/TestCheckString1.test_check_string_not_equal2/output/test.txt: -------------------------------------------------------------------------------- 1 | hello world2 -------------------------------------------------------------------------------- /helpers/test/outcomes/TestCheckString1.test_check_string_not_equal3/output/test.txt: -------------------------------------------------------------------------------- 1 | hello world2 -------------------------------------------------------------------------------- /helpers/test/outcomes/TestDryRunTasks2.test_find_test_class1/output/test.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /helpers/test/outcomes/TestDryRunTasks2.test_gh_issue_title/output/test.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /helpers/test/outcomes/TestDryRunTasks2.test_gh_workflow_list/output/test.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /helpers/test/outcomes/TestDryRunTasks2.test_git_branch_files/output/test.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /helpers/test/outcomes/TestDryRunTasks2.test_print_setup/output/test.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_check_string_debug1.test1/output/test.txt: -------------------------------------------------------------------------------- 1 | hello 2 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_check_string_debug1.test2/output/test_df.txt: -------------------------------------------------------------------------------- 1 | ,a,b,c 2 | 0,0,1,2 3 | 1,3,4,5 4 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_dassert1.test7/output/test.txt: -------------------------------------------------------------------------------- 1 | You passed '['hello']' or type '' instead of str 2 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_find_check_string_output1.test1/output/test.txt: -------------------------------------------------------------------------------- 1 | A fake check_string output to use for test1 2 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_find_check_string_output1.test2/output/test.txt: -------------------------------------------------------------------------------- 1 | A fake check_string output to use for test2 2 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_find_file_with_dir1.test2/output/test.txt: -------------------------------------------------------------------------------- 1 | hello world 2 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_find_file_with_dir1.test3/output/test.txt: -------------------------------------------------------------------------------- 1 | hello world 2 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_find_file_with_dir1.test4/output/test.txt: -------------------------------------------------------------------------------- 1 | hello world 2 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_find_file_with_dir1.test5/output/test.txt: -------------------------------------------------------------------------------- 1 | hello world 2 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_from_typed_csv.test1/input/test.csv: -------------------------------------------------------------------------------- 1 | A,B,C,D,E 2 | 1,2.3456,c,d,78 3 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_get_dir_signature1.test1/input/result_0/run_notebook.0.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_get_dir_signature1.test1/input/result_1/run_notebook.1.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_get_dir_signature1.test2/input/result_0/run_notebook.0.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_get_dir_signature1.test2/input/result_1/run_notebook.1.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_open_html.test_linux1/output/test.txt: -------------------------------------------------------------------------------- 1 | xdg-open a.html 2 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_open_html.test_mac1/output/test.txt: -------------------------------------------------------------------------------- 1 | None 2 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_open_html.test_windows1/output/test.txt: -------------------------------------------------------------------------------- 1 | None 2 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_open_pdf.test_mac1/output/test.txt: -------------------------------------------------------------------------------- 1 | None 2 | -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_remove_prettier_ignore_from_div_blocks.test_remove_simple_block/output/test.txt: -------------------------------------------------------------------------------- 1 | :::: 2 | ::: -------------------------------------------------------------------------------- /helpers/test/outcomes/Test_to_typed_csv.test1/input/test.csv: -------------------------------------------------------------------------------- 1 | A,B,C,D,E 2 | 1,2.3456,c,d,78 3 | -------------------------------------------------------------------------------- /helpers/test/test_create_link.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_create_link.py -------------------------------------------------------------------------------- /helpers/test/test_hasyncio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hasyncio.py -------------------------------------------------------------------------------- /helpers/test/test_haws.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_haws.py -------------------------------------------------------------------------------- /helpers/test/test_hcache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hcache.py -------------------------------------------------------------------------------- /helpers/test/test_hcache_simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hcache_simple.py -------------------------------------------------------------------------------- /helpers/test/test_hcfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hcfile.py -------------------------------------------------------------------------------- /helpers/test/test_hcsv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hcsv.py -------------------------------------------------------------------------------- /helpers/test/test_hdataframe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hdataframe.py -------------------------------------------------------------------------------- /helpers/test/test_hdatetime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hdatetime.py -------------------------------------------------------------------------------- /helpers/test/test_hdbg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hdbg.py -------------------------------------------------------------------------------- /helpers/test/test_hdict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hdict.py -------------------------------------------------------------------------------- /helpers/test/test_hdocker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hdocker.py -------------------------------------------------------------------------------- /helpers/test/test_hdockerized_executables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hdockerized_executables.py -------------------------------------------------------------------------------- /helpers/test/test_henv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_henv.py -------------------------------------------------------------------------------- /helpers/test/test_hfile_tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hfile_tree.py -------------------------------------------------------------------------------- /helpers/test/test_hgit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hgit.py -------------------------------------------------------------------------------- /helpers/test/test_hintrospection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hintrospection.py -------------------------------------------------------------------------------- /helpers/test/test_hio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hio.py -------------------------------------------------------------------------------- /helpers/test/test_hlatex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hlatex.py -------------------------------------------------------------------------------- /helpers/test/test_hlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hlist.py -------------------------------------------------------------------------------- /helpers/test/test_hllm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hllm.py -------------------------------------------------------------------------------- /helpers/test/test_hllm_cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hllm_cli.py -------------------------------------------------------------------------------- /helpers/test/test_hlogging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hlogging.py -------------------------------------------------------------------------------- /helpers/test/test_hmarkdown_bullets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hmarkdown_bullets.py -------------------------------------------------------------------------------- /helpers/test/test_hmarkdown_coloring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hmarkdown_coloring.py -------------------------------------------------------------------------------- /helpers/test/test_hmarkdown_fenced_blocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hmarkdown_fenced_blocks.py -------------------------------------------------------------------------------- /helpers/test/test_hmarkdown_filtering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hmarkdown_filtering.py -------------------------------------------------------------------------------- /helpers/test/test_hmarkdown_formatting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hmarkdown_formatting.py -------------------------------------------------------------------------------- /helpers/test/test_hmarkdown_headers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hmarkdown_headers.py -------------------------------------------------------------------------------- /helpers/test/test_hmarkdown_rules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hmarkdown_rules.py -------------------------------------------------------------------------------- /helpers/test/test_hmarkdown_slides.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hmarkdown_slides.py -------------------------------------------------------------------------------- /helpers/test/test_hmarkdown_tables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hmarkdown_tables.py -------------------------------------------------------------------------------- /helpers/test/test_hmarkdown_toc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hmarkdown_toc.py -------------------------------------------------------------------------------- /helpers/test/test_hmkdocs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hmkdocs.py -------------------------------------------------------------------------------- /helpers/test/test_hnumpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hnumpy.py -------------------------------------------------------------------------------- /helpers/test/test_hobject.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hobject.py -------------------------------------------------------------------------------- /helpers/test/test_hopen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hopen.py -------------------------------------------------------------------------------- /helpers/test/test_hpandas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hpandas.py -------------------------------------------------------------------------------- /helpers/test/test_hparquet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hparquet.py -------------------------------------------------------------------------------- /helpers/test/test_hparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hparser.py -------------------------------------------------------------------------------- /helpers/test/test_hpickle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hpickle.py -------------------------------------------------------------------------------- /helpers/test/test_hplayback.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hplayback.py -------------------------------------------------------------------------------- /helpers/test/test_hprint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hprint.py -------------------------------------------------------------------------------- /helpers/test/test_hpytest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hpytest.py -------------------------------------------------------------------------------- /helpers/test/test_hretry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hretry.py -------------------------------------------------------------------------------- /helpers/test/test_hs3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hs3.py -------------------------------------------------------------------------------- /helpers/test/test_hsecrets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hsecrets.py -------------------------------------------------------------------------------- /helpers/test/test_hserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hserver.py -------------------------------------------------------------------------------- /helpers/test/test_hslack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hslack.py -------------------------------------------------------------------------------- /helpers/test/test_hsql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hsql.py -------------------------------------------------------------------------------- /helpers/test/test_hstring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hstring.py -------------------------------------------------------------------------------- /helpers/test/test_hsystem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hsystem.py -------------------------------------------------------------------------------- /helpers/test/test_htable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_htable.py -------------------------------------------------------------------------------- /helpers/test/test_htimer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_htimer.py -------------------------------------------------------------------------------- /helpers/test/test_htraceback.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_htraceback.py -------------------------------------------------------------------------------- /helpers/test/test_hunit_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hunit_test.py -------------------------------------------------------------------------------- /helpers/test/test_hunit_test_mock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hunit_test_mock.py -------------------------------------------------------------------------------- /helpers/test/test_hunit_test_purification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hunit_test_purification.py -------------------------------------------------------------------------------- /helpers/test/test_hunit_test_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hunit_test_utils.py -------------------------------------------------------------------------------- /helpers/test/test_hversion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_hversion.py -------------------------------------------------------------------------------- /helpers/test/test_joblib_helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_joblib_helpers.py -------------------------------------------------------------------------------- /helpers/test/test_lib_tasks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_lib_tasks.py -------------------------------------------------------------------------------- /helpers/test/test_lib_tasks_docker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_lib_tasks_docker.py -------------------------------------------------------------------------------- /helpers/test/test_lib_tasks_docker_release.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_lib_tasks_docker_release.py -------------------------------------------------------------------------------- /helpers/test/test_lib_tasks_find.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_lib_tasks_find.py -------------------------------------------------------------------------------- /helpers/test/test_lib_tasks_gh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_lib_tasks_gh.py -------------------------------------------------------------------------------- /helpers/test/test_lib_tasks_git.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_lib_tasks_git.py -------------------------------------------------------------------------------- /helpers/test/test_lib_tasks_integrate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_lib_tasks_integrate.py -------------------------------------------------------------------------------- /helpers/test/test_lib_tasks_lint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_lib_tasks_lint.py -------------------------------------------------------------------------------- /helpers/test/test_lib_tasks_pytest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_lib_tasks_pytest.py -------------------------------------------------------------------------------- /helpers/test/test_lib_tasks_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_lib_tasks_utils.py -------------------------------------------------------------------------------- /helpers/test/test_repo_config_amp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_repo_config_amp.py -------------------------------------------------------------------------------- /helpers/test/test_repo_config_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/helpers/test/test_repo_config_utils.py -------------------------------------------------------------------------------- /import_check/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/detect_import_cycles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/import_check/detect_import_cycles.py -------------------------------------------------------------------------------- /import_check/example/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/example/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/example/input/subdir1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/example/input/subdir1/file1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/import_check/example/input/subdir1/file1.py -------------------------------------------------------------------------------- /import_check/example/input/subdir1/file2.py: -------------------------------------------------------------------------------- 1 | import input.subdir1.file1 2 | -------------------------------------------------------------------------------- /import_check/example/input/subdir2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/example/input/subdir2/file1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/import_check/example/input/subdir2/file1.py -------------------------------------------------------------------------------- /import_check/example/input/subdir2/file2.py: -------------------------------------------------------------------------------- 1 | import input.subdir1.file1 2 | -------------------------------------------------------------------------------- /import_check/example/input/subdir2/subdir3/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/example/input/subdir2/subdir3/file3.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/example/input/subdir4/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/example/input/subdir4/file1.py: -------------------------------------------------------------------------------- 1 | import input.subdir4.file2 2 | -------------------------------------------------------------------------------- /import_check/example/input/subdir4/file2.py: -------------------------------------------------------------------------------- 1 | import input.subdir4.file3 2 | -------------------------------------------------------------------------------- /import_check/example/input/subdir4/file3.py: -------------------------------------------------------------------------------- 1 | import input.subdir4.file1 2 | -------------------------------------------------------------------------------- /import_check/example/output/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/import_check/example/output/basic.png -------------------------------------------------------------------------------- /import_check/example/output/cyclic_deps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/import_check/example/output/cyclic_deps.png -------------------------------------------------------------------------------- /import_check/example/output/directory_deps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/import_check/example/output/directory_deps.png -------------------------------------------------------------------------------- /import_check/example/output/external_deps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/import_check/example/output/external_deps.png -------------------------------------------------------------------------------- /import_check/example/output/max_level_deps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/import_check/example/output/max_level_deps.png -------------------------------------------------------------------------------- /import_check/show_imports.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/import_check/show_imports.py -------------------------------------------------------------------------------- /import_check/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test1/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test1/input/file1.py: -------------------------------------------------------------------------------- 1 | import input.file2 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test1/input/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test10/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test10/input/subdir1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test10/input/subdir1/file1.py: -------------------------------------------------------------------------------- 1 | import input.subdir1.file2 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test10/input/subdir1/file2.py: -------------------------------------------------------------------------------- 1 | import input.subdir1.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test10/input/subdir2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test10/input/subdir2/file1.py: -------------------------------------------------------------------------------- 1 | import input.subdir2.file2 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test10/input/subdir2/file2.py: -------------------------------------------------------------------------------- 1 | import input.subdir2.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test11/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test11/input/subdir1/subdir2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test12/input/subdir1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test12/input/subdir1/file1.py: -------------------------------------------------------------------------------- 1 | import input.subdir1.file2 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test12/input/subdir1/file2.py: -------------------------------------------------------------------------------- 1 | import input.subdir1.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test12/input/subdir2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test12/input/subdir2/file1.py: -------------------------------------------------------------------------------- 1 | import input.subdir2.file2 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test12/input/subdir2/file2.py: -------------------------------------------------------------------------------- 1 | import input.subdir2.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test13/input/subdir1/subdir2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test2/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test2/input/file1.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test2/input/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test3/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test3/input/file1.py: -------------------------------------------------------------------------------- 1 | import input.file2 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test3/input/file2.py: -------------------------------------------------------------------------------- 1 | import input.file3 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test3/input/file3.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test4/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test4/input/file1.py: -------------------------------------------------------------------------------- 1 | import input.file2 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test4/input/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test4/input/file3.py: -------------------------------------------------------------------------------- 1 | import input.file4 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test4/input/file4.py: -------------------------------------------------------------------------------- 1 | import input.file3 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test5/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test5/input/subdir1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test5/input/subdir1/file1.py: -------------------------------------------------------------------------------- 1 | import input.subdir2.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test5/input/subdir2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test5/input/subdir2/file1.py: -------------------------------------------------------------------------------- 1 | import input.subdir1.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test6/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test6/input/subdir1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test6/input/subdir2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test6/input/subdir2/subdir3/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test6/input/subdir2/subdir3/file1.py: -------------------------------------------------------------------------------- 1 | import input.subdir1.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test7/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test7/input/subdir1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test7/input/subdir1/subdir2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test7/input/subdir1/subdir2/subdir3/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test7/input/subdir4/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test7/input/subdir4/subdir5/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test8/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test8/input/file1.py: -------------------------------------------------------------------------------- 1 | import input.subdir1.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test8/input/subdir1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test8/input/subdir1/file1.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test9/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test9/input/subdir1/file1.py: -------------------------------------------------------------------------------- 1 | import input.subdir1.file2 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test9/input/subdir1/file2.py: -------------------------------------------------------------------------------- 1 | import input.subdir1.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test9/input/subdir2/file1.py: -------------------------------------------------------------------------------- 1 | import input.subdir2.file2 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_detect_import_cycles.test9/input/subdir2/file2.py: -------------------------------------------------------------------------------- 1 | import input.subdir2.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test1/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test1/input/file1.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test1/input/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test10/input/subdir1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test10/input/subdir1/file1.py: -------------------------------------------------------------------------------- 1 | import numpy 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test10/input/subdir1/file2.py: -------------------------------------------------------------------------------- 1 | import subdir1.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test10/input/subdir2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test10/input/subdir2/file1.py: -------------------------------------------------------------------------------- 1 | import numpy 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test10/input/subdir2/file2.py: -------------------------------------------------------------------------------- 1 | import subdir1.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test11/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test11/input/file1.py: -------------------------------------------------------------------------------- 1 | import numpy 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test11/input/file3.py: -------------------------------------------------------------------------------- 1 | import input.file2 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test12/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test12/input/file1.py: -------------------------------------------------------------------------------- 1 | import numpy 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test12/input/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test12/input/file3.py: -------------------------------------------------------------------------------- 1 | import input.file2 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test12/output/output: -------------------------------------------------------------------------------- 1 | strict digraph { 2 | } 3 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test12/output/test.txt: -------------------------------------------------------------------------------- 1 | strict digraph { 2 | } 3 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test13/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test13/input/file1.py: -------------------------------------------------------------------------------- 1 | import input.file2 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test13/input/file2.py: -------------------------------------------------------------------------------- 1 | import input.file3 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test13/input/file3.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test14/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test14/input/file1.py: -------------------------------------------------------------------------------- 1 | import input.file2 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test14/input/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test14/input/file3.py: -------------------------------------------------------------------------------- 1 | import input.file4 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test14/input/file4.py: -------------------------------------------------------------------------------- 1 | import input.file3 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test2/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test2/input/file1.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test2/input/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test3/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test3/output/output: -------------------------------------------------------------------------------- 1 | strict digraph { 2 | } 3 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test3/output/test.txt: -------------------------------------------------------------------------------- 1 | strict digraph { 2 | } 3 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test4/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test4/input/file1.py: -------------------------------------------------------------------------------- 1 | import numpy 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test4/input/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test5/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test5/input/file1.py: -------------------------------------------------------------------------------- 1 | import numpy 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test5/input/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test5/input/subdir1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test5/input/subdir1/file1.py: -------------------------------------------------------------------------------- 1 | import numpy 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test5/input/subdir1/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test5/input/subdir2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test5/input/subdir2/file1.py: -------------------------------------------------------------------------------- 1 | import numpy 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test5/input/subdir2/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test6/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test6/input/file1.py: -------------------------------------------------------------------------------- 1 | import input.file2 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test6/input/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test7/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test7/input/file1.py: -------------------------------------------------------------------------------- 1 | import numpy 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test7/input/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test8/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test8/input/file1.py: -------------------------------------------------------------------------------- 1 | import numpy 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test8/input/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test8/input/subdir1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test8/input/subdir1/file1.py: -------------------------------------------------------------------------------- 1 | import numpy 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test8/input/subdir1/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test8/input/subdir2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test8/input/subdir2/file1.py: -------------------------------------------------------------------------------- 1 | import numpy 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test8/input/subdir2/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test9/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test9/input/file1.py: -------------------------------------------------------------------------------- 1 | import numpy 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test9/input/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test9/input/subdir1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test9/input/subdir1/file1.py: -------------------------------------------------------------------------------- 1 | import numpy 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test9/input/subdir1/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test9/input/subdir2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test9/input/subdir2/file1.py: -------------------------------------------------------------------------------- 1 | import numpy 2 | -------------------------------------------------------------------------------- /import_check/test/outcomes/Test_show_imports.test9/input/subdir2/file2.py: -------------------------------------------------------------------------------- 1 | import input.file1 2 | -------------------------------------------------------------------------------- /import_check/test/test_detect_import_cycles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/import_check/test/test_detect_import_cycles.py -------------------------------------------------------------------------------- /import_check/test/test_show_imports.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/import_check/test/test_show_imports.py -------------------------------------------------------------------------------- /invoke.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/invoke.yaml -------------------------------------------------------------------------------- /linters/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linters/action.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/action.py -------------------------------------------------------------------------------- /linters/add_python_init_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/add_python_init_files.py -------------------------------------------------------------------------------- /linters/amp_add_class_frames.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_add_class_frames.py -------------------------------------------------------------------------------- /linters/amp_add_toc_to_notebook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_add_toc_to_notebook.py -------------------------------------------------------------------------------- /linters/amp_autoflake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_autoflake.py -------------------------------------------------------------------------------- /linters/amp_black.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_black.py -------------------------------------------------------------------------------- /linters/amp_check_file_size.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_check_file_size.py -------------------------------------------------------------------------------- /linters/amp_check_filename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_check_filename.py -------------------------------------------------------------------------------- /linters/amp_check_import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_check_import.py -------------------------------------------------------------------------------- /linters/amp_check_md_reference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_check_md_reference.py -------------------------------------------------------------------------------- /linters/amp_check_md_toc_headers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_check_md_toc_headers.py -------------------------------------------------------------------------------- /linters/amp_check_merge_conflict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_check_merge_conflict.py -------------------------------------------------------------------------------- /linters/amp_check_shebang.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_check_shebang.py -------------------------------------------------------------------------------- /linters/amp_class_method_order.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_class_method_order.py -------------------------------------------------------------------------------- /linters/amp_doc_formatter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_doc_formatter.py -------------------------------------------------------------------------------- /linters/amp_fix_comments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_fix_comments.py -------------------------------------------------------------------------------- /linters/amp_fix_md_links.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_fix_md_links.py -------------------------------------------------------------------------------- /linters/amp_fix_whitespaces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_fix_whitespaces.py -------------------------------------------------------------------------------- /linters/amp_flake8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_flake8.py -------------------------------------------------------------------------------- /linters/amp_format_separating_line.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_format_separating_line.py -------------------------------------------------------------------------------- /linters/amp_isort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_isort.py -------------------------------------------------------------------------------- /linters/amp_lint_md.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_lint_md.py -------------------------------------------------------------------------------- /linters/amp_mypy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_mypy.py -------------------------------------------------------------------------------- /linters/amp_normalize_import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_normalize_import.py -------------------------------------------------------------------------------- /linters/amp_processjupytext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_processjupytext.py -------------------------------------------------------------------------------- /linters/amp_pylint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_pylint.py -------------------------------------------------------------------------------- /linters/amp_remove_empty_lines_in_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_remove_empty_lines_in_function.py -------------------------------------------------------------------------------- /linters/amp_warn_incorrectly_formatted_todo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/amp_warn_incorrectly_formatted_todo.py -------------------------------------------------------------------------------- /linters/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/base.py -------------------------------------------------------------------------------- /linters/dockerized_ty.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/dockerized_ty.py -------------------------------------------------------------------------------- /linters/test/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linters/test/outcomes/Test_add_python_init_files.test1/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linters/test/outcomes/Test_add_python_init_files.test1/input/file1.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linters/test/outcomes/Test_add_python_init_files.test1/input/file2.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linters/test/outcomes/Test_add_python_init_files.test2/input/file1.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linters/test/outcomes/Test_add_python_init_files.test2/input/file2.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linters/test/outcomes/Test_add_python_init_files.test3/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linters/test/outcomes/Test_add_python_init_files.test3/input/subdir1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linters/test/outcomes/Test_add_python_init_files.test3/input/subdir1/file1.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linters/test/outcomes/Test_add_python_init_files.test3/input/subdir2/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linters/test/outcomes/Test_add_python_init_files.test3/input/subdir2/file1.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linters/test/outcomes/Test_add_python_init_files.test4/input/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linters/test/outcomes/Test_add_python_init_files.test4/input/subdir1/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linters/test/outcomes/Test_add_python_init_files.test4/input/subdir1/file1.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linters/test/outcomes/Test_add_python_init_files.test4/input/subdir2/file1.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linters/test/test_add_python_init_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_add_python_init_files.py -------------------------------------------------------------------------------- /linters/test/test_amp_add_class_frames.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_add_class_frames.py -------------------------------------------------------------------------------- /linters/test/test_amp_autoflake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_autoflake.py -------------------------------------------------------------------------------- /linters/test/test_amp_check_filename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_check_filename.py -------------------------------------------------------------------------------- /linters/test/test_amp_check_import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_check_import.py -------------------------------------------------------------------------------- /linters/test/test_amp_check_md_reference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_check_md_reference.py -------------------------------------------------------------------------------- /linters/test/test_amp_check_md_toc_headers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_check_md_toc_headers.py -------------------------------------------------------------------------------- /linters/test/test_amp_check_merge_conflict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_check_merge_conflict.py -------------------------------------------------------------------------------- /linters/test/test_amp_check_shebang.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_check_shebang.py -------------------------------------------------------------------------------- /linters/test/test_amp_class_method_order.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_class_method_order.py -------------------------------------------------------------------------------- /linters/test/test_amp_dev_scripts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_dev_scripts.py -------------------------------------------------------------------------------- /linters/test/test_amp_doc_formatter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_doc_formatter.py -------------------------------------------------------------------------------- /linters/test/test_amp_fix_comment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_fix_comment.py -------------------------------------------------------------------------------- /linters/test/test_amp_fix_md_links.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_fix_md_links.py -------------------------------------------------------------------------------- /linters/test/test_amp_fix_whitespaces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_fix_whitespaces.py -------------------------------------------------------------------------------- /linters/test/test_amp_format_separating_line.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_format_separating_line.py -------------------------------------------------------------------------------- /linters/test/test_amp_lint_md.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_lint_md.py -------------------------------------------------------------------------------- /linters/test/test_amp_normalize_import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_amp_normalize_import.py -------------------------------------------------------------------------------- /linters/test/test_clean_import_paths.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_clean_import_paths.txt -------------------------------------------------------------------------------- /linters/test/test_isort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_isort.py -------------------------------------------------------------------------------- /linters/test/test_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/test/test_utils.py -------------------------------------------------------------------------------- /linters/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/linters/utils.py -------------------------------------------------------------------------------- /main_pytest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/main_pytest.py -------------------------------------------------------------------------------- /mypy.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/mypy.ini -------------------------------------------------------------------------------- /notify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/notify.sh -------------------------------------------------------------------------------- /papers/Causify_development_system/arxiv.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/papers/Causify_development_system/arxiv.sty -------------------------------------------------------------------------------- /papers/Causify_development_system/lint_latex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/papers/Causify_development_system/lint_latex.sh -------------------------------------------------------------------------------- /papers/Causify_development_system/run_latex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/papers/Causify_development_system/run_latex.sh -------------------------------------------------------------------------------- /papers/arxiv_template/arxiv.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/papers/arxiv_template/arxiv.sty -------------------------------------------------------------------------------- /papers/arxiv_template/lint_latex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/papers/arxiv_template/lint_latex.sh -------------------------------------------------------------------------------- /papers/arxiv_template/references.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/papers/arxiv_template/references.bib -------------------------------------------------------------------------------- /papers/arxiv_template/run_latex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/papers/arxiv_template/run_latex.sh -------------------------------------------------------------------------------- /papers/arxiv_template/template.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/papers/arxiv_template/template.tex -------------------------------------------------------------------------------- /puppeteerConfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "args": ["--no-sandbox"] 3 | } 4 | -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/pyproject.toml -------------------------------------------------------------------------------- /pytest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/pytest.ini -------------------------------------------------------------------------------- /repo_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/repo_config.yaml -------------------------------------------------------------------------------- /setenv.sh: -------------------------------------------------------------------------------- 1 | ./dev_scripts_helpers/thin_client/setenv.sh -------------------------------------------------------------------------------- /tasks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/causify-ai/helpers/HEAD/tasks.py --------------------------------------------------------------------------------