LICENSE
MANIFEST.in
README.md
setup.py
src/_build_meta.py
src/pyfunc2/__init__.py
src/pyfunc2/_version.py
src/pyfunc2/all_lasts.py
src/pyfunc2/email_update.py
src/pyfunc2/img_to_base64.py
src/pyfunc2/lasts.py
src/pyfunc2/to_lower_case.py
src/pyfunc2.egg-info/PKG-INFO
src/pyfunc2.egg-info/SOURCES.txt
src/pyfunc2.egg-info/dependency_links.txt
src/pyfunc2.egg-info/top_level.txt
src/pyfunc2/config/__init__.py
src/pyfunc2/config/ftp_download.py
src/pyfunc2/config/ftp_update.py
src/pyfunc2/config/get_config.py
src/pyfunc2/config/get_email_path.py
src/pyfunc2/config/get_ftp_path.py
src/pyfunc2/csv/__init__.py
src/pyfunc2/csv/load_csv_pandas.py
src/pyfunc2/csv/load_csv_with_comma_quotas.py
src/pyfunc2/email/__init__.py
src/pyfunc2/email/all_lasts.py
src/pyfunc2/email/connect.py
src/pyfunc2/email/delete_emails.py
src/pyfunc2/email/download_all_attachments_in_inbox.py
src/pyfunc2/email/download_attachments.py
src/pyfunc2/email/download_attachments_in_email.py
src/pyfunc2/email/download_emails.py
src/pyfunc2/email/email_update.py
src/pyfunc2/email/get_path_file.py
src/pyfunc2/email/lasts.py
src/pyfunc2/file/__init__.py
src/pyfunc2/file/append.py
src/pyfunc2/file/archive_path_list.py
src/pyfunc2/file/check_and_create_path.py
src/pyfunc2/file/check_and_create_path_from_filepath.py
src/pyfunc2/file/check_existing_folder_list_in_path.py
src/pyfunc2/file/convert_pdf_to_base64.py
src/pyfunc2/file/create.py
src/pyfunc2/file/dir_list.py
src/pyfunc2/file/file_list.py
src/pyfunc2/file/find_duplicates.py
src/pyfunc2/file/get_filename_from_path.py
src/pyfunc2/file/get_hash.py
src/pyfunc2/file/get_hash_sha256.py
src/pyfunc2/file/is_file_hidden.py
src/pyfunc2/file/is_path_hidden.py
src/pyfunc2/file/move_duplicate_files.py
src/pyfunc2/file/move_file.py
src/pyfunc2/file/pdf_merge.py
src/pyfunc2/file/read_as_array.py
src/pyfunc2/file/read_as_text.py
src/pyfunc2/file/remove_duplicates.py
src/pyfunc2/file/remove_duplicates_in_path.py
src/pyfunc2/file/remove_empty_folders.py
src/pyfunc2/file/sum_year_from_path_to_file.py
src/pyfunc2/file/update.py
src/pyfunc2/function/__init__.py
src/pyfunc2/function/arrayElementsAreIncluded.py
src/pyfunc2/function/differenceElementsInArrays.py
src/pyfunc2/function/extract_domain_name_from_url.py
src/pyfunc2/function/flat_array.py
src/pyfunc2/function/get_domain_from_url.py
src/pyfunc2/function/get_subdomain_from_url.py
src/pyfunc2/github/__init__.py
src/pyfunc2/github/change_default_branch.py
src/pyfunc2/github/clone_repo_from_org.py
src/pyfunc2/github/configure_github_pages_branch.py
src/pyfunc2/github/create_notexisting_folder.py
src/pyfunc2/github/create_organization_on_github.py
src/pyfunc2/github/create_project_in_org.py
src/pyfunc2/github/create_repo_on_github.py
src/pyfunc2/github/create_repo_on_github_and_local.py
src/pyfunc2/github/create_repo_on_not_git_repo_folder.py
src/pyfunc2/github/defaults.py
src/pyfunc2/github/delete_branch_on_github.py
src/pyfunc2/github/enable_github_pages.py
src/pyfunc2/github/getHeaders.py
src/pyfunc2/github/getHeaders2.py
src/pyfunc2/github/get_domain_from_page.py
src/pyfunc2/github/get_owner_json.py
src/pyfunc2/github/get_param_from_repo.py
src/pyfunc2/github/get_repos.py
src/pyfunc2/github/get_repos_from_org.py
src/pyfunc2/github/get_repository_list_wtih_github_pages.py
src/pyfunc2/github/has_valid_credentials.py
src/pyfunc2/github/new_organization_scenario.py
src/pyfunc2/github/rename_branch_on_github.py
src/pyfunc2/github/set_domain_on_github_org_pages.py
src/pyfunc2/github/set_github_pages_domain.py
src/pyfunc2/github/update_default_branch_on_github.py
src/pyfunc2/github/update_github_pages.py
src/pyfunc2/github/update_organization_on_github.py
src/pyfunc2/github/update_organization_projects.py
src/pyfunc2/github/update_repo_on_github.py
src/pyfunc2/local/__init__.py
src/pyfunc2/local/clone_repo.py
src/pyfunc2/local/clone_repos_from_org.py
src/pyfunc2/local/create_path.py
src/pyfunc2/local/folder_exist.py
src/pyfunc2/local/fromFilenametoLinesAsArray.py
src/pyfunc2/local/generate_template.py
src/pyfunc2/local/git_folders_in_path.py
src/pyfunc2/local/init_local_repo.py
src/pyfunc2/local/load_api_token.py
src/pyfunc2/local/load_file.py
src/pyfunc2/local/non_git_folders_in_path.py
src/pyfunc2/local/pull_all_repos.py
src/pyfunc2/local/push_local_repo.py
src/pyfunc2/markdown/__init__.py
src/pyfunc2/markdown/create_dir_structure.py
src/pyfunc2/markdown/create_dir_structure_from_headers.py
src/pyfunc2/markdown/create_folders_files.py
src/pyfunc2/markdown/get_code_extension_dict.py
src/pyfunc2/markdown/get_dictionary_structure_by_separator_list.py
src/pyfunc2/markdown/get_dictionary_structure_from_headers_content.py
src/pyfunc2/markdown/get_header_list.py
src/pyfunc2/markdown/get_url_list.py
src/pyfunc2/ml/__init__.py
src/pyfunc2/ml/create_function_by_text.py
src/pyfunc2/ml/create_functions_based_on_csv.py
src/pyfunc2/ml/get_filename_by_text.py
src/pyfunc2/ml/get_foldername_by_text.py
src/pyfunc2/ml/get_path_by_text.py
src/pyfunc2/ml/get_reg_exp_text.py
src/pyfunc2/ocr/CompanyList.py
src/pyfunc2/ocr/__init__.py
src/pyfunc2/ocr/convert_pdf_to_string.py
src/pyfunc2/ocr/find_string_in_file_path.py
src/pyfunc2/ocr/find_string_in_pdf.py
src/pyfunc2/ocr/from_folder_to_year.py
src/pyfunc2/ocr/from_month_to_company.py
src/pyfunc2/ocr/get_company_from_pdf.py
src/pyfunc2/ocr/get_date_from_pdf.py
src/pyfunc2/ocr/get_date_from_pdf_pattern.py
src/pyfunc2/report/__init__.py
src/pyfunc2/report/paypal.py
src/pyfunc2/report/wise.py
src/pyfunc2/serialization/Serialization.py
src/pyfunc2/serialization/__init__.py
src/pyfunc2/serialization/find_class_name.py
src/pyfunc2/serialization/find_words.py
src/pyfunc2/serialization/generate_pattern.py
src/pyfunc2/text/__init__.py
src/pyfunc2/text/multiple_search.py
src/pyfunc2/text/remove_all_spaces.py
src/pyfunc2/text/remove_extra_spaces.py
src/pyfunc2/text/remove_new_lines.py
src/pyfunc2/text/remove_only_single_spaces.py
test/test_arrayElementsAreIncluded.py
test/test_capitalize.py
test/test_convert_pdf_to_base64.py
test/test_differenceElementsInArrays.py
test/test_markdown_functions.py
test/test_pyfunc2.py
test/test_wallet.py