LICENSE
README.md
pyproject.toml
joes_giant_toolbox/__init__.py
joes_giant_toolbox/convenience.py
joes_giant_toolbox/dataviz.py
joes_giant_toolbox/google_cloud.py
joes_giant_toolbox/maths.py
joes_giant_toolbox/proj_mgmt.py
joes_giant_toolbox/sklearn.py
joes_giant_toolbox/stats.py
joes_giant_toolbox/text.py
joes_giant_toolbox/web.py
joes_giant_toolbox.egg-info/PKG-INFO
joes_giant_toolbox.egg-info/SOURCES.txt
joes_giant_toolbox.egg-info/dependency_links.txt
joes_giant_toolbox.egg-info/requires.txt
joes_giant_toolbox.egg-info/top_level.txt
joes_giant_toolbox/all/__init__.py
joes_giant_toolbox/all/anonymous_view_public_linkedin_page.py
joes_giant_toolbox/all/ascii_density_histogram.py
joes_giant_toolbox/all/compare_metric_to_prev_period.py
joes_giant_toolbox/all/conjugate_prior_beta_binomial.py
joes_giant_toolbox/all/cosine_similarity.py
joes_giant_toolbox/all/create_gcloud_vm_docker_template.py
joes_giant_toolbox/all/create_parallel_google_cloud_run_job_template.py
joes_giant_toolbox/all/create_project_scope_doc.py
joes_giant_toolbox/all/data_batcher.py
joes_giant_toolbox/all/delete_file_in_gcloud_bucket.py
joes_giant_toolbox/all/download_file_from_gcloud_bucket_to_python.py
joes_giant_toolbox/all/duckduckgo_search_multipage.py
joes_giant_toolbox/all/gcloud_vm_deletes_itself.py
joes_giant_toolbox/all/list_all_python_imports.py
joes_giant_toolbox/all/list_files_in_gcloud_bucket.py
joes_giant_toolbox/all/longest_common_substring.py
joes_giant_toolbox/all/longest_sentence_subsequence_plagiarism_detector.py
joes_giant_toolbox/all/make_url_request.py
joes_giant_toolbox/all/manual_keyword_classifier.py
joes_giant_toolbox/all/move_or_rename_file_in_gcloud_bucket.py
joes_giant_toolbox/all/parse_mime_email_parts.py
joes_giant_toolbox/all/print_progress_bar.py
joes_giant_toolbox/all/python_plotting_tutorials.py
joes_giant_toolbox/all/query_bigquery_to_pandas_df.py
joes_giant_toolbox/all/rapid_binary_classifier.py
joes_giant_toolbox/all/regex_rules_classifier.py
joes_giant_toolbox/all/require_api_key.py
joes_giant_toolbox/all/run_python_function_in_parallel.py
joes_giant_toolbox/all/scrape_webpage_and_all_linked_webpages.py
joes_giant_toolbox/all/string_cleaner.py
joes_giant_toolbox/all/upload_file_python_to_gcloud_bucket.py
joes_giant_toolbox/all/url_to_filename_to_url_mapper.py
joes_giant_toolbox/all/view_nested_dict_structure.py
joes_giant_toolbox/all/write_pandas_df_to_google_bigquery_table.py
joes_giant_toolbox/in_progress/ascii_barplot.py
joes_giant_toolbox/in_progress/check_urls_exist.py
joes_giant_toolbox/in_progress/conjugate_prior_normal_normal.py
joes_giant_toolbox/in_progress/imdb_item_page_scraper.py
joes_giant_toolbox/in_progress/longest_portion_of_phrase_in_search_string.py
joes_giant_toolbox/in_progress/query_wikipedia_api.py
joes_giant_toolbox/in_progress/rapid_bag_of_words_classifier.py
joes_giant_toolbox/in_progress/recsys_data_simulator.py
tests/test_conjugate_prior_beta_binomial.py
tests/test_longest_common_substring.py
tests/test_longest_sentence_subsequence_plagiarism_detector.py
tests/test_make_url_request.py
tests/test_rapid_binary_classifier.py
tests/test_string_cleaner.py