12859 lines
1.0 MiB
12859 lines
1.0 MiB
#!/bin/bash
|
||
|
||
# 文档重命名脚本
|
||
|
||
# README.md -> other_readme.md
|
||
mv "README.md" "other_readme.md"
|
||
|
||
# PROJECT_STRUCTURE.md -> other_project_structure.md
|
||
mv "PROJECT_STRUCTURE.md" "other_project_structure.md"
|
||
|
||
# symbol_belief_framework.md -> academic_papers_symbol_belief_framework.md
|
||
mv "academic-papers/symbol-belief/symbol_belief_framework.md" "academic-papers/symbol-belief/academic_papers_symbol_belief_framework.md"
|
||
|
||
# paper_02_symbol_belief.md -> academic_papers_paper_02_symbol_belief.md
|
||
mv "academic-papers/symbol-belief/paper_02_symbol_belief.md" "academic-papers/symbol-belief/academic_papers_paper_02_symbol_belief.md"
|
||
|
||
# paper_01_methodology.md -> academic_papers_paper_01_methodology.md
|
||
mv "academic-papers/methodology/paper_01_methodology.md" "academic-papers/methodology/academic_papers_paper_01_methodology.md"
|
||
|
||
# fifth_paper_draft.md -> academic_papers_fifth_paper_draft.md
|
||
mv "academic-papers/papers/fifth_paper_draft.md" "academic-papers/papers/academic_papers_fifth_paper_draft.md"
|
||
|
||
# lib_phonetic_linguistic_analysis.md -> academic_papers_lib_phonetic_linguistic_analysis.md
|
||
mv "academic-papers/papers/lib_phonetic_linguistic_analysis.md" "academic-papers/papers/academic_papers_lib_phonetic_linguistic_analysis.md"
|
||
|
||
# lib_yanda_exiled_han.md -> academic_papers_lib_yanda_exiled_han.md
|
||
mv "academic-papers/papers/lib_yanda_exiled_han.md" "academic-papers/papers/academic_papers_lib_yanda_exiled_han.md"
|
||
|
||
# lib_danzhu_taiji_weiqi.md -> academic_papers_lib_danzhu_taiji_weiqi.md
|
||
mv "academic-papers/papers/lib_danzhu_taiji_weiqi.md" "academic-papers/papers/academic_papers_lib_danzhu_taiji_weiqi.md"
|
||
|
||
# lib_k_kunlun_network.md -> academic_papers_lib_k_kunlun_network.md
|
||
mv "academic-papers/papers/lib_k_kunlun_network.md" "academic-papers/papers/academic_papers_lib_k_kunlun_network.md"
|
||
|
||
# third_paper_draft.md -> academic_papers_third_paper_draft.md
|
||
mv "academic-papers/papers/third_paper_draft.md" "academic-papers/papers/academic_papers_third_paper_draft.md"
|
||
|
||
# first_paper_draft.md -> academic_papers_first_paper_draft.md
|
||
mv "academic-papers/papers/first_paper_draft.md" "academic-papers/papers/academic_papers_first_paper_draft.md"
|
||
|
||
# lib_fengshui_framework_outline.md -> academic_papers_lib_fengshui_framework_outline.md
|
||
mv "academic-papers/papers/lib_fengshui_framework_outline.md" "academic-papers/papers/academic_papers_lib_fengshui_framework_outline.md"
|
||
|
||
# second_paper_draft.md -> academic_papers_second_paper_draft.md
|
||
mv "academic-papers/papers/second_paper_draft.md" "academic-papers/papers/academic_papers_second_paper_draft.md"
|
||
|
||
# lib_vocabulary_database.md -> academic_papers_lib_vocabulary_database.md
|
||
mv "academic-papers/papers/lib_vocabulary_database.md" "academic-papers/papers/academic_papers_lib_vocabulary_database.md"
|
||
|
||
# lib_phallic_worship_analysis.md -> academic_papers_lib_phallic_worship_analysis.md
|
||
mv "academic-papers/papers/lib_phallic_worship_analysis.md" "academic-papers/papers/academic_papers_lib_phallic_worship_analysis.md"
|
||
|
||
# lib_jade_vs_gold_culture.md -> academic_papers_lib_jade_vs_gold_culture.md
|
||
mv "academic-papers/papers/lib_jade_vs_gold_culture.md" "academic-papers/papers/academic_papers_lib_jade_vs_gold_culture.md"
|
||
|
||
# fourth_paper_draft.md -> academic_papers_fourth_paper_draft.md
|
||
mv "academic-papers/papers/fourth_paper_draft.md" "academic-papers/papers/academic_papers_fourth_paper_draft.md"
|
||
|
||
# lib_theoretical_framework.md -> academic_papers_lib_theoretical_framework.md
|
||
mv "academic-papers/papers/lib_theoretical_framework.md" "academic-papers/papers/academic_papers_lib_theoretical_framework.md"
|
||
|
||
# lib_eastern_daoist_western_transmission.md -> academic_papers_lib_eastern_daoist_western_transmission.md
|
||
mv "academic-papers/papers/lib_eastern_daoist_western_transmission.md" "academic-papers/papers/academic_papers_lib_eastern_daoist_western_transmission.md"
|
||
|
||
# taigong.md -> literary_works_taigong.md
|
||
mv "literary-works/poetry/poem/taigong.md" "literary-works/poetry/poem/literary_works_taigong.md"
|
||
|
||
# lianyaohu.md -> literary_works_lianyaohu.md
|
||
mv "literary-works/poetry/poem/lianyaohu.md" "literary-works/poetry/poem/literary_works_lianyaohu.md"
|
||
|
||
# dragon.md -> literary_works_dragon.md
|
||
mv "literary-works/poetry/poem/dragon.md" "literary-works/poetry/poem/literary_works_dragon.md"
|
||
|
||
# three_body_prologue_analysis.md -> literary_works_three_body_prologue_analysis.md
|
||
mv "literary-works/analysis/three_body_prologue_analysis.md" "literary-works/analysis/literary_works_three_body_prologue_analysis.md"
|
||
|
||
# 三体解读深度书评.md -> three_body_analysis_review.md
|
||
mv "literary-works/analysis/3body/三体解读深度书评.md" "literary-works/analysis/3body/three_body_analysis_review.md"
|
||
|
||
# the scripts.md -> literary_works_the_scripts.md
|
||
mv "literary-works/analysis/3body/the scripts.md" "literary-works/analysis/3body/literary_works_the_scripts.md"
|
||
|
||
# milvus_import.py -> literary_works_milvus_import.py
|
||
mv "literary-works/analysis/3body/processed/milvus_import.py" "literary-works/analysis/3body/processed/literary_works_milvus_import.py"
|
||
|
||
# ep08_Mission,Money_and_Covenant.md -> literary_works_ep08_mission_money_and_covenant.md
|
||
mv "literary-works/analysis/3body/processed/episodes/ep08_Mission,Money_and_Covenant.md" "literary-works/analysis/3body/processed/episodes/literary_works_ep08_mission_money_and_covenant.md"
|
||
|
||
# ep10_Tarot,_Hero,_and_Civilian.md -> literary_works_ep10_tarot_hero_and_civilian.md
|
||
mv "literary-works/analysis/3body/processed/episodes/ep10_Tarot,_Hero,_and_Civilian.md" "literary-works/analysis/3body/processed/episodes/literary_works_ep10_tarot_hero_and_civilian.md"
|
||
|
||
# ep09_Hello,_Miss_Googolaire.md -> literary_works_ep09_hello_miss_googolaire.md
|
||
mv "literary-works/analysis/3body/processed/episodes/ep09_Hello,_Miss_Googolaire.md" "literary-works/analysis/3body/processed/episodes/literary_works_ep09_hello_miss_googolaire.md"
|
||
|
||
# ep01_History_Background.md -> literary_works_ep01_history_background.md
|
||
mv "literary-works/analysis/3body/processed/episodes/ep01_History_Background.md" "literary-works/analysis/3body/processed/episodes/literary_works_ep01_history_background.md"
|
||
|
||
# ep02_Misson_Accomplished.md -> literary_works_ep02_misson_accomplished.md
|
||
mv "literary-works/analysis/3body/processed/episodes/ep02_Misson_Accomplished.md" "literary-works/analysis/3body/processed/episodes/literary_works_ep02_misson_accomplished.md"
|
||
|
||
# ep06_From_Russia_with_Lust.md -> literary_works_ep06_from_russia_with_lust.md
|
||
mv "literary-works/analysis/3body/processed/episodes/ep06_From_Russia_with_Lust.md" "literary-works/analysis/3body/processed/episodes/literary_works_ep06_from_russia_with_lust.md"
|
||
|
||
# ep04_Face_or_Faith.md -> literary_works_ep04_face_or_faith.md
|
||
mv "literary-works/analysis/3body/processed/episodes/ep04_Face_or_Faith.md" "literary-works/analysis/3body/processed/episodes/literary_works_ep04_face_or_faith.md"
|
||
|
||
# ep03_Narrative_Structure.md -> literary_works_ep03_narrative_structure.md
|
||
mv "literary-works/analysis/3body/processed/episodes/ep03_Narrative_Structure.md" "literary-works/analysis/3body/processed/episodes/literary_works_ep03_narrative_structure.md"
|
||
|
||
# ep05_Faith_Plus_1_.md -> literary_works_ep05_faith_plus_1_.md
|
||
mv "literary-works/analysis/3body/processed/episodes/ep05_Faith_Plus_1_.md" "literary-works/analysis/3body/processed/episodes/literary_works_ep05_faith_plus_1_.md"
|
||
|
||
# ep07_Is_Scandinavia_Value_the_Future?.md -> literary_works_ep07_is_scandinavia_value_the_future_.md
|
||
mv "literary-works/analysis/3body/processed/episodes/ep07_Is_Scandinavia_Value_the_Future?.md" "literary-works/analysis/3body/processed/episodes/literary_works_ep07_is_scandinavia_value_the_future_.md"
|
||
|
||
# ep04_p16.md -> literary_works_ep04_p16.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p16.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p16.md"
|
||
|
||
# ep07_p15.md -> literary_works_ep07_p15.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p15.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p15.md"
|
||
|
||
# ep05_p10.md -> literary_works_ep05_p10.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p10.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p10.md"
|
||
|
||
# ep10_p20.md -> literary_works_ep10_p20.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p20.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p20.md"
|
||
|
||
# ep05_p19.md -> literary_works_ep05_p19.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p19.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p19.md"
|
||
|
||
# ep10_p13.md -> literary_works_ep10_p13.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p13.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p13.md"
|
||
|
||
# ep04_p05.md -> literary_works_ep04_p05.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p05.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p05.md"
|
||
|
||
# ep03_p22.md -> literary_works_ep03_p22.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p22.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p22.md"
|
||
|
||
# ep03_p09.md -> literary_works_ep03_p09.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p09.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p09.md"
|
||
|
||
# ep09_p28.md -> literary_works_ep09_p28.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p28.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p28.md"
|
||
|
||
# ep09_p10.md -> literary_works_ep09_p10.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p10.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p10.md"
|
||
|
||
# ep05_p13.md -> literary_works_ep05_p13.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p13.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p13.md"
|
||
|
||
# ep03_p32.md -> literary_works_ep03_p32.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p32.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p32.md"
|
||
|
||
# ep09_p21.md -> literary_works_ep09_p21.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p21.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p21.md"
|
||
|
||
# ep01_p17.md -> literary_works_ep01_p17.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p17.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p17.md"
|
||
|
||
# ep07_p04.md -> literary_works_ep07_p04.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p04.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p04.md"
|
||
|
||
# ep07_p03.md -> literary_works_ep07_p03.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p03.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p03.md"
|
||
|
||
# ep06_p36.md -> literary_works_ep06_p36.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p36.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p36.md"
|
||
|
||
# ep10_p11.md -> literary_works_ep10_p11.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p11.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p11.md"
|
||
|
||
# ep09_p29.md -> literary_works_ep09_p29.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p29.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p29.md"
|
||
|
||
# ep04_p12.md -> literary_works_ep04_p12.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p12.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p12.md"
|
||
|
||
# ep07_p11.md -> literary_works_ep07_p11.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p11.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p11.md"
|
||
|
||
# ep05_p25.md -> literary_works_ep05_p25.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p25.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p25.md"
|
||
|
||
# ep06_p05.md -> literary_works_ep06_p05.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p05.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p05.md"
|
||
|
||
# ep10_p05.md -> literary_works_ep10_p05.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p05.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p05.md"
|
||
|
||
# ep02_p08.md -> literary_works_ep02_p08.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p08.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p08.md"
|
||
|
||
# ep03_p38.md -> literary_works_ep03_p38.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p38.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p38.md"
|
||
|
||
# ep10_p06.md -> literary_works_ep10_p06.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p06.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p06.md"
|
||
|
||
# ep02_p23.md -> literary_works_ep02_p23.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p23.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p23.md"
|
||
|
||
# ep01_p10.md -> literary_works_ep01_p10.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p10.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p10.md"
|
||
|
||
# ep04_p18.md -> literary_works_ep04_p18.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p18.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p18.md"
|
||
|
||
# ep02_p10.md -> literary_works_ep02_p10.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p10.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p10.md"
|
||
|
||
# ep07_p28.md -> literary_works_ep07_p28.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p28.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p28.md"
|
||
|
||
# ep05_p07.md -> literary_works_ep05_p07.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p07.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p07.md"
|
||
|
||
# ep02_p03.md -> literary_works_ep02_p03.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p03.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p03.md"
|
||
|
||
# ep03_p11.md -> literary_works_ep03_p11.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p11.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p11.md"
|
||
|
||
# ep04_p07.md -> literary_works_ep04_p07.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p07.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p07.md"
|
||
|
||
# ep03_p05.md -> literary_works_ep03_p05.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p05.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p05.md"
|
||
|
||
# ep08_p04.md -> literary_works_ep08_p04.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p04.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p04.md"
|
||
|
||
# ep02_p06.md -> literary_works_ep02_p06.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p06.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p06.md"
|
||
|
||
# ep03_p31.md -> literary_works_ep03_p31.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p31.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p31.md"
|
||
|
||
# ep10_p43.md -> literary_works_ep10_p43.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p43.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p43.md"
|
||
|
||
# ep05_p26.md -> literary_works_ep05_p26.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p26.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p26.md"
|
||
|
||
# ep08_p09.md -> literary_works_ep08_p09.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p09.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p09.md"
|
||
|
||
# ep05_p09.md -> literary_works_ep05_p09.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p09.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p09.md"
|
||
|
||
# ep09_p11.md -> literary_works_ep09_p11.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p11.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p11.md"
|
||
|
||
# ep07_p25.md -> literary_works_ep07_p25.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p25.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p25.md"
|
||
|
||
# ep07_p27.md -> literary_works_ep07_p27.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p27.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p27.md"
|
||
|
||
# ep10_p35.md -> literary_works_ep10_p35.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p35.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p35.md"
|
||
|
||
# ep10_p44.md -> literary_works_ep10_p44.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p44.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p44.md"
|
||
|
||
# ep06_p08.md -> literary_works_ep06_p08.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p08.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p08.md"
|
||
|
||
# ep07_p26.md -> literary_works_ep07_p26.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p26.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p26.md"
|
||
|
||
# ep03_p40.md -> literary_works_ep03_p40.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p40.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p40.md"
|
||
|
||
# ep03_p04.md -> literary_works_ep03_p04.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p04.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p04.md"
|
||
|
||
# ep07_p06.md -> literary_works_ep07_p06.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p06.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p06.md"
|
||
|
||
# ep05_p11.md -> literary_works_ep05_p11.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p11.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p11.md"
|
||
|
||
# ep08_p17.md -> literary_works_ep08_p17.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p17.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p17.md"
|
||
|
||
# ep08_p28.md -> literary_works_ep08_p28.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p28.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p28.md"
|
||
|
||
# ep03_p15.md -> literary_works_ep03_p15.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p15.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p15.md"
|
||
|
||
# ep10_p16.md -> literary_works_ep10_p16.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p16.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p16.md"
|
||
|
||
# ep03_p33.md -> literary_works_ep03_p33.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p33.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p33.md"
|
||
|
||
# ep10_p21.md -> literary_works_ep10_p21.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p21.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p21.md"
|
||
|
||
# ep03_p14.md -> literary_works_ep03_p14.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p14.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p14.md"
|
||
|
||
# ep06_p19.md -> literary_works_ep06_p19.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p19.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p19.md"
|
||
|
||
# ep07_p10.md -> literary_works_ep07_p10.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p10.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p10.md"
|
||
|
||
# ep04_p11.md -> literary_works_ep04_p11.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p11.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p11.md"
|
||
|
||
# ep08_p36.md -> literary_works_ep08_p36.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p36.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p36.md"
|
||
|
||
# ep08_p07.md -> literary_works_ep08_p07.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p07.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p07.md"
|
||
|
||
# ep04_p19.md -> literary_works_ep04_p19.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p19.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p19.md"
|
||
|
||
# ep08_p26.md -> literary_works_ep08_p26.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p26.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p26.md"
|
||
|
||
# ep06_p07.md -> literary_works_ep06_p07.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p07.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p07.md"
|
||
|
||
# ep03_p10.md -> literary_works_ep03_p10.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p10.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p10.md"
|
||
|
||
# ep04_p10.md -> literary_works_ep04_p10.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p10.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p10.md"
|
||
|
||
# ep07_p13.md -> literary_works_ep07_p13.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p13.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p13.md"
|
||
|
||
# ep03_p36.md -> literary_works_ep03_p36.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p36.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p36.md"
|
||
|
||
# ep06_p29.md -> literary_works_ep06_p29.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p29.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p29.md"
|
||
|
||
# ep01_p05.md -> literary_works_ep01_p05.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p05.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p05.md"
|
||
|
||
# ep05_p04.md -> literary_works_ep05_p04.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p04.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p04.md"
|
||
|
||
# ep08_p11.md -> literary_works_ep08_p11.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p11.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p11.md"
|
||
|
||
# ep03_p24.md -> literary_works_ep03_p24.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p24.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p24.md"
|
||
|
||
# ep09_p27.md -> literary_works_ep09_p27.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p27.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p27.md"
|
||
|
||
# ep09_p16.md -> literary_works_ep09_p16.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p16.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p16.md"
|
||
|
||
# ep10_p34.md -> literary_works_ep10_p34.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p34.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p34.md"
|
||
|
||
# ep09_p08.md -> literary_works_ep09_p08.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p08.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p08.md"
|
||
|
||
# ep09_p31.md -> literary_works_ep09_p31.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p31.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p31.md"
|
||
|
||
# ep05_p12.md -> literary_works_ep05_p12.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p12.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p12.md"
|
||
|
||
# ep08_p29.md -> literary_works_ep08_p29.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p29.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p29.md"
|
||
|
||
# ep06_p23.md -> literary_works_ep06_p23.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p23.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p23.md"
|
||
|
||
# ep06_p35.md -> literary_works_ep06_p35.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p35.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p35.md"
|
||
|
||
# ep03_p30.md -> literary_works_ep03_p30.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p30.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p30.md"
|
||
|
||
# ep02_p22.md -> literary_works_ep02_p22.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p22.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p22.md"
|
||
|
||
# ep06_p03.md -> literary_works_ep06_p03.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p03.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p03.md"
|
||
|
||
# ep08_p12.md -> literary_works_ep08_p12.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p12.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p12.md"
|
||
|
||
# ep06_p37.md -> literary_works_ep06_p37.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p37.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p37.md"
|
||
|
||
# ep05_p02.md -> literary_works_ep05_p02.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p02.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p02.md"
|
||
|
||
# ep05_p27.md -> literary_works_ep05_p27.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p27.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p27.md"
|
||
|
||
# ep03_p34.md -> literary_works_ep03_p34.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p34.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p34.md"
|
||
|
||
# ep03_p02.md -> literary_works_ep03_p02.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p02.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p02.md"
|
||
|
||
# ep03_p07.md -> literary_works_ep03_p07.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p07.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p07.md"
|
||
|
||
# ep10_p15.md -> literary_works_ep10_p15.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p15.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p15.md"
|
||
|
||
# ep07_p23.md -> literary_works_ep07_p23.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p23.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p23.md"
|
||
|
||
# ep06_p26.md -> literary_works_ep06_p26.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p26.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p26.md"
|
||
|
||
# ep06_p31.md -> literary_works_ep06_p31.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p31.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p31.md"
|
||
|
||
# ep10_p27.md -> literary_works_ep10_p27.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p27.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p27.md"
|
||
|
||
# ep02_p11.md -> literary_works_ep02_p11.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p11.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p11.md"
|
||
|
||
# ep03_p26.md -> literary_works_ep03_p26.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p26.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p26.md"
|
||
|
||
# ep02_p19.md -> literary_works_ep02_p19.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p19.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p19.md"
|
||
|
||
# ep06_p01.md -> literary_works_ep06_p01.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p01.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p01.md"
|
||
|
||
# ep06_p17.md -> literary_works_ep06_p17.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p17.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p17.md"
|
||
|
||
# ep07_p08.md -> literary_works_ep07_p08.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p08.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p08.md"
|
||
|
||
# ep05_p15.md -> literary_works_ep05_p15.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p15.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p15.md"
|
||
|
||
# ep10_p33.md -> literary_works_ep10_p33.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p33.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p33.md"
|
||
|
||
# ep09_p13.md -> literary_works_ep09_p13.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p13.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p13.md"
|
||
|
||
# ep08_p25.md -> literary_works_ep08_p25.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p25.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p25.md"
|
||
|
||
# ep05_p16.md -> literary_works_ep05_p16.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p16.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p16.md"
|
||
|
||
# ep09_p36.md -> literary_works_ep09_p36.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p36.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p36.md"
|
||
|
||
# ep08_p31.md -> literary_works_ep08_p31.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p31.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p31.md"
|
||
|
||
# ep06_p12.md -> literary_works_ep06_p12.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p12.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p12.md"
|
||
|
||
# ep02_p18.md -> literary_works_ep02_p18.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p18.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p18.md"
|
||
|
||
# ep08_p01.md -> literary_works_ep08_p01.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p01.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p01.md"
|
||
|
||
# ep09_p23.md -> literary_works_ep09_p23.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p23.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p23.md"
|
||
|
||
# ep05_p22.md -> literary_works_ep05_p22.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p22.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p22.md"
|
||
|
||
# ep09_p04.md -> literary_works_ep09_p04.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p04.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p04.md"
|
||
|
||
# ep07_p12.md -> literary_works_ep07_p12.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p12.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p12.md"
|
||
|
||
# ep06_p11.md -> literary_works_ep06_p11.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p11.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p11.md"
|
||
|
||
# ep07_p21.md -> literary_works_ep07_p21.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p21.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p21.md"
|
||
|
||
# ep06_p09.md -> literary_works_ep06_p09.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p09.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p09.md"
|
||
|
||
# ep02_p30.md -> literary_works_ep02_p30.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p30.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p30.md"
|
||
|
||
# ep03_p25.md -> literary_works_ep03_p25.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p25.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p25.md"
|
||
|
||
# ep08_p20.md -> literary_works_ep08_p20.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p20.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p20.md"
|
||
|
||
# ep10_p12.md -> literary_works_ep10_p12.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p12.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p12.md"
|
||
|
||
# ep02_p05.md -> literary_works_ep02_p05.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p05.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p05.md"
|
||
|
||
# ep08_p37.md -> literary_works_ep08_p37.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p37.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p37.md"
|
||
|
||
# ep09_p02.md -> literary_works_ep09_p02.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p02.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p02.md"
|
||
|
||
# ep02_p25.md -> literary_works_ep02_p25.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p25.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p25.md"
|
||
|
||
# ep05_p24.md -> literary_works_ep05_p24.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p24.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p24.md"
|
||
|
||
# ep10_p30.md -> literary_works_ep10_p30.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p30.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p30.md"
|
||
|
||
# ep04_p15.md -> literary_works_ep04_p15.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p15.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p15.md"
|
||
|
||
# ep10_p26.md -> literary_works_ep10_p26.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p26.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p26.md"
|
||
|
||
# ep10_p40.md -> literary_works_ep10_p40.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p40.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p40.md"
|
||
|
||
# ep09_p30.md -> literary_works_ep09_p30.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p30.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p30.md"
|
||
|
||
# ep10_p39.md -> literary_works_ep10_p39.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p39.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p39.md"
|
||
|
||
# ep08_p32.md -> literary_works_ep08_p32.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p32.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p32.md"
|
||
|
||
# ep10_p23.md -> literary_works_ep10_p23.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p23.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p23.md"
|
||
|
||
# ep08_p30.md -> literary_works_ep08_p30.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p30.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p30.md"
|
||
|
||
# ep09_p33.md -> literary_works_ep09_p33.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p33.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p33.md"
|
||
|
||
# ep03_p19.md -> literary_works_ep03_p19.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p19.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p19.md"
|
||
|
||
# ep01_p04.md -> literary_works_ep01_p04.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p04.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p04.md"
|
||
|
||
# ep06_p30.md -> literary_works_ep06_p30.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p30.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p30.md"
|
||
|
||
# ep03_p16.md -> literary_works_ep03_p16.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p16.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p16.md"
|
||
|
||
# ep02_p16.md -> literary_works_ep02_p16.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p16.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p16.md"
|
||
|
||
# ep10_p25.md -> literary_works_ep10_p25.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p25.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p25.md"
|
||
|
||
# ep02_p24.md -> literary_works_ep02_p24.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p24.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p24.md"
|
||
|
||
# ep09_p25.md -> literary_works_ep09_p25.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p25.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p25.md"
|
||
|
||
# ep10_p14.md -> literary_works_ep10_p14.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p14.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p14.md"
|
||
|
||
# ep09_p06.md -> literary_works_ep09_p06.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p06.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p06.md"
|
||
|
||
# ep03_p06.md -> literary_works_ep03_p06.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p06.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p06.md"
|
||
|
||
# ep01_p19.md -> literary_works_ep01_p19.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p19.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p19.md"
|
||
|
||
# ep08_p16.md -> literary_works_ep08_p16.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p16.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p16.md"
|
||
|
||
# ep06_p16.md -> literary_works_ep06_p16.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p16.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p16.md"
|
||
|
||
# ep03_p01.md -> literary_works_ep03_p01.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p01.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p01.md"
|
||
|
||
# ep06_p28.md -> literary_works_ep06_p28.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p28.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p28.md"
|
||
|
||
# ep02_p15.md -> literary_works_ep02_p15.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p15.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p15.md"
|
||
|
||
# ep02_p01.md -> literary_works_ep02_p01.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p01.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p01.md"
|
||
|
||
# ep08_p21.md -> literary_works_ep08_p21.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p21.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p21.md"
|
||
|
||
# ep07_p19.md -> literary_works_ep07_p19.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p19.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p19.md"
|
||
|
||
# ep01_p15.md -> literary_works_ep01_p15.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p15.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p15.md"
|
||
|
||
# ep09_p34.md -> literary_works_ep09_p34.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p34.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p34.md"
|
||
|
||
# ep06_p15.md -> literary_works_ep06_p15.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p15.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p15.md"
|
||
|
||
# ep05_p06.md -> literary_works_ep05_p06.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p06.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p06.md"
|
||
|
||
# ep03_p20.md -> literary_works_ep03_p20.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p20.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p20.md"
|
||
|
||
# ep04_p27.md -> literary_works_ep04_p27.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p27.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p27.md"
|
||
|
||
# ep04_p25.md -> literary_works_ep04_p25.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p25.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p25.md"
|
||
|
||
# ep07_p29.md -> literary_works_ep07_p29.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p29.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p29.md"
|
||
|
||
# ep08_p33.md -> literary_works_ep08_p33.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p33.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p33.md"
|
||
|
||
# ep08_p13.md -> literary_works_ep08_p13.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p13.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p13.md"
|
||
|
||
# ep08_p03.md -> literary_works_ep08_p03.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p03.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p03.md"
|
||
|
||
# ep05_p21.md -> literary_works_ep05_p21.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p21.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p21.md"
|
||
|
||
# ep08_p18.md -> literary_works_ep08_p18.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p18.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p18.md"
|
||
|
||
# ep10_p38.md -> literary_works_ep10_p38.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p38.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p38.md"
|
||
|
||
# ep05_p08.md -> literary_works_ep05_p08.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p08.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p08.md"
|
||
|
||
# ep08_p14.md -> literary_works_ep08_p14.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p14.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p14.md"
|
||
|
||
# ep06_p06.md -> literary_works_ep06_p06.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p06.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p06.md"
|
||
|
||
# ep07_p16.md -> literary_works_ep07_p16.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p16.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p16.md"
|
||
|
||
# ep08_p22.md -> literary_works_ep08_p22.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p22.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p22.md"
|
||
|
||
# ep06_p21.md -> literary_works_ep06_p21.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p21.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p21.md"
|
||
|
||
# ep10_p52.md -> literary_works_ep10_p52.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p52.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p52.md"
|
||
|
||
# ep10_p22.md -> literary_works_ep10_p22.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p22.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p22.md"
|
||
|
||
# ep09_p26.md -> literary_works_ep09_p26.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p26.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p26.md"
|
||
|
||
# ep03_p39.md -> literary_works_ep03_p39.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p39.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p39.md"
|
||
|
||
# ep09_p35.md -> literary_works_ep09_p35.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p35.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p35.md"
|
||
|
||
# ep03_p12.md -> literary_works_ep03_p12.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p12.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p12.md"
|
||
|
||
# ep06_p20.md -> literary_works_ep06_p20.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p20.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p20.md"
|
||
|
||
# ep07_p32.md -> literary_works_ep07_p32.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p32.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p32.md"
|
||
|
||
# ep01_p18.md -> literary_works_ep01_p18.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p18.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p18.md"
|
||
|
||
# ep03_p17.md -> literary_works_ep03_p17.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p17.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p17.md"
|
||
|
||
# ep07_p18.md -> literary_works_ep07_p18.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p18.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p18.md"
|
||
|
||
# ep03_p18.md -> literary_works_ep03_p18.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p18.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p18.md"
|
||
|
||
# ep03_p13.md -> literary_works_ep03_p13.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p13.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p13.md"
|
||
|
||
# ep09_p05.md -> literary_works_ep09_p05.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p05.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p05.md"
|
||
|
||
# ep09_p03.md -> literary_works_ep09_p03.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p03.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p03.md"
|
||
|
||
# ep02_p13.md -> literary_works_ep02_p13.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p13.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p13.md"
|
||
|
||
# ep10_p17.md -> literary_works_ep10_p17.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p17.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p17.md"
|
||
|
||
# ep03_p28.md -> literary_works_ep03_p28.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p28.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p28.md"
|
||
|
||
# ep05_p23.md -> literary_works_ep05_p23.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p23.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p23.md"
|
||
|
||
# ep01_p06.md -> literary_works_ep01_p06.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p06.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p06.md"
|
||
|
||
# ep10_p50.md -> literary_works_ep10_p50.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p50.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p50.md"
|
||
|
||
# ep07_p33.md -> literary_works_ep07_p33.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p33.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p33.md"
|
||
|
||
# ep04_p20.md -> literary_works_ep04_p20.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p20.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p20.md"
|
||
|
||
# ep04_p24.md -> literary_works_ep04_p24.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p24.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p24.md"
|
||
|
||
# ep03_p21.md -> literary_works_ep03_p21.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p21.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p21.md"
|
||
|
||
# ep10_p51.md -> literary_works_ep10_p51.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p51.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p51.md"
|
||
|
||
# ep10_p41.md -> literary_works_ep10_p41.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p41.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p41.md"
|
||
|
||
# ep10_p32.md -> literary_works_ep10_p32.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p32.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p32.md"
|
||
|
||
# ep05_p05.md -> literary_works_ep05_p05.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p05.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p05.md"
|
||
|
||
# ep02_p20.md -> literary_works_ep02_p20.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p20.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p20.md"
|
||
|
||
# ep02_p12.md -> literary_works_ep02_p12.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p12.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p12.md"
|
||
|
||
# ep03_p35.md -> literary_works_ep03_p35.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p35.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p35.md"
|
||
|
||
# ep02_p09.md -> literary_works_ep02_p09.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p09.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p09.md"
|
||
|
||
# ep01_p08.md -> literary_works_ep01_p08.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p08.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p08.md"
|
||
|
||
# ep01_p13.md -> literary_works_ep01_p13.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p13.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p13.md"
|
||
|
||
# ep04_p22.md -> literary_works_ep04_p22.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p22.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p22.md"
|
||
|
||
# ep08_p08.md -> literary_works_ep08_p08.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p08.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p08.md"
|
||
|
||
# ep06_p33.md -> literary_works_ep06_p33.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p33.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p33.md"
|
||
|
||
# ep01_p20.md -> literary_works_ep01_p20.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p20.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p20.md"
|
||
|
||
# ep07_p22.md -> literary_works_ep07_p22.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p22.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p22.md"
|
||
|
||
# ep06_p22.md -> literary_works_ep06_p22.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p22.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p22.md"
|
||
|
||
# ep08_p10.md -> literary_works_ep08_p10.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p10.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p10.md"
|
||
|
||
# ep04_p13.md -> literary_works_ep04_p13.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p13.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p13.md"
|
||
|
||
# ep06_p27.md -> literary_works_ep06_p27.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p27.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p27.md"
|
||
|
||
# ep06_p34.md -> literary_works_ep06_p34.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p34.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p34.md"
|
||
|
||
# ep01_p03.md -> literary_works_ep01_p03.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p03.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p03.md"
|
||
|
||
# ep07_p14.md -> literary_works_ep07_p14.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p14.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p14.md"
|
||
|
||
# ep04_p09.md -> literary_works_ep04_p09.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p09.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p09.md"
|
||
|
||
# ep04_p14.md -> literary_works_ep04_p14.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p14.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p14.md"
|
||
|
||
# ep09_p22.md -> literary_works_ep09_p22.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p22.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p22.md"
|
||
|
||
# ep09_p32.md -> literary_works_ep09_p32.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p32.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p32.md"
|
||
|
||
# ep10_p04.md -> literary_works_ep10_p04.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p04.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p04.md"
|
||
|
||
# ep05_p18.md -> literary_works_ep05_p18.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p18.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p18.md"
|
||
|
||
# ep07_p07.md -> literary_works_ep07_p07.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p07.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p07.md"
|
||
|
||
# ep08_p02.md -> literary_works_ep08_p02.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p02.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p02.md"
|
||
|
||
# ep05_p17.md -> literary_works_ep05_p17.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p17.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p17.md"
|
||
|
||
# ep10_p19.md -> literary_works_ep10_p19.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p19.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p19.md"
|
||
|
||
# ep10_p36.md -> literary_works_ep10_p36.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p36.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p36.md"
|
||
|
||
# ep10_p42.md -> literary_works_ep10_p42.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p42.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p42.md"
|
||
|
||
# ep08_p27.md -> literary_works_ep08_p27.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p27.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p27.md"
|
||
|
||
# ep04_p26.md -> literary_works_ep04_p26.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p26.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p26.md"
|
||
|
||
# ep02_p04.md -> literary_works_ep02_p04.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p04.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p04.md"
|
||
|
||
# ep03_p03.md -> literary_works_ep03_p03.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p03.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p03.md"
|
||
|
||
# ep01_p16.md -> literary_works_ep01_p16.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p16.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p16.md"
|
||
|
||
# ep01_p07.md -> literary_works_ep01_p07.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p07.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p07.md"
|
||
|
||
# ep09_p20.md -> literary_works_ep09_p20.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p20.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p20.md"
|
||
|
||
# ep07_p09.md -> literary_works_ep07_p09.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p09.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p09.md"
|
||
|
||
# ep10_p03.md -> literary_works_ep10_p03.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p03.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p03.md"
|
||
|
||
# ep04_p21.md -> literary_works_ep04_p21.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p21.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p21.md"
|
||
|
||
# ep06_p04.md -> literary_works_ep06_p04.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p04.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p04.md"
|
||
|
||
# ep03_p27.md -> literary_works_ep03_p27.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p27.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p27.md"
|
||
|
||
# ep06_p18.md -> literary_works_ep06_p18.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p18.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p18.md"
|
||
|
||
# ep09_p12.md -> literary_works_ep09_p12.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p12.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p12.md"
|
||
|
||
# ep02_p26.md -> literary_works_ep02_p26.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p26.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p26.md"
|
||
|
||
# ep06_p32.md -> literary_works_ep06_p32.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p32.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p32.md"
|
||
|
||
# ep02_p14.md -> literary_works_ep02_p14.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p14.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p14.md"
|
||
|
||
# ep10_p37.md -> literary_works_ep10_p37.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p37.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p37.md"
|
||
|
||
# ep10_p31.md -> literary_works_ep10_p31.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p31.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p31.md"
|
||
|
||
# ep01_p09.md -> literary_works_ep01_p09.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p09.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p09.md"
|
||
|
||
# ep03_p37.md -> literary_works_ep03_p37.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p37.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p37.md"
|
||
|
||
# ep10_p48.md -> literary_works_ep10_p48.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p48.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p48.md"
|
||
|
||
# ep04_p06.md -> literary_works_ep04_p06.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p06.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p06.md"
|
||
|
||
# ep06_p02.md -> literary_works_ep06_p02.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p02.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p02.md"
|
||
|
||
# ep02_p21.md -> literary_works_ep02_p21.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p21.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p21.md"
|
||
|
||
# ep02_p17.md -> literary_works_ep02_p17.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p17.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p17.md"
|
||
|
||
# ep10_p29.md -> literary_works_ep10_p29.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p29.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p29.md"
|
||
|
||
# ep01_p12.md -> literary_works_ep01_p12.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p12.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p12.md"
|
||
|
||
# ep08_p24.md -> literary_works_ep08_p24.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p24.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p24.md"
|
||
|
||
# ep08_p23.md -> literary_works_ep08_p23.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p23.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p23.md"
|
||
|
||
# ep02_p29.md -> literary_works_ep02_p29.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p29.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p29.md"
|
||
|
||
# ep02_p28.md -> literary_works_ep02_p28.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p28.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p28.md"
|
||
|
||
# ep09_p07.md -> literary_works_ep09_p07.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p07.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p07.md"
|
||
|
||
# ep01_p11.md -> literary_works_ep01_p11.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p11.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p11.md"
|
||
|
||
# ep10_p28.md -> literary_works_ep10_p28.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p28.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p28.md"
|
||
|
||
# ep08_p19.md -> literary_works_ep08_p19.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p19.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p19.md"
|
||
|
||
# ep08_p06.md -> literary_works_ep08_p06.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p06.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p06.md"
|
||
|
||
# ep01_p01.md -> literary_works_ep01_p01.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p01.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p01.md"
|
||
|
||
# ep04_p03.md -> literary_works_ep04_p03.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p03.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p03.md"
|
||
|
||
# ep07_p30.md -> literary_works_ep07_p30.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p30.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p30.md"
|
||
|
||
# ep08_p05.md -> literary_works_ep08_p05.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p05.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p05.md"
|
||
|
||
# ep05_p14.md -> literary_works_ep05_p14.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p14.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p14.md"
|
||
|
||
# ep02_p07.md -> literary_works_ep02_p07.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p07.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p07.md"
|
||
|
||
# ep10_p18.md -> literary_works_ep10_p18.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p18.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p18.md"
|
||
|
||
# ep04_p04.md -> literary_works_ep04_p04.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p04.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p04.md"
|
||
|
||
# ep09_p15.md -> literary_works_ep09_p15.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p15.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p15.md"
|
||
|
||
# ep08_p35.md -> literary_works_ep08_p35.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p35.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p35.md"
|
||
|
||
# ep01_p02.md -> literary_works_ep01_p02.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p02.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p02.md"
|
||
|
||
# ep07_p31.md -> literary_works_ep07_p31.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p31.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p31.md"
|
||
|
||
# ep10_p45.md -> literary_works_ep10_p45.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p45.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p45.md"
|
||
|
||
# ep09_p17.md -> literary_works_ep09_p17.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p17.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p17.md"
|
||
|
||
# ep02_p31.md -> literary_works_ep02_p31.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p31.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p31.md"
|
||
|
||
# ep09_p09.md -> literary_works_ep09_p09.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p09.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p09.md"
|
||
|
||
# ep01_p14.md -> literary_works_ep01_p14.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep01_p14.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep01_p14.md"
|
||
|
||
# ep06_p14.md -> literary_works_ep06_p14.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p14.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p14.md"
|
||
|
||
# ep05_p20.md -> literary_works_ep05_p20.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep05_p20.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep05_p20.md"
|
||
|
||
# ep04_p23.md -> literary_works_ep04_p23.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p23.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p23.md"
|
||
|
||
# ep06_p13.md -> literary_works_ep06_p13.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p13.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p13.md"
|
||
|
||
# ep08_p34.md -> literary_works_ep08_p34.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep08_p34.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep08_p34.md"
|
||
|
||
# ep09_p24.md -> literary_works_ep09_p24.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p24.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p24.md"
|
||
|
||
# ep03_p08.md -> literary_works_ep03_p08.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p08.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p08.md"
|
||
|
||
# ep09_p19.md -> literary_works_ep09_p19.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p19.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p19.md"
|
||
|
||
# ep04_p08.md -> literary_works_ep04_p08.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p08.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p08.md"
|
||
|
||
# ep07_p20.md -> literary_works_ep07_p20.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p20.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p20.md"
|
||
|
||
# ep07_p24.md -> literary_works_ep07_p24.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p24.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p24.md"
|
||
|
||
# ep06_p25.md -> literary_works_ep06_p25.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p25.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p25.md"
|
||
|
||
# ep07_p17.md -> literary_works_ep07_p17.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p17.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p17.md"
|
||
|
||
# ep09_p14.md -> literary_works_ep09_p14.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p14.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p14.md"
|
||
|
||
# ep10_p09.md -> literary_works_ep10_p09.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p09.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p09.md"
|
||
|
||
# ep09_p18.md -> literary_works_ep09_p18.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep09_p18.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep09_p18.md"
|
||
|
||
# ep10_p49.md -> literary_works_ep10_p49.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p49.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p49.md"
|
||
|
||
# ep03_p23.md -> literary_works_ep03_p23.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep03_p23.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep03_p23.md"
|
||
|
||
# ep02_p02.md -> literary_works_ep02_p02.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p02.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p02.md"
|
||
|
||
# ep07_p05.md -> literary_works_ep07_p05.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep07_p05.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep07_p05.md"
|
||
|
||
# ep06_p24.md -> literary_works_ep06_p24.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep06_p24.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep06_p24.md"
|
||
|
||
# ep10_p07.md -> literary_works_ep10_p07.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p07.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p07.md"
|
||
|
||
# ep04_p17.md -> literary_works_ep04_p17.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep04_p17.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep04_p17.md"
|
||
|
||
# ep10_p24.md -> literary_works_ep10_p24.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep10_p24.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep10_p24.md"
|
||
|
||
# ep02_p27.md -> literary_works_ep02_p27.md
|
||
mv "literary-works/analysis/3body/processed/chunks/ep02_p27.md" "literary-works/analysis/3body/processed/chunks/literary_works_ep02_p27.md"
|
||
|
||
# conf.py -> other_conf.py
|
||
mv "documentation/sphinx-docs/conf.py" "documentation/sphinx-docs/other_conf.py"
|
||
|
||
# index.rst -> other_index.rst
|
||
mv "documentation/sphinx-docs/index.rst" "documentation/sphinx-docs/other_index.rst"
|
||
|
||
# requirements.txt -> other_requirements.txt
|
||
mv "documentation/sphinx-docs/requirements.txt" "documentation/sphinx-docs/other_requirements.txt"
|
||
|
||
# index.rst -> academic_papers_index.rst
|
||
mv "documentation/sphinx-docs/academic-papers/index.rst" "documentation/sphinx-docs/academic-papers/academic_papers_index.rst"
|
||
|
||
# index.rst -> literary_works_index.rst
|
||
mv "documentation/sphinx-docs/literary-works/index.rst" "documentation/sphinx-docs/literary-works/literary_works_index.rst"
|
||
|
||
# index.rst -> other_index.rst
|
||
mv "documentation/sphinx-docs/documentation/index.rst" "documentation/sphinx-docs/documentation/other_index.rst"
|
||
|
||
# index.rst -> historical_research_index.rst
|
||
mv "documentation/sphinx-docs/historical-research/index.rst" "documentation/sphinx-docs/historical-research/historical_research_index.rst"
|
||
|
||
# index.rst -> core_theory_index.rst
|
||
mv "documentation/sphinx-docs/core-theory/index.rst" "documentation/sphinx-docs/core-theory/core_theory_index.rst"
|
||
|
||
# index.rst -> other_index.rst
|
||
mv "documentation/sphinx-docs/tools/index.rst" "documentation/sphinx-docs/tools/other_index.rst"
|
||
|
||
# DOCUMENTATION_OVERVIEW.md -> other_documentation_overview.md
|
||
mv "documentation/overview/DOCUMENTATION_OVERVIEW.md" "documentation/overview/other_documentation_overview.md"
|
||
|
||
# logic_structure_validation.md -> other_logic_structure_validation.md
|
||
mv "documentation/analysis/logic_structure_validation.md" "documentation/analysis/other_logic_structure_validation.md"
|
||
|
||
# project_analysis.md -> other_project_analysis.md
|
||
mv "documentation/analysis/project_analysis.md" "documentation/analysis/other_project_analysis.md"
|
||
|
||
# cross_reference_system.md -> other_cross_reference_system.md
|
||
mv "documentation/analysis/cross_reference_system.md" "documentation/analysis/other_cross_reference_system.md"
|
||
|
||
# academic_standards_review.md -> other_academic_standards_review.md
|
||
mv "documentation/analysis/academic_standards_review.md" "documentation/analysis/other_academic_standards_review.md"
|
||
|
||
# phonetic_analysis_rules.md -> other_phonetic_analysis_rules.md
|
||
mv "documentation/analysis/phonetic_analysis_rules.md" "documentation/analysis/other_phonetic_analysis_rules.md"
|
||
|
||
# refined_analysis.py -> other_refined_analysis.py
|
||
mv "documentation/analysis/phallic-worship-analysis/refined_analysis.py" "documentation/analysis/phallic-worship-analysis/other_refined_analysis.py"
|
||
|
||
# pre_reform_analysis.py -> other_pre_reform_analysis.py
|
||
mv "documentation/analysis/phallic-worship-analysis/pre_reform_analysis.py" "documentation/analysis/phallic-worship-analysis/other_pre_reform_analysis.py"
|
||
|
||
# demo.py -> other_demo.py
|
||
mv "documentation/analysis/phallic-worship-analysis/demo.py" "documentation/analysis/phallic-worship-analysis/other_demo.py"
|
||
|
||
# README.md -> other_readme.md
|
||
mv "documentation/analysis/phallic-worship-analysis/README.md" "documentation/analysis/phallic-worship-analysis/other_readme.md"
|
||
|
||
# config.py -> other_config.py
|
||
mv "documentation/analysis/phallic-worship-analysis/config.py" "documentation/analysis/phallic-worship-analysis/other_config.py"
|
||
|
||
# initialize.py -> other_initialize.py
|
||
mv "documentation/analysis/phallic-worship-analysis/initialize.py" "documentation/analysis/phallic-worship-analysis/other_initialize.py"
|
||
|
||
# simple_demo.py -> other_simple_demo.py
|
||
mv "documentation/analysis/phallic-worship-analysis/simple_demo.py" "documentation/analysis/phallic-worship-analysis/other_simple_demo.py"
|
||
|
||
# northern_wei_emperors.py -> other_northern_wei_emperors.py
|
||
mv "documentation/analysis/phallic-worship-analysis/data/emperors/northern_wei_emperors.py" "documentation/analysis/phallic-worship-analysis/data/emperors/other_northern_wei_emperors.py"
|
||
|
||
# qiu_dragon_etymology.py -> other_qiu_dragon_etymology.py
|
||
mv "documentation/analysis/phallic-worship-analysis/data/linguistic/qiu_dragon_etymology.py" "documentation/analysis/phallic-worship-analysis/data/linguistic/other_qiu_dragon_etymology.py"
|
||
|
||
# qilin_kulue_phonetic.py -> other_qilin_kulue_phonetic.py
|
||
mv "documentation/analysis/phallic-worship-analysis/data/linguistic/qilin_kulue_phonetic.py" "documentation/analysis/phallic-worship-analysis/data/linguistic/other_qilin_kulue_phonetic.py"
|
||
|
||
# lidongyang_documents.py -> other_lidongyang_documents.py
|
||
mv "documentation/analysis/phallic-worship-analysis/data/dragon_worship/lidongyang_documents.py" "documentation/analysis/phallic-worship-analysis/data/dragon_worship/other_lidongyang_documents.py"
|
||
|
||
# connections.py -> other_connections.py
|
||
mv "documentation/analysis/phallic-worship-analysis/database/connections.py" "documentation/analysis/phallic-worship-analysis/database/other_connections.py"
|
||
|
||
# models.py -> other_models.py
|
||
mv "documentation/analysis/phallic-worship-analysis/analysis/models.py" "documentation/analysis/phallic-worship-analysis/analysis/other_models.py"
|
||
|
||
# quality_control.py -> other_quality_control.py
|
||
mv "documentation/analysis/phallic-worship-analysis/analysis/quality_control.py" "documentation/analysis/phallic-worship-analysis/analysis/other_quality_control.py"
|
||
|
||
# fertility_anxiety_analyzer.py -> other_fertility_anxiety_analyzer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/analysis/statistics/fertility_anxiety_analyzer.py" "documentation/analysis/phallic-worship-analysis/analysis/statistics/other_fertility_anxiety_analyzer.py"
|
||
|
||
# emperor_lifespan_analyzer.py -> other_emperor_lifespan_analyzer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/analysis/statistics/emperor_lifespan_analyzer.py" "documentation/analysis/phallic-worship-analysis/analysis/statistics/other_emperor_lifespan_analyzer.py"
|
||
|
||
# qiu_etymology_analyzer.py -> other_qiu_etymology_analyzer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/analysis/linguistic/qiu_etymology_analyzer.py" "documentation/analysis/phallic-worship-analysis/analysis/linguistic/other_qiu_etymology_analyzer.py"
|
||
|
||
# dragon_theory_analyzer.py -> other_dragon_theory_analyzer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/analysis/dragon_worship/dragon_theory_analyzer.py" "documentation/analysis/phallic-worship-analysis/analysis/dragon_worship/other_dragon_theory_analyzer.py"
|
||
|
||
# qiu_etymology_analyzer.py -> other_qiu_etymology_analyzer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/analysis/dragon_worship/qiu_etymology_analyzer.py" "documentation/analysis/phallic-worship-analysis/analysis/dragon_worship/other_qiu_etymology_analyzer.py"
|
||
|
||
# imagesize.py -> other_imagesize.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/imagesize.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/other_imagesize.py"
|
||
|
||
# ruler.py -> other_ruler.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/ruler.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/other_ruler.py"
|
||
|
||
# renderer.py -> other_renderer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/renderer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/other_renderer.py"
|
||
|
||
# _punycode.py -> other__punycode.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/_punycode.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/other__punycode.py"
|
||
|
||
# parser_core.py -> other_parser_core.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/parser_core.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/other_parser_core.py"
|
||
|
||
# token.py -> other_token.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/token.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/other_token.py"
|
||
|
||
# tree.py -> other_tree.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/tree.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/other_tree.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/other__init_.py"
|
||
|
||
# _compat.py -> other__compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/_compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/other__compat.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/other_utils.py"
|
||
|
||
# parser_inline.py -> other_parser_inline.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/parser_inline.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/other_parser_inline.py"
|
||
|
||
# main.py -> other_main.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/main.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/other_main.py"
|
||
|
||
# parser_block.py -> other_parser_block.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/parser_block.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/other_parser_block.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/presets/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/presets/other__init_.py"
|
||
|
||
# zero.py -> other_zero.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/presets/zero.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/presets/other_zero.py"
|
||
|
||
# default.py -> other_default.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/presets/default.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/presets/other_default.py"
|
||
|
||
# commonmark.py -> other_commonmark.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/presets/commonmark.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/presets/other_commonmark.py"
|
||
|
||
# strikethrough.py -> other_strikethrough.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/strikethrough.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/other_strikethrough.py"
|
||
|
||
# entity.py -> other_entity.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/entity.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/other_entity.py"
|
||
|
||
# state_inline.py -> other_state_inline.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/state_inline.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/other_state_inline.py"
|
||
|
||
# balance_pairs.py -> other_balance_pairs.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/balance_pairs.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/other_balance_pairs.py"
|
||
|
||
# escape.py -> other_escape.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/escape.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/other_escape.py"
|
||
|
||
# newline.py -> other_newline.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/newline.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/other_newline.py"
|
||
|
||
# html_inline.py -> other_html_inline.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/html_inline.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/other_html_inline.py"
|
||
|
||
# fragments_join.py -> other_fragments_join.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/fragments_join.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/other_fragments_join.py"
|
||
|
||
# linkify.py -> other_linkify.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/linkify.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/other_linkify.py"
|
||
|
||
# link.py -> other_link.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/link.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/other_link.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/other__init_.py"
|
||
|
||
# text.py -> other_text.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/text.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/other_text.py"
|
||
|
||
# emphasis.py -> other_emphasis.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/emphasis.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/other_emphasis.py"
|
||
|
||
# image.py -> other_image.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/image.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/other_image.py"
|
||
|
||
# autolink.py -> other_autolink.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/autolink.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/other_autolink.py"
|
||
|
||
# backticks.py -> other_backticks.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/backticks.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_inline/other_backticks.py"
|
||
|
||
# state_core.py -> other_state_core.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/state_core.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/other_state_core.py"
|
||
|
||
# block.py -> other_block.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/block.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/other_block.py"
|
||
|
||
# inline.py -> other_inline.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/inline.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/other_inline.py"
|
||
|
||
# replacements.py -> other_replacements.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/replacements.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/other_replacements.py"
|
||
|
||
# linkify.py -> other_linkify.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/linkify.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/other_linkify.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/other__init_.py"
|
||
|
||
# normalize.py -> other_normalize.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/normalize.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/other_normalize.py"
|
||
|
||
# text_join.py -> other_text_join.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/text_join.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/other_text_join.py"
|
||
|
||
# smartquotes.py -> other_smartquotes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/smartquotes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_core/other_smartquotes.py"
|
||
|
||
# parse_link_label.py -> other_parse_link_label.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/helpers/parse_link_label.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/helpers/other_parse_link_label.py"
|
||
|
||
# parse_link_title.py -> other_parse_link_title.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/helpers/parse_link_title.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/helpers/other_parse_link_title.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/helpers/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/helpers/other__init_.py"
|
||
|
||
# parse_link_destination.py -> other_parse_link_destination.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/helpers/parse_link_destination.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/helpers/other_parse_link_destination.py"
|
||
|
||
# html_blocks.py -> other_html_blocks.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/common/html_blocks.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/common/other_html_blocks.py"
|
||
|
||
# entities.py -> other_entities.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/common/entities.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/common/other_entities.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/common/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/common/other__init_.py"
|
||
|
||
# html_re.py -> other_html_re.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/common/html_re.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/common/other_html_re.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/common/utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/common/other_utils.py"
|
||
|
||
# normalize_url.py -> other_normalize_url.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/common/normalize_url.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/common/other_normalize_url.py"
|
||
|
||
# list.py -> other_list.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/list.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/other_list.py"
|
||
|
||
# paragraph.py -> other_paragraph.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/paragraph.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/other_paragraph.py"
|
||
|
||
# heading.py -> other_heading.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/heading.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/other_heading.py"
|
||
|
||
# lheading.py -> other_lheading.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/lheading.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/other_lheading.py"
|
||
|
||
# html_block.py -> other_html_block.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/html_block.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/other_html_block.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/other__init_.py"
|
||
|
||
# code.py -> other_code.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/code.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/other_code.py"
|
||
|
||
# state_block.py -> other_state_block.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/state_block.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/other_state_block.py"
|
||
|
||
# table.py -> other_table.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/table.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/other_table.py"
|
||
|
||
# hr.py -> other_hr.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/hr.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/other_hr.py"
|
||
|
||
# blockquote.py -> other_blockquote.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/blockquote.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/other_blockquote.py"
|
||
|
||
# reference.py -> other_reference.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/reference.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/other_reference.py"
|
||
|
||
# fence.py -> other_fence.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/fence.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/rules_block/other_fence.py"
|
||
|
||
# parse.py -> other_parse.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/cli/parse.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/cli/other_parse.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/cli/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it/cli/other__init_.py"
|
||
|
||
# attributes_patch.py -> other_attributes_patch.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx_autodoc_typehints/attributes_patch.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx_autodoc_typehints/other_attributes_patch.py"
|
||
|
||
# patches.py -> other_patches.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx_autodoc_typehints/patches.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx_autodoc_typehints/other_patches.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx_autodoc_typehints/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx_autodoc_typehints/other__init_.py"
|
||
|
||
# _parser.py -> other__parser.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx_autodoc_typehints/_parser.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx_autodoc_typehints/other__parser.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx_autodoc_typehints/version.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx_autodoc_typehints/other_version.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/_yaml/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/_yaml/other__init_.py"
|
||
|
||
# turkish_stemmer.py -> other_turkish_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/turkish_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_turkish_stemmer.py"
|
||
|
||
# italian_stemmer.py -> other_italian_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/italian_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_italian_stemmer.py"
|
||
|
||
# tamil_stemmer.py -> other_tamil_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/tamil_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_tamil_stemmer.py"
|
||
|
||
# basque_stemmer.py -> other_basque_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/basque_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_basque_stemmer.py"
|
||
|
||
# danish_stemmer.py -> other_danish_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/danish_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_danish_stemmer.py"
|
||
|
||
# english_stemmer.py -> other_english_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/english_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_english_stemmer.py"
|
||
|
||
# porter_stemmer.py -> other_porter_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/porter_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_porter_stemmer.py"
|
||
|
||
# nepali_stemmer.py -> other_nepali_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/nepali_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_nepali_stemmer.py"
|
||
|
||
# irish_stemmer.py -> other_irish_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/irish_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_irish_stemmer.py"
|
||
|
||
# french_stemmer.py -> other_french_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/french_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_french_stemmer.py"
|
||
|
||
# dutch_porter_stemmer.py -> other_dutch_porter_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/dutch_porter_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_dutch_porter_stemmer.py"
|
||
|
||
# yiddish_stemmer.py -> other_yiddish_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/yiddish_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_yiddish_stemmer.py"
|
||
|
||
# dutch_stemmer.py -> other_dutch_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/dutch_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_dutch_stemmer.py"
|
||
|
||
# basestemmer.py -> other_basestemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/basestemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_basestemmer.py"
|
||
|
||
# hindi_stemmer.py -> other_hindi_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/hindi_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_hindi_stemmer.py"
|
||
|
||
# estonian_stemmer.py -> other_estonian_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/estonian_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_estonian_stemmer.py"
|
||
|
||
# norwegian_stemmer.py -> other_norwegian_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/norwegian_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_norwegian_stemmer.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other__init_.py"
|
||
|
||
# lithuanian_stemmer.py -> other_lithuanian_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/lithuanian_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_lithuanian_stemmer.py"
|
||
|
||
# armenian_stemmer.py -> other_armenian_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/armenian_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_armenian_stemmer.py"
|
||
|
||
# finnish_stemmer.py -> other_finnish_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/finnish_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_finnish_stemmer.py"
|
||
|
||
# russian_stemmer.py -> other_russian_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/russian_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_russian_stemmer.py"
|
||
|
||
# esperanto_stemmer.py -> other_esperanto_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/esperanto_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_esperanto_stemmer.py"
|
||
|
||
# german_stemmer.py -> other_german_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/german_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_german_stemmer.py"
|
||
|
||
# hungarian_stemmer.py -> other_hungarian_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/hungarian_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_hungarian_stemmer.py"
|
||
|
||
# serbian_stemmer.py -> other_serbian_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/serbian_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_serbian_stemmer.py"
|
||
|
||
# greek_stemmer.py -> other_greek_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/greek_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_greek_stemmer.py"
|
||
|
||
# among.py -> other_among.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/among.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_among.py"
|
||
|
||
# swedish_stemmer.py -> other_swedish_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/swedish_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_swedish_stemmer.py"
|
||
|
||
# catalan_stemmer.py -> other_catalan_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/catalan_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_catalan_stemmer.py"
|
||
|
||
# arabic_stemmer.py -> other_arabic_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/arabic_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_arabic_stemmer.py"
|
||
|
||
# indonesian_stemmer.py -> other_indonesian_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/indonesian_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_indonesian_stemmer.py"
|
||
|
||
# spanish_stemmer.py -> other_spanish_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/spanish_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_spanish_stemmer.py"
|
||
|
||
# romanian_stemmer.py -> other_romanian_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/romanian_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_romanian_stemmer.py"
|
||
|
||
# portuguese_stemmer.py -> other_portuguese_stemmer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/portuguese_stemmer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer/other_portuguese_stemmer.py"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx-8.2.3.dist-info/entry_points.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx-8.2.3.dist-info/other_entry_points.txt"
|
||
|
||
# LICENSE.rst -> other_license.rst
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx-8.2.3.dist-info/licenses/LICENSE.rst" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx-8.2.3.dist-info/licenses/other_license.rst"
|
||
|
||
# md.py -> other_md.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/md.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/other_md.py"
|
||
|
||
# constant.py -> other_constant.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/constant.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/other_constant.py"
|
||
|
||
# legacy.py -> other_legacy.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/legacy.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/other_legacy.py"
|
||
|
||
# models.py -> other_models.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/models.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/other_models.py"
|
||
|
||
# api.py -> other_api.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/api.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/other_api.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/other__init_.py"
|
||
|
||
# cd.py -> other_cd.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/cd.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/other_cd.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/other_utils.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/__main__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/other__main_.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/version.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/other_version.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/cli/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/cli/other__init_.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/cli/__main__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer/cli/other__main_.py"
|
||
|
||
# sphinx_.py -> other_sphinx_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/sphinx_.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/other_sphinx_.py"
|
||
|
||
# warnings_.py -> other_warnings_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/warnings_.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/other_warnings_.py"
|
||
|
||
# mocking.py -> other_mocking.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/mocking.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/other_mocking.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/other__init_.py"
|
||
|
||
# _compat.py -> other__compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/_compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/other__compat.py"
|
||
|
||
# cli.py -> other_cli.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/cli.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/other_cli.py"
|
||
|
||
# docutils_.py -> other_docutils_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/docutils_.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/other_docutils_.py"
|
||
|
||
# _docs.py -> other__docs.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/_docs.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/other__docs.py"
|
||
|
||
# inventory.py -> other_inventory.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/inventory.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/other_inventory.py"
|
||
|
||
# sphinx_.py -> other_sphinx_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/parsers/sphinx_.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/parsers/other_sphinx_.py"
|
||
|
||
# mdit.py -> other_mdit.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/parsers/mdit.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/parsers/other_mdit.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/parsers/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/parsers/other__init_.py"
|
||
|
||
# parse_html.py -> other_parse_html.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/parsers/parse_html.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/parsers/other_parse_html.py"
|
||
|
||
# directives.py -> other_directives.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/parsers/directives.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/parsers/other_directives.py"
|
||
|
||
# docutils_.py -> other_docutils_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/parsers/docutils_.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/parsers/other_docutils_.py"
|
||
|
||
# options.py -> other_options.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/parsers/options.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/parsers/other_options.py"
|
||
|
||
# dc_validators.py -> other_dc_validators.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/config/dc_validators.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/config/other_dc_validators.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/config/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/config/other__init_.py"
|
||
|
||
# main.py -> other_main.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/config/main.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/config/other_main.py"
|
||
|
||
# sphinx_.py -> other_sphinx_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/mdit_to_docutils/sphinx_.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/mdit_to_docutils/other_sphinx_.py"
|
||
|
||
# transforms.py -> other_transforms.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/mdit_to_docutils/transforms.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/mdit_to_docutils/other_transforms.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/mdit_to_docutils/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/mdit_to_docutils/other__init_.py"
|
||
|
||
# base.py -> other_base.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/mdit_to_docutils/base.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/mdit_to_docutils/other_base.py"
|
||
|
||
# html_to_nodes.py -> other_html_to_nodes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/mdit_to_docutils/html_to_nodes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/mdit_to_docutils/other_html_to_nodes.py"
|
||
|
||
# myst_refs.py -> other_myst_refs.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/sphinx_ext/myst_refs.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/sphinx_ext/other_myst_refs.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/sphinx_ext/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/sphinx_ext/other__init_.py"
|
||
|
||
# directives.py -> other_directives.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/sphinx_ext/directives.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/sphinx_ext/other_directives.py"
|
||
|
||
# mathjax.py -> other_mathjax.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/sphinx_ext/mathjax.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/sphinx_ext/other_mathjax.py"
|
||
|
||
# main.py -> other_main.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/sphinx_ext/main.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser/sphinx_ext/other_main.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/roman_numerals/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/roman_numerals/other__init_.py"
|
||
|
||
# _url.py -> other__url.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdurl/_url.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdurl/other__url.py"
|
||
|
||
# _encode.py -> other__encode.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdurl/_encode.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdurl/other__encode.py"
|
||
|
||
# _parse.py -> other__parse.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdurl/_parse.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdurl/other__parse.py"
|
||
|
||
# _decode.py -> other__decode.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdurl/_decode.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdurl/other__decode.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdurl/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdurl/other__init_.py"
|
||
|
||
# _format.py -> other__format.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdurl/_format.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdurl/other__format.py"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/entry_points.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/other_entry_points.txt"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/top_level.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/other_top_level.txt"
|
||
|
||
# _native.py -> other__native.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markupsafe/_native.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markupsafe/other__native.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markupsafe/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markupsafe/other__init_.py"
|
||
|
||
# substitution.py -> other_substitution.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/substitution.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/other_substitution.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/other__init_.py"
|
||
|
||
# colon_fence.py -> other_colon_fence.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/colon_fence.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/other_colon_fence.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/other_utils.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/footnote/index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/footnote/other_index.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/footnote/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/footnote/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/wordcount/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/wordcount/other__init_.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/myst_role/index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/myst_role/other_index.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/myst_role/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/myst_role/other__init_.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/deflist/index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/deflist/other_index.py"
|
||
|
||
# README.md -> other_readme.md
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/deflist/README.md" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/deflist/other_readme.md"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/deflist/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/deflist/other__init_.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/anchors/index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/anchors/other_index.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/anchors/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/anchors/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/amsmath/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/amsmath/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/subscript/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/subscript/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/tasklists/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/tasklists/other__init_.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/myst_blocks/index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/myst_blocks/other_index.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/myst_blocks/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/myst_blocks/other__init_.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/texmath/index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/texmath/other_index.py"
|
||
|
||
# README.md -> other_readme.md
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/texmath/README.md" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/texmath/other_readme.md"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/texmath/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/texmath/other__init_.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/container/index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/container/other_index.py"
|
||
|
||
# README.md -> other_readme.md
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/container/README.md" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/container/other_readme.md"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/container/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/container/other__init_.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/admon/index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/admon/other_index.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/admon/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/admon/other__init_.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/front_matter/index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/front_matter/other_index.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/front_matter/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/front_matter/other__init_.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/dollarmath/index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/dollarmath/other_index.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/dollarmath/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/dollarmath/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/field_list/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/field_list/other__init_.py"
|
||
|
||
# parse.py -> other_parse.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/attrs/parse.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/attrs/other_parse.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/attrs/index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/attrs/other_index.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/attrs/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/mdit_py_plugins/attrs/other__init_.py"
|
||
|
||
# numbers.py -> other_numbers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/numbers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/other_numbers.py"
|
||
|
||
# plural.py -> other_plural.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/plural.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/other_plural.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/other_util.py"
|
||
|
||
# localedata.py -> other_localedata.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/localedata.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/other_localedata.py"
|
||
|
||
# support.py -> other_support.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/support.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/other_support.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/core.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/other_core.py"
|
||
|
||
# languages.py -> other_languages.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/languages.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/other_languages.py"
|
||
|
||
# units.py -> other_units.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/units.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/other_units.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/other__init_.py"
|
||
|
||
# lists.py -> other_lists.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/lists.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/other_lists.py"
|
||
|
||
# dates.py -> other_dates.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/dates.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/other_dates.py"
|
||
|
||
# checkers.py -> other_checkers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/checkers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/other_checkers.py"
|
||
|
||
# extract.py -> other_extract.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/extract.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/other_extract.py"
|
||
|
||
# mofile.py -> other_mofile.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/mofile.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/other_mofile.py"
|
||
|
||
# jslexer.py -> other_jslexer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/jslexer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/other_jslexer.py"
|
||
|
||
# setuptools_frontend.py -> other_setuptools_frontend.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/setuptools_frontend.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/other_setuptools_frontend.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/other__init_.py"
|
||
|
||
# frontend.py -> other_frontend.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/frontend.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/other_frontend.py"
|
||
|
||
# _compat.py -> other__compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/_compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/other__compat.py"
|
||
|
||
# catalog.py -> other_catalog.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/catalog.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/other_catalog.py"
|
||
|
||
# pofile.py -> other_pofile.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/pofile.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/other_pofile.py"
|
||
|
||
# plurals.py -> other_plurals.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/plurals.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/messages/other_plurals.py"
|
||
|
||
# _unix.py -> other__unix.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/localtime/_unix.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/localtime/other__unix.py"
|
||
|
||
# _helpers.py -> other__helpers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/localtime/_helpers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/localtime/other__helpers.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/localtime/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/localtime/other__init_.py"
|
||
|
||
# _win32.py -> other__win32.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/localtime/_win32.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/localtime/other__win32.py"
|
||
|
||
# _fallback.py -> other__fallback.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/localtime/_fallback.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel/localtime/other__fallback.py"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer-3.4.4.dist-info/entry_points.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer-3.4.4.dist-info/other_entry_points.txt"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer-3.4.4.dist-info/top_level.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/charset_normalizer-3.4.4.dist-info/other_top_level.txt"
|
||
|
||
# scanner.py -> other_scanner.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/scanner.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/other_scanner.py"
|
||
|
||
# lexer.py -> other_lexer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/other_lexer.py"
|
||
|
||
# style.py -> other_style.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/style.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/other_style.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/other_util.py"
|
||
|
||
# token.py -> other_token.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/token.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/other_token.py"
|
||
|
||
# formatter.py -> other_formatter.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatter.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/other_formatter.py"
|
||
|
||
# regexopt.py -> other_regexopt.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/regexopt.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/other_regexopt.py"
|
||
|
||
# modeline.py -> other_modeline.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/modeline.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/other_modeline.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/other__init_.py"
|
||
|
||
# cmdline.py -> other_cmdline.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/cmdline.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/other_cmdline.py"
|
||
|
||
# console.py -> other_console.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/console.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/other_console.py"
|
||
|
||
# unistring.py -> other_unistring.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/unistring.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/other_unistring.py"
|
||
|
||
# sphinxext.py -> other_sphinxext.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/sphinxext.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/other_sphinxext.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/__main__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/other__main_.py"
|
||
|
||
# plugin.py -> other_plugin.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/plugin.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/other_plugin.py"
|
||
|
||
# filter.py -> other_filter.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/filter.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/other_filter.py"
|
||
|
||
# ambient.py -> other_ambient.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/ambient.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_ambient.py"
|
||
|
||
# ezhil.py -> other_ezhil.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/ezhil.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_ezhil.py"
|
||
|
||
# ldap.py -> other_ldap.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/ldap.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_ldap.py"
|
||
|
||
# varnish.py -> other_varnish.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/varnish.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_varnish.py"
|
||
|
||
# lilypond.py -> other_lilypond.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/lilypond.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_lilypond.py"
|
||
|
||
# nix.py -> other_nix.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/nix.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_nix.py"
|
||
|
||
# oberon.py -> other_oberon.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/oberon.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_oberon.py"
|
||
|
||
# _vbscript_builtins.py -> other__vbscript_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_vbscript_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__vbscript_builtins.py"
|
||
|
||
# testing.py -> other_testing.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/testing.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_testing.py"
|
||
|
||
# foxpro.py -> other_foxpro.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/foxpro.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_foxpro.py"
|
||
|
||
# tcl.py -> other_tcl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/tcl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_tcl.py"
|
||
|
||
# _scheme_builtins.py -> other__scheme_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_scheme_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__scheme_builtins.py"
|
||
|
||
# monte.py -> other_monte.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/monte.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_monte.py"
|
||
|
||
# configs.py -> other_configs.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/configs.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_configs.py"
|
||
|
||
# go.py -> other_go.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/go.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_go.py"
|
||
|
||
# igor.py -> other_igor.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/igor.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_igor.py"
|
||
|
||
# amdgpu.py -> other_amdgpu.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/amdgpu.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_amdgpu.py"
|
||
|
||
# graphics.py -> other_graphics.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/graphics.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_graphics.py"
|
||
|
||
# smv.py -> other_smv.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/smv.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_smv.py"
|
||
|
||
# roboconf.py -> other_roboconf.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/roboconf.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_roboconf.py"
|
||
|
||
# pascal.py -> other_pascal.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/pascal.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_pascal.py"
|
||
|
||
# esoteric.py -> other_esoteric.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/esoteric.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_esoteric.py"
|
||
|
||
# grammar_notation.py -> other_grammar_notation.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/grammar_notation.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_grammar_notation.py"
|
||
|
||
# q.py -> other_q.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/q.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_q.py"
|
||
|
||
# rita.py -> other_rita.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/rita.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_rita.py"
|
||
|
||
# make.py -> other_make.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/make.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_make.py"
|
||
|
||
# compiled.py -> other_compiled.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/compiled.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_compiled.py"
|
||
|
||
# scripting.py -> other_scripting.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/scripting.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_scripting.py"
|
||
|
||
# cddl.py -> other_cddl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/cddl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_cddl.py"
|
||
|
||
# tablegen.py -> other_tablegen.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/tablegen.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_tablegen.py"
|
||
|
||
# macaulay2.py -> other_macaulay2.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/macaulay2.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_macaulay2.py"
|
||
|
||
# business.py -> other_business.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/business.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_business.py"
|
||
|
||
# lean.py -> other_lean.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/lean.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_lean.py"
|
||
|
||
# _mysql_builtins.py -> other__mysql_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_mysql_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__mysql_builtins.py"
|
||
|
||
# _mql_builtins.py -> other__mql_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_mql_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__mql_builtins.py"
|
||
|
||
# kuin.py -> other_kuin.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/kuin.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_kuin.py"
|
||
|
||
# floscript.py -> other_floscript.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/floscript.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_floscript.py"
|
||
|
||
# scdoc.py -> other_scdoc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/scdoc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_scdoc.py"
|
||
|
||
# qvt.py -> other_qvt.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/qvt.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_qvt.py"
|
||
|
||
# urbi.py -> other_urbi.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/urbi.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_urbi.py"
|
||
|
||
# rdf.py -> other_rdf.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/rdf.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_rdf.py"
|
||
|
||
# pddl.py -> other_pddl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/pddl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_pddl.py"
|
||
|
||
# textedit.py -> other_textedit.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/textedit.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_textedit.py"
|
||
|
||
# mosel.py -> other_mosel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/mosel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_mosel.py"
|
||
|
||
# iolang.py -> other_iolang.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/iolang.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_iolang.py"
|
||
|
||
# d.py -> other_d.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/d.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_d.py"
|
||
|
||
# typst.py -> other_typst.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/typst.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_typst.py"
|
||
|
||
# csound.py -> other_csound.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/csound.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_csound.py"
|
||
|
||
# dalvik.py -> other_dalvik.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/dalvik.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_dalvik.py"
|
||
|
||
# bibtex.py -> other_bibtex.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/bibtex.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_bibtex.py"
|
||
|
||
# functional.py -> other_functional.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/functional.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_functional.py"
|
||
|
||
# webmisc.py -> other_webmisc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/webmisc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_webmisc.py"
|
||
|
||
# hdl.py -> other_hdl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/hdl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_hdl.py"
|
||
|
||
# dax.py -> other_dax.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/dax.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_dax.py"
|
||
|
||
# blueprint.py -> other_blueprint.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/blueprint.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_blueprint.py"
|
||
|
||
# ul4.py -> other_ul4.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/ul4.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_ul4.py"
|
||
|
||
# mojo.py -> other_mojo.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/mojo.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_mojo.py"
|
||
|
||
# jslt.py -> other_jslt.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/jslt.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_jslt.py"
|
||
|
||
# sql.py -> other_sql.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/sql.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_sql.py"
|
||
|
||
# apl.py -> other_apl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/apl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_apl.py"
|
||
|
||
# unicon.py -> other_unicon.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/unicon.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_unicon.py"
|
||
|
||
# _usd_builtins.py -> other__usd_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_usd_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__usd_builtins.py"
|
||
|
||
# javascript.py -> other_javascript.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/javascript.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_javascript.py"
|
||
|
||
# _cocoa_builtins.py -> other__cocoa_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_cocoa_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__cocoa_builtins.py"
|
||
|
||
# func.py -> other_func.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/func.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_func.py"
|
||
|
||
# stata.py -> other_stata.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/stata.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_stata.py"
|
||
|
||
# automation.py -> other_automation.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/automation.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_automation.py"
|
||
|
||
# soong.py -> other_soong.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/soong.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_soong.py"
|
||
|
||
# apdlexer.py -> other_apdlexer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/apdlexer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_apdlexer.py"
|
||
|
||
# _php_builtins.py -> other__php_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_php_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__php_builtins.py"
|
||
|
||
# mips.py -> other_mips.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/mips.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_mips.py"
|
||
|
||
# int_fiction.py -> other_int_fiction.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/int_fiction.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_int_fiction.py"
|
||
|
||
# tnt.py -> other_tnt.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/tnt.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_tnt.py"
|
||
|
||
# mime.py -> other_mime.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/mime.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_mime.py"
|
||
|
||
# minecraft.py -> other_minecraft.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/minecraft.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_minecraft.py"
|
||
|
||
# graph.py -> other_graph.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/graph.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_graph.py"
|
||
|
||
# gleam.py -> other_gleam.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/gleam.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_gleam.py"
|
||
|
||
# kusto.py -> other_kusto.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/kusto.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_kusto.py"
|
||
|
||
# j.py -> other_j.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/j.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_j.py"
|
||
|
||
# archetype.py -> other_archetype.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/archetype.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_archetype.py"
|
||
|
||
# yang.py -> other_yang.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/yang.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_yang.py"
|
||
|
||
# phix.py -> other_phix.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/phix.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_phix.py"
|
||
|
||
# smithy.py -> other_smithy.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/smithy.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_smithy.py"
|
||
|
||
# matlab.py -> other_matlab.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/matlab.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_matlab.py"
|
||
|
||
# json5.py -> other_json5.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/json5.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_json5.py"
|
||
|
||
# meson.py -> other_meson.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/meson.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_meson.py"
|
||
|
||
# elm.py -> other_elm.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/elm.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_elm.py"
|
||
|
||
# diff.py -> other_diff.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/diff.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_diff.py"
|
||
|
||
# ptx.py -> other_ptx.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/ptx.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_ptx.py"
|
||
|
||
# srcinfo.py -> other_srcinfo.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/srcinfo.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_srcinfo.py"
|
||
|
||
# _cl_builtins.py -> other__cl_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_cl_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__cl_builtins.py"
|
||
|
||
# chapel.py -> other_chapel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/chapel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_chapel.py"
|
||
|
||
# whiley.py -> other_whiley.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/whiley.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_whiley.py"
|
||
|
||
# robotframework.py -> other_robotframework.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/robotframework.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_robotframework.py"
|
||
|
||
# c_cpp.py -> other_c_cpp.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/c_cpp.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_c_cpp.py"
|
||
|
||
# pony.py -> other_pony.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/pony.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_pony.py"
|
||
|
||
# resource.py -> other_resource.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/resource.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_resource.py"
|
||
|
||
# installers.py -> other_installers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/installers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_installers.py"
|
||
|
||
# _csound_builtins.py -> other__csound_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_csound_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__csound_builtins.py"
|
||
|
||
# promql.py -> other_promql.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/promql.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_promql.py"
|
||
|
||
# tlb.py -> other_tlb.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/tlb.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_tlb.py"
|
||
|
||
# parasail.py -> other_parasail.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/parasail.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_parasail.py"
|
||
|
||
# supercollider.py -> other_supercollider.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/supercollider.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_supercollider.py"
|
||
|
||
# modula2.py -> other_modula2.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/modula2.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_modula2.py"
|
||
|
||
# jvm.py -> other_jvm.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/jvm.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_jvm.py"
|
||
|
||
# vip.py -> other_vip.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/vip.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_vip.py"
|
||
|
||
# smalltalk.py -> other_smalltalk.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/smalltalk.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_smalltalk.py"
|
||
|
||
# arturo.py -> other_arturo.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/arturo.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_arturo.py"
|
||
|
||
# graphql.py -> other_graphql.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/graphql.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_graphql.py"
|
||
|
||
# erlang.py -> other_erlang.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/erlang.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_erlang.py"
|
||
|
||
# html.py -> other_html.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/html.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_html.py"
|
||
|
||
# berry.py -> other_berry.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/berry.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_berry.py"
|
||
|
||
# gdscript.py -> other_gdscript.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/gdscript.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_gdscript.py"
|
||
|
||
# dsls.py -> other_dsls.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/dsls.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_dsls.py"
|
||
|
||
# agile.py -> other_agile.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/agile.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_agile.py"
|
||
|
||
# _lasso_builtins.py -> other__lasso_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_lasso_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__lasso_builtins.py"
|
||
|
||
# idl.py -> other_idl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/idl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_idl.py"
|
||
|
||
# bdd.py -> other_bdd.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/bdd.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_bdd.py"
|
||
|
||
# zig.py -> other_zig.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/zig.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_zig.py"
|
||
|
||
# elpi.py -> other_elpi.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/elpi.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_elpi.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__init_.py"
|
||
|
||
# jsonnet.py -> other_jsonnet.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/jsonnet.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_jsonnet.py"
|
||
|
||
# text.py -> other_text.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/text.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_text.py"
|
||
|
||
# textfmts.py -> other_textfmts.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/textfmts.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_textfmts.py"
|
||
|
||
# webidl.py -> other_webidl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/webidl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_webidl.py"
|
||
|
||
# _asy_builtins.py -> other__asy_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_asy_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__asy_builtins.py"
|
||
|
||
# _css_builtins.py -> other__css_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_css_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__css_builtins.py"
|
||
|
||
# openscad.py -> other_openscad.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/openscad.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_openscad.py"
|
||
|
||
# eiffel.py -> other_eiffel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/eiffel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_eiffel.py"
|
||
|
||
# ooc.py -> other_ooc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/ooc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_ooc.py"
|
||
|
||
# console.py -> other_console.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/console.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_console.py"
|
||
|
||
# verifpal.py -> other_verifpal.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/verifpal.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_verifpal.py"
|
||
|
||
# savi.py -> other_savi.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/savi.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_savi.py"
|
||
|
||
# sas.py -> other_sas.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/sas.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_sas.py"
|
||
|
||
# rego.py -> other_rego.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/rego.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_rego.py"
|
||
|
||
# trafficscript.py -> other_trafficscript.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/trafficscript.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_trafficscript.py"
|
||
|
||
# maple.py -> other_maple.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/maple.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_maple.py"
|
||
|
||
# algebra.py -> other_algebra.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/algebra.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_algebra.py"
|
||
|
||
# crystal.py -> other_crystal.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/crystal.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_crystal.py"
|
||
|
||
# slash.py -> other_slash.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/slash.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_slash.py"
|
||
|
||
# verification.py -> other_verification.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/verification.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_verification.py"
|
||
|
||
# shell.py -> other_shell.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/shell.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_shell.py"
|
||
|
||
# templates.py -> other_templates.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/templates.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_templates.py"
|
||
|
||
# basic.py -> other_basic.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/basic.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_basic.py"
|
||
|
||
# haxe.py -> other_haxe.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/haxe.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_haxe.py"
|
||
|
||
# fortran.py -> other_fortran.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/fortran.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_fortran.py"
|
||
|
||
# ecl.py -> other_ecl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/ecl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_ecl.py"
|
||
|
||
# ride.py -> other_ride.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/ride.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_ride.py"
|
||
|
||
# webassembly.py -> other_webassembly.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/webassembly.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_webassembly.py"
|
||
|
||
# _mapping.py -> other__mapping.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_mapping.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__mapping.py"
|
||
|
||
# teal.py -> other_teal.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/teal.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_teal.py"
|
||
|
||
# cplint.py -> other_cplint.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/cplint.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_cplint.py"
|
||
|
||
# felix.py -> other_felix.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/felix.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_felix.py"
|
||
|
||
# snobol.py -> other_snobol.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/snobol.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_snobol.py"
|
||
|
||
# yara.py -> other_yara.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/yara.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_yara.py"
|
||
|
||
# jmespath.py -> other_jmespath.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/jmespath.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_jmespath.py"
|
||
|
||
# pointless.py -> other_pointless.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/pointless.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_pointless.py"
|
||
|
||
# special.py -> other_special.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/special.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_special.py"
|
||
|
||
# ada.py -> other_ada.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/ada.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_ada.py"
|
||
|
||
# tls.py -> other_tls.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/tls.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_tls.py"
|
||
|
||
# _stan_builtins.py -> other__stan_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_stan_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__stan_builtins.py"
|
||
|
||
# asc.py -> other_asc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/asc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_asc.py"
|
||
|
||
# arrow.py -> other_arrow.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/arrow.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_arrow.py"
|
||
|
||
# comal.py -> other_comal.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/comal.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_comal.py"
|
||
|
||
# parsers.py -> other_parsers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/parsers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_parsers.py"
|
||
|
||
# sgf.py -> other_sgf.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/sgf.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_sgf.py"
|
||
|
||
# _julia_builtins.py -> other__julia_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_julia_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__julia_builtins.py"
|
||
|
||
# wgsl.py -> other_wgsl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/wgsl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_wgsl.py"
|
||
|
||
# php.py -> other_php.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/php.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_php.py"
|
||
|
||
# ampl.py -> other_ampl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/ampl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_ampl.py"
|
||
|
||
# haskell.py -> other_haskell.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/haskell.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_haskell.py"
|
||
|
||
# boa.py -> other_boa.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/boa.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_boa.py"
|
||
|
||
# nit.py -> other_nit.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/nit.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_nit.py"
|
||
|
||
# markup.py -> other_markup.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/markup.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_markup.py"
|
||
|
||
# _sourcemod_builtins.py -> other__sourcemod_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_sourcemod_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__sourcemod_builtins.py"
|
||
|
||
# hare.py -> other_hare.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/hare.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_hare.py"
|
||
|
||
# _scilab_builtins.py -> other__scilab_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_scilab_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__scilab_builtins.py"
|
||
|
||
# hexdump.py -> other_hexdump.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/hexdump.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_hexdump.py"
|
||
|
||
# julia.py -> other_julia.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/julia.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_julia.py"
|
||
|
||
# _googlesql_builtins.py -> other__googlesql_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_googlesql_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__googlesql_builtins.py"
|
||
|
||
# lisp.py -> other_lisp.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/lisp.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_lisp.py"
|
||
|
||
# modeling.py -> other_modeling.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/modeling.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_modeling.py"
|
||
|
||
# _lua_builtins.py -> other__lua_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_lua_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__lua_builtins.py"
|
||
|
||
# prql.py -> other_prql.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/prql.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_prql.py"
|
||
|
||
# theorem.py -> other_theorem.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/theorem.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_theorem.py"
|
||
|
||
# r.py -> other_r.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/r.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_r.py"
|
||
|
||
# math.py -> other_math.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/math.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_math.py"
|
||
|
||
# asn1.py -> other_asn1.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/asn1.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_asn1.py"
|
||
|
||
# carbon.py -> other_carbon.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/carbon.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_carbon.py"
|
||
|
||
# qlik.py -> other_qlik.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/qlik.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_qlik.py"
|
||
|
||
# _lilypond_builtins.py -> other__lilypond_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_lilypond_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__lilypond_builtins.py"
|
||
|
||
# dns.py -> other_dns.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/dns.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_dns.py"
|
||
|
||
# c_like.py -> other_c_like.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/c_like.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_c_like.py"
|
||
|
||
# _qlik_builtins.py -> other__qlik_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_qlik_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__qlik_builtins.py"
|
||
|
||
# procfile.py -> other_procfile.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/procfile.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_procfile.py"
|
||
|
||
# usd.py -> other_usd.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/usd.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_usd.py"
|
||
|
||
# factor.py -> other_factor.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/factor.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_factor.py"
|
||
|
||
# devicetree.py -> other_devicetree.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/devicetree.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_devicetree.py"
|
||
|
||
# gsql.py -> other_gsql.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/gsql.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_gsql.py"
|
||
|
||
# teraterm.py -> other_teraterm.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/teraterm.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_teraterm.py"
|
||
|
||
# dotnet.py -> other_dotnet.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/dotnet.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_dotnet.py"
|
||
|
||
# gcodelexer.py -> other_gcodelexer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/gcodelexer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_gcodelexer.py"
|
||
|
||
# sophia.py -> other_sophia.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/sophia.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_sophia.py"
|
||
|
||
# wowtoc.py -> other_wowtoc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/wowtoc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_wowtoc.py"
|
||
|
||
# capnproto.py -> other_capnproto.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/capnproto.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_capnproto.py"
|
||
|
||
# graphviz.py -> other_graphviz.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/graphviz.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_graphviz.py"
|
||
|
||
# xorg.py -> other_xorg.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/xorg.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_xorg.py"
|
||
|
||
# rnc.py -> other_rnc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/rnc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_rnc.py"
|
||
|
||
# inferno.py -> other_inferno.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/inferno.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_inferno.py"
|
||
|
||
# bare.py -> other_bare.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/bare.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_bare.py"
|
||
|
||
# forth.py -> other_forth.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/forth.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_forth.py"
|
||
|
||
# tal.py -> other_tal.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/tal.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_tal.py"
|
||
|
||
# email.py -> other_email.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/email.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_email.py"
|
||
|
||
# numbair.py -> other_numbair.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/numbair.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_numbair.py"
|
||
|
||
# web.py -> other_web.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/web.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_web.py"
|
||
|
||
# prolog.py -> other_prolog.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/prolog.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_prolog.py"
|
||
|
||
# typoscript.py -> other_typoscript.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/typoscript.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_typoscript.py"
|
||
|
||
# _vim_builtins.py -> other__vim_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_vim_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__vim_builtins.py"
|
||
|
||
# fift.py -> other_fift.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/fift.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_fift.py"
|
||
|
||
# praat.py -> other_praat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/praat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_praat.py"
|
||
|
||
# codeql.py -> other_codeql.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/codeql.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_codeql.py"
|
||
|
||
# dylan.py -> other_dylan.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/dylan.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_dylan.py"
|
||
|
||
# nimrod.py -> other_nimrod.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/nimrod.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_nimrod.py"
|
||
|
||
# freefem.py -> other_freefem.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/freefem.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_freefem.py"
|
||
|
||
# vyper.py -> other_vyper.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/vyper.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_vyper.py"
|
||
|
||
# ruby.py -> other_ruby.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/ruby.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_ruby.py"
|
||
|
||
# other.py -> other_other.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_other.py"
|
||
|
||
# maxima.py -> other_maxima.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/maxima.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_maxima.py"
|
||
|
||
# objective.py -> other_objective.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/objective.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_objective.py"
|
||
|
||
# _sql_builtins.py -> other__sql_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_sql_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__sql_builtins.py"
|
||
|
||
# css.py -> other_css.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/css.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_css.py"
|
||
|
||
# pawn.py -> other_pawn.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/pawn.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_pawn.py"
|
||
|
||
# spice.py -> other_spice.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/spice.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_spice.py"
|
||
|
||
# perl.py -> other_perl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/perl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_perl.py"
|
||
|
||
# thingsdb.py -> other_thingsdb.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/thingsdb.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_thingsdb.py"
|
||
|
||
# asm.py -> other_asm.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/asm.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_asm.py"
|
||
|
||
# _stata_builtins.py -> other__stata_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_stata_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__stata_builtins.py"
|
||
|
||
# _tsql_builtins.py -> other__tsql_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_tsql_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__tsql_builtins.py"
|
||
|
||
# wren.py -> other_wren.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/wren.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_wren.py"
|
||
|
||
# x10.py -> other_x10.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/x10.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_x10.py"
|
||
|
||
# sieve.py -> other_sieve.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/sieve.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_sieve.py"
|
||
|
||
# fantom.py -> other_fantom.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/fantom.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_fantom.py"
|
||
|
||
# _postgres_builtins.py -> other__postgres_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_postgres_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__postgres_builtins.py"
|
||
|
||
# _luau_builtins.py -> other__luau_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_luau_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__luau_builtins.py"
|
||
|
||
# ncl.py -> other_ncl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/ncl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_ncl.py"
|
||
|
||
# tact.py -> other_tact.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/tact.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_tact.py"
|
||
|
||
# python.py -> other_python.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/python.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_python.py"
|
||
|
||
# data.py -> other_data.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/data.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_data.py"
|
||
|
||
# _openedge_builtins.py -> other__openedge_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_openedge_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__openedge_builtins.py"
|
||
|
||
# ml.py -> other_ml.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/ml.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_ml.py"
|
||
|
||
# actionscript.py -> other_actionscript.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/actionscript.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_actionscript.py"
|
||
|
||
# _ada_builtins.py -> other__ada_builtins.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/_ada_builtins.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other__ada_builtins.py"
|
||
|
||
# clean.py -> other_clean.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/clean.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_clean.py"
|
||
|
||
# rust.py -> other_rust.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/rust.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_rust.py"
|
||
|
||
# bqn.py -> other_bqn.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/bqn.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_bqn.py"
|
||
|
||
# rebol.py -> other_rebol.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/rebol.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_rebol.py"
|
||
|
||
# jsx.py -> other_jsx.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/jsx.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_jsx.py"
|
||
|
||
# futhark.py -> other_futhark.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/futhark.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_futhark.py"
|
||
|
||
# solidity.py -> other_solidity.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/solidity.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/lexers/other_solidity.py"
|
||
|
||
# fruity.py -> other_fruity.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/fruity.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_fruity.py"
|
||
|
||
# lilypond.py -> other_lilypond.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/lilypond.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_lilypond.py"
|
||
|
||
# abap.py -> other_abap.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/abap.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_abap.py"
|
||
|
||
# igor.py -> other_igor.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/igor.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_igor.py"
|
||
|
||
# tango.py -> other_tango.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/tango.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_tango.py"
|
||
|
||
# borland.py -> other_borland.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/borland.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_borland.py"
|
||
|
||
# emacs.py -> other_emacs.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/emacs.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_emacs.py"
|
||
|
||
# gruvbox.py -> other_gruvbox.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/gruvbox.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_gruvbox.py"
|
||
|
||
# onedark.py -> other_onedark.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/onedark.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_onedark.py"
|
||
|
||
# paraiso_dark.py -> other_paraiso_dark.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/paraiso_dark.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_paraiso_dark.py"
|
||
|
||
# algol_nu.py -> other_algol_nu.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/algol_nu.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_algol_nu.py"
|
||
|
||
# autumn.py -> other_autumn.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/autumn.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_autumn.py"
|
||
|
||
# colorful.py -> other_colorful.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/colorful.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_colorful.py"
|
||
|
||
# perldoc.py -> other_perldoc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/perldoc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_perldoc.py"
|
||
|
||
# pastie.py -> other_pastie.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/pastie.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_pastie.py"
|
||
|
||
# nord.py -> other_nord.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/nord.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_nord.py"
|
||
|
||
# friendly.py -> other_friendly.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/friendly.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_friendly.py"
|
||
|
||
# stata_dark.py -> other_stata_dark.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/stata_dark.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_stata_dark.py"
|
||
|
||
# stata_light.py -> other_stata_light.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/stata_light.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_stata_light.py"
|
||
|
||
# bw.py -> other_bw.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/bw.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_bw.py"
|
||
|
||
# solarized.py -> other_solarized.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/solarized.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_solarized.py"
|
||
|
||
# native.py -> other_native.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/native.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_native.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other__init_.py"
|
||
|
||
# dracula.py -> other_dracula.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/dracula.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_dracula.py"
|
||
|
||
# rainbow_dash.py -> other_rainbow_dash.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/rainbow_dash.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_rainbow_dash.py"
|
||
|
||
# xcode.py -> other_xcode.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/xcode.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_xcode.py"
|
||
|
||
# sas.py -> other_sas.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/sas.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_sas.py"
|
||
|
||
# _mapping.py -> other__mapping.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/_mapping.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other__mapping.py"
|
||
|
||
# trac.py -> other_trac.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/trac.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_trac.py"
|
||
|
||
# vim.py -> other_vim.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/vim.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_vim.py"
|
||
|
||
# zenburn.py -> other_zenburn.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/zenburn.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_zenburn.py"
|
||
|
||
# default.py -> other_default.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/default.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_default.py"
|
||
|
||
# algol.py -> other_algol.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/algol.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_algol.py"
|
||
|
||
# paraiso_light.py -> other_paraiso_light.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/paraiso_light.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_paraiso_light.py"
|
||
|
||
# friendly_grayscale.py -> other_friendly_grayscale.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/friendly_grayscale.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_friendly_grayscale.py"
|
||
|
||
# arduino.py -> other_arduino.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/arduino.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_arduino.py"
|
||
|
||
# inkpot.py -> other_inkpot.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/inkpot.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_inkpot.py"
|
||
|
||
# vs.py -> other_vs.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/vs.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_vs.py"
|
||
|
||
# coffee.py -> other_coffee.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/coffee.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_coffee.py"
|
||
|
||
# lightbulb.py -> other_lightbulb.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/lightbulb.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_lightbulb.py"
|
||
|
||
# material.py -> other_material.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/material.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_material.py"
|
||
|
||
# gh_dark.py -> other_gh_dark.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/gh_dark.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_gh_dark.py"
|
||
|
||
# staroffice.py -> other_staroffice.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/staroffice.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_staroffice.py"
|
||
|
||
# rrt.py -> other_rrt.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/rrt.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_rrt.py"
|
||
|
||
# monokai.py -> other_monokai.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/monokai.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_monokai.py"
|
||
|
||
# manni.py -> other_manni.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/manni.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_manni.py"
|
||
|
||
# lovelace.py -> other_lovelace.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/lovelace.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_lovelace.py"
|
||
|
||
# murphy.py -> other_murphy.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/murphy.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/styles/other_murphy.py"
|
||
|
||
# svg.py -> other_svg.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/svg.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/other_svg.py"
|
||
|
||
# rtf.py -> other_rtf.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/rtf.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/other_rtf.py"
|
||
|
||
# terminal256.py -> other_terminal256.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/terminal256.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/other_terminal256.py"
|
||
|
||
# pangomarkup.py -> other_pangomarkup.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/pangomarkup.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/other_pangomarkup.py"
|
||
|
||
# html.py -> other_html.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/html.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/other_html.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/other__init_.py"
|
||
|
||
# groff.py -> other_groff.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/groff.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/other_groff.py"
|
||
|
||
# latex.py -> other_latex.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/latex.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/other_latex.py"
|
||
|
||
# bbcode.py -> other_bbcode.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/bbcode.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/other_bbcode.py"
|
||
|
||
# _mapping.py -> other__mapping.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/_mapping.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/other__mapping.py"
|
||
|
||
# irc.py -> other_irc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/irc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/other_irc.py"
|
||
|
||
# img.py -> other_img.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/img.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/other_img.py"
|
||
|
||
# terminal.py -> other_terminal.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/terminal.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/other_terminal.py"
|
||
|
||
# other.py -> other_other.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/other.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/formatters/other_other.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/filters/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments/filters/other__init_.py"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils-0.21.2.dist-info/entry_points.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils-0.21.2.dist-info/other_entry_points.txt"
|
||
|
||
# COPYING.txt -> other_copying.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils-0.21.2.dist-info/COPYING.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils-0.21.2.dist-info/other_copying.txt"
|
||
|
||
# _deprecation_warning.py -> other__deprecation_warning.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_deprecation_warning.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other__deprecation_warning.py"
|
||
|
||
# msvc.py -> other_msvc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/msvc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_msvc.py"
|
||
|
||
# glob.py -> other_glob.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/glob.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_glob.py"
|
||
|
||
# depends.py -> other_depends.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/depends.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_depends.py"
|
||
|
||
# discovery.py -> other_discovery.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/discovery.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_discovery.py"
|
||
|
||
# monkey.py -> other_monkey.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/monkey.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_monkey.py"
|
||
|
||
# launch.py -> other_launch.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/launch.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_launch.py"
|
||
|
||
# archive_util.py -> other_archive_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/archive_util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_archive_util.py"
|
||
|
||
# errors.py -> other_errors.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/errors.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_errors.py"
|
||
|
||
# _path.py -> other__path.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_path.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other__path.py"
|
||
|
||
# build_meta.py -> other_build_meta.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/build_meta.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_build_meta.py"
|
||
|
||
# _entry_points.py -> other__entry_points.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_entry_points.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other__entry_points.py"
|
||
|
||
# unicode_utils.py -> other_unicode_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/unicode_utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_unicode_utils.py"
|
||
|
||
# extension.py -> other_extension.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/extension.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_extension.py"
|
||
|
||
# dep_util.py -> other_dep_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/dep_util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_dep_util.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other__init_.py"
|
||
|
||
# wheel.py -> other_wheel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/wheel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_wheel.py"
|
||
|
||
# _importlib.py -> other__importlib.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_importlib.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other__importlib.py"
|
||
|
||
# dist.py -> other_dist.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/dist.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_dist.py"
|
||
|
||
# installer.py -> other_installer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/installer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_installer.py"
|
||
|
||
# _imp.py -> other__imp.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_imp.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other__imp.py"
|
||
|
||
# _itertools.py -> other__itertools.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_itertools.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other__itertools.py"
|
||
|
||
# namespaces.py -> other_namespaces.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/namespaces.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_namespaces.py"
|
||
|
||
# package_index.py -> other_package_index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/package_index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_package_index.py"
|
||
|
||
# py34compat.py -> other_py34compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/py34compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_py34compat.py"
|
||
|
||
# windows_support.py -> other_windows_support.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/windows_support.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_windows_support.py"
|
||
|
||
# _reqs.py -> other__reqs.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_reqs.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other__reqs.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/version.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_version.py"
|
||
|
||
# sandbox.py -> other_sandbox.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/sandbox.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_sandbox.py"
|
||
|
||
# logging.py -> other_logging.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/logging.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/other_logging.py"
|
||
|
||
# zipp.py -> other_zipp.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/zipp.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/other_zipp.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/other__init_.py"
|
||
|
||
# typing_extensions.py -> other_typing_extensions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/other_typing_extensions.py"
|
||
|
||
# ordered_set.py -> other_ordered_set.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/ordered_set.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/other_ordered_set.py"
|
||
|
||
# more.py -> other_more.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/more.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/other_more.py"
|
||
|
||
# recipes.py -> other_recipes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/recipes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/other_recipes.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/other__init_.py"
|
||
|
||
# context.py -> other_context.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/context.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/other_context.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/other__init_.py"
|
||
|
||
# functools.py -> other_functools.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/other_functools.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/other__init_.py"
|
||
|
||
# _collections.py -> other__collections.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_collections.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/other__collections.py"
|
||
|
||
# _text.py -> other__text.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_text.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/other__text.py"
|
||
|
||
# _meta.py -> other__meta.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_meta.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/other__meta.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/other__init_.py"
|
||
|
||
# _compat.py -> other__compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/other__compat.py"
|
||
|
||
# _itertools.py -> other__itertools.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/other__itertools.py"
|
||
|
||
# _adapters.py -> other__adapters.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/other__adapters.py"
|
||
|
||
# _functools.py -> other__functools.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_functools.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/other__functools.py"
|
||
|
||
# requirements.py -> other_requirements.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/requirements.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/other_requirements.py"
|
||
|
||
# specifiers.py -> other_specifiers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/specifiers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/other_specifiers.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/other__init_.py"
|
||
|
||
# markers.py -> other_markers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/markers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/other_markers.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/other_utils.py"
|
||
|
||
# __about__.py -> other__about_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/__about__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/other__about_.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/version.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/other_version.py"
|
||
|
||
# tags.py -> other_tags.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/tags.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/other_tags.py"
|
||
|
||
# _musllinux.py -> other__musllinux.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/_musllinux.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/other__musllinux.py"
|
||
|
||
# _structures.py -> other__structures.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/_structures.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/other__structures.py"
|
||
|
||
# _manylinux.py -> other__manylinux.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/_manylinux.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/packaging/other__manylinux.py"
|
||
|
||
# _legacy.py -> other__legacy.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_legacy.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other__legacy.py"
|
||
|
||
# abc.py -> other_abc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/abc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other_abc.py"
|
||
|
||
# simple.py -> other_simple.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/simple.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other_simple.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other__init_.py"
|
||
|
||
# _compat.py -> other__compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other__compat.py"
|
||
|
||
# _itertools.py -> other__itertools.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_itertools.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other__itertools.py"
|
||
|
||
# _adapters.py -> other__adapters.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_adapters.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other__adapters.py"
|
||
|
||
# readers.py -> other_readers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/readers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other_readers.py"
|
||
|
||
# _common.py -> other__common.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_common.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other__common.py"
|
||
|
||
# _re.py -> other__re.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/_re.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/other__re.py"
|
||
|
||
# _types.py -> other__types.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/_types.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/other__types.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/other__init_.py"
|
||
|
||
# _parser.py -> other__parser.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/_parser.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/tomli/other__parser.py"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/exceptions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_exceptions.py"
|
||
|
||
# testing.py -> other_testing.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/testing.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_testing.py"
|
||
|
||
# helpers.py -> other_helpers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/helpers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_helpers.py"
|
||
|
||
# actions.py -> other_actions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/actions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_actions.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_util.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/core.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_core.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other__init_.py"
|
||
|
||
# results.py -> other_results.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/results.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_results.py"
|
||
|
||
# unicode.py -> other_unicode.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/unicode.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_unicode.py"
|
||
|
||
# common.py -> other_common.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/common.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_common.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/diagram/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/diagram/other__init_.py"
|
||
|
||
# _apply_pyprojecttoml.py -> other__apply_pyprojecttoml.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/other__apply_pyprojecttoml.py"
|
||
|
||
# expand.py -> other_expand.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/expand.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/other_expand.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/other__init_.py"
|
||
|
||
# setupcfg.py -> other_setupcfg.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/setupcfg.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/other_setupcfg.py"
|
||
|
||
# pyprojecttoml.py -> other_pyprojecttoml.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/other_pyprojecttoml.py"
|
||
|
||
# fastjsonschema_exceptions.py -> other_fastjsonschema_exceptions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/other_fastjsonschema_exceptions.py"
|
||
|
||
# formats.py -> other_formats.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/formats.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/other_formats.py"
|
||
|
||
# error_reporting.py -> other_error_reporting.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/error_reporting.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/other_error_reporting.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/other__init_.py"
|
||
|
||
# fastjsonschema_validations.py -> other_fastjsonschema_validations.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/other_fastjsonschema_validations.py"
|
||
|
||
# extra_validations.py -> other_extra_validations.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/extra_validations.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/other_extra_validations.py"
|
||
|
||
# _collections.py -> other__collections.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/_collections.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other__collections.py"
|
||
|
||
# bcppcompiler.py -> other_bcppcompiler.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/bcppcompiler.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_bcppcompiler.py"
|
||
|
||
# msvccompiler.py -> other_msvccompiler.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/msvccompiler.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_msvccompiler.py"
|
||
|
||
# _msvccompiler.py -> other__msvccompiler.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/_msvccompiler.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other__msvccompiler.py"
|
||
|
||
# unixccompiler.py -> other_unixccompiler.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/unixccompiler.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_unixccompiler.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_util.py"
|
||
|
||
# ccompiler.py -> other_ccompiler.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/ccompiler.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_ccompiler.py"
|
||
|
||
# sysconfig.py -> other_sysconfig.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/sysconfig.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_sysconfig.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/core.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_core.py"
|
||
|
||
# py38compat.py -> other_py38compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/py38compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_py38compat.py"
|
||
|
||
# versionpredicate.py -> other_versionpredicate.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/versionpredicate.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_versionpredicate.py"
|
||
|
||
# text_file.py -> other_text_file.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/text_file.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_text_file.py"
|
||
|
||
# _log.py -> other__log.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/_log.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other__log.py"
|
||
|
||
# archive_util.py -> other_archive_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/archive_util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_archive_util.py"
|
||
|
||
# cmd.py -> other_cmd.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/cmd.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_cmd.py"
|
||
|
||
# fancy_getopt.py -> other_fancy_getopt.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/fancy_getopt.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_fancy_getopt.py"
|
||
|
||
# errors.py -> other_errors.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/errors.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_errors.py"
|
||
|
||
# extension.py -> other_extension.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/extension.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_extension.py"
|
||
|
||
# dep_util.py -> other_dep_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/dep_util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_dep_util.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other__init_.py"
|
||
|
||
# filelist.py -> other_filelist.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/filelist.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_filelist.py"
|
||
|
||
# dir_util.py -> other_dir_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/dir_util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_dir_util.py"
|
||
|
||
# py39compat.py -> other_py39compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/py39compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_py39compat.py"
|
||
|
||
# dist.py -> other_dist.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/dist.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_dist.py"
|
||
|
||
# _macos_compat.py -> other__macos_compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/_macos_compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other__macos_compat.py"
|
||
|
||
# spawn.py -> other_spawn.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/spawn.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_spawn.py"
|
||
|
||
# msvc9compiler.py -> other_msvc9compiler.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/msvc9compiler.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_msvc9compiler.py"
|
||
|
||
# file_util.py -> other_file_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/file_util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_file_util.py"
|
||
|
||
# cygwinccompiler.py -> other_cygwinccompiler.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/cygwinccompiler.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_cygwinccompiler.py"
|
||
|
||
# debug.py -> other_debug.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/debug.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_debug.py"
|
||
|
||
# config.py -> other_config.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/config.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_config.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/version.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_version.py"
|
||
|
||
# _functools.py -> other__functools.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/_functools.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other__functools.py"
|
||
|
||
# log.py -> other_log.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/log.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/other_log.py"
|
||
|
||
# install_scripts.py -> other_install_scripts.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/install_scripts.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_install_scripts.py"
|
||
|
||
# build.py -> other_build.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/build.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_build.py"
|
||
|
||
# py37compat.py -> other_py37compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/py37compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_py37compat.py"
|
||
|
||
# install_headers.py -> other_install_headers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/install_headers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_install_headers.py"
|
||
|
||
# install.py -> other_install.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/install.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_install.py"
|
||
|
||
# upload.py -> other_upload.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/upload.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_upload.py"
|
||
|
||
# install_data.py -> other_install_data.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/install_data.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_install_data.py"
|
||
|
||
# _framework_compat.py -> other__framework_compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/_framework_compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other__framework_compat.py"
|
||
|
||
# build_scripts.py -> other_build_scripts.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/build_scripts.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_build_scripts.py"
|
||
|
||
# bdist.py -> other_bdist.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/bdist.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_bdist.py"
|
||
|
||
# register.py -> other_register.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/register.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_register.py"
|
||
|
||
# build_py.py -> other_build_py.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/build_py.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_build_py.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other__init_.py"
|
||
|
||
# sdist.py -> other_sdist.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/sdist.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_sdist.py"
|
||
|
||
# install_egg_info.py -> other_install_egg_info.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/install_egg_info.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_install_egg_info.py"
|
||
|
||
# bdist_dumb.py -> other_bdist_dumb.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_dumb.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_bdist_dumb.py"
|
||
|
||
# bdist_rpm.py -> other_bdist_rpm.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_rpm.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_bdist_rpm.py"
|
||
|
||
# build_clib.py -> other_build_clib.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/build_clib.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_build_clib.py"
|
||
|
||
# build_ext.py -> other_build_ext.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_build_ext.py"
|
||
|
||
# config.py -> other_config.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/config.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_config.py"
|
||
|
||
# install_lib.py -> other_install_lib.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/install_lib.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_install_lib.py"
|
||
|
||
# clean.py -> other_clean.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/clean.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_clean.py"
|
||
|
||
# check.py -> other_check.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/check.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/_distutils/command/other_check.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/extern/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/extern/other__init_.py"
|
||
|
||
# install_scripts.py -> other_install_scripts.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/install_scripts.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_install_scripts.py"
|
||
|
||
# build.py -> other_build.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/build.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_build.py"
|
||
|
||
# install.py -> other_install.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/install.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_install.py"
|
||
|
||
# setopt.py -> other_setopt.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/setopt.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_setopt.py"
|
||
|
||
# egg_info.py -> other_egg_info.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/egg_info.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_egg_info.py"
|
||
|
||
# test.py -> other_test.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/test.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_test.py"
|
||
|
||
# py36compat.py -> other_py36compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/py36compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_py36compat.py"
|
||
|
||
# upload_docs.py -> other_upload_docs.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/upload_docs.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_upload_docs.py"
|
||
|
||
# upload.py -> other_upload.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/upload.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_upload.py"
|
||
|
||
# develop.py -> other_develop.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/develop.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_develop.py"
|
||
|
||
# easy_install.py -> other_easy_install.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/easy_install.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_easy_install.py"
|
||
|
||
# register.py -> other_register.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/register.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_register.py"
|
||
|
||
# build_py.py -> other_build_py.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/build_py.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_build_py.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other__init_.py"
|
||
|
||
# sdist.py -> other_sdist.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/sdist.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_sdist.py"
|
||
|
||
# install_egg_info.py -> other_install_egg_info.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/install_egg_info.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_install_egg_info.py"
|
||
|
||
# alias.py -> other_alias.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/alias.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_alias.py"
|
||
|
||
# bdist_egg.py -> other_bdist_egg.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/bdist_egg.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_bdist_egg.py"
|
||
|
||
# bdist_rpm.py -> other_bdist_rpm.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/bdist_rpm.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_bdist_rpm.py"
|
||
|
||
# dist_info.py -> other_dist_info.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/dist_info.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_dist_info.py"
|
||
|
||
# rotate.py -> other_rotate.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/rotate.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_rotate.py"
|
||
|
||
# build_clib.py -> other_build_clib.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/build_clib.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_build_clib.py"
|
||
|
||
# saveopts.py -> other_saveopts.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/saveopts.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_saveopts.py"
|
||
|
||
# build_ext.py -> other_build_ext.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/build_ext.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_build_ext.py"
|
||
|
||
# editable_wheel.py -> other_editable_wheel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/editable_wheel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_editable_wheel.py"
|
||
|
||
# install_lib.py -> other_install_lib.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/install_lib.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/setuptools/command/other_install_lib.py"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx_mermaid-0.0.8.dist-info/top_level.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx_mermaid-0.0.8.dist-info/other_top_level.txt"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxmermaid/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxmermaid/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/other__init_.py"
|
||
|
||
# zipp.py -> other_zipp.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/zipp.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/other_zipp.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/other__init_.py"
|
||
|
||
# typing_extensions.py -> other_typing_extensions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/typing_extensions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/other_typing_extensions.py"
|
||
|
||
# macos.py -> other_macos.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/macos.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/other_macos.py"
|
||
|
||
# android.py -> other_android.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/android.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/other_android.py"
|
||
|
||
# unix.py -> other_unix.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/unix.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/other_unix.py"
|
||
|
||
# api.py -> other_api.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/api.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/other_api.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/other__init_.py"
|
||
|
||
# windows.py -> other_windows.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/windows.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/other_windows.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__main__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/other__main_.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/version.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/other_version.py"
|
||
|
||
# more.py -> other_more.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/more.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/other_more.py"
|
||
|
||
# recipes.py -> other_recipes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/recipes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/other_recipes.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/other__init_.py"
|
||
|
||
# context.py -> other_context.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/context.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/other_context.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/other__init_.py"
|
||
|
||
# functools.py -> other_functools.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/functools.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/other_functools.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/other__init_.py"
|
||
|
||
# requirements.py -> other_requirements.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/requirements.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other_requirements.py"
|
||
|
||
# specifiers.py -> other_specifiers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/specifiers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other_specifiers.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other__init_.py"
|
||
|
||
# markers.py -> other_markers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/markers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other_markers.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other_utils.py"
|
||
|
||
# __about__.py -> other__about_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__about__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other__about_.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/version.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other_version.py"
|
||
|
||
# tags.py -> other_tags.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/tags.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other_tags.py"
|
||
|
||
# _musllinux.py -> other__musllinux.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/_musllinux.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other__musllinux.py"
|
||
|
||
# _structures.py -> other__structures.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/_structures.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other__structures.py"
|
||
|
||
# _manylinux.py -> other__manylinux.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/_manylinux.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other__manylinux.py"
|
||
|
||
# _legacy.py -> other__legacy.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_legacy.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other__legacy.py"
|
||
|
||
# abc.py -> other_abc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/abc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other_abc.py"
|
||
|
||
# simple.py -> other_simple.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/simple.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other_simple.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other__init_.py"
|
||
|
||
# _compat.py -> other__compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other__compat.py"
|
||
|
||
# _itertools.py -> other__itertools.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_itertools.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other__itertools.py"
|
||
|
||
# _adapters.py -> other__adapters.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_adapters.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other__adapters.py"
|
||
|
||
# readers.py -> other_readers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/readers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other_readers.py"
|
||
|
||
# _common.py -> other__common.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_common.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other__common.py"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/exceptions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_exceptions.py"
|
||
|
||
# testing.py -> other_testing.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/testing.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_testing.py"
|
||
|
||
# helpers.py -> other_helpers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/helpers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_helpers.py"
|
||
|
||
# actions.py -> other_actions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/actions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_actions.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_util.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/core.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_core.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other__init_.py"
|
||
|
||
# results.py -> other_results.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/results.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_results.py"
|
||
|
||
# unicode.py -> other_unicode.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/unicode.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_unicode.py"
|
||
|
||
# common.py -> other_common.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/common.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_common.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/diagram/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/diagram/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/extern/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pkg_resources/extern/other__init_.py"
|
||
|
||
# io.py -> other_io.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/io.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/other_io.py"
|
||
|
||
# statemachine.py -> other_statemachine.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/statemachine.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/other_statemachine.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/core.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/other_core.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/other__init_.py"
|
||
|
||
# frontend.py -> other_frontend.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/frontend.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/other_frontend.py"
|
||
|
||
# examples.py -> other_examples.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/examples.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/other_examples.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/__main__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/other__main_.py"
|
||
|
||
# nodes.py -> other_nodes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/nodes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/other_nodes.py"
|
||
|
||
# punctuation_chars.py -> other_punctuation_chars.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/punctuation_chars.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/other_punctuation_chars.py"
|
||
|
||
# error_reporting.py -> other_error_reporting.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/error_reporting.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/other_error_reporting.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/other__init_.py"
|
||
|
||
# roman.py -> other_roman.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/roman.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/other_roman.py"
|
||
|
||
# code_analyzer.py -> other_code_analyzer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/code_analyzer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/other_code_analyzer.py"
|
||
|
||
# smartquotes.py -> other_smartquotes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/smartquotes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/other_smartquotes.py"
|
||
|
||
# urischemes.py -> other_urischemes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/urischemes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/other_urischemes.py"
|
||
|
||
# unichar2tex.py -> other_unichar2tex.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/math/unichar2tex.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/math/other_unichar2tex.py"
|
||
|
||
# tex2mathml_extern.py -> other_tex2mathml_extern.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/math/tex2mathml_extern.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/math/other_tex2mathml_extern.py"
|
||
|
||
# latex2mathml.py -> other_latex2mathml.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/math/latex2mathml.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/math/other_latex2mathml.py"
|
||
|
||
# mathalphabet2unichar.py -> other_mathalphabet2unichar.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/math/mathalphabet2unichar.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/math/other_mathalphabet2unichar.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/math/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/math/other__init_.py"
|
||
|
||
# mathml_elements.py -> other_mathml_elements.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/math/mathml_elements.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/math/other_mathml_elements.py"
|
||
|
||
# math2html.py -> other_math2html.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/math/math2html.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/math/other_math2html.py"
|
||
|
||
# tex2unichar.py -> other_tex2unichar.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/math/tex2unichar.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/utils/math/other_tex2unichar.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/other__init_.py"
|
||
|
||
# recommonmark_wrapper.py -> other_recommonmark_wrapper.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/recommonmark_wrapper.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/other_recommonmark_wrapper.py"
|
||
|
||
# commonmark_wrapper.py -> other_commonmark_wrapper.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/commonmark_wrapper.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/other_commonmark_wrapper.py"
|
||
|
||
# null.py -> other_null.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/null.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/other_null.py"
|
||
|
||
# states.py -> other_states.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/states.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/other_states.py"
|
||
|
||
# roles.py -> other_roles.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/roles.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/other_roles.py"
|
||
|
||
# tableparser.py -> other_tableparser.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/tableparser.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/other_tableparser.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/other__init_.py"
|
||
|
||
# images.py -> other_images.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/images.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/other_images.py"
|
||
|
||
# body.py -> other_body.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/body.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/other_body.py"
|
||
|
||
# references.py -> other_references.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/references.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/other_references.py"
|
||
|
||
# html.py -> other_html.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/html.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/other_html.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/other__init_.py"
|
||
|
||
# misc.py -> other_misc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/misc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/other_misc.py"
|
||
|
||
# admonitions.py -> other_admonitions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/admonitions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/other_admonitions.py"
|
||
|
||
# parts.py -> other_parts.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/parts.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/other_parts.py"
|
||
|
||
# tables.py -> other_tables.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/tables.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/other_tables.py"
|
||
|
||
# isogrk2.txt -> other_isogrk2.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isogrk2.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isogrk2.txt"
|
||
|
||
# isogrk3.txt -> other_isogrk3.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isogrk3.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isogrk3.txt"
|
||
|
||
# isomscr.txt -> other_isomscr.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isomscr.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isomscr.txt"
|
||
|
||
# mmlextra.txt -> other_mmlextra.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/mmlextra.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_mmlextra.txt"
|
||
|
||
# isomfrk-wide.txt -> other_isomfrk-wide.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isomfrk-wide.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isomfrk-wide.txt"
|
||
|
||
# xhtml1-symbol.txt -> other_xhtml1-symbol.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/xhtml1-symbol.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_xhtml1-symbol.txt"
|
||
|
||
# isogrk4-wide.txt -> other_isogrk4-wide.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isogrk4-wide.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isogrk4-wide.txt"
|
||
|
||
# isoamsn.txt -> other_isoamsn.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isoamsn.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isoamsn.txt"
|
||
|
||
# isomfrk.txt -> other_isomfrk.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isomfrk.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isomfrk.txt"
|
||
|
||
# isotech.txt -> other_isotech.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isotech.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isotech.txt"
|
||
|
||
# isoamsb.txt -> other_isoamsb.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isoamsb.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isoamsb.txt"
|
||
|
||
# isogrk4.txt -> other_isogrk4.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isogrk4.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isogrk4.txt"
|
||
|
||
# xhtml1-lat1.txt -> other_xhtml1-lat1.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/xhtml1-lat1.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_xhtml1-lat1.txt"
|
||
|
||
# isomopf.txt -> other_isomopf.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isomopf.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isomopf.txt"
|
||
|
||
# isolat2.txt -> other_isolat2.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isolat2.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isolat2.txt"
|
||
|
||
# isomopf-wide.txt -> other_isomopf-wide.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isomopf-wide.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isomopf-wide.txt"
|
||
|
||
# README.txt -> other_readme.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/README.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_readme.txt"
|
||
|
||
# isoamso.txt -> other_isoamso.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isoamso.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isoamso.txt"
|
||
|
||
# mmlextra-wide.txt -> other_mmlextra-wide.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/mmlextra-wide.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_mmlextra-wide.txt"
|
||
|
||
# isocyr2.txt -> other_isocyr2.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isocyr2.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isocyr2.txt"
|
||
|
||
# isonum.txt -> other_isonum.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isonum.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isonum.txt"
|
||
|
||
# s5defs.txt -> other_s5defs.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/s5defs.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_s5defs.txt"
|
||
|
||
# isobox.txt -> other_isobox.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isobox.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isobox.txt"
|
||
|
||
# isoamsc.txt -> other_isoamsc.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isoamsc.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isoamsc.txt"
|
||
|
||
# isocyr1.txt -> other_isocyr1.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isocyr1.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isocyr1.txt"
|
||
|
||
# isogrk1.txt -> other_isogrk1.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isogrk1.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isogrk1.txt"
|
||
|
||
# xhtml1-special.txt -> other_xhtml1-special.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/xhtml1-special.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_xhtml1-special.txt"
|
||
|
||
# isomscr-wide.txt -> other_isomscr-wide.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isomscr-wide.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isomscr-wide.txt"
|
||
|
||
# isopub.txt -> other_isopub.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isopub.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isopub.txt"
|
||
|
||
# isodia.txt -> other_isodia.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isodia.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isodia.txt"
|
||
|
||
# mmlalias.txt -> other_mmlalias.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/mmlalias.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_mmlalias.txt"
|
||
|
||
# isolat1.txt -> other_isolat1.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isolat1.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isolat1.txt"
|
||
|
||
# isoamsr.txt -> other_isoamsr.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isoamsr.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isoamsr.txt"
|
||
|
||
# isoamsa.txt -> other_isoamsa.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/isoamsa.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/include/other_isoamsa.txt"
|
||
|
||
# en.py -> other_en.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/en.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_en.py"
|
||
|
||
# ru.py -> other_ru.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/ru.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_ru.py"
|
||
|
||
# nl.py -> other_nl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/nl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_nl.py"
|
||
|
||
# fa.py -> other_fa.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/fa.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_fa.py"
|
||
|
||
# pt_br.py -> other_pt_br.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/pt_br.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_pt_br.py"
|
||
|
||
# sk.py -> other_sk.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/sk.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_sk.py"
|
||
|
||
# cs.py -> other_cs.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/cs.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_cs.py"
|
||
|
||
# he.py -> other_he.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/he.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_he.py"
|
||
|
||
# ka.py -> other_ka.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/ka.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_ka.py"
|
||
|
||
# ja.py -> other_ja.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/ja.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_ja.py"
|
||
|
||
# zh_cn.py -> other_zh_cn.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/zh_cn.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_zh_cn.py"
|
||
|
||
# fi.py -> other_fi.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/fi.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_fi.py"
|
||
|
||
# es.py -> other_es.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/es.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_es.py"
|
||
|
||
# gl.py -> other_gl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/gl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_gl.py"
|
||
|
||
# af.py -> other_af.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/af.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_af.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other__init_.py"
|
||
|
||
# ca.py -> other_ca.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/ca.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_ca.py"
|
||
|
||
# sv.py -> other_sv.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/sv.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_sv.py"
|
||
|
||
# ar.py -> other_ar.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/ar.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_ar.py"
|
||
|
||
# it.py -> other_it.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/it.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_it.py"
|
||
|
||
# eo.py -> other_eo.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/eo.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_eo.py"
|
||
|
||
# fr.py -> other_fr.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/fr.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_fr.py"
|
||
|
||
# da.py -> other_da.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/da.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_da.py"
|
||
|
||
# uk.py -> other_uk.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/uk.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_uk.py"
|
||
|
||
# zh_tw.py -> other_zh_tw.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/zh_tw.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_zh_tw.py"
|
||
|
||
# pl.py -> other_pl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/pl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_pl.py"
|
||
|
||
# de.py -> other_de.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/de.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_de.py"
|
||
|
||
# lt.py -> other_lt.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/lt.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_lt.py"
|
||
|
||
# ko.py -> other_ko.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/ko.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_ko.py"
|
||
|
||
# lv.py -> other_lv.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/lv.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/other_lv.py"
|
||
|
||
# components.py -> other_components.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/components.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/other_components.py"
|
||
|
||
# writer_aux.py -> other_writer_aux.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/writer_aux.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/other_writer_aux.py"
|
||
|
||
# references.py -> other_references.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/references.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/other_references.py"
|
||
|
||
# peps.py -> other_peps.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/peps.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/other_peps.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/other__init_.py"
|
||
|
||
# misc.py -> other_misc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/misc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/other_misc.py"
|
||
|
||
# frontmatter.py -> other_frontmatter.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/frontmatter.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/other_frontmatter.py"
|
||
|
||
# parts.py -> other_parts.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/parts.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/other_parts.py"
|
||
|
||
# universal.py -> other_universal.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/universal.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/transforms/other_universal.py"
|
||
|
||
# docutils_xml.py -> other_docutils_xml.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/docutils_xml.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/other_docutils_xml.py"
|
||
|
||
# pseudoxml.py -> other_pseudoxml.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/pseudoxml.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/other_pseudoxml.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/other__init_.py"
|
||
|
||
# manpage.py -> other_manpage.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/manpage.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/other_manpage.py"
|
||
|
||
# _html_base.py -> other__html_base.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/_html_base.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/other__html_base.py"
|
||
|
||
# null.py -> other_null.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/null.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/other_null.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/latex2e/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/latex2e/other__init_.py"
|
||
|
||
# template.txt -> other_template.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/pep_html/template.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/pep_html/other_template.txt"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/pep_html/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/pep_html/other__init_.py"
|
||
|
||
# pygmentsformatter.py -> other_pygmentsformatter.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/odf_odt/pygmentsformatter.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/odf_odt/other_pygmentsformatter.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/odf_odt/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/odf_odt/other__init_.py"
|
||
|
||
# prepstyles.py -> other_prepstyles.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/odf_odt/prepstyles.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/odf_odt/other_prepstyles.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/s5_html/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/s5_html/other__init_.py"
|
||
|
||
# README.txt -> other_readme.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/s5_html/themes/README.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/s5_html/themes/other_readme.txt"
|
||
|
||
# template.txt -> other_template.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/html5_polyglot/template.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/html5_polyglot/other_template.txt"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/html5_polyglot/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/html5_polyglot/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/xetex/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/xetex/other__init_.py"
|
||
|
||
# template.txt -> other_template.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/html4css1/template.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/html4css1/other_template.txt"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/html4css1/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/writers/html4css1/other__init_.py"
|
||
|
||
# standalone.py -> other_standalone.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/readers/standalone.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/readers/other_standalone.py"
|
||
|
||
# doctree.py -> other_doctree.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/readers/doctree.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/readers/other_doctree.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/readers/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/readers/other__init_.py"
|
||
|
||
# pep.py -> other_pep.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/readers/pep.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/readers/other_pep.py"
|
||
|
||
# en.py -> other_en.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/en.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_en.py"
|
||
|
||
# ru.py -> other_ru.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/ru.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_ru.py"
|
||
|
||
# nl.py -> other_nl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/nl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_nl.py"
|
||
|
||
# fa.py -> other_fa.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/fa.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_fa.py"
|
||
|
||
# pt_br.py -> other_pt_br.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/pt_br.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_pt_br.py"
|
||
|
||
# sk.py -> other_sk.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/sk.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_sk.py"
|
||
|
||
# cs.py -> other_cs.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/cs.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_cs.py"
|
||
|
||
# he.py -> other_he.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/he.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_he.py"
|
||
|
||
# ka.py -> other_ka.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/ka.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_ka.py"
|
||
|
||
# ja.py -> other_ja.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/ja.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_ja.py"
|
||
|
||
# zh_cn.py -> other_zh_cn.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/zh_cn.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_zh_cn.py"
|
||
|
||
# fi.py -> other_fi.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/fi.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_fi.py"
|
||
|
||
# es.py -> other_es.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/es.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_es.py"
|
||
|
||
# gl.py -> other_gl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/gl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_gl.py"
|
||
|
||
# af.py -> other_af.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/af.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_af.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other__init_.py"
|
||
|
||
# ca.py -> other_ca.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/ca.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_ca.py"
|
||
|
||
# sv.py -> other_sv.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/sv.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_sv.py"
|
||
|
||
# ar.py -> other_ar.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/ar.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_ar.py"
|
||
|
||
# it.py -> other_it.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/it.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_it.py"
|
||
|
||
# eo.py -> other_eo.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/eo.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_eo.py"
|
||
|
||
# fr.py -> other_fr.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/fr.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_fr.py"
|
||
|
||
# da.py -> other_da.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/da.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_da.py"
|
||
|
||
# uk.py -> other_uk.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/uk.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_uk.py"
|
||
|
||
# zh_tw.py -> other_zh_tw.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/zh_tw.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_zh_tw.py"
|
||
|
||
# pl.py -> other_pl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/pl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_pl.py"
|
||
|
||
# de.py -> other_de.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/de.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_de.py"
|
||
|
||
# lt.py -> other_lt.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/lt.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_lt.py"
|
||
|
||
# ko.py -> other_ko.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/ko.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_ko.py"
|
||
|
||
# lv.py -> other_lv.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/lv.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/docutils/languages/other_lv.py"
|
||
|
||
# LICENSE.md -> other_license.md
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna-3.11.dist-info/licenses/LICENSE.md" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna-3.11.dist-info/licenses/other_license.md"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib/applehelp/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib/applehelp/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib/serializinghtml/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib/serializinghtml/other__init_.py"
|
||
|
||
# jsonimpl.py -> other_jsonimpl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib/serializinghtml/jsonimpl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib/serializinghtml/other_jsonimpl.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib/jsmath/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib/jsmath/other__init_.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib/jsmath/version.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib/jsmath/other_version.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib/htmlhelp/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib/htmlhelp/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib/qthelp/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib/qthelp/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib/devhelp/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib/devhelp/other__init_.py"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pyyaml-6.0.3.dist-info/top_level.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pyyaml-6.0.3.dist-info/other_top_level.txt"
|
||
|
||
# LICENCE.rst -> other_licence.rst
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/roman_numerals_py-3.1.0.dist-info/licenses/LICENCE.rst" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/roman_numerals_py-3.1.0.dist-info/licenses/other_licence.rst"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib_jsmath-1.0.1.dist-info/top_level.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib_jsmath-1.0.1.dist-info/other_top_level.txt"
|
||
|
||
# namespace_packages.txt -> other_namespace_packages.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib_jsmath-1.0.1.dist-info/namespace_packages.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinxcontrib_jsmath-1.0.1.dist-info/other_namespace_packages.txt"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/entry_points.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/other_entry_points.txt"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/top_level.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/other_top_level.txt"
|
||
|
||
# LICENSE.txt -> other_license.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/LICENSE.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip-23.0.1.dist-info/other_license.txt"
|
||
|
||
# status_codes.py -> other_status_codes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/status_codes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other_status_codes.py"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/exceptions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other_exceptions.py"
|
||
|
||
# __version__.py -> other__version_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/__version__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other__version_.py"
|
||
|
||
# sessions.py -> other_sessions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/sessions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other_sessions.py"
|
||
|
||
# help.py -> other_help.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/help.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other_help.py"
|
||
|
||
# adapters.py -> other_adapters.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/adapters.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other_adapters.py"
|
||
|
||
# models.py -> other_models.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/models.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other_models.py"
|
||
|
||
# _internal_utils.py -> other__internal_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/_internal_utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other__internal_utils.py"
|
||
|
||
# api.py -> other_api.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/api.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other_api.py"
|
||
|
||
# hooks.py -> other_hooks.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/hooks.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other_hooks.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other__init_.py"
|
||
|
||
# structures.py -> other_structures.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/structures.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other_structures.py"
|
||
|
||
# compat.py -> other_compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other_compat.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other_utils.py"
|
||
|
||
# packages.py -> other_packages.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/packages.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other_packages.py"
|
||
|
||
# auth.py -> other_auth.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/auth.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other_auth.py"
|
||
|
||
# cookies.py -> other_cookies.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/cookies.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other_cookies.py"
|
||
|
||
# certs.py -> other_certs.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/certs.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests/other_certs.py"
|
||
|
||
# requirements.py -> other_requirements.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/requirements.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/other_requirements.py"
|
||
|
||
# specifiers.py -> other_specifiers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/specifiers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/other_specifiers.py"
|
||
|
||
# metadata.py -> other_metadata.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/metadata.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/other_metadata.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/other__init_.py"
|
||
|
||
# markers.py -> other_markers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/markers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/other_markers.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/other_utils.py"
|
||
|
||
# _parser.py -> other__parser.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/_parser.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/other__parser.py"
|
||
|
||
# _tokenizer.py -> other__tokenizer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/_tokenizer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/other__tokenizer.py"
|
||
|
||
# _elffile.py -> other__elffile.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/_elffile.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/other__elffile.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/version.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/other_version.py"
|
||
|
||
# tags.py -> other_tags.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/tags.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/other_tags.py"
|
||
|
||
# _musllinux.py -> other__musllinux.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/_musllinux.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/other__musllinux.py"
|
||
|
||
# _structures.py -> other__structures.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/_structures.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/other__structures.py"
|
||
|
||
# _manylinux.py -> other__manylinux.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/_manylinux.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/other__manylinux.py"
|
||
|
||
# _spdx.py -> other__spdx.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/licenses/_spdx.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/licenses/other__spdx.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/licenses/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/packaging/licenses/other__init_.py"
|
||
|
||
# support.py -> other_support.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/alabaster/support.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/alabaster/other_support.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/alabaster/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/alabaster/other__init_.py"
|
||
|
||
# io.py -> other_io.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/io.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_io.py"
|
||
|
||
# addnodes.py -> other_addnodes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/addnodes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_addnodes.py"
|
||
|
||
# pygments_styles.py -> other_pygments_styles.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/pygments_styles.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_pygments_styles.py"
|
||
|
||
# application.py -> other_application.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/application.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_application.py"
|
||
|
||
# jinja2glue.py -> other_jinja2glue.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/jinja2glue.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_jinja2glue.py"
|
||
|
||
# theming.py -> other_theming.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/theming.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_theming.py"
|
||
|
||
# events.py -> other_events.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/events.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_events.py"
|
||
|
||
# roles.py -> other_roles.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/roles.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_roles.py"
|
||
|
||
# deprecation.py -> other_deprecation.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/deprecation.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_deprecation.py"
|
||
|
||
# errors.py -> other_errors.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/errors.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_errors.py"
|
||
|
||
# extension.py -> other_extension.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/extension.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_extension.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other__init_.py"
|
||
|
||
# registry.py -> other_registry.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/registry.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_registry.py"
|
||
|
||
# parsers.py -> other_parsers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/parsers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_parsers.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/__main__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other__main_.py"
|
||
|
||
# highlighting.py -> other_highlighting.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/highlighting.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_highlighting.py"
|
||
|
||
# project.py -> other_project.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/project.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_project.py"
|
||
|
||
# versioning.py -> other_versioning.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/versioning.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_versioning.py"
|
||
|
||
# config.py -> other_config.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/config.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/other_config.py"
|
||
|
||
# rst.py -> other_rst.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/rst.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/other_rst.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/other_index.py"
|
||
|
||
# javascript.py -> other_javascript.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/javascript.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/other_javascript.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/other__init_.py"
|
||
|
||
# _index.py -> other__index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/_index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/other__index.py"
|
||
|
||
# math.py -> other_math.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/math.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/other_math.py"
|
||
|
||
# _domains_container.py -> other__domains_container.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/_domains_container.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/other__domains_container.py"
|
||
|
||
# citation.py -> other_citation.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/citation.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/other_citation.py"
|
||
|
||
# changeset.py -> other_changeset.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/changeset.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/other_changeset.py"
|
||
|
||
# _ids.py -> other__ids.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/c/_ids.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/c/other__ids.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/c/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/c/other__init_.py"
|
||
|
||
# _symbol.py -> other__symbol.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/c/_symbol.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/c/other__symbol.py"
|
||
|
||
# _ast.py -> other__ast.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/c/_ast.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/c/other__ast.py"
|
||
|
||
# _parser.py -> other__parser.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/c/_parser.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/c/other__parser.py"
|
||
|
||
# _object.py -> other__object.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/python/_object.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/python/other__object.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/python/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/python/other__init_.py"
|
||
|
||
# _annotations.py -> other__annotations.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/python/_annotations.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/python/other__annotations.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/std/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/std/other__init_.py"
|
||
|
||
# _ids.py -> other__ids.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/cpp/_ids.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/cpp/other__ids.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/cpp/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/cpp/other__init_.py"
|
||
|
||
# _symbol.py -> other__symbol.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/cpp/_symbol.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/cpp/other__symbol.py"
|
||
|
||
# _ast.py -> other__ast.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/cpp/_ast.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/cpp/other__ast.py"
|
||
|
||
# _parser.py -> other__parser.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/cpp/_parser.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/domains/cpp/other__parser.py"
|
||
|
||
# texescape.py -> other_texescape.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/texescape.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_texescape.py"
|
||
|
||
# typing.py -> other_typing.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/typing.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_typing.py"
|
||
|
||
# _io.py -> other__io.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/_io.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other__io.py"
|
||
|
||
# inspect.py -> other_inspect.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/inspect.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_inspect.py"
|
||
|
||
# rst.py -> other_rst.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/rst.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_rst.py"
|
||
|
||
# images.py -> other_images.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/images.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_images.py"
|
||
|
||
# _timestamps.py -> other__timestamps.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/_timestamps.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other__timestamps.py"
|
||
|
||
# docutils.py -> other_docutils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/docutils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_docutils.py"
|
||
|
||
# _inventory_file_reader.py -> other__inventory_file_reader.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/_inventory_file_reader.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other__inventory_file_reader.py"
|
||
|
||
# i18n.py -> other_i18n.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/i18n.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_i18n.py"
|
||
|
||
# matching.py -> other_matching.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/matching.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_matching.py"
|
||
|
||
# parsing.py -> other_parsing.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/parsing.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_parsing.py"
|
||
|
||
# osutil.py -> other_osutil.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/osutil.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_osutil.py"
|
||
|
||
# docfields.py -> other_docfields.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/docfields.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_docfields.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other__init_.py"
|
||
|
||
# parallel.py -> other_parallel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/parallel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_parallel.py"
|
||
|
||
# console.py -> other_console.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/console.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_console.py"
|
||
|
||
# _importer.py -> other__importer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/_importer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other__importer.py"
|
||
|
||
# _uri.py -> other__uri.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/_uri.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other__uri.py"
|
||
|
||
# index_entries.py -> other_index_entries.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/index_entries.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_index_entries.py"
|
||
|
||
# display.py -> other_display.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/display.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_display.py"
|
||
|
||
# _lines.py -> other__lines.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/_lines.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other__lines.py"
|
||
|
||
# fileutil.py -> other_fileutil.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/fileutil.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_fileutil.py"
|
||
|
||
# requests.py -> other_requests.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/requests.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_requests.py"
|
||
|
||
# png.py -> other_png.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/png.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_png.py"
|
||
|
||
# _pathlib.py -> other__pathlib.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/_pathlib.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other__pathlib.py"
|
||
|
||
# cfamily.py -> other_cfamily.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/cfamily.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_cfamily.py"
|
||
|
||
# math.py -> other_math.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/math.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_math.py"
|
||
|
||
# _serialise.py -> other__serialise.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/_serialise.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other__serialise.py"
|
||
|
||
# http_date.py -> other_http_date.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/http_date.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_http_date.py"
|
||
|
||
# docstrings.py -> other_docstrings.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/docstrings.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_docstrings.py"
|
||
|
||
# build_phase.py -> other_build_phase.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/build_phase.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_build_phase.py"
|
||
|
||
# _files.py -> other__files.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/_files.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other__files.py"
|
||
|
||
# inventory.py -> other_inventory.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/inventory.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_inventory.py"
|
||
|
||
# template.py -> other_template.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/template.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_template.py"
|
||
|
||
# tags.py -> other_tags.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/tags.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_tags.py"
|
||
|
||
# nodes.py -> other_nodes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/nodes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_nodes.py"
|
||
|
||
# logging.py -> other_logging.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/logging.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/util/other_logging.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/_cli/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/_cli/other__init_.py"
|
||
|
||
# colour.py -> other_colour.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/_cli/util/colour.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/_cli/util/other_colour.py"
|
||
|
||
# errors.py -> other_errors.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/_cli/util/errors.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/_cli/util/other_errors.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/_cli/util/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/_cli/util/other__init_.py"
|
||
|
||
# viewcode.py -> other_viewcode.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/viewcode.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/other_viewcode.py"
|
||
|
||
# duration.py -> other_duration.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/duration.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/other_duration.py"
|
||
|
||
# githubpages.py -> other_githubpages.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/githubpages.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/other_githubpages.py"
|
||
|
||
# imgmath.py -> other_imgmath.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/imgmath.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/other_imgmath.py"
|
||
|
||
# extlinks.py -> other_extlinks.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/extlinks.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/other_extlinks.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/other__init_.py"
|
||
|
||
# mathjax.py -> other_mathjax.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/mathjax.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/other_mathjax.py"
|
||
|
||
# inheritance_diagram.py -> other_inheritance_diagram.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/inheritance_diagram.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/other_inheritance_diagram.py"
|
||
|
||
# imgconverter.py -> other_imgconverter.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/imgconverter.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/other_imgconverter.py"
|
||
|
||
# ifconfig.py -> other_ifconfig.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/ifconfig.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/other_ifconfig.py"
|
||
|
||
# graphviz.py -> other_graphviz.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/graphviz.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/other_graphviz.py"
|
||
|
||
# todo.py -> other_todo.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/todo.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/other_todo.py"
|
||
|
||
# coverage.py -> other_coverage.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/coverage.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/other_coverage.py"
|
||
|
||
# linkcode.py -> other_linkcode.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/linkcode.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/other_linkcode.py"
|
||
|
||
# autosectionlabel.py -> other_autosectionlabel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autosectionlabel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/other_autosectionlabel.py"
|
||
|
||
# doctest.py -> other_doctest.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/doctest.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/other_doctest.py"
|
||
|
||
# docstring.py -> other_docstring.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/napoleon/docstring.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/napoleon/other_docstring.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/napoleon/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/napoleon/other__init_.py"
|
||
|
||
# _shared.py -> other__shared.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/apidoc/_shared.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/apidoc/other__shared.py"
|
||
|
||
# _extension.py -> other__extension.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/apidoc/_extension.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/apidoc/other__extension.py"
|
||
|
||
# _cli.py -> other__cli.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/apidoc/_cli.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/apidoc/other__cli.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/apidoc/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/apidoc/other__init_.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/apidoc/__main__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/apidoc/other__main_.py"
|
||
|
||
# _generate.py -> other__generate.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/apidoc/_generate.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/apidoc/other__generate.py"
|
||
|
||
# type_comment.py -> other_type_comment.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autodoc/type_comment.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autodoc/other_type_comment.py"
|
||
|
||
# mock.py -> other_mock.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autodoc/mock.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autodoc/other_mock.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autodoc/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autodoc/other__init_.py"
|
||
|
||
# preserve_defaults.py -> other_preserve_defaults.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autodoc/preserve_defaults.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autodoc/other_preserve_defaults.py"
|
||
|
||
# importer.py -> other_importer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autodoc/importer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autodoc/other_importer.py"
|
||
|
||
# typehints.py -> other_typehints.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autodoc/typehints.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autodoc/other_typehints.py"
|
||
|
||
# directive.py -> other_directive.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autodoc/directive.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autodoc/other_directive.py"
|
||
|
||
# _resolve.py -> other__resolve.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/intersphinx/_resolve.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/intersphinx/other__resolve.py"
|
||
|
||
# _shared.py -> other__shared.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/intersphinx/_shared.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/intersphinx/other__shared.py"
|
||
|
||
# _cli.py -> other__cli.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/intersphinx/_cli.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/intersphinx/other__cli.py"
|
||
|
||
# _load.py -> other__load.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/intersphinx/_load.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/intersphinx/other__load.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/intersphinx/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/intersphinx/other__init_.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/intersphinx/__main__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/intersphinx/other__main_.py"
|
||
|
||
# generate.py -> other_generate.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autosummary/generate.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autosummary/other_generate.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autosummary/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autosummary/other__init_.py"
|
||
|
||
# base.rst -> other_base.rst
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autosummary/templates/autosummary/base.rst" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autosummary/templates/autosummary/other_base.rst"
|
||
|
||
# module.rst -> other_module.rst
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autosummary/templates/autosummary/module.rst" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autosummary/templates/autosummary/other_module.rst"
|
||
|
||
# class.rst -> other_class.rst
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autosummary/templates/autosummary/class.rst" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/ext/autosummary/templates/autosummary/other_class.rst"
|
||
|
||
# patches.py -> other_patches.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/directives/patches.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/directives/other_patches.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/directives/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/directives/other__init_.py"
|
||
|
||
# code.py -> other_code.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/directives/code.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/directives/other_code.py"
|
||
|
||
# admonitions.py -> other_admonitions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/directives/admonitions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/directives/other_admonitions.py"
|
||
|
||
# other.py -> other_other.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/directives/other.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/directives/other_other.py"
|
||
|
||
# i18n.py -> other_i18n.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/transforms/i18n.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/transforms/other_i18n.py"
|
||
|
||
# references.py -> other_references.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/transforms/references.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/transforms/other_references.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/transforms/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/transforms/other__init_.py"
|
||
|
||
# compact_bullet_list.py -> other_compact_bullet_list.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/transforms/compact_bullet_list.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/transforms/other_compact_bullet_list.py"
|
||
|
||
# images.py -> other_images.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/transforms/post_transforms/images.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/transforms/post_transforms/other_images.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/transforms/post_transforms/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/transforms/post_transforms/other__init_.py"
|
||
|
||
# code.py -> other_code.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/transforms/post_transforms/code.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/transforms/post_transforms/other_code.py"
|
||
|
||
# xml.py -> other_xml.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/writers/xml.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/writers/other_xml.py"
|
||
|
||
# html5.py -> other_html5.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/writers/html5.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/writers/other_html5.py"
|
||
|
||
# html.py -> other_html.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/writers/html.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/writers/other_html.py"
|
||
|
||
# texinfo.py -> other_texinfo.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/writers/texinfo.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/writers/other_texinfo.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/writers/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/writers/other__init_.py"
|
||
|
||
# text.py -> other_text.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/writers/text.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/writers/other_text.py"
|
||
|
||
# latex.py -> other_latex.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/writers/latex.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/writers/other_latex.py"
|
||
|
||
# manpage.py -> other_manpage.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/writers/manpage.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/writers/other_manpage.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/testing/util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/testing/other_util.py"
|
||
|
||
# path.py -> other_path.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/testing/path.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/testing/other_path.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/testing/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/testing/other__init_.py"
|
||
|
||
# fixtures.py -> other_fixtures.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/testing/fixtures.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/testing/other_fixtures.py"
|
||
|
||
# restructuredtext.py -> other_restructuredtext.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/testing/restructuredtext.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/testing/other_restructuredtext.py"
|
||
|
||
# xml.py -> other_xml.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/xml.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/other_xml.py"
|
||
|
||
# changes.py -> other_changes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/changes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/other_changes.py"
|
||
|
||
# _epub_base.py -> other__epub_base.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/_epub_base.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/other__epub_base.py"
|
||
|
||
# dirhtml.py -> other_dirhtml.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/dirhtml.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/other_dirhtml.py"
|
||
|
||
# dummy.py -> other_dummy.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/dummy.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/other_dummy.py"
|
||
|
||
# gettext.py -> other_gettext.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/gettext.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/other_gettext.py"
|
||
|
||
# linkcheck.py -> other_linkcheck.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/linkcheck.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/other_linkcheck.py"
|
||
|
||
# texinfo.py -> other_texinfo.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/texinfo.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/other_texinfo.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/other__init_.py"
|
||
|
||
# text.py -> other_text.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/text.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/other_text.py"
|
||
|
||
# epub3.py -> other_epub3.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/epub3.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/other_epub3.py"
|
||
|
||
# manpage.py -> other_manpage.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/manpage.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/other_manpage.py"
|
||
|
||
# singlehtml.py -> other_singlehtml.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/singlehtml.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/other_singlehtml.py"
|
||
|
||
# constants.py -> other_constants.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/latex/constants.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/latex/other_constants.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/latex/util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/latex/other_util.py"
|
||
|
||
# theming.py -> other_theming.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/latex/theming.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/latex/other_theming.py"
|
||
|
||
# transforms.py -> other_transforms.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/latex/transforms.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/latex/other_transforms.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/latex/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/latex/other__init_.py"
|
||
|
||
# nodes.py -> other_nodes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/latex/nodes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/latex/other_nodes.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/html/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/html/other__init_.py"
|
||
|
||
# _assets.py -> other__assets.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/html/_assets.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/html/other__assets.py"
|
||
|
||
# _build_info.py -> other__build_info.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/html/_build_info.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/builders/html/other__build_info.py"
|
||
|
||
# en.py -> other_en.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/en.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_en.py"
|
||
|
||
# ru.py -> other_ru.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/ru.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_ru.py"
|
||
|
||
# nl.py -> other_nl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/nl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_nl.py"
|
||
|
||
# ro.py -> other_ro.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/ro.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_ro.py"
|
||
|
||
# ja.py -> other_ja.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/ja.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_ja.py"
|
||
|
||
# zh.py -> other_zh.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/zh.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_zh.py"
|
||
|
||
# fi.py -> other_fi.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/fi.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_fi.py"
|
||
|
||
# es.py -> other_es.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/es.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_es.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other__init_.py"
|
||
|
||
# sv.py -> other_sv.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/sv.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_sv.py"
|
||
|
||
# it.py -> other_it.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/it.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_it.py"
|
||
|
||
# fr.py -> other_fr.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/fr.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_fr.py"
|
||
|
||
# da.py -> other_da.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/da.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_da.py"
|
||
|
||
# hu.py -> other_hu.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/hu.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_hu.py"
|
||
|
||
# de.py -> other_de.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/de.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_de.py"
|
||
|
||
# pt.py -> other_pt.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/pt.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_pt.py"
|
||
|
||
# no.py -> other_no.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/no.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_no.py"
|
||
|
||
# tr.py -> other_tr.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/tr.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/search/other_tr.py"
|
||
|
||
# build.py -> other_build.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/cmd/build.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/cmd/other_build.py"
|
||
|
||
# quickstart.py -> other_quickstart.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/cmd/quickstart.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/cmd/other_quickstart.py"
|
||
|
||
# make_mode.py -> other_make_mode.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/cmd/make_mode.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/cmd/other_make_mode.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/cmd/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/cmd/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/other__init_.py"
|
||
|
||
# toctree.py -> other_toctree.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/adapters/toctree.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/adapters/other_toctree.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/adapters/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/adapters/other__init_.py"
|
||
|
||
# indexentries.py -> other_indexentries.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/adapters/indexentries.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/adapters/other_indexentries.py"
|
||
|
||
# asset.py -> other_asset.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/adapters/asset.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/adapters/other_asset.py"
|
||
|
||
# toctree.py -> other_toctree.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/collectors/toctree.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/collectors/other_toctree.py"
|
||
|
||
# title.py -> other_title.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/collectors/title.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/collectors/other_title.py"
|
||
|
||
# metadata.py -> other_metadata.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/collectors/metadata.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/collectors/other_metadata.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/collectors/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/collectors/other__init_.py"
|
||
|
||
# dependencies.py -> other_dependencies.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/collectors/dependencies.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/collectors/other_dependencies.py"
|
||
|
||
# asset.py -> other_asset.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/collectors/asset.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/environment/collectors/other_asset.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/locale/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/locale/other__init_.py"
|
||
|
||
# ast.py -> other_ast.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/pycode/ast.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/pycode/other_ast.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/pycode/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/pycode/other__init_.py"
|
||
|
||
# parser.py -> other_parser.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/pycode/parser.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/sphinx/pycode/other_parser.py"
|
||
|
||
# override.py -> other_override.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/_distutils_hack/override.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/_distutils_hack/other_override.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/_distutils_hack/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/_distutils_hack/other__init_.py"
|
||
|
||
# LICENSE.txt -> other_license.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3-2.5.0.dist-info/licenses/LICENSE.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3-2.5.0.dist-info/licenses/other_license.txt"
|
||
|
||
# imagesize.py -> other_imagesize.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/imagesize/imagesize.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/imagesize/other_imagesize.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/imagesize/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/imagesize/other__init_.py"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2-3.1.6.dist-info/entry_points.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2-3.1.6.dist-info/other_entry_points.txt"
|
||
|
||
# LICENSE.txt -> other_license.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2-3.1.6.dist-info/licenses/LICENSE.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2-3.1.6.dist-info/licenses/other_license.txt"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser-4.0.1.dist-info/entry_points.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/myst_parser-4.0.1.dist-info/other_entry_points.txt"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel-2.17.0.dist-info/entry_points.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel-2.17.0.dist-info/other_entry_points.txt"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel-2.17.0.dist-info/top_level.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/babel-2.17.0.dist-info/other_top_level.txt"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer-3.0.1.dist-info/top_level.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/snowballstemmer-3.0.1.dist-info/other_top_level.txt"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests-2.32.5.dist-info/top_level.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/requests-2.32.5.dist-info/other_top_level.txt"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/exceptions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/other_exceptions.py"
|
||
|
||
# _collections.py -> other__collections.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/_collections.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/other__collections.py"
|
||
|
||
# connection.py -> other_connection.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/connection.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/other_connection.py"
|
||
|
||
# poolmanager.py -> other_poolmanager.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/poolmanager.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/other_poolmanager.py"
|
||
|
||
# fields.py -> other_fields.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/fields.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/other_fields.py"
|
||
|
||
# connectionpool.py -> other_connectionpool.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/connectionpool.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/other_connectionpool.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/other__init_.py"
|
||
|
||
# response.py -> other_response.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/response.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/other_response.py"
|
||
|
||
# _request_methods.py -> other__request_methods.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/_request_methods.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/other__request_methods.py"
|
||
|
||
# filepost.py -> other_filepost.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/filepost.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/other_filepost.py"
|
||
|
||
# _version.py -> other__version.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/_version.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/other__version.py"
|
||
|
||
# _base_connection.py -> other__base_connection.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/_base_connection.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/other__base_connection.py"
|
||
|
||
# connection.py -> other_connection.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/connection.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/other_connection.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/other_util.py"
|
||
|
||
# retry.py -> other_retry.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/retry.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/other_retry.py"
|
||
|
||
# ssl_match_hostname.py -> other_ssl_match_hostname.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/ssl_match_hostname.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/other_ssl_match_hostname.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/other__init_.py"
|
||
|
||
# wait.py -> other_wait.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/wait.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/other_wait.py"
|
||
|
||
# response.py -> other_response.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/response.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/other_response.py"
|
||
|
||
# ssl_.py -> other_ssl_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/ssl_.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/other_ssl_.py"
|
||
|
||
# url.py -> other_url.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/url.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/other_url.py"
|
||
|
||
# timeout.py -> other_timeout.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/timeout.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/other_timeout.py"
|
||
|
||
# ssltransport.py -> other_ssltransport.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/ssltransport.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/other_ssltransport.py"
|
||
|
||
# request.py -> other_request.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/request.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/other_request.py"
|
||
|
||
# proxy.py -> other_proxy.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/proxy.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/util/other_proxy.py"
|
||
|
||
# probe.py -> other_probe.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/http2/probe.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/http2/other_probe.py"
|
||
|
||
# connection.py -> other_connection.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/http2/connection.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/http2/other_connection.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/http2/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/http2/other__init_.py"
|
||
|
||
# socks.py -> other_socks.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/contrib/socks.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/contrib/other_socks.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/contrib/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/contrib/other__init_.py"
|
||
|
||
# pyopenssl.py -> other_pyopenssl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/contrib/pyopenssl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/contrib/other_pyopenssl.py"
|
||
|
||
# connection.py -> other_connection.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/contrib/emscripten/connection.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/contrib/emscripten/other_connection.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/contrib/emscripten/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/contrib/emscripten/other__init_.py"
|
||
|
||
# response.py -> other_response.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/contrib/emscripten/response.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/contrib/emscripten/other_response.py"
|
||
|
||
# fetch.py -> other_fetch.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/contrib/emscripten/fetch.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/contrib/emscripten/other_fetch.py"
|
||
|
||
# request.py -> other_request.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/contrib/emscripten/request.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/urllib3/contrib/emscripten/other_request.py"
|
||
|
||
# LICENSE.rst -> other_license.rst
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/alabaster-1.0.0.dist-info/LICENSE.rst" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/alabaster-1.0.0.dist-info/other_license.rst"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/alabaster-1.0.0.dist-info/entry_points.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/alabaster-1.0.0.dist-info/other_entry_points.txt"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/other__init_.py"
|
||
|
||
# __pip-runner__.py -> other__pip-runner_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/__pip-runner__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/other__pip-runner_.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/__main__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/other__main_.py"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/exceptions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/other_exceptions.py"
|
||
|
||
# configuration.py -> other_configuration.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/configuration.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/other_configuration.py"
|
||
|
||
# pyproject.py -> other_pyproject.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/pyproject.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/other_pyproject.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/other__init_.py"
|
||
|
||
# wheel_builder.py -> other_wheel_builder.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/wheel_builder.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/other_wheel_builder.py"
|
||
|
||
# self_outdated_check.py -> other_self_outdated_check.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/self_outdated_check.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/other_self_outdated_check.py"
|
||
|
||
# cache.py -> other_cache.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cache.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/other_cache.py"
|
||
|
||
# build_env.py -> other_build_env.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/build_env.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/other_build_env.py"
|
||
|
||
# main.py -> other_main.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/main.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/other_main.py"
|
||
|
||
# req_install.py -> other_req_install.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/req/req_install.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/req/other_req_install.py"
|
||
|
||
# req_set.py -> other_req_set.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/req/req_set.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/req/other_req_set.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/req/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/req/other__init_.py"
|
||
|
||
# req_uninstall.py -> other_req_uninstall.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/req/other_req_uninstall.py"
|
||
|
||
# req_file.py -> other_req_file.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/req/req_file.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/req/other_req_file.py"
|
||
|
||
# constructors.py -> other_constructors.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/req/constructors.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/req/other_constructors.py"
|
||
|
||
# sources.py -> other_sources.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/index/sources.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/index/other_sources.py"
|
||
|
||
# collector.py -> other_collector.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/index/collector.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/index/other_collector.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/index/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/index/other__init_.py"
|
||
|
||
# package_finder.py -> other_package_finder.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/index/package_finder.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/index/other_package_finder.py"
|
||
|
||
# format_control.py -> other_format_control.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/format_control.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/other_format_control.py"
|
||
|
||
# scheme.py -> other_scheme.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/scheme.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/other_scheme.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/other_index.py"
|
||
|
||
# search_scope.py -> other_search_scope.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/search_scope.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/other_search_scope.py"
|
||
|
||
# installation_report.py -> other_installation_report.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/installation_report.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/other_installation_report.py"
|
||
|
||
# link.py -> other_link.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/link.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/other_link.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/other__init_.py"
|
||
|
||
# direct_url.py -> other_direct_url.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/direct_url.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/other_direct_url.py"
|
||
|
||
# wheel.py -> other_wheel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/wheel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/other_wheel.py"
|
||
|
||
# target_python.py -> other_target_python.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/target_python.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/other_target_python.py"
|
||
|
||
# candidate.py -> other_candidate.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/candidate.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/other_candidate.py"
|
||
|
||
# selection_prefs.py -> other_selection_prefs.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/selection_prefs.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/models/other_selection_prefs.py"
|
||
|
||
# unpacking.py -> other_unpacking.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/unpacking.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_unpacking.py"
|
||
|
||
# inject_securetransport.py -> other_inject_securetransport.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/inject_securetransport.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_inject_securetransport.py"
|
||
|
||
# entrypoints.py -> other_entrypoints.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/entrypoints.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_entrypoints.py"
|
||
|
||
# compatibility_tags.py -> other_compatibility_tags.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/compatibility_tags.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_compatibility_tags.py"
|
||
|
||
# urls.py -> other_urls.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/urls.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_urls.py"
|
||
|
||
# setuptools_build.py -> other_setuptools_build.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/setuptools_build.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_setuptools_build.py"
|
||
|
||
# glibc.py -> other_glibc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/glibc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_glibc.py"
|
||
|
||
# datetime.py -> other_datetime.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/datetime.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_datetime.py"
|
||
|
||
# subprocess.py -> other_subprocess.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_subprocess.py"
|
||
|
||
# packaging.py -> other_packaging.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/packaging.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_packaging.py"
|
||
|
||
# direct_url_helpers.py -> other_direct_url_helpers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_direct_url_helpers.py"
|
||
|
||
# deprecation.py -> other_deprecation.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_deprecation.py"
|
||
|
||
# _log.py -> other__log.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/_log.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other__log.py"
|
||
|
||
# models.py -> other_models.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/models.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_models.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other__init_.py"
|
||
|
||
# appdirs.py -> other_appdirs.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/appdirs.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_appdirs.py"
|
||
|
||
# wheel.py -> other_wheel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/wheel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_wheel.py"
|
||
|
||
# egg_link.py -> other_egg_link.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_egg_link.py"
|
||
|
||
# misc.py -> other_misc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/misc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_misc.py"
|
||
|
||
# compat.py -> other_compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_compat.py"
|
||
|
||
# filesystem.py -> other_filesystem.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/filesystem.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_filesystem.py"
|
||
|
||
# encoding.py -> other_encoding.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/encoding.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_encoding.py"
|
||
|
||
# temp_dir.py -> other_temp_dir.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_temp_dir.py"
|
||
|
||
# virtualenv.py -> other_virtualenv.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/virtualenv.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_virtualenv.py"
|
||
|
||
# filetypes.py -> other_filetypes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/filetypes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_filetypes.py"
|
||
|
||
# distutils_args.py -> other_distutils_args.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/distutils_args.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_distutils_args.py"
|
||
|
||
# hashes.py -> other_hashes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/hashes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_hashes.py"
|
||
|
||
# logging.py -> other_logging.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/logging.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/utils/other_logging.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/other__init_.py"
|
||
|
||
# base.py -> other_base.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/base.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/other_base.py"
|
||
|
||
# resolver.py -> other_resolver.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/resolver.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/other_resolver.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/legacy/other__init_.py"
|
||
|
||
# provider.py -> other_provider.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other_provider.py"
|
||
|
||
# requirements.py -> other_requirements.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other_requirements.py"
|
||
|
||
# reporter.py -> other_reporter.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other_reporter.py"
|
||
|
||
# factory.py -> other_factory.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other_factory.py"
|
||
|
||
# found_candidates.py -> other_found_candidates.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other_found_candidates.py"
|
||
|
||
# resolver.py -> other_resolver.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other_resolver.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other__init_.py"
|
||
|
||
# candidates.py -> other_candidates.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other_candidates.py"
|
||
|
||
# base.py -> other_base.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/base.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other_base.py"
|
||
|
||
# show.py -> other_show.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/show.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_show.py"
|
||
|
||
# inspect.py -> other_inspect.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/inspect.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_inspect.py"
|
||
|
||
# install.py -> other_install.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/install.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_install.py"
|
||
|
||
# uninstall.py -> other_uninstall.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/uninstall.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_uninstall.py"
|
||
|
||
# list.py -> other_list.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/list.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_list.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_index.py"
|
||
|
||
# configuration.py -> other_configuration.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/configuration.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_configuration.py"
|
||
|
||
# help.py -> other_help.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/help.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_help.py"
|
||
|
||
# hash.py -> other_hash.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/hash.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_hash.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other__init_.py"
|
||
|
||
# wheel.py -> other_wheel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/wheel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_wheel.py"
|
||
|
||
# download.py -> other_download.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/download.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_download.py"
|
||
|
||
# search.py -> other_search.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/search.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_search.py"
|
||
|
||
# cache.py -> other_cache.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/cache.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_cache.py"
|
||
|
||
# debug.py -> other_debug.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/debug.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_debug.py"
|
||
|
||
# completion.py -> other_completion.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/completion.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_completion.py"
|
||
|
||
# freeze.py -> other_freeze.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/freeze.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_freeze.py"
|
||
|
||
# check.py -> other_check.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/check.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/commands/other_check.py"
|
||
|
||
# lazy_wheel.py -> other_lazy_wheel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/network/lazy_wheel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/network/other_lazy_wheel.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/network/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/network/other__init_.py"
|
||
|
||
# session.py -> other_session.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/network/session.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/network/other_session.py"
|
||
|
||
# download.py -> other_download.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/network/download.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/network/other_download.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/network/utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/network/other_utils.py"
|
||
|
||
# cache.py -> other_cache.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/network/cache.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/network/other_cache.py"
|
||
|
||
# xmlrpc.py -> other_xmlrpc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/network/xmlrpc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/network/other_xmlrpc.py"
|
||
|
||
# auth.py -> other_auth.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/network/auth.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/network/other_auth.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/metadata/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/metadata/other__init_.py"
|
||
|
||
# base.py -> other_base.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/metadata/base.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/metadata/other_base.py"
|
||
|
||
# _json.py -> other__json.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/metadata/_json.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/metadata/other__json.py"
|
||
|
||
# pkg_resources.py -> other_pkg_resources.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/metadata/other_pkg_resources.py"
|
||
|
||
# _dists.py -> other__dists.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/other__dists.py"
|
||
|
||
# _envs.py -> other__envs.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/other__envs.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/other__init_.py"
|
||
|
||
# _compat.py -> other__compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/metadata/importlib/other__compat.py"
|
||
|
||
# git.py -> other_git.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/vcs/git.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/vcs/other_git.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/vcs/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/vcs/other__init_.py"
|
||
|
||
# mercurial.py -> other_mercurial.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/vcs/other_mercurial.py"
|
||
|
||
# bazaar.py -> other_bazaar.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/vcs/bazaar.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/vcs/other_bazaar.py"
|
||
|
||
# subversion.py -> other_subversion.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/vcs/subversion.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/vcs/other_subversion.py"
|
||
|
||
# versioncontrol.py -> other_versioncontrol.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/vcs/other_versioncontrol.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/distributions/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/distributions/other__init_.py"
|
||
|
||
# sdist.py -> other_sdist.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/distributions/other_sdist.py"
|
||
|
||
# wheel.py -> other_wheel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/distributions/wheel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/distributions/other_wheel.py"
|
||
|
||
# base.py -> other_base.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/distributions/base.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/distributions/other_base.py"
|
||
|
||
# installed.py -> other_installed.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/distributions/installed.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/distributions/other_installed.py"
|
||
|
||
# prepare.py -> other_prepare.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/prepare.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/other_prepare.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/other__init_.py"
|
||
|
||
# freeze.py -> other_freeze.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/freeze.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/other_freeze.py"
|
||
|
||
# check.py -> other_check.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/check.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/other_check.py"
|
||
|
||
# metadata.py -> other_metadata.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/build/other_metadata.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/build/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/build/other__init_.py"
|
||
|
||
# wheel_editable.py -> other_wheel_editable.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_editable.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/build/other_wheel_editable.py"
|
||
|
||
# wheel_legacy.py -> other_wheel_legacy.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_legacy.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/build/other_wheel_legacy.py"
|
||
|
||
# wheel.py -> other_wheel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/build/wheel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/build/other_wheel.py"
|
||
|
||
# metadata_editable.py -> other_metadata_editable.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_editable.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/build/other_metadata_editable.py"
|
||
|
||
# build_tracker.py -> other_build_tracker.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/build/build_tracker.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/build/other_build_tracker.py"
|
||
|
||
# metadata_legacy.py -> other_metadata_legacy.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_legacy.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/build/other_metadata_legacy.py"
|
||
|
||
# legacy.py -> other_legacy.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/install/legacy.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/install/other_legacy.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/install/other__init_.py"
|
||
|
||
# wheel.py -> other_wheel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/install/other_wheel.py"
|
||
|
||
# editable_legacy.py -> other_editable_legacy.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/install/editable_legacy.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/operations/install/other_editable_legacy.py"
|
||
|
||
# status_codes.py -> other_status_codes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/status_codes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/other_status_codes.py"
|
||
|
||
# autocompletion.py -> other_autocompletion.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/autocompletion.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/other_autocompletion.py"
|
||
|
||
# progress_bars.py -> other_progress_bars.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/other_progress_bars.py"
|
||
|
||
# req_command.py -> other_req_command.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/req_command.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/other_req_command.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/other__init_.py"
|
||
|
||
# parser.py -> other_parser.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/parser.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/other_parser.py"
|
||
|
||
# base_command.py -> other_base_command.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/base_command.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/other_base_command.py"
|
||
|
||
# cmdoptions.py -> other_cmdoptions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/other_cmdoptions.py"
|
||
|
||
# main_parser.py -> other_main_parser.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/main_parser.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/other_main_parser.py"
|
||
|
||
# spinners.py -> other_spinners.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/spinners.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/other_spinners.py"
|
||
|
||
# main.py -> other_main.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/main.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/other_main.py"
|
||
|
||
# command_context.py -> other_command_context.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/command_context.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/cli/other_command_context.py"
|
||
|
||
# _sysconfig.py -> other__sysconfig.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/locations/_sysconfig.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/locations/other__sysconfig.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/locations/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/locations/other__init_.py"
|
||
|
||
# base.py -> other_base.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/locations/base.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/locations/other_base.py"
|
||
|
||
# _distutils.py -> other__distutils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/locations/_distutils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_internal/locations/other__distutils.py"
|
||
|
||
# six.py -> other_six.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/six.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/other_six.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/other__init_.py"
|
||
|
||
# vendor.txt -> other_vendor.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/vendor.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/other_vendor.txt"
|
||
|
||
# typing_extensions.py -> other_typing_extensions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/typing_extensions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/other_typing_extensions.py"
|
||
|
||
# jpcntx.py -> other_jpcntx.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/jpcntx.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_jpcntx.py"
|
||
|
||
# mbcssm.py -> other_mbcssm.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcssm.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_mbcssm.py"
|
||
|
||
# resultdict.py -> other_resultdict.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/resultdict.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_resultdict.py"
|
||
|
||
# sbcharsetprober.py -> other_sbcharsetprober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/sbcharsetprober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_sbcharsetprober.py"
|
||
|
||
# gb2312freq.py -> other_gb2312freq.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312freq.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_gb2312freq.py"
|
||
|
||
# big5freq.py -> other_big5freq.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/big5freq.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_big5freq.py"
|
||
|
||
# langrussianmodel.py -> other_langrussianmodel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langrussianmodel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_langrussianmodel.py"
|
||
|
||
# euctwfreq.py -> other_euctwfreq.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euctwfreq.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_euctwfreq.py"
|
||
|
||
# utf8prober.py -> other_utf8prober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/utf8prober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_utf8prober.py"
|
||
|
||
# euctwprober.py -> other_euctwprober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euctwprober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_euctwprober.py"
|
||
|
||
# langthaimodel.py -> other_langthaimodel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langthaimodel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_langthaimodel.py"
|
||
|
||
# utf1632prober.py -> other_utf1632prober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/utf1632prober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_utf1632prober.py"
|
||
|
||
# cp949prober.py -> other_cp949prober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cp949prober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_cp949prober.py"
|
||
|
||
# mbcharsetprober.py -> other_mbcharsetprober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcharsetprober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_mbcharsetprober.py"
|
||
|
||
# macromanprober.py -> other_macromanprober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/macromanprober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_macromanprober.py"
|
||
|
||
# sjisprober.py -> other_sjisprober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/sjisprober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_sjisprober.py"
|
||
|
||
# gb2312prober.py -> other_gb2312prober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312prober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_gb2312prober.py"
|
||
|
||
# charsetprober.py -> other_charsetprober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/charsetprober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_charsetprober.py"
|
||
|
||
# escsm.py -> other_escsm.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/escsm.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_escsm.py"
|
||
|
||
# enums.py -> other_enums.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/enums.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_enums.py"
|
||
|
||
# johabfreq.py -> other_johabfreq.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/johabfreq.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_johabfreq.py"
|
||
|
||
# euckrprober.py -> other_euckrprober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euckrprober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_euckrprober.py"
|
||
|
||
# euckrfreq.py -> other_euckrfreq.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/euckrfreq.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_euckrfreq.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other__init_.py"
|
||
|
||
# codingstatemachinedict.py -> other_codingstatemachinedict.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachinedict.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_codingstatemachinedict.py"
|
||
|
||
# langhungarianmodel.py -> other_langhungarianmodel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langhungarianmodel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_langhungarianmodel.py"
|
||
|
||
# sbcsgroupprober.py -> other_sbcsgroupprober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/sbcsgroupprober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_sbcsgroupprober.py"
|
||
|
||
# johabprober.py -> other_johabprober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/johabprober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_johabprober.py"
|
||
|
||
# chardistribution.py -> other_chardistribution.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/chardistribution.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_chardistribution.py"
|
||
|
||
# escprober.py -> other_escprober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/escprober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_escprober.py"
|
||
|
||
# langturkishmodel.py -> other_langturkishmodel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langturkishmodel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_langturkishmodel.py"
|
||
|
||
# mbcsgroupprober.py -> other_mbcsgroupprober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/mbcsgroupprober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_mbcsgroupprober.py"
|
||
|
||
# langhebrewmodel.py -> other_langhebrewmodel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langhebrewmodel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_langhebrewmodel.py"
|
||
|
||
# codingstatemachine.py -> other_codingstatemachine.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachine.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_codingstatemachine.py"
|
||
|
||
# big5prober.py -> other_big5prober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/big5prober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_big5prober.py"
|
||
|
||
# jisfreq.py -> other_jisfreq.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/jisfreq.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_jisfreq.py"
|
||
|
||
# eucjpprober.py -> other_eucjpprober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/eucjpprober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_eucjpprober.py"
|
||
|
||
# hebrewprober.py -> other_hebrewprober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/hebrewprober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_hebrewprober.py"
|
||
|
||
# latin1prober.py -> other_latin1prober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/latin1prober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_latin1prober.py"
|
||
|
||
# universaldetector.py -> other_universaldetector.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/universaldetector.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_universaldetector.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/version.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_version.py"
|
||
|
||
# charsetgroupprober.py -> other_charsetgroupprober.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/charsetgroupprober.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_charsetgroupprober.py"
|
||
|
||
# langbulgarianmodel.py -> other_langbulgarianmodel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langbulgarianmodel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_langbulgarianmodel.py"
|
||
|
||
# langgreekmodel.py -> other_langgreekmodel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/langgreekmodel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/other_langgreekmodel.py"
|
||
|
||
# languages.py -> other_languages.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/languages.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/other_languages.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/other__init_.py"
|
||
|
||
# chardetect.py -> other_chardetect.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/chardetect.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/other_chardetect.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/chardet/cli/other__init_.py"
|
||
|
||
# scope.py -> other_scope.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/scope.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_scope.py"
|
||
|
||
# prompt.py -> other_prompt.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/prompt.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_prompt.py"
|
||
|
||
# _emoji_replace.py -> other__emoji_replace.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_replace.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__emoji_replace.py"
|
||
|
||
# region.py -> other_region.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/region.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_region.py"
|
||
|
||
# progress.py -> other_progress.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/progress.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_progress.py"
|
||
|
||
# _log_render.py -> other__log_render.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_log_render.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__log_render.py"
|
||
|
||
# jupyter.py -> other_jupyter.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/jupyter.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_jupyter.py"
|
||
|
||
# palette.py -> other_palette.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/palette.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_palette.py"
|
||
|
||
# _loop.py -> other__loop.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_loop.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__loop.py"
|
||
|
||
# terminal_theme.py -> other_terminal_theme.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/terminal_theme.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_terminal_theme.py"
|
||
|
||
# highlighter.py -> other_highlighter.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/highlighter.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_highlighter.py"
|
||
|
||
# _pick.py -> other__pick.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_pick.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__pick.py"
|
||
|
||
# abc.py -> other_abc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/abc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_abc.py"
|
||
|
||
# style.py -> other_style.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/style.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_style.py"
|
||
|
||
# _ratio.py -> other__ratio.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_ratio.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__ratio.py"
|
||
|
||
# filesize.py -> other_filesize.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/filesize.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_filesize.py"
|
||
|
||
# _export_format.py -> other__export_format.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_export_format.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__export_format.py"
|
||
|
||
# default_styles.py -> other_default_styles.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/default_styles.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_default_styles.py"
|
||
|
||
# traceback.py -> other_traceback.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/traceback.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_traceback.py"
|
||
|
||
# _extension.py -> other__extension.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_extension.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__extension.py"
|
||
|
||
# styled.py -> other_styled.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/styled.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_styled.py"
|
||
|
||
# _cell_widths.py -> other__cell_widths.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_cell_widths.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__cell_widths.py"
|
||
|
||
# _emoji_codes.py -> other__emoji_codes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_codes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__emoji_codes.py"
|
||
|
||
# color.py -> other_color.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/color.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_color.py"
|
||
|
||
# emoji.py -> other_emoji.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/emoji.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_emoji.py"
|
||
|
||
# repr.py -> other_repr.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/repr.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_repr.py"
|
||
|
||
# padding.py -> other_padding.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/padding.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_padding.py"
|
||
|
||
# bar.py -> other_bar.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/bar.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_bar.py"
|
||
|
||
# box.py -> other_box.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/box.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_box.py"
|
||
|
||
# progress_bar.py -> other_progress_bar.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/progress_bar.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_progress_bar.py"
|
||
|
||
# diagnose.py -> other_diagnose.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/diagnose.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_diagnose.py"
|
||
|
||
# _win32_console.py -> other__win32_console.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_win32_console.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__win32_console.py"
|
||
|
||
# measure.py -> other_measure.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/measure.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_measure.py"
|
||
|
||
# constrain.py -> other_constrain.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/constrain.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_constrain.py"
|
||
|
||
# live_render.py -> other_live_render.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/live_render.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_live_render.py"
|
||
|
||
# tree.py -> other_tree.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/tree.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_tree.py"
|
||
|
||
# errors.py -> other_errors.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/errors.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_errors.py"
|
||
|
||
# _null_file.py -> other__null_file.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_null_file.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__null_file.py"
|
||
|
||
# containers.py -> other_containers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/containers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_containers.py"
|
||
|
||
# status.py -> other_status.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/status.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_status.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__init_.py"
|
||
|
||
# text.py -> other_text.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/text.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_text.py"
|
||
|
||
# color_triplet.py -> other_color_triplet.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/color_triplet.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_color_triplet.py"
|
||
|
||
# console.py -> other_console.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/console.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_console.py"
|
||
|
||
# file_proxy.py -> other_file_proxy.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/file_proxy.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_file_proxy.py"
|
||
|
||
# live.py -> other_live.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/live.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_live.py"
|
||
|
||
# _inspect.py -> other__inspect.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_inspect.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__inspect.py"
|
||
|
||
# table.py -> other_table.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/table.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_table.py"
|
||
|
||
# panel.py -> other_panel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/panel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_panel.py"
|
||
|
||
# align.py -> other_align.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/align.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_align.py"
|
||
|
||
# pretty.py -> other_pretty.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/pretty.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_pretty.py"
|
||
|
||
# theme.py -> other_theme.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/theme.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_theme.py"
|
||
|
||
# cells.py -> other_cells.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/cells.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_cells.py"
|
||
|
||
# markup.py -> other_markup.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/markup.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_markup.py"
|
||
|
||
# _spinners.py -> other__spinners.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_spinners.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__spinners.py"
|
||
|
||
# _wrap.py -> other__wrap.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_wrap.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__wrap.py"
|
||
|
||
# _stack.py -> other__stack.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_stack.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__stack.py"
|
||
|
||
# syntax.py -> other_syntax.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/syntax.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_syntax.py"
|
||
|
||
# screen.py -> other_screen.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/screen.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_screen.py"
|
||
|
||
# protocol.py -> other_protocol.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/protocol.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_protocol.py"
|
||
|
||
# _windows_renderer.py -> other__windows_renderer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_windows_renderer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__windows_renderer.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/__main__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__main_.py"
|
||
|
||
# pager.py -> other_pager.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/pager.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_pager.py"
|
||
|
||
# segment.py -> other_segment.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/segment.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_segment.py"
|
||
|
||
# rule.py -> other_rule.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/rule.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_rule.py"
|
||
|
||
# _windows.py -> other__windows.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_windows.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__windows.py"
|
||
|
||
# json.py -> other_json.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/json.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_json.py"
|
||
|
||
# _timer.py -> other__timer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_timer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__timer.py"
|
||
|
||
# columns.py -> other_columns.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/columns.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_columns.py"
|
||
|
||
# layout.py -> other_layout.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/layout.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_layout.py"
|
||
|
||
# themes.py -> other_themes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/themes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_themes.py"
|
||
|
||
# _palettes.py -> other__palettes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/_palettes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other__palettes.py"
|
||
|
||
# ansi.py -> other_ansi.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/ansi.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_ansi.py"
|
||
|
||
# spinner.py -> other_spinner.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/spinner.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_spinner.py"
|
||
|
||
# control.py -> other_control.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/control.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_control.py"
|
||
|
||
# logging.py -> other_logging.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/logging.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/rich/other_logging.py"
|
||
|
||
# macos.py -> other_macos.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/other_macos.py"
|
||
|
||
# android.py -> other_android.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/android.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/other_android.py"
|
||
|
||
# unix.py -> other_unix.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/other_unix.py"
|
||
|
||
# api.py -> other_api.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/other_api.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/other__init_.py"
|
||
|
||
# windows.py -> other_windows.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/other_windows.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/other__main_.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/platformdirs/other_version.py"
|
||
|
||
# _utils.py -> other__utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/_utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/other__utils.py"
|
||
|
||
# tornadoweb.py -> other_tornadoweb.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/tornadoweb.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/other_tornadoweb.py"
|
||
|
||
# retry.py -> other_retry.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/retry.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/other_retry.py"
|
||
|
||
# after.py -> other_after.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/after.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/other_after.py"
|
||
|
||
# stop.py -> other_stop.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/stop.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/other_stop.py"
|
||
|
||
# _asyncio.py -> other__asyncio.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/_asyncio.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/other__asyncio.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/other__init_.py"
|
||
|
||
# before_sleep.py -> other_before_sleep.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/before_sleep.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/other_before_sleep.py"
|
||
|
||
# wait.py -> other_wait.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/wait.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/other_wait.py"
|
||
|
||
# nap.py -> other_nap.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/nap.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/other_nap.py"
|
||
|
||
# before.py -> other_before.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/before.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tenacity/other_before.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distro/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distro/other__init_.py"
|
||
|
||
# distro.py -> other_distro.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distro/distro.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distro/other_distro.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distro/__main__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distro/other__main_.py"
|
||
|
||
# scanner.py -> other_scanner.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/scanner.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/other_scanner.py"
|
||
|
||
# lexer.py -> other_lexer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/other_lexer.py"
|
||
|
||
# style.py -> other_style.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/style.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/other_style.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/other_util.py"
|
||
|
||
# token.py -> other_token.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/token.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/other_token.py"
|
||
|
||
# formatter.py -> other_formatter.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatter.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/other_formatter.py"
|
||
|
||
# regexopt.py -> other_regexopt.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/regexopt.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/other_regexopt.py"
|
||
|
||
# modeline.py -> other_modeline.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/modeline.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/other_modeline.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/other__init_.py"
|
||
|
||
# cmdline.py -> other_cmdline.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/cmdline.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/other_cmdline.py"
|
||
|
||
# console.py -> other_console.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/console.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/other_console.py"
|
||
|
||
# unistring.py -> other_unistring.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/unistring.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/other_unistring.py"
|
||
|
||
# sphinxext.py -> other_sphinxext.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/sphinxext.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/other_sphinxext.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/other__main_.py"
|
||
|
||
# plugin.py -> other_plugin.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/plugin.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/other_plugin.py"
|
||
|
||
# filter.py -> other_filter.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/other_filter.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/other__init_.py"
|
||
|
||
# _mapping.py -> other__mapping.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/_mapping.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/other__mapping.py"
|
||
|
||
# python.py -> other_python.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/python.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/other_python.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/styles/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/styles/other__init_.py"
|
||
|
||
# svg.py -> other_svg.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/svg.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_svg.py"
|
||
|
||
# rtf.py -> other_rtf.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/rtf.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_rtf.py"
|
||
|
||
# terminal256.py -> other_terminal256.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/terminal256.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_terminal256.py"
|
||
|
||
# pangomarkup.py -> other_pangomarkup.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_pangomarkup.py"
|
||
|
||
# html.py -> other_html.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/html.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_html.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other__init_.py"
|
||
|
||
# groff.py -> other_groff.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/groff.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_groff.py"
|
||
|
||
# latex.py -> other_latex.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/latex.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_latex.py"
|
||
|
||
# bbcode.py -> other_bbcode.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/bbcode.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_bbcode.py"
|
||
|
||
# _mapping.py -> other__mapping.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/_mapping.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other__mapping.py"
|
||
|
||
# irc.py -> other_irc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/irc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_irc.py"
|
||
|
||
# img.py -> other_img.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/img.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_img.py"
|
||
|
||
# terminal.py -> other_terminal.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/terminal.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_terminal.py"
|
||
|
||
# other.py -> other_other.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_other.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pygments/filters/other__init_.py"
|
||
|
||
# py31compat.py -> other_py31compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/py31compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/other_py31compat.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pkg_resources/other__init_.py"
|
||
|
||
# locators.py -> other_locators.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/locators.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/other_locators.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/other_util.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/index.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/other_index.py"
|
||
|
||
# database.py -> other_database.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/database.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/other_database.py"
|
||
|
||
# metadata.py -> other_metadata.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/metadata.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/other_metadata.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/other__init_.py"
|
||
|
||
# resources.py -> other_resources.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/resources.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/other_resources.py"
|
||
|
||
# wheel.py -> other_wheel.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/wheel.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/other_wheel.py"
|
||
|
||
# markers.py -> other_markers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/markers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/other_markers.py"
|
||
|
||
# compat.py -> other_compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/other_compat.py"
|
||
|
||
# manifest.py -> other_manifest.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/manifest.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/other_manifest.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/version.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/other_version.py"
|
||
|
||
# scripts.py -> other_scripts.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/distlib/other_scripts.py"
|
||
|
||
# status_codes.py -> other_status_codes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/status_codes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other_status_codes.py"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/exceptions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other_exceptions.py"
|
||
|
||
# __version__.py -> other__version_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other__version_.py"
|
||
|
||
# sessions.py -> other_sessions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other_sessions.py"
|
||
|
||
# help.py -> other_help.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/help.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other_help.py"
|
||
|
||
# adapters.py -> other_adapters.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other_adapters.py"
|
||
|
||
# models.py -> other_models.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/models.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other_models.py"
|
||
|
||
# _internal_utils.py -> other__internal_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other__internal_utils.py"
|
||
|
||
# api.py -> other_api.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/api.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other_api.py"
|
||
|
||
# hooks.py -> other_hooks.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/hooks.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other_hooks.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other__init_.py"
|
||
|
||
# structures.py -> other_structures.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/structures.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other_structures.py"
|
||
|
||
# compat.py -> other_compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other_compat.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other_utils.py"
|
||
|
||
# packages.py -> other_packages.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/packages.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other_packages.py"
|
||
|
||
# auth.py -> other_auth.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/auth.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other_auth.py"
|
||
|
||
# cookies.py -> other_cookies.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/cookies.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other_cookies.py"
|
||
|
||
# certs.py -> other_certs.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/certs.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/requests/other_certs.py"
|
||
|
||
# requirements.py -> other_requirements.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/requirements.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/other_requirements.py"
|
||
|
||
# specifiers.py -> other_specifiers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/specifiers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/other_specifiers.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/other__init_.py"
|
||
|
||
# markers.py -> other_markers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/markers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/other_markers.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/other_utils.py"
|
||
|
||
# __about__.py -> other__about_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/__about__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/other__about_.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/version.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/other_version.py"
|
||
|
||
# tags.py -> other_tags.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/tags.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/other_tags.py"
|
||
|
||
# _musllinux.py -> other__musllinux.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_musllinux.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/other__musllinux.py"
|
||
|
||
# _structures.py -> other__structures.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_structures.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/other__structures.py"
|
||
|
||
# _manylinux.py -> other__manylinux.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/_manylinux.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/packaging/other__manylinux.py"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/exceptions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/other_exceptions.py"
|
||
|
||
# _collections.py -> other__collections.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/_collections.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/other__collections.py"
|
||
|
||
# connection.py -> other_connection.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/connection.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/other_connection.py"
|
||
|
||
# poolmanager.py -> other_poolmanager.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/poolmanager.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/other_poolmanager.py"
|
||
|
||
# fields.py -> other_fields.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/fields.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/other_fields.py"
|
||
|
||
# connectionpool.py -> other_connectionpool.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/connectionpool.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/other_connectionpool.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/other__init_.py"
|
||
|
||
# response.py -> other_response.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/other_response.py"
|
||
|
||
# filepost.py -> other_filepost.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/filepost.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/other_filepost.py"
|
||
|
||
# _version.py -> other__version.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/_version.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/other__version.py"
|
||
|
||
# request.py -> other_request.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/request.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/other_request.py"
|
||
|
||
# connection.py -> other_connection.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/connection.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_connection.py"
|
||
|
||
# retry.py -> other_retry.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/retry.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_retry.py"
|
||
|
||
# ssl_match_hostname.py -> other_ssl_match_hostname.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_ssl_match_hostname.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other__init_.py"
|
||
|
||
# wait.py -> other_wait.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/wait.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_wait.py"
|
||
|
||
# response.py -> other_response.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/response.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_response.py"
|
||
|
||
# ssl_.py -> other_ssl_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_ssl_.py"
|
||
|
||
# url.py -> other_url.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/url.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_url.py"
|
||
|
||
# timeout.py -> other_timeout.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/timeout.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_timeout.py"
|
||
|
||
# ssltransport.py -> other_ssltransport.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssltransport.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_ssltransport.py"
|
||
|
||
# queue.py -> other_queue.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/queue.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_queue.py"
|
||
|
||
# request.py -> other_request.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/request.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_request.py"
|
||
|
||
# proxy.py -> other_proxy.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/proxy.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_proxy.py"
|
||
|
||
# socks.py -> other_socks.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/socks.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/other_socks.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/other__init_.py"
|
||
|
||
# appengine.py -> other_appengine.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/appengine.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/other_appengine.py"
|
||
|
||
# pyopenssl.py -> other_pyopenssl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/other_pyopenssl.py"
|
||
|
||
# _appengine_environ.py -> other__appengine_environ.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/other__appengine_environ.py"
|
||
|
||
# securetransport.py -> other_securetransport.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/securetransport.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/other_securetransport.py"
|
||
|
||
# ntlmpool.py -> other_ntlmpool.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/other_ntlmpool.py"
|
||
|
||
# bindings.py -> other_bindings.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/other_bindings.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/other__init_.py"
|
||
|
||
# low_level.py -> other_low_level.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/other_low_level.py"
|
||
|
||
# six.py -> other_six.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/six.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/other_six.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/other__init_.py"
|
||
|
||
# makefile.py -> other_makefile.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/other_makefile.py"
|
||
|
||
# ansitowin32.py -> other_ansitowin32.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/ansitowin32.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/other_ansitowin32.py"
|
||
|
||
# win32.py -> other_win32.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/win32.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/other_win32.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/other__init_.py"
|
||
|
||
# initialise.py -> other_initialise.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/initialise.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/other_initialise.py"
|
||
|
||
# winterm.py -> other_winterm.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/winterm.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/other_winterm.py"
|
||
|
||
# ansi.py -> other_ansi.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/ansi.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/other_ansi.py"
|
||
|
||
# initialise_test.py -> other_initialise_test.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/initialise_test.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/other_initialise_test.py"
|
||
|
||
# winterm_test.py -> other_winterm_test.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/winterm_test.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/other_winterm_test.py"
|
||
|
||
# ansitowin32_test.py -> other_ansitowin32_test.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/other_ansitowin32_test.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/other__init_.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/other_utils.py"
|
||
|
||
# isatty_test.py -> other_isatty_test.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/isatty_test.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/other_isatty_test.py"
|
||
|
||
# ansi_test.py -> other_ansi_test.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansi_test.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/colorama/tests/other_ansi_test.py"
|
||
|
||
# structs.py -> other_structs.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/other_structs.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/other__init_.py"
|
||
|
||
# resolvers.py -> other_resolvers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/other_resolvers.py"
|
||
|
||
# reporters.py -> other_reporters.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/reporters.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/other_reporters.py"
|
||
|
||
# providers.py -> other_providers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/providers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/other_providers.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/other__init_.py"
|
||
|
||
# collections_abc.py -> other_collections_abc.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/other_collections_abc.py"
|
||
|
||
# wrapper.py -> other_wrapper.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other_wrapper.py"
|
||
|
||
# serialize.py -> other_serialize.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other_serialize.py"
|
||
|
||
# filewrapper.py -> other_filewrapper.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other_filewrapper.py"
|
||
|
||
# adapter.py -> other_adapter.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/adapter.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other_adapter.py"
|
||
|
||
# _cmd.py -> other__cmd.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/_cmd.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other__cmd.py"
|
||
|
||
# controller.py -> other_controller.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/controller.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other_controller.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other__init_.py"
|
||
|
||
# compat.py -> other_compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other_compat.py"
|
||
|
||
# cache.py -> other_cache.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/cache.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other_cache.py"
|
||
|
||
# heuristics.py -> other_heuristics.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other_heuristics.py"
|
||
|
||
# redis_cache.py -> other_redis_cache.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/other_redis_cache.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/other__init_.py"
|
||
|
||
# file_cache.py -> other_file_cache.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/other_file_cache.py"
|
||
|
||
# uts46data.py -> other_uts46data.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/idna/other_uts46data.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/idna/core.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/idna/other_core.py"
|
||
|
||
# codec.py -> other_codec.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/idna/codec.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/idna/other_codec.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/idna/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/idna/other__init_.py"
|
||
|
||
# intranges.py -> other_intranges.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/idna/intranges.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/idna/other_intranges.py"
|
||
|
||
# compat.py -> other_compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/idna/compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/idna/other_compat.py"
|
||
|
||
# package_data.py -> other_package_data.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/idna/other_package_data.py"
|
||
|
||
# idnadata.py -> other_idnadata.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/idna/idnadata.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/idna/other_idnadata.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/other__init_.py"
|
||
|
||
# _impl.py -> other__impl.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/other__impl.py"
|
||
|
||
# _compat.py -> other__compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/other__compat.py"
|
||
|
||
# _in_process.py -> other__in_process.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/other__in_process.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/other__init_.py"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/other_exceptions.py"
|
||
|
||
# fallback.py -> other_fallback.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/fallback.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/other_fallback.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/other__init_.py"
|
||
|
||
# ext.py -> other_ext.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/msgpack/other_ext.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/certifi/core.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/certifi/other_core.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/certifi/other__init_.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/certifi/other__main_.py"
|
||
|
||
# tests.py -> other_tests.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/webencodings/tests.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/webencodings/other_tests.py"
|
||
|
||
# mklabels.py -> other_mklabels.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/webencodings/mklabels.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/webencodings/other_mklabels.py"
|
||
|
||
# x_user_defined.py -> other_x_user_defined.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/webencodings/x_user_defined.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/webencodings/other_x_user_defined.py"
|
||
|
||
# labels.py -> other_labels.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/webencodings/labels.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/webencodings/other_labels.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/webencodings/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/webencodings/other__init_.py"
|
||
|
||
# _re.py -> other__re.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tomli/_re.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tomli/other__re.py"
|
||
|
||
# _types.py -> other__types.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tomli/_types.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tomli/other__types.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tomli/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tomli/other__init_.py"
|
||
|
||
# _parser.py -> other__parser.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tomli/_parser.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/tomli/other__parser.py"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/exceptions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_exceptions.py"
|
||
|
||
# testing.py -> other_testing.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/testing.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_testing.py"
|
||
|
||
# helpers.py -> other_helpers.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/helpers.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_helpers.py"
|
||
|
||
# actions.py -> other_actions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/actions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_actions.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/util.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_util.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/core.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_core.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/other__init_.py"
|
||
|
||
# results.py -> other_results.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/results.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_results.py"
|
||
|
||
# unicode.py -> other_unicode.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/unicode.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_unicode.py"
|
||
|
||
# common.py -> other_common.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/common.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_common.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/other__init_.py"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it_py-3.0.0.dist-info/entry_points.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markdown_it_py-3.0.0.dist-info/other_entry_points.txt"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markupsafe-3.0.3.dist-info/top_level.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markupsafe-3.0.3.dist-info/other_top_level.txt"
|
||
|
||
# LICENSE.txt -> other_license.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markupsafe-3.0.3.dist-info/licenses/LICENSE.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/markupsafe-3.0.3.dist-info/licenses/other_license.txt"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/certifi-2025.10.5.dist-info/top_level.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/certifi-2025.10.5.dist-info/other_top_level.txt"
|
||
|
||
# nativetypes.py -> other_nativetypes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/nativetypes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_nativetypes.py"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/exceptions.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_exceptions.py"
|
||
|
||
# constants.py -> other_constants.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/constants.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_constants.py"
|
||
|
||
# visitor.py -> other_visitor.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/visitor.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_visitor.py"
|
||
|
||
# _identifier.py -> other__identifier.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/_identifier.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other__identifier.py"
|
||
|
||
# lexer.py -> other_lexer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/lexer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_lexer.py"
|
||
|
||
# environment.py -> other_environment.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/environment.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_environment.py"
|
||
|
||
# idtracking.py -> other_idtracking.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/idtracking.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_idtracking.py"
|
||
|
||
# filters.py -> other_filters.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/filters.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_filters.py"
|
||
|
||
# optimizer.py -> other_optimizer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/optimizer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_optimizer.py"
|
||
|
||
# compiler.py -> other_compiler.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/compiler.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_compiler.py"
|
||
|
||
# runtime.py -> other_runtime.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/runtime.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_runtime.py"
|
||
|
||
# tests.py -> other_tests.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/tests.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_tests.py"
|
||
|
||
# async_utils.py -> other_async_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/async_utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_async_utils.py"
|
||
|
||
# loaders.py -> other_loaders.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/loaders.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_loaders.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other__init_.py"
|
||
|
||
# defaults.py -> other_defaults.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/defaults.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_defaults.py"
|
||
|
||
# parser.py -> other_parser.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/parser.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_parser.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/utils.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_utils.py"
|
||
|
||
# meta.py -> other_meta.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/meta.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_meta.py"
|
||
|
||
# ext.py -> other_ext.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/ext.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_ext.py"
|
||
|
||
# debug.py -> other_debug.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/debug.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_debug.py"
|
||
|
||
# bccache.py -> other_bccache.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/bccache.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_bccache.py"
|
||
|
||
# nodes.py -> other_nodes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/nodes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_nodes.py"
|
||
|
||
# sandbox.py -> other_sandbox.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/sandbox.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/jinja2/other_sandbox.py"
|
||
|
||
# uts46data.py -> other_uts46data.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna/uts46data.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna/other_uts46data.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna/core.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna/other_core.py"
|
||
|
||
# codec.py -> other_codec.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna/codec.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna/other_codec.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna/other__init_.py"
|
||
|
||
# intranges.py -> other_intranges.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna/intranges.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna/other_intranges.py"
|
||
|
||
# compat.py -> other_compat.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna/compat.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna/other_compat.py"
|
||
|
||
# package_data.py -> other_package_data.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna/package_data.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna/other_package_data.py"
|
||
|
||
# idnadata.py -> other_idnadata.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna/idnadata.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/idna/other_idnadata.py"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments-2.19.2.dist-info/entry_points.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/pygments-2.19.2.dist-info/other_entry_points.txt"
|
||
|
||
# scanner.py -> other_scanner.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/scanner.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other_scanner.py"
|
||
|
||
# tokens.py -> other_tokens.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/tokens.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other_tokens.py"
|
||
|
||
# loader.py -> other_loader.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/loader.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other_loader.py"
|
||
|
||
# serializer.py -> other_serializer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/serializer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other_serializer.py"
|
||
|
||
# events.py -> other_events.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/events.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other_events.py"
|
||
|
||
# resolver.py -> other_resolver.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/resolver.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other_resolver.py"
|
||
|
||
# representer.py -> other_representer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/representer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other_representer.py"
|
||
|
||
# error.py -> other_error.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/error.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other_error.py"
|
||
|
||
# reader.py -> other_reader.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/reader.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other_reader.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other__init_.py"
|
||
|
||
# composer.py -> other_composer.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/composer.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other_composer.py"
|
||
|
||
# constructor.py -> other_constructor.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/constructor.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other_constructor.py"
|
||
|
||
# dumper.py -> other_dumper.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/dumper.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other_dumper.py"
|
||
|
||
# emitter.py -> other_emitter.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/emitter.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other_emitter.py"
|
||
|
||
# parser.py -> other_parser.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/parser.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other_parser.py"
|
||
|
||
# cyaml.py -> other_cyaml.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/cyaml.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other_cyaml.py"
|
||
|
||
# nodes.py -> other_nodes.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/nodes.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/yaml/other_nodes.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/certifi/core.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/certifi/other_core.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/certifi/__init__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/certifi/other__init_.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/certifi/__main__.py" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/certifi/other__main_.py"
|
||
|
||
# LICENSE.rst -> other_license.rst
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/imagesize-1.4.1.dist-info/LICENSE.rst" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/imagesize-1.4.1.dist-info/other_license.rst"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/imagesize-1.4.1.dist-info/top_level.txt" "documentation/analysis/phallic-worship-analysis/venv/lib/python3.11/site-packages/imagesize-1.4.1.dist-info/other_top_level.txt"
|
||
|
||
# datong_volcano_japan_origin.md -> other_datong_volcano_japan_origin.md
|
||
mv "documentation/analysis/analysis_docs/datong_volcano_japan_origin.md" "documentation/analysis/analysis_docs/other_datong_volcano_japan_origin.md"
|
||
|
||
# third_empire_gantt.md -> other_third_empire_gantt.md
|
||
mv "documentation/analysis/analysis_docs/third_empire_gantt.md" "documentation/analysis/analysis_docs/other_third_empire_gantt.md"
|
||
|
||
# historical_gantt_summary.md -> other_historical_gantt_summary.md
|
||
mv "documentation/analysis/analysis_docs/historical_gantt_summary.md" "documentation/analysis/analysis_docs/other_historical_gantt_summary.md"
|
||
|
||
# m_consonant_corrected.md -> other_m_consonant_corrected.md
|
||
mv "documentation/analysis/analysis_docs/m_consonant_corrected.md" "documentation/analysis/analysis_docs/other_m_consonant_corrected.md"
|
||
|
||
# critical_analysis_kushan_theory.md -> other_critical_analysis_kushan_theory.md
|
||
mv "documentation/analysis/analysis_docs/critical_analysis_kushan_theory.md" "documentation/analysis/analysis_docs/other_critical_analysis_kushan_theory.md"
|
||
|
||
# k_consonant_complete.md -> other_k_consonant_complete.md
|
||
mv "documentation/analysis/analysis_docs/k_consonant_complete.md" "documentation/analysis/analysis_docs/other_k_consonant_complete.md"
|
||
|
||
# project_analysis.md -> other_project_analysis.md
|
||
mv "documentation/analysis/analysis_docs/project_analysis.md" "documentation/analysis/analysis_docs/other_project_analysis.md"
|
||
|
||
# core_argumentation_logic.md -> other_core_argumentation_logic.md
|
||
mv "documentation/analysis/analysis_docs/core_argumentation_logic.md" "documentation/analysis/analysis_docs/other_core_argumentation_logic.md"
|
||
|
||
# phallic_worship_deep_analysis.md -> other_phallic_worship_deep_analysis.md
|
||
mv "documentation/analysis/analysis_docs/phallic_worship_deep_analysis.md" "documentation/analysis/analysis_docs/other_phallic_worship_deep_analysis.md"
|
||
|
||
# zhangqian_approach.md -> other_zhangqian_approach.md
|
||
mv "documentation/analysis/analysis_docs/zhangqian_approach.md" "documentation/analysis/analysis_docs/other_zhangqian_approach.md"
|
||
|
||
# academic_honesty_declaration.md -> other_academic_honesty_declaration.md
|
||
mv "documentation/analysis/analysis_docs/academic_honesty_declaration.md" "documentation/analysis/analysis_docs/other_academic_honesty_declaration.md"
|
||
|
||
# mjk_consonant_analysis.md -> other_mjk_consonant_analysis.md
|
||
mv "documentation/analysis/analysis_docs/mjk_consonant_analysis.md" "documentation/analysis/analysis_docs/other_mjk_consonant_analysis.md"
|
||
|
||
# third_empire_climate_finance_supplement.md -> other_third_empire_climate_finance_supplement.md
|
||
mv "documentation/analysis/analysis_docs/third_empire_climate_finance_supplement.md" "documentation/analysis/analysis_docs/other_third_empire_climate_finance_supplement.md"
|
||
|
||
# tian_kehan_xiuxian_xian_analysis.md -> other_tian_kehan_xiuxian_xian_analysis.md
|
||
mv "documentation/analysis/analysis_docs/tian_kehan_xiuxian_xian_analysis.md" "documentation/analysis/analysis_docs/other_tian_kehan_xiuxian_xian_analysis.md"
|
||
|
||
# nihon_shoki_purpose.md -> other_nihon_shoki_purpose.md
|
||
mv "documentation/analysis/analysis_docs/nihon_shoki_purpose.md" "documentation/analysis/analysis_docs/other_nihon_shoki_purpose.md"
|
||
|
||
# kou_qianzhi_correction.md -> other_kou_qianzhi_correction.md
|
||
mv "documentation/analysis/analysis_docs/kou_qianzhi_correction.md" "documentation/analysis/analysis_docs/other_kou_qianzhi_correction.md"
|
||
|
||
# 32_vocabulary_complete.md -> other_32_vocabulary_complete.md
|
||
mv "documentation/analysis/analysis_docs/32_vocabulary_complete.md" "documentation/analysis/analysis_docs/other_32_vocabulary_complete.md"
|
||
|
||
# historical_gantt_collection.md -> other_historical_gantt_collection.md
|
||
mv "documentation/analysis/analysis_docs/historical_gantt_collection.md" "documentation/analysis/analysis_docs/other_historical_gantt_collection.md"
|
||
|
||
# mjk_consonant_analysis_corrected.md -> other_mjk_consonant_analysis_corrected.md
|
||
mv "documentation/analysis/analysis_docs/mjk_consonant_analysis_corrected.md" "documentation/analysis/analysis_docs/other_mjk_consonant_analysis_corrected.md"
|
||
|
||
# climate_financial_system_analysis.md -> other_climate_financial_system_analysis.md
|
||
mv "documentation/analysis/analysis_docs/climate_financial_system_analysis.md" "documentation/analysis/analysis_docs/other_climate_financial_system_analysis.md"
|
||
|
||
# soyombo_analysis.md -> other_soyombo_analysis.md
|
||
mv "documentation/analysis/analysis_docs/soyombo_analysis.md" "documentation/analysis/analysis_docs/other_soyombo_analysis.md"
|
||
|
||
# kushan_debate_analysis.md -> other_kushan_debate_analysis.md
|
||
mv "documentation/analysis/analysis_docs/kushan_debate_analysis.md" "documentation/analysis/analysis_docs/other_kushan_debate_analysis.md"
|
||
|
||
# fengshui_analysis.md -> other_fengshui_analysis.md
|
||
mv "documentation/analysis/analysis_docs/fengshui_analysis.md" "documentation/analysis/analysis_docs/other_fengshui_analysis.md"
|
||
|
||
# ahura_mazda_to_tengri_analysis.md -> other_ahura_mazda_to_tengri_analysis.md
|
||
mv "documentation/analysis/analysis_docs/ahura_mazda_to_tengri_analysis.md" "documentation/analysis/analysis_docs/other_ahura_mazda_to_tengri_analysis.md"
|
||
|
||
# logical_necessity_analysis.md -> other_logical_necessity_analysis.md
|
||
mv "documentation/analysis/analysis_docs/logical_necessity_analysis.md" "documentation/analysis/analysis_docs/other_logical_necessity_analysis.md"
|
||
|
||
# vocabulary_update.md -> other_vocabulary_update.md
|
||
mv "documentation/analysis/analysis_docs/vocabulary_update.md" "documentation/analysis/analysis_docs/other_vocabulary_update.md"
|
||
|
||
# assassin_mozi_relationship.md -> other_assassin_mozi_relationship.md
|
||
mv "documentation/analysis/analysis_docs/assassin_mozi_relationship.md" "documentation/analysis/analysis_docs/other_assassin_mozi_relationship.md"
|
||
|
||
# strategic_purpose.md -> other_strategic_purpose.md
|
||
mv "documentation/analysis/analysis_docs/strategic_purpose.md" "documentation/analysis/analysis_docs/other_strategic_purpose.md"
|
||
|
||
# as_above_so_below_analysis.md -> other_as_above_so_below_analysis.md
|
||
mv "documentation/analysis/analysis_docs/as_above_so_below_analysis.md" "documentation/analysis/analysis_docs/other_as_above_so_below_analysis.md"
|
||
|
||
# emerald_jade_road_analysis.md -> other_emerald_jade_road_analysis.md
|
||
mv "documentation/analysis/analysis_docs/emerald_jade_road_analysis.md" "documentation/analysis/analysis_docs/other_emerald_jade_road_analysis.md"
|
||
|
||
# phallic_dragon_worship.md -> other_phallic_dragon_worship.md
|
||
mv "documentation/analysis/analysis_docs/phallic_dragon_worship.md" "documentation/analysis/analysis_docs/other_phallic_dragon_worship.md"
|
||
|
||
# conf.py -> other_conf.py
|
||
mv "documentation/docs/conf.py" "documentation/docs/other_conf.py"
|
||
|
||
# index.rst -> other_index.rst
|
||
mv "documentation/docs/index.rst" "documentation/docs/other_index.rst"
|
||
|
||
# requirements.md -> other_requirements.md
|
||
mv "config/.kiro/specs/northern-dynasty-analysis/requirements.md" "config/.kiro/specs/northern-dynasty-analysis/other_requirements.md"
|
||
|
||
# requirements.md -> other_requirements.md
|
||
mv "config/.kiro/specs/y-sound-geopolitics/requirements.md" "config/.kiro/specs/y-sound-geopolitics/other_requirements.md"
|
||
|
||
# design.md -> other_design.md
|
||
mv "config/.kiro/specs/northern-dynasty-universe/design.md" "config/.kiro/specs/northern-dynasty-universe/other_design.md"
|
||
|
||
# requirements.md -> other_requirements.md
|
||
mv "config/.kiro/specs/northern-dynasty-universe/requirements.md" "config/.kiro/specs/northern-dynasty-universe/other_requirements.md"
|
||
|
||
# tasks.md -> other_tasks.md
|
||
mv "config/.kiro/specs/northern-dynasty-universe/tasks.md" "config/.kiro/specs/northern-dynasty-universe/other_tasks.md"
|
||
|
||
# design.md -> other_design.md
|
||
mv "config/.kiro/specs/phallic-worship-cultural-analysis/design.md" "config/.kiro/specs/phallic-worship-cultural-analysis/other_design.md"
|
||
|
||
# requirements.md -> other_requirements.md
|
||
mv "config/.kiro/specs/phallic-worship-cultural-analysis/requirements.md" "config/.kiro/specs/phallic-worship-cultural-analysis/other_requirements.md"
|
||
|
||
# tasks.md -> other_tasks.md
|
||
mv "config/.kiro/specs/phallic-worship-cultural-analysis/tasks.md" "config/.kiro/specs/phallic-worship-cultural-analysis/other_tasks.md"
|
||
|
||
# Y音正统性与地缘政治密码_完整理论框架.md -> y_sound_orthodoxy_geopolitical_codes.md
|
||
mv "historical-research/geopolitical-codes/Y音正统性与地缘政治密码_完整理论框架.md" "historical-research/geopolitical-codes/y_sound_orthodoxy_geopolitical_codes.md"
|
||
|
||
# 嚈哒起源研究总结.md -> yanda_origins_research_summary.md
|
||
mv "historical-research/yanda-origins/嚈哒起源研究总结.md" "historical-research/yanda-origins/yanda_origins_research_summary.md"
|
||
|
||
# cultural_logic_system.md -> core_theory_cultural_logic_system.md
|
||
mv "core-theory/cultural_logic_system.md" "core-theory/core_theory_cultural_logic_system.md"
|
||
|
||
# phonetic_semantic_framework.md -> core_theory_phonetic_semantic_framework.md
|
||
mv "core-theory/phonetic_semantic_framework.md" "core-theory/core_theory_phonetic_semantic_framework.md"
|
||
|
||
# kulue_root_network.md -> core_theory_kulue_root_network.md
|
||
mv "core-theory/kulue_root_network.md" "core-theory/core_theory_kulue_root_network.md"
|
||
|
||
# core_engineering_doc.md -> core_theory_core_engineering_doc.md
|
||
mv "core-theory/core_engineering_doc.md" "core-theory/core_theory_core_engineering_doc.md"
|
||
|
||
# core_definitions.py -> core_theory_core_definitions.py
|
||
mv "core-theory/core_definitions.py" "core-theory/core_theory_core_definitions.py"
|
||
|
||
# heaven_earth_logic_framework.md -> core_theory_heaven_earth_logic_framework.md
|
||
mv "core-theory/heaven_earth_logic_framework.md" "core-theory/core_theory_heaven_earth_logic_framework.md"
|
||
|
||
# generate_ebook.py -> other_generate_ebook.py
|
||
mv "tools/generate_ebook.py" "tools/other_generate_ebook.py"
|
||
|
||
# generate_video.py -> other_generate_video.py
|
||
mv "tools/generate_video.py" "tools/other_generate_video.py"
|
||
|
||
# generate_podcast.py -> other_generate_podcast.py
|
||
mv "tools/generate_podcast.py" "tools/other_generate_podcast.py"
|
||
|
||
# doc_indexer.py -> other_doc_indexer.py
|
||
mv "tools/document-management/doc_indexer.py" "tools/document-management/other_doc_indexer.py"
|
||
|
||
# image_converter.py -> other_image_converter.py
|
||
mv "tools/image-processing/image_converter.py" "tools/image-processing/other_image_converter.py"
|
||
|
||
# quick_convert.py -> other_quick_convert.py
|
||
mv "tools/image-processing/quick_convert.py" "tools/image-processing/other_quick_convert.py"
|
||
|
||
# deepzoom_generator.py -> other_deepzoom_generator.py
|
||
mv "tools/image-processing/deepzoom_generator.py" "tools/image-processing/other_deepzoom_generator.py"
|
||
|
||
# analyze_large_image.py -> other_analyze_large_image.py
|
||
mv "tools/image-processing/analyze_large_image.py" "tools/image-processing/other_analyze_large_image.py"
|
||
|
||
# 序章图片分析.md -> other_序章图片分析.md
|
||
mv "tools/ai-tools/序章图片分析.md" "tools/ai-tools/other_序章图片分析.md"
|
||
|
||
# typing_extensions.py -> other_typing_extensions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/typing_extensions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/other_typing_extensions.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/jiter/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/jiter/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/typing_inspection/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/typing_inspection/other__init_.py"
|
||
|
||
# typing_objects.py -> other_typing_objects.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/typing_inspection/typing_objects.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/typing_inspection/other_typing_objects.py"
|
||
|
||
# introspection.py -> other_introspection.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/typing_inspection/introspection.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/typing_inspection/other_introspection.py"
|
||
|
||
# notebook.py -> other_notebook.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/notebook.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other_notebook.py"
|
||
|
||
# _utils.py -> other__utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/_utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other__utils.py"
|
||
|
||
# dask.py -> other_dask.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/dask.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other_dask.py"
|
||
|
||
# _tqdm_notebook.py -> other__tqdm_notebook.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/_tqdm_notebook.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other__tqdm_notebook.py"
|
||
|
||
# rich.py -> other_rich.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/rich.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other_rich.py"
|
||
|
||
# _monitor.py -> other__monitor.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/_monitor.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other__monitor.py"
|
||
|
||
# _tqdm.py -> other__tqdm.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/_tqdm.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other__tqdm.py"
|
||
|
||
# _main.py -> other__main.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/_main.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other__main.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other__init_.py"
|
||
|
||
# _tqdm_gui.py -> other__tqdm_gui.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/_tqdm_gui.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other__tqdm_gui.py"
|
||
|
||
# asyncio.py -> other_asyncio.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/asyncio.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other_asyncio.py"
|
||
|
||
# autonotebook.py -> other_autonotebook.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/autonotebook.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other_autonotebook.py"
|
||
|
||
# keras.py -> other_keras.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/keras.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other_keras.py"
|
||
|
||
# cli.py -> other_cli.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/cli.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other_cli.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other_utils.py"
|
||
|
||
# _tqdm_pandas.py -> other__tqdm_pandas.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/_tqdm_pandas.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other__tqdm_pandas.py"
|
||
|
||
# tk.py -> other_tk.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/tk.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other_tk.py"
|
||
|
||
# auto.py -> other_auto.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/auto.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other_auto.py"
|
||
|
||
# std.py -> other_std.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/std.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other_std.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/__main__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other__main_.py"
|
||
|
||
# _dist_ver.py -> other__dist_ver.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/_dist_ver.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other__dist_ver.py"
|
||
|
||
# gui.py -> other_gui.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/gui.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other_gui.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/other_version.py"
|
||
|
||
# bells.py -> other_bells.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/bells.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/other_bells.py"
|
||
|
||
# telegram.py -> other_telegram.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/telegram.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/other_telegram.py"
|
||
|
||
# concurrent.py -> other_concurrent.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/concurrent.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/other_concurrent.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/other__init_.py"
|
||
|
||
# slack.py -> other_slack.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/slack.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/other_slack.py"
|
||
|
||
# discord.py -> other_discord.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/discord.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/other_discord.py"
|
||
|
||
# itertools.py -> other_itertools.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/itertools.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/other_itertools.py"
|
||
|
||
# utils_worker.py -> other_utils_worker.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/utils_worker.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/other_utils_worker.py"
|
||
|
||
# logging.py -> other_logging.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/logging.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm/contrib/other_logging.py"
|
||
|
||
# _api.py -> other__api.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_api.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/other__api.py"
|
||
|
||
# _utils.py -> other__utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/other__utils.py"
|
||
|
||
# _exceptions.py -> other__exceptions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_exceptions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/other__exceptions.py"
|
||
|
||
# _models.py -> other__models.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_models.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/other__models.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/other__init_.py"
|
||
|
||
# _trace.py -> other__trace.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_trace.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/other__trace.py"
|
||
|
||
# _ssl.py -> other__ssl.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_ssl.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/other__ssl.py"
|
||
|
||
# _synchronization.py -> other__synchronization.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_synchronization.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/other__synchronization.py"
|
||
|
||
# connection.py -> other_connection.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_sync/connection.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_sync/other_connection.py"
|
||
|
||
# http2.py -> other_http2.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_sync/http2.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_sync/other_http2.py"
|
||
|
||
# interfaces.py -> other_interfaces.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_sync/interfaces.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_sync/other_interfaces.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_sync/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_sync/other__init_.py"
|
||
|
||
# http11.py -> other_http11.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_sync/http11.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_sync/other_http11.py"
|
||
|
||
# socks_proxy.py -> other_socks_proxy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_sync/socks_proxy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_sync/other_socks_proxy.py"
|
||
|
||
# http_proxy.py -> other_http_proxy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_sync/http_proxy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_sync/other_http_proxy.py"
|
||
|
||
# connection_pool.py -> other_connection_pool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_sync/connection_pool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_sync/other_connection_pool.py"
|
||
|
||
# mock.py -> other_mock.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_backends/mock.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_backends/other_mock.py"
|
||
|
||
# anyio.py -> other_anyio.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_backends/anyio.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_backends/other_anyio.py"
|
||
|
||
# sync.py -> other_sync.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_backends/sync.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_backends/other_sync.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_backends/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_backends/other__init_.py"
|
||
|
||
# base.py -> other_base.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_backends/base.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_backends/other_base.py"
|
||
|
||
# trio.py -> other_trio.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_backends/trio.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_backends/other_trio.py"
|
||
|
||
# auto.py -> other_auto.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_backends/auto.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_backends/other_auto.py"
|
||
|
||
# connection.py -> other_connection.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_async/connection.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_async/other_connection.py"
|
||
|
||
# http2.py -> other_http2.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_async/http2.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_async/other_http2.py"
|
||
|
||
# interfaces.py -> other_interfaces.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_async/interfaces.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_async/other_interfaces.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_async/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_async/other__init_.py"
|
||
|
||
# http11.py -> other_http11.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_async/http11.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_async/other_http11.py"
|
||
|
||
# socks_proxy.py -> other_socks_proxy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_async/socks_proxy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_async/other_socks_proxy.py"
|
||
|
||
# http_proxy.py -> other_http_proxy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_async/http_proxy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_async/other_http_proxy.py"
|
||
|
||
# connection_pool.py -> other_connection_pool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_async/connection_pool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore/_async/other_connection_pool.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/sniffio/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/sniffio/other__init_.py"
|
||
|
||
# _impl.py -> other__impl.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/sniffio/_impl.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/sniffio/other__impl.py"
|
||
|
||
# _version.py -> other__version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/sniffio/_version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/sniffio/other__version.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/sniffio/_tests/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/sniffio/_tests/other__init_.py"
|
||
|
||
# test_sniffio.py -> other_test_sniffio.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/sniffio/_tests/test_sniffio.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/sniffio/_tests/other_test_sniffio.py"
|
||
|
||
# LICENSE.md -> other_license.md
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore-1.0.9.dist-info/licenses/LICENSE.md" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpcore-1.0.9.dist-info/licenses/other_license.md"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/entry_points.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/other_entry_points.txt"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/top_level.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools-66.1.1.dist-info/other_top_level.txt"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/distro/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/distro/other__init_.py"
|
||
|
||
# distro.py -> other_distro.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/distro/distro.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/distro/other_distro.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/distro/__main__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/distro/other__main_.py"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm-4.67.1.dist-info/entry_points.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm-4.67.1.dist-info/other_entry_points.txt"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm-4.67.1.dist-info/top_level.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/tqdm-4.67.1.dist-info/other_top_level.txt"
|
||
|
||
# parse.py -> other_parse.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/parse.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_parse.py"
|
||
|
||
# typing.py -> other_typing.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/typing.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_typing.py"
|
||
|
||
# validate_call_decorator.py -> other_validate_call_decorator.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/validate_call_decorator.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_validate_call_decorator.py"
|
||
|
||
# json_schema.py -> other_json_schema.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/json_schema.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_json_schema.py"
|
||
|
||
# validators.py -> other_validators.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/validators.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_validators.py"
|
||
|
||
# aliases.py -> other_aliases.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/aliases.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_aliases.py"
|
||
|
||
# generics.py -> other_generics.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/generics.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_generics.py"
|
||
|
||
# type_adapter.py -> other_type_adapter.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/type_adapter.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_type_adapter.py"
|
||
|
||
# annotated_handlers.py -> other_annotated_handlers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/annotated_handlers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_annotated_handlers.py"
|
||
|
||
# color.py -> other_color.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/color.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_color.py"
|
||
|
||
# decorator.py -> other_decorator.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/decorator.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_decorator.py"
|
||
|
||
# tools.py -> other_tools.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/tools.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_tools.py"
|
||
|
||
# dataclasses.py -> other_dataclasses.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/dataclasses.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_dataclasses.py"
|
||
|
||
# alias_generators.py -> other_alias_generators.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/alias_generators.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_alias_generators.py"
|
||
|
||
# root_model.py -> other_root_model.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/root_model.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_root_model.py"
|
||
|
||
# fields.py -> other_fields.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/fields.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_fields.py"
|
||
|
||
# class_validators.py -> other_class_validators.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/class_validators.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_class_validators.py"
|
||
|
||
# errors.py -> other_errors.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/errors.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_errors.py"
|
||
|
||
# env_settings.py -> other_env_settings.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/env_settings.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_env_settings.py"
|
||
|
||
# error_wrappers.py -> other_error_wrappers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/error_wrappers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_error_wrappers.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other__init_.py"
|
||
|
||
# mypy.py -> other_mypy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/mypy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_mypy.py"
|
||
|
||
# networks.py -> other_networks.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/networks.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_networks.py"
|
||
|
||
# _migration.py -> other__migration.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_migration.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other__migration.py"
|
||
|
||
# datetime_parse.py -> other_datetime_parse.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/datetime_parse.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_datetime_parse.py"
|
||
|
||
# schema.py -> other_schema.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/schema.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_schema.py"
|
||
|
||
# functional_serializers.py -> other_functional_serializers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/functional_serializers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_functional_serializers.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_utils.py"
|
||
|
||
# warnings.py -> other_warnings.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/warnings.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_warnings.py"
|
||
|
||
# functional_validators.py -> other_functional_validators.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/functional_validators.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_functional_validators.py"
|
||
|
||
# json.py -> other_json.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/json.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_json.py"
|
||
|
||
# config.py -> other_config.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/config.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_config.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_version.py"
|
||
|
||
# types.py -> other_types.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/types.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_types.py"
|
||
|
||
# main.py -> other_main.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/main.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/other_main.py"
|
||
|
||
# parse.py -> other_parse.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/parse.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_parse.py"
|
||
|
||
# typing.py -> other_typing.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/typing.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_typing.py"
|
||
|
||
# validators.py -> other_validators.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/validators.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_validators.py"
|
||
|
||
# generics.py -> other_generics.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/generics.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_generics.py"
|
||
|
||
# color.py -> other_color.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/color.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_color.py"
|
||
|
||
# decorator.py -> other_decorator.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/decorator.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_decorator.py"
|
||
|
||
# tools.py -> other_tools.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/tools.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_tools.py"
|
||
|
||
# dataclasses.py -> other_dataclasses.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/dataclasses.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_dataclasses.py"
|
||
|
||
# fields.py -> other_fields.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/fields.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_fields.py"
|
||
|
||
# class_validators.py -> other_class_validators.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/class_validators.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_class_validators.py"
|
||
|
||
# errors.py -> other_errors.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/errors.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_errors.py"
|
||
|
||
# env_settings.py -> other_env_settings.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/env_settings.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_env_settings.py"
|
||
|
||
# error_wrappers.py -> other_error_wrappers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/error_wrappers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_error_wrappers.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other__init_.py"
|
||
|
||
# mypy.py -> other_mypy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/mypy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_mypy.py"
|
||
|
||
# networks.py -> other_networks.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/networks.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_networks.py"
|
||
|
||
# datetime_parse.py -> other_datetime_parse.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/datetime_parse.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_datetime_parse.py"
|
||
|
||
# schema.py -> other_schema.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/schema.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_schema.py"
|
||
|
||
# annotated_types.py -> other_annotated_types.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/annotated_types.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_annotated_types.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_utils.py"
|
||
|
||
# json.py -> other_json.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/json.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_json.py"
|
||
|
||
# config.py -> other_config.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/config.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_config.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_version.py"
|
||
|
||
# types.py -> other_types.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/types.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_types.py"
|
||
|
||
# main.py -> other_main.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/main.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other_main.py"
|
||
|
||
# _hypothesis_plugin.py -> other__hypothesis_plugin.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/_hypothesis_plugin.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/v1/other__hypothesis_plugin.py"
|
||
|
||
# _utils.py -> other__utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__utils.py"
|
||
|
||
# _core_utils.py -> other__core_utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_core_utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__core_utils.py"
|
||
|
||
# _schema_generation_shared.py -> other__schema_generation_shared.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_schema_generation_shared.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__schema_generation_shared.py"
|
||
|
||
# _typing_extra.py -> other__typing_extra.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_typing_extra.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__typing_extra.py"
|
||
|
||
# _internal_dataclass.py -> other__internal_dataclass.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_internal_dataclass.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__internal_dataclass.py"
|
||
|
||
# _decorators_v1.py -> other__decorators_v1.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_decorators_v1.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__decorators_v1.py"
|
||
|
||
# _signature.py -> other__signature.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_signature.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__signature.py"
|
||
|
||
# _validate_call.py -> other__validate_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_validate_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__validate_call.py"
|
||
|
||
# _validators.py -> other__validators.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_validators.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__validators.py"
|
||
|
||
# _core_metadata.py -> other__core_metadata.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_core_metadata.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__core_metadata.py"
|
||
|
||
# _serializers.py -> other__serializers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_serializers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__serializers.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__init_.py"
|
||
|
||
# _git.py -> other__git.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_git.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__git.py"
|
||
|
||
# _mock_val_ser.py -> other__mock_val_ser.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_mock_val_ser.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__mock_val_ser.py"
|
||
|
||
# _namespace_utils.py -> other__namespace_utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_namespace_utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__namespace_utils.py"
|
||
|
||
# _model_construction.py -> other__model_construction.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_model_construction.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__model_construction.py"
|
||
|
||
# _generate_schema.py -> other__generate_schema.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_generate_schema.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__generate_schema.py"
|
||
|
||
# _dataclasses.py -> other__dataclasses.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_dataclasses.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__dataclasses.py"
|
||
|
||
# _generics.py -> other__generics.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_generics.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__generics.py"
|
||
|
||
# _forward_ref.py -> other__forward_ref.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_forward_ref.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__forward_ref.py"
|
||
|
||
# _repr.py -> other__repr.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_repr.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__repr.py"
|
||
|
||
# _discriminated_union.py -> other__discriminated_union.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_discriminated_union.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__discriminated_union.py"
|
||
|
||
# _config.py -> other__config.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_config.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__config.py"
|
||
|
||
# _fields.py -> other__fields.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_fields.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__fields.py"
|
||
|
||
# _import_utils.py -> other__import_utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_import_utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__import_utils.py"
|
||
|
||
# _decorators.py -> other__decorators.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_decorators.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__decorators.py"
|
||
|
||
# _schema_gather.py -> other__schema_gather.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_schema_gather.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__schema_gather.py"
|
||
|
||
# _docs_extraction.py -> other__docs_extraction.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_docs_extraction.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__docs_extraction.py"
|
||
|
||
# _known_annotated_metadata.py -> other__known_annotated_metadata.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/_known_annotated_metadata.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/_internal/other__known_annotated_metadata.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/plugin/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/plugin/other__init_.py"
|
||
|
||
# _loader.py -> other__loader.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/plugin/_loader.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/plugin/other__loader.py"
|
||
|
||
# _schema_validator.py -> other__schema_validator.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/plugin/_schema_validator.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/plugin/other__schema_validator.py"
|
||
|
||
# pipeline.py -> other_pipeline.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/experimental/pipeline.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/experimental/other_pipeline.py"
|
||
|
||
# missing_sentinel.py -> other_missing_sentinel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/experimental/missing_sentinel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/experimental/other_missing_sentinel.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/experimental/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/experimental/other__init_.py"
|
||
|
||
# arguments_schema.py -> other_arguments_schema.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/experimental/arguments_schema.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/experimental/other_arguments_schema.py"
|
||
|
||
# parse.py -> other_parse.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/deprecated/parse.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/deprecated/other_parse.py"
|
||
|
||
# copy_internals.py -> other_copy_internals.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/deprecated/copy_internals.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/deprecated/other_copy_internals.py"
|
||
|
||
# decorator.py -> other_decorator.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/deprecated/decorator.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/deprecated/other_decorator.py"
|
||
|
||
# tools.py -> other_tools.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/deprecated/tools.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/deprecated/other_tools.py"
|
||
|
||
# class_validators.py -> other_class_validators.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/deprecated/class_validators.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/deprecated/other_class_validators.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/deprecated/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/deprecated/other__init_.py"
|
||
|
||
# json.py -> other_json.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/deprecated/json.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/deprecated/other_json.py"
|
||
|
||
# config.py -> other_config.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/deprecated/config.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic/deprecated/other_config.py"
|
||
|
||
# _deprecation_warning.py -> other__deprecation_warning.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_deprecation_warning.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other__deprecation_warning.py"
|
||
|
||
# msvc.py -> other_msvc.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/msvc.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_msvc.py"
|
||
|
||
# glob.py -> other_glob.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/glob.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_glob.py"
|
||
|
||
# depends.py -> other_depends.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/depends.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_depends.py"
|
||
|
||
# discovery.py -> other_discovery.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/discovery.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_discovery.py"
|
||
|
||
# monkey.py -> other_monkey.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/monkey.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_monkey.py"
|
||
|
||
# launch.py -> other_launch.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/launch.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_launch.py"
|
||
|
||
# archive_util.py -> other_archive_util.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/archive_util.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_archive_util.py"
|
||
|
||
# errors.py -> other_errors.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/errors.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_errors.py"
|
||
|
||
# _path.py -> other__path.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_path.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other__path.py"
|
||
|
||
# build_meta.py -> other_build_meta.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/build_meta.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_build_meta.py"
|
||
|
||
# _entry_points.py -> other__entry_points.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_entry_points.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other__entry_points.py"
|
||
|
||
# unicode_utils.py -> other_unicode_utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/unicode_utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_unicode_utils.py"
|
||
|
||
# extension.py -> other_extension.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/extension.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_extension.py"
|
||
|
||
# dep_util.py -> other_dep_util.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/dep_util.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_dep_util.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other__init_.py"
|
||
|
||
# wheel.py -> other_wheel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/wheel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_wheel.py"
|
||
|
||
# _importlib.py -> other__importlib.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_importlib.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other__importlib.py"
|
||
|
||
# dist.py -> other_dist.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/dist.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_dist.py"
|
||
|
||
# installer.py -> other_installer.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/installer.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_installer.py"
|
||
|
||
# _imp.py -> other__imp.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_imp.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other__imp.py"
|
||
|
||
# _itertools.py -> other__itertools.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_itertools.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other__itertools.py"
|
||
|
||
# namespaces.py -> other_namespaces.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/namespaces.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_namespaces.py"
|
||
|
||
# package_index.py -> other_package_index.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/package_index.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_package_index.py"
|
||
|
||
# py34compat.py -> other_py34compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/py34compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_py34compat.py"
|
||
|
||
# windows_support.py -> other_windows_support.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/windows_support.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_windows_support.py"
|
||
|
||
# _reqs.py -> other__reqs.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_reqs.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other__reqs.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_version.py"
|
||
|
||
# sandbox.py -> other_sandbox.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/sandbox.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_sandbox.py"
|
||
|
||
# logging.py -> other_logging.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/logging.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/other_logging.py"
|
||
|
||
# zipp.py -> other_zipp.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/zipp.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/other_zipp.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/other__init_.py"
|
||
|
||
# typing_extensions.py -> other_typing_extensions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/typing_extensions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/other_typing_extensions.py"
|
||
|
||
# ordered_set.py -> other_ordered_set.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/ordered_set.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/other_ordered_set.py"
|
||
|
||
# more.py -> other_more.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/more.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/other_more.py"
|
||
|
||
# recipes.py -> other_recipes.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/recipes.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/other_recipes.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/other__init_.py"
|
||
|
||
# context.py -> other_context.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/jaraco/context.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/jaraco/other_context.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/jaraco/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/jaraco/other__init_.py"
|
||
|
||
# functools.py -> other_functools.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/jaraco/functools.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/jaraco/other_functools.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/other__init_.py"
|
||
|
||
# _collections.py -> other__collections.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_collections.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/other__collections.py"
|
||
|
||
# _text.py -> other__text.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_text.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/other__text.py"
|
||
|
||
# _meta.py -> other__meta.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_meta.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/other__meta.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/other__init_.py"
|
||
|
||
# _compat.py -> other__compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/other__compat.py"
|
||
|
||
# _itertools.py -> other__itertools.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/other__itertools.py"
|
||
|
||
# _adapters.py -> other__adapters.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/other__adapters.py"
|
||
|
||
# _functools.py -> other__functools.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/_functools.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/other__functools.py"
|
||
|
||
# requirements.py -> other_requirements.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/requirements.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/other_requirements.py"
|
||
|
||
# specifiers.py -> other_specifiers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/specifiers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/other_specifiers.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/other__init_.py"
|
||
|
||
# markers.py -> other_markers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/markers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/other_markers.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/other_utils.py"
|
||
|
||
# __about__.py -> other__about_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/__about__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/other__about_.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/other_version.py"
|
||
|
||
# tags.py -> other_tags.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/tags.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/other_tags.py"
|
||
|
||
# _musllinux.py -> other__musllinux.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/_musllinux.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/other__musllinux.py"
|
||
|
||
# _structures.py -> other__structures.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/_structures.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/other__structures.py"
|
||
|
||
# _manylinux.py -> other__manylinux.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/_manylinux.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/packaging/other__manylinux.py"
|
||
|
||
# _legacy.py -> other__legacy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_legacy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other__legacy.py"
|
||
|
||
# abc.py -> other_abc.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/abc.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other_abc.py"
|
||
|
||
# simple.py -> other_simple.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/simple.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other_simple.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other__init_.py"
|
||
|
||
# _compat.py -> other__compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other__compat.py"
|
||
|
||
# _itertools.py -> other__itertools.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_itertools.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other__itertools.py"
|
||
|
||
# _adapters.py -> other__adapters.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_adapters.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other__adapters.py"
|
||
|
||
# readers.py -> other_readers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/readers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other_readers.py"
|
||
|
||
# _common.py -> other__common.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/_common.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/other__common.py"
|
||
|
||
# _re.py -> other__re.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/tomli/_re.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/tomli/other__re.py"
|
||
|
||
# _types.py -> other__types.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/tomli/_types.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/tomli/other__types.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/tomli/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/tomli/other__init_.py"
|
||
|
||
# _parser.py -> other__parser.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/tomli/_parser.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/tomli/other__parser.py"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/exceptions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_exceptions.py"
|
||
|
||
# testing.py -> other_testing.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/testing.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_testing.py"
|
||
|
||
# helpers.py -> other_helpers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/helpers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_helpers.py"
|
||
|
||
# actions.py -> other_actions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/actions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_actions.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/util.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_util.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/core.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_core.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other__init_.py"
|
||
|
||
# results.py -> other_results.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/results.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_results.py"
|
||
|
||
# unicode.py -> other_unicode.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/unicode.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_unicode.py"
|
||
|
||
# common.py -> other_common.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/common.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/other_common.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/diagram/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/diagram/other__init_.py"
|
||
|
||
# _apply_pyprojecttoml.py -> other__apply_pyprojecttoml.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/other__apply_pyprojecttoml.py"
|
||
|
||
# expand.py -> other_expand.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/expand.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/other_expand.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/other__init_.py"
|
||
|
||
# setupcfg.py -> other_setupcfg.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/setupcfg.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/other_setupcfg.py"
|
||
|
||
# pyprojecttoml.py -> other_pyprojecttoml.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/other_pyprojecttoml.py"
|
||
|
||
# fastjsonschema_exceptions.py -> other_fastjsonschema_exceptions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/other_fastjsonschema_exceptions.py"
|
||
|
||
# formats.py -> other_formats.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/formats.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/other_formats.py"
|
||
|
||
# error_reporting.py -> other_error_reporting.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/error_reporting.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/other_error_reporting.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/other__init_.py"
|
||
|
||
# fastjsonschema_validations.py -> other_fastjsonschema_validations.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/other_fastjsonschema_validations.py"
|
||
|
||
# extra_validations.py -> other_extra_validations.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/extra_validations.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/other_extra_validations.py"
|
||
|
||
# _collections.py -> other__collections.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/_collections.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other__collections.py"
|
||
|
||
# bcppcompiler.py -> other_bcppcompiler.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/bcppcompiler.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_bcppcompiler.py"
|
||
|
||
# msvccompiler.py -> other_msvccompiler.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/msvccompiler.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_msvccompiler.py"
|
||
|
||
# _msvccompiler.py -> other__msvccompiler.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/_msvccompiler.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other__msvccompiler.py"
|
||
|
||
# unixccompiler.py -> other_unixccompiler.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/unixccompiler.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_unixccompiler.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/util.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_util.py"
|
||
|
||
# ccompiler.py -> other_ccompiler.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/ccompiler.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_ccompiler.py"
|
||
|
||
# sysconfig.py -> other_sysconfig.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/sysconfig.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_sysconfig.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/core.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_core.py"
|
||
|
||
# py38compat.py -> other_py38compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/py38compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_py38compat.py"
|
||
|
||
# versionpredicate.py -> other_versionpredicate.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/versionpredicate.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_versionpredicate.py"
|
||
|
||
# text_file.py -> other_text_file.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/text_file.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_text_file.py"
|
||
|
||
# _log.py -> other__log.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/_log.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other__log.py"
|
||
|
||
# archive_util.py -> other_archive_util.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/archive_util.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_archive_util.py"
|
||
|
||
# cmd.py -> other_cmd.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/cmd.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_cmd.py"
|
||
|
||
# fancy_getopt.py -> other_fancy_getopt.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/fancy_getopt.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_fancy_getopt.py"
|
||
|
||
# errors.py -> other_errors.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/errors.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_errors.py"
|
||
|
||
# extension.py -> other_extension.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/extension.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_extension.py"
|
||
|
||
# dep_util.py -> other_dep_util.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/dep_util.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_dep_util.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other__init_.py"
|
||
|
||
# filelist.py -> other_filelist.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/filelist.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_filelist.py"
|
||
|
||
# dir_util.py -> other_dir_util.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/dir_util.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_dir_util.py"
|
||
|
||
# py39compat.py -> other_py39compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/py39compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_py39compat.py"
|
||
|
||
# dist.py -> other_dist.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/dist.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_dist.py"
|
||
|
||
# _macos_compat.py -> other__macos_compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/_macos_compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other__macos_compat.py"
|
||
|
||
# spawn.py -> other_spawn.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/spawn.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_spawn.py"
|
||
|
||
# msvc9compiler.py -> other_msvc9compiler.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/msvc9compiler.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_msvc9compiler.py"
|
||
|
||
# file_util.py -> other_file_util.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/file_util.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_file_util.py"
|
||
|
||
# cygwinccompiler.py -> other_cygwinccompiler.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/cygwinccompiler.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_cygwinccompiler.py"
|
||
|
||
# debug.py -> other_debug.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/debug.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_debug.py"
|
||
|
||
# config.py -> other_config.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/config.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_config.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_version.py"
|
||
|
||
# _functools.py -> other__functools.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/_functools.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other__functools.py"
|
||
|
||
# log.py -> other_log.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/log.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/other_log.py"
|
||
|
||
# install_scripts.py -> other_install_scripts.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/install_scripts.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_install_scripts.py"
|
||
|
||
# build.py -> other_build.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/build.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_build.py"
|
||
|
||
# py37compat.py -> other_py37compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/py37compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_py37compat.py"
|
||
|
||
# install_headers.py -> other_install_headers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/install_headers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_install_headers.py"
|
||
|
||
# install.py -> other_install.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/install.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_install.py"
|
||
|
||
# upload.py -> other_upload.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/upload.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_upload.py"
|
||
|
||
# install_data.py -> other_install_data.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/install_data.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_install_data.py"
|
||
|
||
# _framework_compat.py -> other__framework_compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/_framework_compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other__framework_compat.py"
|
||
|
||
# build_scripts.py -> other_build_scripts.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/build_scripts.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_build_scripts.py"
|
||
|
||
# bdist.py -> other_bdist.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/bdist.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_bdist.py"
|
||
|
||
# register.py -> other_register.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/register.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_register.py"
|
||
|
||
# build_py.py -> other_build_py.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/build_py.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_build_py.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other__init_.py"
|
||
|
||
# sdist.py -> other_sdist.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/sdist.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_sdist.py"
|
||
|
||
# install_egg_info.py -> other_install_egg_info.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/install_egg_info.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_install_egg_info.py"
|
||
|
||
# bdist_dumb.py -> other_bdist_dumb.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_dumb.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_bdist_dumb.py"
|
||
|
||
# bdist_rpm.py -> other_bdist_rpm.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/bdist_rpm.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_bdist_rpm.py"
|
||
|
||
# build_clib.py -> other_build_clib.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/build_clib.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_build_clib.py"
|
||
|
||
# build_ext.py -> other_build_ext.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/build_ext.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_build_ext.py"
|
||
|
||
# config.py -> other_config.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/config.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_config.py"
|
||
|
||
# install_lib.py -> other_install_lib.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/install_lib.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_install_lib.py"
|
||
|
||
# clean.py -> other_clean.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/clean.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_clean.py"
|
||
|
||
# check.py -> other_check.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/check.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/_distutils/command/other_check.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/extern/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/extern/other__init_.py"
|
||
|
||
# install_scripts.py -> other_install_scripts.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/install_scripts.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_install_scripts.py"
|
||
|
||
# build.py -> other_build.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/build.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_build.py"
|
||
|
||
# install.py -> other_install.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/install.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_install.py"
|
||
|
||
# setopt.py -> other_setopt.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/setopt.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_setopt.py"
|
||
|
||
# egg_info.py -> other_egg_info.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/egg_info.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_egg_info.py"
|
||
|
||
# test.py -> other_test.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/test.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_test.py"
|
||
|
||
# py36compat.py -> other_py36compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/py36compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_py36compat.py"
|
||
|
||
# upload_docs.py -> other_upload_docs.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/upload_docs.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_upload_docs.py"
|
||
|
||
# upload.py -> other_upload.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/upload.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_upload.py"
|
||
|
||
# develop.py -> other_develop.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/develop.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_develop.py"
|
||
|
||
# easy_install.py -> other_easy_install.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/easy_install.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_easy_install.py"
|
||
|
||
# register.py -> other_register.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/register.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_register.py"
|
||
|
||
# build_py.py -> other_build_py.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/build_py.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_build_py.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other__init_.py"
|
||
|
||
# sdist.py -> other_sdist.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/sdist.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_sdist.py"
|
||
|
||
# install_egg_info.py -> other_install_egg_info.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/install_egg_info.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_install_egg_info.py"
|
||
|
||
# alias.py -> other_alias.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/alias.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_alias.py"
|
||
|
||
# bdist_egg.py -> other_bdist_egg.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/bdist_egg.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_bdist_egg.py"
|
||
|
||
# bdist_rpm.py -> other_bdist_rpm.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/bdist_rpm.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_bdist_rpm.py"
|
||
|
||
# dist_info.py -> other_dist_info.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/dist_info.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_dist_info.py"
|
||
|
||
# rotate.py -> other_rotate.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/rotate.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_rotate.py"
|
||
|
||
# build_clib.py -> other_build_clib.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/build_clib.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_build_clib.py"
|
||
|
||
# saveopts.py -> other_saveopts.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/saveopts.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_saveopts.py"
|
||
|
||
# build_ext.py -> other_build_ext.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/build_ext.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_build_ext.py"
|
||
|
||
# editable_wheel.py -> other_editable_wheel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/editable_wheel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_editable_wheel.py"
|
||
|
||
# install_lib.py -> other_install_lib.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/install_lib.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/setuptools/command/other_install_lib.py"
|
||
|
||
# to_thread.py -> other_to_thread.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/to_thread.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/other_to_thread.py"
|
||
|
||
# from_thread.py -> other_from_thread.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/from_thread.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/other_from_thread.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/other__init_.py"
|
||
|
||
# to_interpreter.py -> other_to_interpreter.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/to_interpreter.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/other_to_interpreter.py"
|
||
|
||
# pytest_plugin.py -> other_pytest_plugin.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/pytest_plugin.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/other_pytest_plugin.py"
|
||
|
||
# to_process.py -> other_to_process.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/to_process.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/other_to_process.py"
|
||
|
||
# lowlevel.py -> other_lowlevel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/lowlevel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/other_lowlevel.py"
|
||
|
||
# stapled.py -> other_stapled.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/streams/stapled.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/streams/other_stapled.py"
|
||
|
||
# memory.py -> other_memory.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/streams/memory.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/streams/other_memory.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/streams/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/streams/other__init_.py"
|
||
|
||
# text.py -> other_text.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/streams/text.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/streams/other_text.py"
|
||
|
||
# tls.py -> other_tls.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/streams/tls.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/streams/other_tls.py"
|
||
|
||
# buffered.py -> other_buffered.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/streams/buffered.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/streams/other_buffered.py"
|
||
|
||
# file.py -> other_file.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/streams/file.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/streams/other_file.py"
|
||
|
||
# _trio.py -> other__trio.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_backends/_trio.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_backends/other__trio.py"
|
||
|
||
# _asyncio.py -> other__asyncio.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_backends/_asyncio.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_backends/other__asyncio.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_backends/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_backends/other__init_.py"
|
||
|
||
# _sockets.py -> other__sockets.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/_sockets.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/other__sockets.py"
|
||
|
||
# _exceptions.py -> other__exceptions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/_exceptions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/other__exceptions.py"
|
||
|
||
# _fileio.py -> other__fileio.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/_fileio.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/other__fileio.py"
|
||
|
||
# _eventloop.py -> other__eventloop.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/_eventloop.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/other__eventloop.py"
|
||
|
||
# _resources.py -> other__resources.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/_resources.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/other__resources.py"
|
||
|
||
# _tempfile.py -> other__tempfile.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/_tempfile.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/other__tempfile.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/other__init_.py"
|
||
|
||
# _asyncio_selector_thread.py -> other__asyncio_selector_thread.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/_asyncio_selector_thread.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/other__asyncio_selector_thread.py"
|
||
|
||
# _signals.py -> other__signals.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/_signals.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/other__signals.py"
|
||
|
||
# _streams.py -> other__streams.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/_streams.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/other__streams.py"
|
||
|
||
# _subprocesses.py -> other__subprocesses.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/_subprocesses.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/other__subprocesses.py"
|
||
|
||
# _testing.py -> other__testing.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/_testing.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/other__testing.py"
|
||
|
||
# _tasks.py -> other__tasks.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/_tasks.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/other__tasks.py"
|
||
|
||
# _typedattr.py -> other__typedattr.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/_typedattr.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/other__typedattr.py"
|
||
|
||
# _contextmanagers.py -> other__contextmanagers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/_contextmanagers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/other__contextmanagers.py"
|
||
|
||
# _synchronization.py -> other__synchronization.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/_synchronization.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/_core/other__synchronization.py"
|
||
|
||
# _sockets.py -> other__sockets.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/abc/_sockets.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/abc/other__sockets.py"
|
||
|
||
# _eventloop.py -> other__eventloop.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/abc/_eventloop.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/abc/other__eventloop.py"
|
||
|
||
# _resources.py -> other__resources.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/abc/_resources.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/abc/other__resources.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/abc/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/abc/other__init_.py"
|
||
|
||
# _streams.py -> other__streams.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/abc/_streams.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/abc/other__streams.py"
|
||
|
||
# _subprocesses.py -> other__subprocesses.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/abc/_subprocesses.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/abc/other__subprocesses.py"
|
||
|
||
# _testing.py -> other__testing.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/abc/_testing.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/abc/other__testing.py"
|
||
|
||
# _tasks.py -> other__tasks.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/abc/_tasks.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio/abc/other__tasks.py"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/sniffio-1.3.1.dist-info/top_level.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/sniffio-1.3.1.dist-info/other_top_level.txt"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic_core/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic_core/other__init_.py"
|
||
|
||
# core_schema.py -> other_core_schema.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic_core/core_schema.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pydantic_core/other_core_schema.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/other__init_.py"
|
||
|
||
# zipp.py -> other_zipp.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/zipp.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/other_zipp.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/other__init_.py"
|
||
|
||
# typing_extensions.py -> other_typing_extensions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/typing_extensions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/other_typing_extensions.py"
|
||
|
||
# macos.py -> other_macos.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/macos.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/other_macos.py"
|
||
|
||
# android.py -> other_android.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/android.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/other_android.py"
|
||
|
||
# unix.py -> other_unix.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/unix.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/other_unix.py"
|
||
|
||
# api.py -> other_api.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/api.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/other_api.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/other__init_.py"
|
||
|
||
# windows.py -> other_windows.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/windows.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/other_windows.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/__main__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/other__main_.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/platformdirs/other_version.py"
|
||
|
||
# more.py -> other_more.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/more.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/other_more.py"
|
||
|
||
# recipes.py -> other_recipes.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/recipes.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/other_recipes.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/other__init_.py"
|
||
|
||
# context.py -> other_context.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/context.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/other_context.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/other__init_.py"
|
||
|
||
# functools.py -> other_functools.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/functools.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/other_functools.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/jaraco/text/other__init_.py"
|
||
|
||
# requirements.py -> other_requirements.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/requirements.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other_requirements.py"
|
||
|
||
# specifiers.py -> other_specifiers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/specifiers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other_specifiers.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other__init_.py"
|
||
|
||
# markers.py -> other_markers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/markers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other_markers.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other_utils.py"
|
||
|
||
# __about__.py -> other__about_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/__about__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other__about_.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other_version.py"
|
||
|
||
# tags.py -> other_tags.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/tags.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other_tags.py"
|
||
|
||
# _musllinux.py -> other__musllinux.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/_musllinux.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other__musllinux.py"
|
||
|
||
# _structures.py -> other__structures.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/_structures.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other__structures.py"
|
||
|
||
# _manylinux.py -> other__manylinux.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/_manylinux.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/other__manylinux.py"
|
||
|
||
# _legacy.py -> other__legacy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_legacy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other__legacy.py"
|
||
|
||
# abc.py -> other_abc.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/abc.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other_abc.py"
|
||
|
||
# simple.py -> other_simple.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/simple.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other_simple.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other__init_.py"
|
||
|
||
# _compat.py -> other__compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other__compat.py"
|
||
|
||
# _itertools.py -> other__itertools.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_itertools.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other__itertools.py"
|
||
|
||
# _adapters.py -> other__adapters.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_adapters.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other__adapters.py"
|
||
|
||
# readers.py -> other_readers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/readers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other_readers.py"
|
||
|
||
# _common.py -> other__common.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/_common.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/other__common.py"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/exceptions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_exceptions.py"
|
||
|
||
# testing.py -> other_testing.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/testing.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_testing.py"
|
||
|
||
# helpers.py -> other_helpers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/helpers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_helpers.py"
|
||
|
||
# actions.py -> other_actions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/actions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_actions.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/util.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_util.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/core.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_core.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other__init_.py"
|
||
|
||
# results.py -> other_results.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/results.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_results.py"
|
||
|
||
# unicode.py -> other_unicode.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/unicode.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_unicode.py"
|
||
|
||
# common.py -> other_common.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/common.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/other_common.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/diagram/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/diagram/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/extern/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pkg_resources/extern/other__init_.py"
|
||
|
||
# LICENSE.md -> other_license.md
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna-3.11.dist-info/licenses/LICENSE.md" "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna-3.11.dist-info/licenses/other_license.md"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip-23.0.1.dist-info/entry_points.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip-23.0.1.dist-info/other_entry_points.txt"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip-23.0.1.dist-info/top_level.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip-23.0.1.dist-info/other_top_level.txt"
|
||
|
||
# LICENSE.txt -> other_license.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip-23.0.1.dist-info/LICENSE.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip-23.0.1.dist-info/other_license.txt"
|
||
|
||
# _exceptions.py -> other__exceptions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_exceptions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__exceptions.py"
|
||
|
||
# _legacy_response.py -> other__legacy_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_legacy_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__legacy_response.py"
|
||
|
||
# _models.py -> other__models.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_models.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__models.py"
|
||
|
||
# _base_client.py -> other__base_client.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_base_client.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__base_client.py"
|
||
|
||
# _streaming.py -> other__streaming.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_streaming.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__streaming.py"
|
||
|
||
# _types.py -> other__types.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_types.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__types.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__init_.py"
|
||
|
||
# _compat.py -> other__compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__compat.py"
|
||
|
||
# pagination.py -> other_pagination.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/pagination.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other_pagination.py"
|
||
|
||
# _qs.py -> other__qs.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_qs.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__qs.py"
|
||
|
||
# _client.py -> other__client.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_client.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__client.py"
|
||
|
||
# _constants.py -> other__constants.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_constants.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__constants.py"
|
||
|
||
# _version.py -> other__version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__version.py"
|
||
|
||
# _resource.py -> other__resource.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_resource.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__resource.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/__main__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__main_.py"
|
||
|
||
# _module_client.py -> other__module_client.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_module_client.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__module_client.py"
|
||
|
||
# _response.py -> other__response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__response.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other_version.py"
|
||
|
||
# _files.py -> other__files.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_files.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/other__files.py"
|
||
|
||
# images.py -> other_images.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/images.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/other_images.py"
|
||
|
||
# webhooks.py -> other_webhooks.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/webhooks.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/other_webhooks.py"
|
||
|
||
# batches.py -> other_batches.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/batches.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/other_batches.py"
|
||
|
||
# completions.py -> other_completions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/completions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/other_completions.py"
|
||
|
||
# files.py -> other_files.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/files.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/other_files.py"
|
||
|
||
# models.py -> other_models.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/models.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/other_models.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/other__init_.py"
|
||
|
||
# videos.py -> other_videos.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/videos.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/other_videos.py"
|
||
|
||
# embeddings.py -> other_embeddings.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/embeddings.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/other_embeddings.py"
|
||
|
||
# moderations.py -> other_moderations.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/moderations.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/other_moderations.py"
|
||
|
||
# fine_tuning.py -> other_fine_tuning.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/fine_tuning.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/other_fine_tuning.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/alpha/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/alpha/other__init_.py"
|
||
|
||
# graders.py -> other_graders.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/alpha/graders.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/alpha/other_graders.py"
|
||
|
||
# alpha.py -> other_alpha.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/alpha/alpha.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/alpha/other_alpha.py"
|
||
|
||
# jobs.py -> other_jobs.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/jobs/jobs.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/jobs/other_jobs.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/jobs/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/jobs/other__init_.py"
|
||
|
||
# checkpoints.py -> other_checkpoints.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/jobs/checkpoints.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/jobs/other_checkpoints.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/checkpoints/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/checkpoints/other__init_.py"
|
||
|
||
# checkpoints.py -> other_checkpoints.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/checkpoints/checkpoints.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/checkpoints/other_checkpoints.py"
|
||
|
||
# permissions.py -> other_permissions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/checkpoints/permissions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/fine_tuning/checkpoints/other_permissions.py"
|
||
|
||
# uploads.py -> other_uploads.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/uploads/uploads.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/uploads/other_uploads.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/uploads/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/uploads/other__init_.py"
|
||
|
||
# parts.py -> other_parts.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/uploads/parts.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/uploads/other_parts.py"
|
||
|
||
# chat.py -> other_chat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/chat/chat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/chat/other_chat.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/chat/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/chat/other__init_.py"
|
||
|
||
# completions.py -> other_completions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/chat/completions/completions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/chat/completions/other_completions.py"
|
||
|
||
# messages.py -> other_messages.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/chat/completions/messages.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/chat/completions/other_messages.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/chat/completions/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/chat/completions/other__init_.py"
|
||
|
||
# calls.py -> other_calls.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/realtime/calls.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/realtime/other_calls.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/realtime/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/realtime/other__init_.py"
|
||
|
||
# client_secrets.py -> other_client_secrets.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/realtime/client_secrets.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/realtime/other_client_secrets.py"
|
||
|
||
# realtime.py -> other_realtime.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/realtime/realtime.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/realtime/other_realtime.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/evals/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/evals/other__init_.py"
|
||
|
||
# evals.py -> other_evals.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/evals/evals.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/evals/other_evals.py"
|
||
|
||
# runs.py -> other_runs.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/evals/runs/runs.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/evals/runs/other_runs.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/evals/runs/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/evals/runs/other__init_.py"
|
||
|
||
# output_items.py -> other_output_items.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/evals/runs/output_items.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/evals/runs/other_output_items.py"
|
||
|
||
# vector_stores.py -> other_vector_stores.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/vector_stores/vector_stores.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/vector_stores/other_vector_stores.py"
|
||
|
||
# files.py -> other_files.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/vector_stores/files.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/vector_stores/other_files.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/vector_stores/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/vector_stores/other__init_.py"
|
||
|
||
# file_batches.py -> other_file_batches.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/vector_stores/file_batches.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/vector_stores/other_file_batches.py"
|
||
|
||
# responses.py -> other_responses.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/responses/responses.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/responses/other_responses.py"
|
||
|
||
# input_items.py -> other_input_items.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/responses/input_items.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/responses/other_input_items.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/responses/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/responses/other__init_.py"
|
||
|
||
# containers.py -> other_containers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/containers/containers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/containers/other_containers.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/containers/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/containers/other__init_.py"
|
||
|
||
# content.py -> other_content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/containers/files/content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/containers/files/other_content.py"
|
||
|
||
# files.py -> other_files.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/containers/files/files.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/containers/files/other_files.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/containers/files/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/containers/files/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/conversations/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/conversations/other__init_.py"
|
||
|
||
# conversations.py -> other_conversations.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/conversations/conversations.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/conversations/other_conversations.py"
|
||
|
||
# items.py -> other_items.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/conversations/items.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/conversations/other_items.py"
|
||
|
||
# assistants.py -> other_assistants.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/assistants.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/other_assistants.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/other__init_.py"
|
||
|
||
# beta.py -> other_beta.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/beta.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/other_beta.py"
|
||
|
||
# sessions.py -> other_sessions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/realtime/sessions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/realtime/other_sessions.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/realtime/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/realtime/other__init_.py"
|
||
|
||
# transcription_sessions.py -> other_transcription_sessions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/realtime/transcription_sessions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/realtime/other_transcription_sessions.py"
|
||
|
||
# realtime.py -> other_realtime.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/realtime/realtime.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/realtime/other_realtime.py"
|
||
|
||
# sessions.py -> other_sessions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/chatkit/sessions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/chatkit/other_sessions.py"
|
||
|
||
# chatkit.py -> other_chatkit.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/chatkit/chatkit.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/chatkit/other_chatkit.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/chatkit/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/chatkit/other__init_.py"
|
||
|
||
# threads.py -> other_threads.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/chatkit/threads.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/chatkit/other_threads.py"
|
||
|
||
# messages.py -> other_messages.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/threads/messages.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/threads/other_messages.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/threads/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/threads/other__init_.py"
|
||
|
||
# threads.py -> other_threads.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/threads/threads.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/threads/other_threads.py"
|
||
|
||
# steps.py -> other_steps.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/threads/runs/steps.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/threads/runs/other_steps.py"
|
||
|
||
# runs.py -> other_runs.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/threads/runs/runs.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/threads/runs/other_runs.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/threads/runs/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/beta/threads/runs/other__init_.py"
|
||
|
||
# translations.py -> other_translations.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/audio/translations.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/audio/other_translations.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/audio/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/audio/other__init_.py"
|
||
|
||
# speech.py -> other_speech.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/audio/speech.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/audio/other_speech.py"
|
||
|
||
# audio.py -> other_audio.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/audio/audio.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/audio/other_audio.py"
|
||
|
||
# transcriptions.py -> other_transcriptions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/audio/transcriptions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/resources/audio/other_transcriptions.py"
|
||
|
||
# vector_store_list_params.py -> other_vector_store_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_store_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_vector_store_list_params.py"
|
||
|
||
# chat_model.py -> other_chat_model.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat_model.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_chat_model.py"
|
||
|
||
# vector_store.py -> other_vector_store.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_store.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_vector_store.py"
|
||
|
||
# eval_custom_data_source_config.py -> other_eval_custom_data_source_config.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/eval_custom_data_source_config.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_eval_custom_data_source_config.py"
|
||
|
||
# create_embedding_response.py -> other_create_embedding_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/create_embedding_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_create_embedding_response.py"
|
||
|
||
# image_edit_params.py -> other_image_edit_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/image_edit_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_image_edit_params.py"
|
||
|
||
# image_gen_partial_image_event.py -> other_image_gen_partial_image_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/image_gen_partial_image_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_image_gen_partial_image_event.py"
|
||
|
||
# batch.py -> other_batch.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/batch.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_batch.py"
|
||
|
||
# image_generate_params.py -> other_image_generate_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/image_generate_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_image_generate_params.py"
|
||
|
||
# image_create_variation_params.py -> other_image_create_variation_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/image_create_variation_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_image_create_variation_params.py"
|
||
|
||
# file_chunking_strategy_param.py -> other_file_chunking_strategy_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/file_chunking_strategy_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_file_chunking_strategy_param.py"
|
||
|
||
# vector_store_create_params.py -> other_vector_store_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_store_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_vector_store_create_params.py"
|
||
|
||
# batch_list_params.py -> other_batch_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/batch_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_batch_list_params.py"
|
||
|
||
# auto_file_chunking_strategy_param.py -> other_auto_file_chunking_strategy_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/auto_file_chunking_strategy_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_auto_file_chunking_strategy_param.py"
|
||
|
||
# images_response.py -> other_images_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/images_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_images_response.py"
|
||
|
||
# container_list_params.py -> other_container_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/container_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_container_list_params.py"
|
||
|
||
# batch_create_params.py -> other_batch_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/batch_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_batch_create_params.py"
|
||
|
||
# upload_complete_params.py -> other_upload_complete_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/upload_complete_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_upload_complete_params.py"
|
||
|
||
# container_create_params.py -> other_container_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/container_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_container_create_params.py"
|
||
|
||
# video_seconds.py -> other_video_seconds.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/video_seconds.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_video_seconds.py"
|
||
|
||
# container_retrieve_response.py -> other_container_retrieve_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/container_retrieve_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_container_retrieve_response.py"
|
||
|
||
# upload.py -> other_upload.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/upload.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_upload.py"
|
||
|
||
# file_list_params.py -> other_file_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/file_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_file_list_params.py"
|
||
|
||
# moderation_create_params.py -> other_moderation_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/moderation_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_moderation_create_params.py"
|
||
|
||
# eval_create_response.py -> other_eval_create_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/eval_create_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_eval_create_response.py"
|
||
|
||
# container_create_response.py -> other_container_create_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/container_create_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_container_create_response.py"
|
||
|
||
# moderation.py -> other_moderation.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/moderation.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_moderation.py"
|
||
|
||
# batch_error.py -> other_batch_error.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/batch_error.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_batch_error.py"
|
||
|
||
# video.py -> other_video.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/video.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_video.py"
|
||
|
||
# batch_request_counts.py -> other_batch_request_counts.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/batch_request_counts.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_batch_request_counts.py"
|
||
|
||
# eval_list_params.py -> other_eval_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/eval_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_eval_list_params.py"
|
||
|
||
# moderation_text_input_param.py -> other_moderation_text_input_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/moderation_text_input_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_moderation_text_input_param.py"
|
||
|
||
# static_file_chunking_strategy_object_param.py -> other_static_file_chunking_strategy_object_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/static_file_chunking_strategy_object_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_static_file_chunking_strategy_object_param.py"
|
||
|
||
# embedding_model.py -> other_embedding_model.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/embedding_model.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_embedding_model.py"
|
||
|
||
# video_create_error.py -> other_video_create_error.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/video_create_error.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_video_create_error.py"
|
||
|
||
# completion_usage.py -> other_completion_usage.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/completion_usage.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_completion_usage.py"
|
||
|
||
# file_content.py -> other_file_content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/file_content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_file_content.py"
|
||
|
||
# image_model.py -> other_image_model.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/image_model.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_image_model.py"
|
||
|
||
# video_download_content_params.py -> other_video_download_content_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/video_download_content_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_video_download_content_params.py"
|
||
|
||
# video_list_params.py -> other_video_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/video_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_video_list_params.py"
|
||
|
||
# static_file_chunking_strategy_object.py -> other_static_file_chunking_strategy_object.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/static_file_chunking_strategy_object.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_static_file_chunking_strategy_object.py"
|
||
|
||
# file_deleted.py -> other_file_deleted.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/file_deleted.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_file_deleted.py"
|
||
|
||
# video_model.py -> other_video_model.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/video_model.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_video_model.py"
|
||
|
||
# video_remix_params.py -> other_video_remix_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/video_remix_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_video_remix_params.py"
|
||
|
||
# file_chunking_strategy.py -> other_file_chunking_strategy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/file_chunking_strategy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_file_chunking_strategy.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other__init_.py"
|
||
|
||
# eval_delete_response.py -> other_eval_delete_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/eval_delete_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_eval_delete_response.py"
|
||
|
||
# image_gen_completed_event.py -> other_image_gen_completed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/image_gen_completed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_image_gen_completed_event.py"
|
||
|
||
# eval_list_response.py -> other_eval_list_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/eval_list_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_eval_list_response.py"
|
||
|
||
# completion_create_params.py -> other_completion_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/completion_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_completion_create_params.py"
|
||
|
||
# vector_store_deleted.py -> other_vector_store_deleted.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_store_deleted.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_vector_store_deleted.py"
|
||
|
||
# image_edit_completed_event.py -> other_image_edit_completed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/image_edit_completed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_image_edit_completed_event.py"
|
||
|
||
# vector_store_update_params.py -> other_vector_store_update_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_store_update_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_vector_store_update_params.py"
|
||
|
||
# file_create_params.py -> other_file_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/file_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_file_create_params.py"
|
||
|
||
# video_size.py -> other_video_size.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/video_size.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_video_size.py"
|
||
|
||
# upload_create_params.py -> other_upload_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/upload_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_upload_create_params.py"
|
||
|
||
# image_edit_stream_event.py -> other_image_edit_stream_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/image_edit_stream_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_image_edit_stream_event.py"
|
||
|
||
# file_purpose.py -> other_file_purpose.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/file_purpose.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_file_purpose.py"
|
||
|
||
# static_file_chunking_strategy_param.py -> other_static_file_chunking_strategy_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/static_file_chunking_strategy_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_static_file_chunking_strategy_param.py"
|
||
|
||
# eval_create_params.py -> other_eval_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/eval_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_eval_create_params.py"
|
||
|
||
# vector_store_search_response.py -> other_vector_store_search_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_store_search_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_vector_store_search_response.py"
|
||
|
||
# other_file_chunking_strategy_object.py -> other_other_file_chunking_strategy_object.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_file_chunking_strategy_object.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_other_file_chunking_strategy_object.py"
|
||
|
||
# model_deleted.py -> other_model_deleted.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/model_deleted.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_model_deleted.py"
|
||
|
||
# image_edit_partial_image_event.py -> other_image_edit_partial_image_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/image_edit_partial_image_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_image_edit_partial_image_event.py"
|
||
|
||
# static_file_chunking_strategy.py -> other_static_file_chunking_strategy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/static_file_chunking_strategy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_static_file_chunking_strategy.py"
|
||
|
||
# completion_choice.py -> other_completion_choice.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/completion_choice.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_completion_choice.py"
|
||
|
||
# eval_update_response.py -> other_eval_update_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/eval_update_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_eval_update_response.py"
|
||
|
||
# websocket_connection_options.py -> other_websocket_connection_options.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/websocket_connection_options.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_websocket_connection_options.py"
|
||
|
||
# embedding.py -> other_embedding.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/embedding.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_embedding.py"
|
||
|
||
# moderation_multi_modal_input_param.py -> other_moderation_multi_modal_input_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/moderation_multi_modal_input_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_moderation_multi_modal_input_param.py"
|
||
|
||
# moderation_create_response.py -> other_moderation_create_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/moderation_create_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_moderation_create_response.py"
|
||
|
||
# file_object.py -> other_file_object.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/file_object.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_file_object.py"
|
||
|
||
# audio_response_format.py -> other_audio_response_format.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio_response_format.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_audio_response_format.py"
|
||
|
||
# image.py -> other_image.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/image.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_image.py"
|
||
|
||
# video_delete_response.py -> other_video_delete_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/video_delete_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_video_delete_response.py"
|
||
|
||
# eval_stored_completions_data_source_config.py -> other_eval_stored_completions_data_source_config.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/eval_stored_completions_data_source_config.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_eval_stored_completions_data_source_config.py"
|
||
|
||
# completion.py -> other_completion.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/completion.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_completion.py"
|
||
|
||
# moderation_model.py -> other_moderation_model.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/moderation_model.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_moderation_model.py"
|
||
|
||
# batch_usage.py -> other_batch_usage.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/batch_usage.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_batch_usage.py"
|
||
|
||
# model.py -> other_model.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/model.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_model.py"
|
||
|
||
# vector_store_search_params.py -> other_vector_store_search_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_store_search_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_vector_store_search_params.py"
|
||
|
||
# container_list_response.py -> other_container_list_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/container_list_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_container_list_response.py"
|
||
|
||
# eval_update_params.py -> other_eval_update_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/eval_update_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_eval_update_params.py"
|
||
|
||
# eval_retrieve_response.py -> other_eval_retrieve_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/eval_retrieve_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_eval_retrieve_response.py"
|
||
|
||
# image_gen_stream_event.py -> other_image_gen_stream_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/image_gen_stream_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_image_gen_stream_event.py"
|
||
|
||
# embedding_create_params.py -> other_embedding_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/embedding_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_embedding_create_params.py"
|
||
|
||
# audio_model.py -> other_audio_model.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio_model.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_audio_model.py"
|
||
|
||
# moderation_image_url_input_param.py -> other_moderation_image_url_input_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/moderation_image_url_input_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_moderation_image_url_input_param.py"
|
||
|
||
# video_create_params.py -> other_video_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/video_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/other_video_create_params.py"
|
||
|
||
# reinforcement_hyperparameters_param.py -> other_reinforcement_hyperparameters_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/reinforcement_hyperparameters_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_reinforcement_hyperparameters_param.py"
|
||
|
||
# fine_tuning_job_integration.py -> other_fine_tuning_job_integration.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/fine_tuning_job_integration.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_fine_tuning_job_integration.py"
|
||
|
||
# fine_tuning_job_wandb_integration.py -> other_fine_tuning_job_wandb_integration.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/fine_tuning_job_wandb_integration.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_fine_tuning_job_wandb_integration.py"
|
||
|
||
# reinforcement_method_param.py -> other_reinforcement_method_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/reinforcement_method_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_reinforcement_method_param.py"
|
||
|
||
# fine_tuning_job_wandb_integration_object.py -> other_fine_tuning_job_wandb_integration_object.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/fine_tuning_job_wandb_integration_object.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_fine_tuning_job_wandb_integration_object.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other__init_.py"
|
||
|
||
# fine_tuning_job_event.py -> other_fine_tuning_job_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/fine_tuning_job_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_fine_tuning_job_event.py"
|
||
|
||
# supervised_hyperparameters_param.py -> other_supervised_hyperparameters_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/supervised_hyperparameters_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_supervised_hyperparameters_param.py"
|
||
|
||
# dpo_hyperparameters.py -> other_dpo_hyperparameters.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/dpo_hyperparameters.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_dpo_hyperparameters.py"
|
||
|
||
# supervised_hyperparameters.py -> other_supervised_hyperparameters.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/supervised_hyperparameters.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_supervised_hyperparameters.py"
|
||
|
||
# supervised_method_param.py -> other_supervised_method_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/supervised_method_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_supervised_method_param.py"
|
||
|
||
# dpo_method.py -> other_dpo_method.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/dpo_method.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_dpo_method.py"
|
||
|
||
# dpo_hyperparameters_param.py -> other_dpo_hyperparameters_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/dpo_hyperparameters_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_dpo_hyperparameters_param.py"
|
||
|
||
# dpo_method_param.py -> other_dpo_method_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/dpo_method_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_dpo_method_param.py"
|
||
|
||
# reinforcement_method.py -> other_reinforcement_method.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/reinforcement_method.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_reinforcement_method.py"
|
||
|
||
# job_create_params.py -> other_job_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/job_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_job_create_params.py"
|
||
|
||
# job_list_params.py -> other_job_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/job_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_job_list_params.py"
|
||
|
||
# reinforcement_hyperparameters.py -> other_reinforcement_hyperparameters.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/reinforcement_hyperparameters.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_reinforcement_hyperparameters.py"
|
||
|
||
# job_list_events_params.py -> other_job_list_events_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/job_list_events_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_job_list_events_params.py"
|
||
|
||
# supervised_method.py -> other_supervised_method.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/supervised_method.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_supervised_method.py"
|
||
|
||
# fine_tuning_job.py -> other_fine_tuning_job.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/fine_tuning_job.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/other_fine_tuning_job.py"
|
||
|
||
# grader_validate_response.py -> other_grader_validate_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/alpha/grader_validate_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/alpha/other_grader_validate_response.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/alpha/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/alpha/other__init_.py"
|
||
|
||
# grader_run_response.py -> other_grader_run_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/alpha/grader_run_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/alpha/other_grader_run_response.py"
|
||
|
||
# grader_validate_params.py -> other_grader_validate_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/alpha/grader_validate_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/alpha/other_grader_validate_params.py"
|
||
|
||
# grader_run_params.py -> other_grader_run_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/alpha/grader_run_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/alpha/other_grader_run_params.py"
|
||
|
||
# fine_tuning_job_checkpoint.py -> other_fine_tuning_job_checkpoint.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/jobs/fine_tuning_job_checkpoint.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/jobs/other_fine_tuning_job_checkpoint.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/jobs/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/jobs/other__init_.py"
|
||
|
||
# checkpoint_list_params.py -> other_checkpoint_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/jobs/checkpoint_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/jobs/other_checkpoint_list_params.py"
|
||
|
||
# permission_create_params.py -> other_permission_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/checkpoints/permission_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/checkpoints/other_permission_create_params.py"
|
||
|
||
# permission_create_response.py -> other_permission_create_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/checkpoints/permission_create_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/checkpoints/other_permission_create_response.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/checkpoints/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/checkpoints/other__init_.py"
|
||
|
||
# permission_delete_response.py -> other_permission_delete_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/checkpoints/permission_delete_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/checkpoints/other_permission_delete_response.py"
|
||
|
||
# permission_retrieve_response.py -> other_permission_retrieve_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/checkpoints/permission_retrieve_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/checkpoints/other_permission_retrieve_response.py"
|
||
|
||
# permission_retrieve_params.py -> other_permission_retrieve_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/checkpoints/permission_retrieve_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/fine_tuning/checkpoints/other_permission_retrieve_params.py"
|
||
|
||
# part_create_params.py -> other_part_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/uploads/part_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/uploads/other_part_create_params.py"
|
||
|
||
# upload_part.py -> other_upload_part.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/uploads/upload_part.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/uploads/other_upload_part.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/uploads/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/uploads/other__init_.py"
|
||
|
||
# completion_update_params.py -> other_completion_update_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/completion_update_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_completion_update_params.py"
|
||
|
||
# chat_completion_content_part_input_audio_param.py -> other_chat_completion_content_part_input_audio_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_content_part_input_audio_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_content_part_input_audio_param.py"
|
||
|
||
# chat_completion_allowed_tools_param.py -> other_chat_completion_allowed_tools_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_allowed_tools_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_allowed_tools_param.py"
|
||
|
||
# chat_completion_content_part_text.py -> other_chat_completion_content_part_text.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_content_part_text.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_content_part_text.py"
|
||
|
||
# chat_completion_stream_options_param.py -> other_chat_completion_stream_options_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_stream_options_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_stream_options_param.py"
|
||
|
||
# chat_completion_message_tool_call_union_param.py -> other_chat_completion_message_tool_call_union_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_message_tool_call_union_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_message_tool_call_union_param.py"
|
||
|
||
# chat_completion_tool_choice_option_param.py -> other_chat_completion_tool_choice_option_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_tool_choice_option_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_tool_choice_option_param.py"
|
||
|
||
# chat_completion_modality.py -> other_chat_completion_modality.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_modality.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_modality.py"
|
||
|
||
# chat_completion_content_part_refusal_param.py -> other_chat_completion_content_part_refusal_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_content_part_refusal_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_content_part_refusal_param.py"
|
||
|
||
# chat_completion_tool_message_param.py -> other_chat_completion_tool_message_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_tool_message_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_tool_message_param.py"
|
||
|
||
# chat_completion_named_tool_choice_custom_param.py -> other_chat_completion_named_tool_choice_custom_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_named_tool_choice_custom_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_named_tool_choice_custom_param.py"
|
||
|
||
# chat_completion_message_tool_call.py -> other_chat_completion_message_tool_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_message_tool_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_message_tool_call.py"
|
||
|
||
# chat_completion_content_part_param.py -> other_chat_completion_content_part_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_content_part_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_content_part_param.py"
|
||
|
||
# chat_completion_store_message.py -> other_chat_completion_store_message.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_store_message.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_store_message.py"
|
||
|
||
# chat_completion_developer_message_param.py -> other_chat_completion_developer_message_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_developer_message_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_developer_message_param.py"
|
||
|
||
# chat_completion_role.py -> other_chat_completion_role.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_role.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_role.py"
|
||
|
||
# chat_completion_content_part_image.py -> other_chat_completion_content_part_image.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_content_part_image.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_content_part_image.py"
|
||
|
||
# chat_completion_message.py -> other_chat_completion_message.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_message.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_message.py"
|
||
|
||
# chat_completion_audio.py -> other_chat_completion_audio.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_audio.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_audio.py"
|
||
|
||
# chat_completion_message_tool_call_param.py -> other_chat_completion_message_tool_call_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_message_tool_call_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_message_tool_call_param.py"
|
||
|
||
# chat_completion_tool_param.py -> other_chat_completion_tool_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_tool_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_tool_param.py"
|
||
|
||
# chat_completion_system_message_param.py -> other_chat_completion_system_message_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_system_message_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_system_message_param.py"
|
||
|
||
# chat_completion_token_logprob.py -> other_chat_completion_token_logprob.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_token_logprob.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_token_logprob.py"
|
||
|
||
# completion_list_params.py -> other_completion_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/completion_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_completion_list_params.py"
|
||
|
||
# chat_completion_function_tool.py -> other_chat_completion_function_tool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_function_tool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_function_tool.py"
|
||
|
||
# parsed_chat_completion.py -> other_parsed_chat_completion.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/parsed_chat_completion.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_parsed_chat_completion.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other__init_.py"
|
||
|
||
# completion_create_params.py -> other_completion_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/completion_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_completion_create_params.py"
|
||
|
||
# parsed_function_tool_call.py -> other_parsed_function_tool_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/parsed_function_tool_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_parsed_function_tool_call.py"
|
||
|
||
# chat_completion_chunk.py -> other_chat_completion_chunk.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_chunk.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_chunk.py"
|
||
|
||
# chat_completion_deleted.py -> other_chat_completion_deleted.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_deleted.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_deleted.py"
|
||
|
||
# chat_completion_content_part_image_param.py -> other_chat_completion_content_part_image_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_content_part_image_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_content_part_image_param.py"
|
||
|
||
# chat_completion_function_message_param.py -> other_chat_completion_function_message_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_function_message_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_function_message_param.py"
|
||
|
||
# chat_completion.py -> other_chat_completion.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion.py"
|
||
|
||
# chat_completion_named_tool_choice_param.py -> other_chat_completion_named_tool_choice_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_named_tool_choice_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_named_tool_choice_param.py"
|
||
|
||
# chat_completion_allowed_tool_choice_param.py -> other_chat_completion_allowed_tool_choice_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_allowed_tool_choice_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_allowed_tool_choice_param.py"
|
||
|
||
# chat_completion_function_tool_param.py -> other_chat_completion_function_tool_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_function_tool_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_function_tool_param.py"
|
||
|
||
# chat_completion_reasoning_effort.py -> other_chat_completion_reasoning_effort.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_reasoning_effort.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_reasoning_effort.py"
|
||
|
||
# chat_completion_message_param.py -> other_chat_completion_message_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_message_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_message_param.py"
|
||
|
||
# chat_completion_audio_param.py -> other_chat_completion_audio_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_audio_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_audio_param.py"
|
||
|
||
# chat_completion_tool_union_param.py -> other_chat_completion_tool_union_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_tool_union_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_tool_union_param.py"
|
||
|
||
# chat_completion_content_part_text_param.py -> other_chat_completion_content_part_text_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_content_part_text_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_content_part_text_param.py"
|
||
|
||
# chat_completion_custom_tool_param.py -> other_chat_completion_custom_tool_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_custom_tool_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_custom_tool_param.py"
|
||
|
||
# chat_completion_message_function_tool_call.py -> other_chat_completion_message_function_tool_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_message_function_tool_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_message_function_tool_call.py"
|
||
|
||
# chat_completion_message_custom_tool_call_param.py -> other_chat_completion_message_custom_tool_call_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_message_custom_tool_call_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_message_custom_tool_call_param.py"
|
||
|
||
# chat_completion_assistant_message_param.py -> other_chat_completion_assistant_message_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_assistant_message_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_assistant_message_param.py"
|
||
|
||
# chat_completion_user_message_param.py -> other_chat_completion_user_message_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_user_message_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_user_message_param.py"
|
||
|
||
# chat_completion_prediction_content_param.py -> other_chat_completion_prediction_content_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_prediction_content_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_prediction_content_param.py"
|
||
|
||
# chat_completion_message_function_tool_call_param.py -> other_chat_completion_message_function_tool_call_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_message_function_tool_call_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_message_function_tool_call_param.py"
|
||
|
||
# chat_completion_message_custom_tool_call.py -> other_chat_completion_message_custom_tool_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_message_custom_tool_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_message_custom_tool_call.py"
|
||
|
||
# chat_completion_function_call_option_param.py -> other_chat_completion_function_call_option_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/chat_completion_function_call_option_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/other_chat_completion_function_call_option_param.py"
|
||
|
||
# message_list_params.py -> other_message_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/completions/message_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/completions/other_message_list_params.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/completions/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/chat/completions/other__init_.py"
|
||
|
||
# realtime_tool_choice_config_param.py -> other_realtime_tool_choice_config_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_tool_choice_config_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_tool_choice_config_param.py"
|
||
|
||
# realtime_mcphttp_error_param.py -> other_realtime_mcphttp_error_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_mcphttp_error_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_mcphttp_error_param.py"
|
||
|
||
# realtime_mcp_approval_request_param.py -> other_realtime_mcp_approval_request_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_mcp_approval_request_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_mcp_approval_request_param.py"
|
||
|
||
# conversation_item_retrieve_event_param.py -> other_conversation_item_retrieve_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_retrieve_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_retrieve_event_param.py"
|
||
|
||
# output_audio_buffer_clear_event.py -> other_output_audio_buffer_clear_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/output_audio_buffer_clear_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_output_audio_buffer_clear_event.py"
|
||
|
||
# realtime_mcp_approval_request.py -> other_realtime_mcp_approval_request.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_mcp_approval_request.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_mcp_approval_request.py"
|
||
|
||
# realtime_transcription_session_create_response.py -> other_realtime_transcription_session_create_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_transcription_session_create_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_transcription_session_create_response.py"
|
||
|
||
# response_mcp_call_arguments_delta.py -> other_response_mcp_call_arguments_delta.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_mcp_call_arguments_delta.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_mcp_call_arguments_delta.py"
|
||
|
||
# realtime_client_event.py -> other_realtime_client_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_client_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_client_event.py"
|
||
|
||
# conversation_item_retrieve_event.py -> other_conversation_item_retrieve_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_retrieve_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_retrieve_event.py"
|
||
|
||
# realtime_transcription_session_turn_detection.py -> other_realtime_transcription_session_turn_detection.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_transcription_session_turn_detection.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_transcription_session_turn_detection.py"
|
||
|
||
# realtime_audio_input_turn_detection_param.py -> other_realtime_audio_input_turn_detection_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_audio_input_turn_detection_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_audio_input_turn_detection_param.py"
|
||
|
||
# response_mcp_call_completed.py -> other_response_mcp_call_completed.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_mcp_call_completed.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_mcp_call_completed.py"
|
||
|
||
# conversation_item_added.py -> other_conversation_item_added.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_added.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_added.py"
|
||
|
||
# realtime_mcp_tool_execution_error_param.py -> other_realtime_mcp_tool_execution_error_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_mcp_tool_execution_error_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_mcp_tool_execution_error_param.py"
|
||
|
||
# conversation_item_param.py -> other_conversation_item_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_param.py"
|
||
|
||
# realtime_error.py -> other_realtime_error.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_error.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_error.py"
|
||
|
||
# realtime_response_status.py -> other_realtime_response_status.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_response_status.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_response_status.py"
|
||
|
||
# rate_limits_updated_event.py -> other_rate_limits_updated_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/rate_limits_updated_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_rate_limits_updated_event.py"
|
||
|
||
# audio_transcription.py -> other_audio_transcription.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/audio_transcription.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_audio_transcription.py"
|
||
|
||
# realtime_response_usage_input_token_details.py -> other_realtime_response_usage_input_token_details.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_response_usage_input_token_details.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_response_usage_input_token_details.py"
|
||
|
||
# realtime_tool_choice_config.py -> other_realtime_tool_choice_config.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_tool_choice_config.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_tool_choice_config.py"
|
||
|
||
# realtime_tracing_config_param.py -> other_realtime_tracing_config_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_tracing_config_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_tracing_config_param.py"
|
||
|
||
# response_output_item_done_event.py -> other_response_output_item_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_output_item_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_output_item_done_event.py"
|
||
|
||
# realtime_audio_config_input.py -> other_realtime_audio_config_input.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_audio_config_input.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_audio_config_input.py"
|
||
|
||
# conversation_item.py -> other_conversation_item.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item.py"
|
||
|
||
# realtime_response_create_params.py -> other_realtime_response_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_response_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_response_create_params.py"
|
||
|
||
# session_updated_event.py -> other_session_updated_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/session_updated_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_session_updated_event.py"
|
||
|
||
# conversation_item_deleted_event.py -> other_conversation_item_deleted_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_deleted_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_deleted_event.py"
|
||
|
||
# realtime_conversation_item_function_call_output_param.py -> other_realtime_conversation_item_function_call_output_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_conversation_item_function_call_output_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_conversation_item_function_call_output_param.py"
|
||
|
||
# realtime_conversation_item_assistant_message_param.py -> other_realtime_conversation_item_assistant_message_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_conversation_item_assistant_message_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_conversation_item_assistant_message_param.py"
|
||
|
||
# output_audio_buffer_clear_event_param.py -> other_output_audio_buffer_clear_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/output_audio_buffer_clear_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_output_audio_buffer_clear_event_param.py"
|
||
|
||
# response_cancel_event_param.py -> other_response_cancel_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_cancel_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_cancel_event_param.py"
|
||
|
||
# realtime_audio_config_param.py -> other_realtime_audio_config_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_audio_config_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_audio_config_param.py"
|
||
|
||
# call_accept_params.py -> other_call_accept_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/call_accept_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_call_accept_params.py"
|
||
|
||
# log_prob_properties.py -> other_log_prob_properties.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/log_prob_properties.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_log_prob_properties.py"
|
||
|
||
# realtime_transcription_session_audio.py -> other_realtime_transcription_session_audio.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_transcription_session_audio.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_transcription_session_audio.py"
|
||
|
||
# realtime_tools_config_union_param.py -> other_realtime_tools_config_union_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_tools_config_union_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_tools_config_union_param.py"
|
||
|
||
# input_audio_buffer_committed_event.py -> other_input_audio_buffer_committed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/input_audio_buffer_committed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_input_audio_buffer_committed_event.py"
|
||
|
||
# input_audio_buffer_clear_event.py -> other_input_audio_buffer_clear_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/input_audio_buffer_clear_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_input_audio_buffer_clear_event.py"
|
||
|
||
# conversation_item_input_audio_transcription_completed_event.py -> other_conversation_item_input_audio_transcription_completed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_input_audio_transcription_completed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_input_audio_transcription_completed_event.py"
|
||
|
||
# input_audio_buffer_timeout_triggered.py -> other_input_audio_buffer_timeout_triggered.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/input_audio_buffer_timeout_triggered.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_input_audio_buffer_timeout_triggered.py"
|
||
|
||
# realtime_audio_config_input_param.py -> other_realtime_audio_config_input_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_audio_config_input_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_audio_config_input_param.py"
|
||
|
||
# call_reject_params.py -> other_call_reject_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/call_reject_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_call_reject_params.py"
|
||
|
||
# input_audio_buffer_cleared_event.py -> other_input_audio_buffer_cleared_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/input_audio_buffer_cleared_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_input_audio_buffer_cleared_event.py"
|
||
|
||
# realtime_connect_params.py -> other_realtime_connect_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_connect_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_connect_params.py"
|
||
|
||
# response_function_call_arguments_done_event.py -> other_response_function_call_arguments_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_function_call_arguments_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_function_call_arguments_done_event.py"
|
||
|
||
# realtime_transcription_session_audio_input_param.py -> other_realtime_transcription_session_audio_input_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_transcription_session_audio_input_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_transcription_session_audio_input_param.py"
|
||
|
||
# realtime_transcription_session_audio_input.py -> other_realtime_transcription_session_audio_input.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_transcription_session_audio_input.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_transcription_session_audio_input.py"
|
||
|
||
# realtime_response_usage.py -> other_realtime_response_usage.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_response_usage.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_response_usage.py"
|
||
|
||
# realtime_session_create_request_param.py -> other_realtime_session_create_request_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_session_create_request_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_session_create_request_param.py"
|
||
|
||
# mcp_list_tools_completed.py -> other_mcp_list_tools_completed.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/mcp_list_tools_completed.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_mcp_list_tools_completed.py"
|
||
|
||
# conversation_item_created_event.py -> other_conversation_item_created_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_created_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_created_event.py"
|
||
|
||
# realtime_conversation_item_function_call_output.py -> other_realtime_conversation_item_function_call_output.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_conversation_item_function_call_output.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_conversation_item_function_call_output.py"
|
||
|
||
# realtime_error_event.py -> other_realtime_error_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_error_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_error_event.py"
|
||
|
||
# response_audio_delta_event.py -> other_response_audio_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_audio_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_audio_delta_event.py"
|
||
|
||
# conversation_item_delete_event.py -> other_conversation_item_delete_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_delete_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_delete_event.py"
|
||
|
||
# realtime_response_create_audio_output.py -> other_realtime_response_create_audio_output.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_response_create_audio_output.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_response_create_audio_output.py"
|
||
|
||
# input_audio_buffer_append_event.py -> other_input_audio_buffer_append_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/input_audio_buffer_append_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_input_audio_buffer_append_event.py"
|
||
|
||
# realtime_transcription_session_audio_param.py -> other_realtime_transcription_session_audio_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_transcription_session_audio_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_transcription_session_audio_param.py"
|
||
|
||
# conversation_item_create_event.py -> other_conversation_item_create_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_create_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_create_event.py"
|
||
|
||
# response_mcp_call_failed.py -> other_response_mcp_call_failed.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_mcp_call_failed.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_mcp_call_failed.py"
|
||
|
||
# realtime_truncation_retention_ratio_param.py -> other_realtime_truncation_retention_ratio_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_truncation_retention_ratio_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_truncation_retention_ratio_param.py"
|
||
|
||
# response_mcp_call_in_progress.py -> other_response_mcp_call_in_progress.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_mcp_call_in_progress.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_mcp_call_in_progress.py"
|
||
|
||
# realtime_transcription_session_create_request_param.py -> other_realtime_transcription_session_create_request_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_transcription_session_create_request_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_transcription_session_create_request_param.py"
|
||
|
||
# audio_transcription_param.py -> other_audio_transcription_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/audio_transcription_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_audio_transcription_param.py"
|
||
|
||
# response_content_part_added_event.py -> other_response_content_part_added_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_content_part_added_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_content_part_added_event.py"
|
||
|
||
# realtime_mcphttp_error.py -> other_realtime_mcphttp_error.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_mcphttp_error.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_mcphttp_error.py"
|
||
|
||
# realtime_mcp_tool_call.py -> other_realtime_mcp_tool_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_mcp_tool_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_mcp_tool_call.py"
|
||
|
||
# conversation_item_create_event_param.py -> other_conversation_item_create_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_create_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_create_event_param.py"
|
||
|
||
# realtime_conversation_item_user_message.py -> other_realtime_conversation_item_user_message.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_conversation_item_user_message.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_conversation_item_user_message.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other__init_.py"
|
||
|
||
# realtime_function_tool_param.py -> other_realtime_function_tool_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_function_tool_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_function_tool_param.py"
|
||
|
||
# realtime_mcp_list_tools_param.py -> other_realtime_mcp_list_tools_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_mcp_list_tools_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_mcp_list_tools_param.py"
|
||
|
||
# input_audio_buffer_speech_stopped_event.py -> other_input_audio_buffer_speech_stopped_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/input_audio_buffer_speech_stopped_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_input_audio_buffer_speech_stopped_event.py"
|
||
|
||
# realtime_mcp_protocol_error_param.py -> other_realtime_mcp_protocol_error_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_mcp_protocol_error_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_mcp_protocol_error_param.py"
|
||
|
||
# realtime_audio_config_output_param.py -> other_realtime_audio_config_output_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_audio_config_output_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_audio_config_output_param.py"
|
||
|
||
# realtime_response_create_audio_output_param.py -> other_realtime_response_create_audio_output_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_response_create_audio_output_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_response_create_audio_output_param.py"
|
||
|
||
# response_audio_done_event.py -> other_response_audio_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_audio_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_audio_done_event.py"
|
||
|
||
# realtime_client_event_param.py -> other_realtime_client_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_client_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_client_event_param.py"
|
||
|
||
# realtime_audio_formats.py -> other_realtime_audio_formats.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_audio_formats.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_audio_formats.py"
|
||
|
||
# mcp_list_tools_failed.py -> other_mcp_list_tools_failed.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/mcp_list_tools_failed.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_mcp_list_tools_failed.py"
|
||
|
||
# client_secret_create_response.py -> other_client_secret_create_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/client_secret_create_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_client_secret_create_response.py"
|
||
|
||
# realtime_response_usage_output_token_details.py -> other_realtime_response_usage_output_token_details.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_response_usage_output_token_details.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_response_usage_output_token_details.py"
|
||
|
||
# realtime_session_create_request.py -> other_realtime_session_create_request.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_session_create_request.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_session_create_request.py"
|
||
|
||
# realtime_tools_config_param.py -> other_realtime_tools_config_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_tools_config_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_tools_config_param.py"
|
||
|
||
# response_content_part_done_event.py -> other_response_content_part_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_content_part_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_content_part_done_event.py"
|
||
|
||
# response_audio_transcript_done_event.py -> other_response_audio_transcript_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_audio_transcript_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_audio_transcript_done_event.py"
|
||
|
||
# conversation_created_event.py -> other_conversation_created_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_created_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_created_event.py"
|
||
|
||
# realtime_conversation_item_function_call_param.py -> other_realtime_conversation_item_function_call_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_conversation_item_function_call_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_conversation_item_function_call_param.py"
|
||
|
||
# conversation_item_input_audio_transcription_failed_event.py -> other_conversation_item_input_audio_transcription_failed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_input_audio_transcription_failed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_input_audio_transcription_failed_event.py"
|
||
|
||
# realtime_server_event.py -> other_realtime_server_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_server_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_server_event.py"
|
||
|
||
# response_audio_transcript_delta_event.py -> other_response_audio_transcript_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_audio_transcript_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_audio_transcript_delta_event.py"
|
||
|
||
# mcp_list_tools_in_progress.py -> other_mcp_list_tools_in_progress.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/mcp_list_tools_in_progress.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_mcp_list_tools_in_progress.py"
|
||
|
||
# noise_reduction_type.py -> other_noise_reduction_type.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/noise_reduction_type.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_noise_reduction_type.py"
|
||
|
||
# realtime_response_create_mcp_tool.py -> other_realtime_response_create_mcp_tool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_response_create_mcp_tool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_response_create_mcp_tool.py"
|
||
|
||
# realtime_session_client_secret.py -> other_realtime_session_client_secret.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_session_client_secret.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_session_client_secret.py"
|
||
|
||
# session_update_event.py -> other_session_update_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/session_update_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_session_update_event.py"
|
||
|
||
# realtime_tools_config.py -> other_realtime_tools_config.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_tools_config.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_tools_config.py"
|
||
|
||
# input_audio_buffer_commit_event_param.py -> other_input_audio_buffer_commit_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/input_audio_buffer_commit_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_input_audio_buffer_commit_event_param.py"
|
||
|
||
# realtime_function_tool.py -> other_realtime_function_tool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_function_tool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_function_tool.py"
|
||
|
||
# response_output_item_added_event.py -> other_response_output_item_added_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_output_item_added_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_output_item_added_event.py"
|
||
|
||
# call_refer_params.py -> other_call_refer_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/call_refer_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_call_refer_params.py"
|
||
|
||
# conversation_item_truncate_event_param.py -> other_conversation_item_truncate_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_truncate_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_truncate_event_param.py"
|
||
|
||
# input_audio_buffer_append_event_param.py -> other_input_audio_buffer_append_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/input_audio_buffer_append_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_input_audio_buffer_append_event_param.py"
|
||
|
||
# realtime_truncation_retention_ratio.py -> other_realtime_truncation_retention_ratio.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_truncation_retention_ratio.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_truncation_retention_ratio.py"
|
||
|
||
# realtime_audio_input_turn_detection.py -> other_realtime_audio_input_turn_detection.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_audio_input_turn_detection.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_audio_input_turn_detection.py"
|
||
|
||
# session_update_event_param.py -> other_session_update_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/session_update_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_session_update_event_param.py"
|
||
|
||
# realtime_tools_config_union.py -> other_realtime_tools_config_union.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_tools_config_union.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_tools_config_union.py"
|
||
|
||
# realtime_mcp_tool_call_param.py -> other_realtime_mcp_tool_call_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_mcp_tool_call_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_mcp_tool_call_param.py"
|
||
|
||
# response_cancel_event.py -> other_response_cancel_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_cancel_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_cancel_event.py"
|
||
|
||
# conversation_item_done.py -> other_conversation_item_done.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_done.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_done.py"
|
||
|
||
# realtime_tracing_config.py -> other_realtime_tracing_config.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_tracing_config.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_tracing_config.py"
|
||
|
||
# realtime_response_create_params_param.py -> other_realtime_response_create_params_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_response_create_params_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_response_create_params_param.py"
|
||
|
||
# response_create_event.py -> other_response_create_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_create_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_create_event.py"
|
||
|
||
# realtime_response.py -> other_realtime_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_response.py"
|
||
|
||
# realtime_mcp_protocol_error.py -> other_realtime_mcp_protocol_error.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_mcp_protocol_error.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_mcp_protocol_error.py"
|
||
|
||
# realtime_truncation_param.py -> other_realtime_truncation_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_truncation_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_truncation_param.py"
|
||
|
||
# response_mcp_call_arguments_done.py -> other_response_mcp_call_arguments_done.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_mcp_call_arguments_done.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_mcp_call_arguments_done.py"
|
||
|
||
# conversation_item_truncated_event.py -> other_conversation_item_truncated_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_truncated_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_truncated_event.py"
|
||
|
||
# realtime_conversation_item_user_message_param.py -> other_realtime_conversation_item_user_message_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_conversation_item_user_message_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_conversation_item_user_message_param.py"
|
||
|
||
# realtime_audio_formats_param.py -> other_realtime_audio_formats_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_audio_formats_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_audio_formats_param.py"
|
||
|
||
# realtime_response_create_mcp_tool_param.py -> other_realtime_response_create_mcp_tool_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_response_create_mcp_tool_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_response_create_mcp_tool_param.py"
|
||
|
||
# conversation_item_truncate_event.py -> other_conversation_item_truncate_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_truncate_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_truncate_event.py"
|
||
|
||
# realtime_audio_config_output.py -> other_realtime_audio_config_output.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_audio_config_output.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_audio_config_output.py"
|
||
|
||
# response_text_delta_event.py -> other_response_text_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_text_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_text_delta_event.py"
|
||
|
||
# realtime_conversation_item_system_message_param.py -> other_realtime_conversation_item_system_message_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_conversation_item_system_message_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_conversation_item_system_message_param.py"
|
||
|
||
# realtime_mcp_list_tools.py -> other_realtime_mcp_list_tools.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_mcp_list_tools.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_mcp_list_tools.py"
|
||
|
||
# realtime_session_create_response.py -> other_realtime_session_create_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_session_create_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_session_create_response.py"
|
||
|
||
# realtime_truncation.py -> other_realtime_truncation.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_truncation.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_truncation.py"
|
||
|
||
# response_create_event_param.py -> other_response_create_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_create_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_create_event_param.py"
|
||
|
||
# realtime_mcp_tool_execution_error.py -> other_realtime_mcp_tool_execution_error.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_mcp_tool_execution_error.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_mcp_tool_execution_error.py"
|
||
|
||
# response_done_event.py -> other_response_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_done_event.py"
|
||
|
||
# response_text_done_event.py -> other_response_text_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_text_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_text_done_event.py"
|
||
|
||
# realtime_transcription_session_audio_input_turn_detection_param.py -> other_realtime_transcription_session_audio_input_turn_detection_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_transcription_session_audio_input_turn_detection_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_transcription_session_audio_input_turn_detection_param.py"
|
||
|
||
# realtime_conversation_item_assistant_message.py -> other_realtime_conversation_item_assistant_message.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_conversation_item_assistant_message.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_conversation_item_assistant_message.py"
|
||
|
||
# realtime_mcp_approval_response_param.py -> other_realtime_mcp_approval_response_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_mcp_approval_response_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_mcp_approval_response_param.py"
|
||
|
||
# response_created_event.py -> other_response_created_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_created_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_created_event.py"
|
||
|
||
# client_secret_create_params.py -> other_client_secret_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/client_secret_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_client_secret_create_params.py"
|
||
|
||
# input_audio_buffer_commit_event.py -> other_input_audio_buffer_commit_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/input_audio_buffer_commit_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_input_audio_buffer_commit_event.py"
|
||
|
||
# response_function_call_arguments_delta_event.py -> other_response_function_call_arguments_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/response_function_call_arguments_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_response_function_call_arguments_delta_event.py"
|
||
|
||
# realtime_audio_config.py -> other_realtime_audio_config.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_audio_config.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_audio_config.py"
|
||
|
||
# realtime_transcription_session_audio_input_turn_detection.py -> other_realtime_transcription_session_audio_input_turn_detection.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_transcription_session_audio_input_turn_detection.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_transcription_session_audio_input_turn_detection.py"
|
||
|
||
# conversation_item_input_audio_transcription_segment.py -> other_conversation_item_input_audio_transcription_segment.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_input_audio_transcription_segment.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_input_audio_transcription_segment.py"
|
||
|
||
# realtime_mcp_approval_response.py -> other_realtime_mcp_approval_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_mcp_approval_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_mcp_approval_response.py"
|
||
|
||
# conversation_item_delete_event_param.py -> other_conversation_item_delete_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_delete_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_delete_event_param.py"
|
||
|
||
# realtime_transcription_session_create_request.py -> other_realtime_transcription_session_create_request.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_transcription_session_create_request.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_transcription_session_create_request.py"
|
||
|
||
# call_create_params.py -> other_call_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/call_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_call_create_params.py"
|
||
|
||
# realtime_conversation_item_function_call.py -> other_realtime_conversation_item_function_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_conversation_item_function_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_conversation_item_function_call.py"
|
||
|
||
# session_created_event.py -> other_session_created_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/session_created_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_session_created_event.py"
|
||
|
||
# realtime_conversation_item_system_message.py -> other_realtime_conversation_item_system_message.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/realtime_conversation_item_system_message.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_realtime_conversation_item_system_message.py"
|
||
|
||
# input_audio_buffer_clear_event_param.py -> other_input_audio_buffer_clear_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/input_audio_buffer_clear_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_input_audio_buffer_clear_event_param.py"
|
||
|
||
# input_audio_buffer_speech_started_event.py -> other_input_audio_buffer_speech_started_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/input_audio_buffer_speech_started_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_input_audio_buffer_speech_started_event.py"
|
||
|
||
# conversation_item_input_audio_transcription_delta_event.py -> other_conversation_item_input_audio_transcription_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/conversation_item_input_audio_transcription_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/realtime/other_conversation_item_input_audio_transcription_delta_event.py"
|
||
|
||
# create_eval_completions_run_data_source_param.py -> other_create_eval_completions_run_data_source_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/create_eval_completions_run_data_source_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/other_create_eval_completions_run_data_source_param.py"
|
||
|
||
# create_eval_jsonl_run_data_source_param.py -> other_create_eval_jsonl_run_data_source_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/create_eval_jsonl_run_data_source_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/other_create_eval_jsonl_run_data_source_param.py"
|
||
|
||
# run_delete_response.py -> other_run_delete_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/run_delete_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/other_run_delete_response.py"
|
||
|
||
# create_eval_completions_run_data_source.py -> other_create_eval_completions_run_data_source.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/create_eval_completions_run_data_source.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/other_create_eval_completions_run_data_source.py"
|
||
|
||
# run_retrieve_response.py -> other_run_retrieve_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/run_retrieve_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/other_run_retrieve_response.py"
|
||
|
||
# create_eval_jsonl_run_data_source.py -> other_create_eval_jsonl_run_data_source.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/create_eval_jsonl_run_data_source.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/other_create_eval_jsonl_run_data_source.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/other__init_.py"
|
||
|
||
# run_list_response.py -> other_run_list_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/run_list_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/other_run_list_response.py"
|
||
|
||
# run_cancel_response.py -> other_run_cancel_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/run_cancel_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/other_run_cancel_response.py"
|
||
|
||
# run_list_params.py -> other_run_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/run_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/other_run_list_params.py"
|
||
|
||
# run_create_params.py -> other_run_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/run_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/other_run_create_params.py"
|
||
|
||
# run_create_response.py -> other_run_create_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/run_create_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/other_run_create_response.py"
|
||
|
||
# eval_api_error.py -> other_eval_api_error.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/eval_api_error.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/other_eval_api_error.py"
|
||
|
||
# output_item_retrieve_response.py -> other_output_item_retrieve_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/runs/output_item_retrieve_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/runs/other_output_item_retrieve_response.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/runs/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/runs/other__init_.py"
|
||
|
||
# output_item_list_params.py -> other_output_item_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/runs/output_item_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/runs/other_output_item_list_params.py"
|
||
|
||
# output_item_list_response.py -> other_output_item_list_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/runs/output_item_list_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/evals/runs/other_output_item_list_response.py"
|
||
|
||
# vector_store_file.py -> other_vector_store_file.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/vector_store_file.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/other_vector_store_file.py"
|
||
|
||
# file_list_params.py -> other_file_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/file_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/other_file_list_params.py"
|
||
|
||
# vector_store_file_batch.py -> other_vector_store_file_batch.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/vector_store_file_batch.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/other_vector_store_file_batch.py"
|
||
|
||
# file_content_response.py -> other_file_content_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/file_content_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/other_file_content_response.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/other__init_.py"
|
||
|
||
# file_create_params.py -> other_file_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/file_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/other_file_create_params.py"
|
||
|
||
# file_batch_create_params.py -> other_file_batch_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/file_batch_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/other_file_batch_create_params.py"
|
||
|
||
# file_batch_list_files_params.py -> other_file_batch_list_files_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/file_batch_list_files_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/other_file_batch_list_files_params.py"
|
||
|
||
# file_update_params.py -> other_file_update_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/file_update_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/other_file_update_params.py"
|
||
|
||
# vector_store_file_deleted.py -> other_vector_store_file_deleted.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/vector_store_file_deleted.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/vector_stores/other_vector_store_file_deleted.py"
|
||
|
||
# response_format_text_config_param.py -> other_response_format_text_config_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_format_text_config_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_format_text_config_param.py"
|
||
|
||
# response_computer_tool_call.py -> other_response_computer_tool_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_computer_tool_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_computer_tool_call.py"
|
||
|
||
# tool.py -> other_tool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/tool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_tool.py"
|
||
|
||
# response_input_text_param.py -> other_response_input_text_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_text_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_text_param.py"
|
||
|
||
# computer_tool_param.py -> other_computer_tool_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/computer_tool_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_computer_tool_param.py"
|
||
|
||
# response_refusal_delta_event.py -> other_response_refusal_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_refusal_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_refusal_delta_event.py"
|
||
|
||
# response_text_config.py -> other_response_text_config.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_text_config.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_text_config.py"
|
||
|
||
# file_search_tool.py -> other_file_search_tool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/file_search_tool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_file_search_tool.py"
|
||
|
||
# response_output_refusal.py -> other_response_output_refusal.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_output_refusal.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_output_refusal.py"
|
||
|
||
# response_failed_event.py -> other_response_failed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_failed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_failed_event.py"
|
||
|
||
# response_mcp_call_completed_event.py -> other_response_mcp_call_completed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_mcp_call_completed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_mcp_call_completed_event.py"
|
||
|
||
# response_prompt_param.py -> other_response_prompt_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_prompt_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_prompt_param.py"
|
||
|
||
# response_format_text_json_schema_config_param.py -> other_response_format_text_json_schema_config_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_format_text_json_schema_config_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_format_text_json_schema_config_param.py"
|
||
|
||
# response_input_image_content.py -> other_response_input_image_content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_image_content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_image_content.py"
|
||
|
||
# response_in_progress_event.py -> other_response_in_progress_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_in_progress_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_in_progress_event.py"
|
||
|
||
# web_search_tool_param.py -> other_web_search_tool_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/web_search_tool_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_web_search_tool_param.py"
|
||
|
||
# response_mcp_list_tools_in_progress_event.py -> other_response_mcp_list_tools_in_progress_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_mcp_list_tools_in_progress_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_mcp_list_tools_in_progress_event.py"
|
||
|
||
# response_completed_event.py -> other_response_completed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_completed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_completed_event.py"
|
||
|
||
# response_code_interpreter_call_interpreting_event.py -> other_response_code_interpreter_call_interpreting_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_code_interpreter_call_interpreting_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_code_interpreter_call_interpreting_event.py"
|
||
|
||
# function_tool_param.py -> other_function_tool_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/function_tool_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_function_tool_param.py"
|
||
|
||
# response_computer_tool_call_output_screenshot_param.py -> other_response_computer_tool_call_output_screenshot_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_computer_tool_call_output_screenshot_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_computer_tool_call_output_screenshot_param.py"
|
||
|
||
# response_input_message_item.py -> other_response_input_message_item.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_message_item.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_message_item.py"
|
||
|
||
# response_output_item_done_event.py -> other_response_output_item_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_output_item_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_output_item_done_event.py"
|
||
|
||
# response_format_text_json_schema_config.py -> other_response_format_text_json_schema_config.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_format_text_json_schema_config.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_format_text_json_schema_config.py"
|
||
|
||
# tool_choice_function_param.py -> other_tool_choice_function_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/tool_choice_function_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_tool_choice_function_param.py"
|
||
|
||
# response_function_call_output_item_list_param.py -> other_response_function_call_output_item_list_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_function_call_output_item_list_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_function_call_output_item_list_param.py"
|
||
|
||
# response_code_interpreter_call_completed_event.py -> other_response_code_interpreter_call_completed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_code_interpreter_call_completed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_code_interpreter_call_completed_event.py"
|
||
|
||
# response_code_interpreter_tool_call.py -> other_response_code_interpreter_tool_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_code_interpreter_tool_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_code_interpreter_tool_call.py"
|
||
|
||
# tool_choice_mcp_param.py -> other_tool_choice_mcp_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/tool_choice_mcp_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_tool_choice_mcp_param.py"
|
||
|
||
# response_file_search_tool_call_param.py -> other_response_file_search_tool_call_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_file_search_tool_call_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_file_search_tool_call_param.py"
|
||
|
||
# response_reasoning_text_delta_event.py -> other_response_reasoning_text_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_reasoning_text_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_reasoning_text_delta_event.py"
|
||
|
||
# response_function_web_search.py -> other_response_function_web_search.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_function_web_search.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_function_web_search.py"
|
||
|
||
# response_input_image_param.py -> other_response_input_image_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_image_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_image_param.py"
|
||
|
||
# tool_choice_mcp.py -> other_tool_choice_mcp.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/tool_choice_mcp.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_tool_choice_mcp.py"
|
||
|
||
# response_reasoning_summary_part_added_event.py -> other_response_reasoning_summary_part_added_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_reasoning_summary_part_added_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_reasoning_summary_part_added_event.py"
|
||
|
||
# response_text_config_param.py -> other_response_text_config_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_text_config_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_text_config_param.py"
|
||
|
||
# web_search_preview_tool_param.py -> other_web_search_preview_tool_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/web_search_preview_tool_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_web_search_preview_tool_param.py"
|
||
|
||
# web_search_preview_tool.py -> other_web_search_preview_tool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/web_search_preview_tool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_web_search_preview_tool.py"
|
||
|
||
# response_input_file_content.py -> other_response_input_file_content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_file_content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_file_content.py"
|
||
|
||
# file_search_tool_param.py -> other_file_search_tool_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/file_search_tool_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_file_search_tool_param.py"
|
||
|
||
# custom_tool_param.py -> other_custom_tool_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/custom_tool_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_custom_tool_param.py"
|
||
|
||
# response_input_text_content.py -> other_response_input_text_content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_text_content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_text_content.py"
|
||
|
||
# response_conversation_param.py -> other_response_conversation_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_conversation_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_conversation_param.py"
|
||
|
||
# response_retrieve_params.py -> other_response_retrieve_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_retrieve_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_retrieve_params.py"
|
||
|
||
# response_function_call_arguments_done_event.py -> other_response_function_call_arguments_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_function_call_arguments_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_function_call_arguments_done_event.py"
|
||
|
||
# response_output_message_param.py -> other_response_output_message_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_output_message_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_output_message_param.py"
|
||
|
||
# response_refusal_done_event.py -> other_response_refusal_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_refusal_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_refusal_done_event.py"
|
||
|
||
# response_input_item_param.py -> other_response_input_item_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_item_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_item_param.py"
|
||
|
||
# response_computer_tool_call_param.py -> other_response_computer_tool_call_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_computer_tool_call_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_computer_tool_call_param.py"
|
||
|
||
# response_incomplete_event.py -> other_response_incomplete_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_incomplete_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_incomplete_event.py"
|
||
|
||
# response_output_item.py -> other_response_output_item.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_output_item.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_output_item.py"
|
||
|
||
# response_input_item.py -> other_response_input_item.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_item.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_item.py"
|
||
|
||
# response_input_message_content_list.py -> other_response_input_message_content_list.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_message_content_list.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_message_content_list.py"
|
||
|
||
# response_prompt.py -> other_response_prompt.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_prompt.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_prompt.py"
|
||
|
||
# response_output_refusal_param.py -> other_response_output_refusal_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_output_refusal_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_output_refusal_param.py"
|
||
|
||
# response_audio_delta_event.py -> other_response_audio_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_audio_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_audio_delta_event.py"
|
||
|
||
# response_queued_event.py -> other_response_queued_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_queued_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_queued_event.py"
|
||
|
||
# response_reasoning_summary_part_done_event.py -> other_response_reasoning_summary_part_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_reasoning_summary_part_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_reasoning_summary_part_done_event.py"
|
||
|
||
# response_output_text.py -> other_response_output_text.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_output_text.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_output_text.py"
|
||
|
||
# response_code_interpreter_tool_call_param.py -> other_response_code_interpreter_tool_call_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_code_interpreter_tool_call_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_code_interpreter_tool_call_param.py"
|
||
|
||
# response_input_text_content_param.py -> other_response_input_text_content_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_text_content_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_text_content_param.py"
|
||
|
||
# easy_input_message_param.py -> other_easy_input_message_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/easy_input_message_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_easy_input_message_param.py"
|
||
|
||
# response_input_content_param.py -> other_response_input_content_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_content_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_content_param.py"
|
||
|
||
# response_custom_tool_call.py -> other_response_custom_tool_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_custom_tool_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_custom_tool_call.py"
|
||
|
||
# response_mcp_call_arguments_done_event.py -> other_response_mcp_call_arguments_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_mcp_call_arguments_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_mcp_call_arguments_done_event.py"
|
||
|
||
# response_usage.py -> other_response_usage.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_usage.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_usage.py"
|
||
|
||
# response_content_part_added_event.py -> other_response_content_part_added_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_content_part_added_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_content_part_added_event.py"
|
||
|
||
# response_mcp_call_in_progress_event.py -> other_response_mcp_call_in_progress_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_mcp_call_in_progress_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_mcp_call_in_progress_event.py"
|
||
|
||
# response_function_tool_call_item.py -> other_response_function_tool_call_item.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_function_tool_call_item.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_function_tool_call_item.py"
|
||
|
||
# tool_choice_function.py -> other_tool_choice_function.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/tool_choice_function.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_tool_choice_function.py"
|
||
|
||
# response_reasoning_text_done_event.py -> other_response_reasoning_text_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_reasoning_text_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_reasoning_text_done_event.py"
|
||
|
||
# response_item_list.py -> other_response_item_list.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_item_list.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_item_list.py"
|
||
|
||
# response_function_call_output_item_param.py -> other_response_function_call_output_item_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_function_call_output_item_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_function_call_output_item_param.py"
|
||
|
||
# response_image_gen_call_in_progress_event.py -> other_response_image_gen_call_in_progress_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_image_gen_call_in_progress_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_image_gen_call_in_progress_event.py"
|
||
|
||
# response_input_file.py -> other_response_input_file.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_file.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_file.py"
|
||
|
||
# response_input_image.py -> other_response_input_image.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_image.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_image.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other__init_.py"
|
||
|
||
# response_code_interpreter_call_in_progress_event.py -> other_response_code_interpreter_call_in_progress_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_code_interpreter_call_in_progress_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_code_interpreter_call_in_progress_event.py"
|
||
|
||
# response_mcp_list_tools_completed_event.py -> other_response_mcp_list_tools_completed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_mcp_list_tools_completed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_mcp_list_tools_completed_event.py"
|
||
|
||
# tool_choice_custom_param.py -> other_tool_choice_custom_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/tool_choice_custom_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_tool_choice_custom_param.py"
|
||
|
||
# response_custom_tool_call_input_done_event.py -> other_response_custom_tool_call_input_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_custom_tool_call_input_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_custom_tool_call_input_done_event.py"
|
||
|
||
# custom_tool.py -> other_custom_tool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/custom_tool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_custom_tool.py"
|
||
|
||
# response_mcp_list_tools_failed_event.py -> other_response_mcp_list_tools_failed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_mcp_list_tools_failed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_mcp_list_tools_failed_event.py"
|
||
|
||
# response_output_text_param.py -> other_response_output_text_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_output_text_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_output_text_param.py"
|
||
|
||
# response_mcp_call_failed_event.py -> other_response_mcp_call_failed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_mcp_call_failed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_mcp_call_failed_event.py"
|
||
|
||
# response_output_text_annotation_added_event.py -> other_response_output_text_annotation_added_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_output_text_annotation_added_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_output_text_annotation_added_event.py"
|
||
|
||
# tool_choice_options.py -> other_tool_choice_options.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/tool_choice_options.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_tool_choice_options.py"
|
||
|
||
# tool_choice_types.py -> other_tool_choice_types.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/tool_choice_types.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_tool_choice_types.py"
|
||
|
||
# response_audio_done_event.py -> other_response_audio_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_audio_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_audio_done_event.py"
|
||
|
||
# response_code_interpreter_call_code_done_event.py -> other_response_code_interpreter_call_code_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_code_interpreter_call_code_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_code_interpreter_call_code_done_event.py"
|
||
|
||
# response_function_call_output_item_list.py -> other_response_function_call_output_item_list.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_function_call_output_item_list.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_function_call_output_item_list.py"
|
||
|
||
# response_web_search_call_in_progress_event.py -> other_response_web_search_call_in_progress_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_web_search_call_in_progress_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_web_search_call_in_progress_event.py"
|
||
|
||
# response_reasoning_summary_text_delta_event.py -> other_response_reasoning_summary_text_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_reasoning_summary_text_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_reasoning_summary_text_delta_event.py"
|
||
|
||
# response_custom_tool_call_input_delta_event.py -> other_response_custom_tool_call_input_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_custom_tool_call_input_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_custom_tool_call_input_delta_event.py"
|
||
|
||
# response_create_params.py -> other_response_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_create_params.py"
|
||
|
||
# response_content_part_done_event.py -> other_response_content_part_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_content_part_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_content_part_done_event.py"
|
||
|
||
# response_audio_transcript_done_event.py -> other_response_audio_transcript_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_audio_transcript_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_audio_transcript_done_event.py"
|
||
|
||
# response_image_gen_call_partial_image_event.py -> other_response_image_gen_call_partial_image_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_image_gen_call_partial_image_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_image_gen_call_partial_image_event.py"
|
||
|
||
# response_function_call_output_item.py -> other_response_function_call_output_item.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_function_call_output_item.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_function_call_output_item.py"
|
||
|
||
# response_error_event.py -> other_response_error_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_error_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_error_event.py"
|
||
|
||
# response_stream_event.py -> other_response_stream_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_stream_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_stream_event.py"
|
||
|
||
# response_format_text_config.py -> other_response_format_text_config.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_format_text_config.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_format_text_config.py"
|
||
|
||
# response_function_web_search_param.py -> other_response_function_web_search_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_function_web_search_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_function_web_search_param.py"
|
||
|
||
# response_item.py -> other_response_item.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_item.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_item.py"
|
||
|
||
# tool_choice_allowed_param.py -> other_tool_choice_allowed_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/tool_choice_allowed_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_tool_choice_allowed_param.py"
|
||
|
||
# computer_tool.py -> other_computer_tool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/computer_tool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_computer_tool.py"
|
||
|
||
# response_custom_tool_call_output.py -> other_response_custom_tool_call_output.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_custom_tool_call_output.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_custom_tool_call_output.py"
|
||
|
||
# response_function_tool_call.py -> other_response_function_tool_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_function_tool_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_function_tool_call.py"
|
||
|
||
# response_output_message.py -> other_response_output_message.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_output_message.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_output_message.py"
|
||
|
||
# response.py -> other_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response.py"
|
||
|
||
# response_audio_transcript_delta_event.py -> other_response_audio_transcript_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_audio_transcript_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_audio_transcript_delta_event.py"
|
||
|
||
# response_input_audio.py -> other_response_input_audio.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_audio.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_audio.py"
|
||
|
||
# response_input_image_content_param.py -> other_response_input_image_content_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_image_content_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_image_content_param.py"
|
||
|
||
# tool_choice_allowed.py -> other_tool_choice_allowed.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/tool_choice_allowed.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_tool_choice_allowed.py"
|
||
|
||
# response_output_item_added_event.py -> other_response_output_item_added_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_output_item_added_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_output_item_added_event.py"
|
||
|
||
# tool_choice_types_param.py -> other_tool_choice_types_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/tool_choice_types_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_tool_choice_types_param.py"
|
||
|
||
# response_file_search_call_searching_event.py -> other_response_file_search_call_searching_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_file_search_call_searching_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_file_search_call_searching_event.py"
|
||
|
||
# response_function_tool_call_output_item.py -> other_response_function_tool_call_output_item.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_function_tool_call_output_item.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_function_tool_call_output_item.py"
|
||
|
||
# response_code_interpreter_call_code_delta_event.py -> other_response_code_interpreter_call_code_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_code_interpreter_call_code_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_code_interpreter_call_code_delta_event.py"
|
||
|
||
# function_tool.py -> other_function_tool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/function_tool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_function_tool.py"
|
||
|
||
# response_web_search_call_completed_event.py -> other_response_web_search_call_completed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_web_search_call_completed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_web_search_call_completed_event.py"
|
||
|
||
# response_input_text.py -> other_response_input_text.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_text.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_text.py"
|
||
|
||
# response_file_search_tool_call.py -> other_response_file_search_tool_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_file_search_tool_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_file_search_tool_call.py"
|
||
|
||
# response_function_tool_call_param.py -> other_response_function_tool_call_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_function_tool_call_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_function_tool_call_param.py"
|
||
|
||
# response_file_search_call_in_progress_event.py -> other_response_file_search_call_in_progress_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_file_search_call_in_progress_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_file_search_call_in_progress_event.py"
|
||
|
||
# easy_input_message.py -> other_easy_input_message.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/easy_input_message.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_easy_input_message.py"
|
||
|
||
# web_search_tool.py -> other_web_search_tool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/web_search_tool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_web_search_tool.py"
|
||
|
||
# response_text_delta_event.py -> other_response_text_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_text_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_text_delta_event.py"
|
||
|
||
# input_item_list_params.py -> other_input_item_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/input_item_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_input_item_list_params.py"
|
||
|
||
# response_includable.py -> other_response_includable.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_includable.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_includable.py"
|
||
|
||
# response_input_file_content_param.py -> other_response_input_file_content_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_file_content_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_file_content_param.py"
|
||
|
||
# response_image_gen_call_generating_event.py -> other_response_image_gen_call_generating_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_image_gen_call_generating_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_image_gen_call_generating_event.py"
|
||
|
||
# response_input_audio_param.py -> other_response_input_audio_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_audio_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_audio_param.py"
|
||
|
||
# response_text_done_event.py -> other_response_text_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_text_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_text_done_event.py"
|
||
|
||
# tool_param.py -> other_tool_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/tool_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_tool_param.py"
|
||
|
||
# parsed_response.py -> other_parsed_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/parsed_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_parsed_response.py"
|
||
|
||
# response_computer_tool_call_output_item.py -> other_response_computer_tool_call_output_item.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_computer_tool_call_output_item.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_computer_tool_call_output_item.py"
|
||
|
||
# response_status.py -> other_response_status.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_status.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_status.py"
|
||
|
||
# response_reasoning_summary_text_done_event.py -> other_response_reasoning_summary_text_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_reasoning_summary_text_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_reasoning_summary_text_done_event.py"
|
||
|
||
# response_custom_tool_call_output_param.py -> other_response_custom_tool_call_output_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_custom_tool_call_output_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_custom_tool_call_output_param.py"
|
||
|
||
# tool_choice_custom.py -> other_tool_choice_custom.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/tool_choice_custom.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_tool_choice_custom.py"
|
||
|
||
# response_created_event.py -> other_response_created_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_created_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_created_event.py"
|
||
|
||
# response_function_call_arguments_delta_event.py -> other_response_function_call_arguments_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_function_call_arguments_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_function_call_arguments_delta_event.py"
|
||
|
||
# response_input_content.py -> other_response_input_content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_content.py"
|
||
|
||
# response_input_message_content_list_param.py -> other_response_input_message_content_list_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_message_content_list_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_message_content_list_param.py"
|
||
|
||
# response_reasoning_item_param.py -> other_response_reasoning_item_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_reasoning_item_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_reasoning_item_param.py"
|
||
|
||
# response_custom_tool_call_param.py -> other_response_custom_tool_call_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_custom_tool_call_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_custom_tool_call_param.py"
|
||
|
||
# response_input_file_param.py -> other_response_input_file_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_file_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_file_param.py"
|
||
|
||
# response_file_search_call_completed_event.py -> other_response_file_search_call_completed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_file_search_call_completed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_file_search_call_completed_event.py"
|
||
|
||
# response_reasoning_item.py -> other_response_reasoning_item.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_reasoning_item.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_reasoning_item.py"
|
||
|
||
# response_mcp_call_arguments_delta_event.py -> other_response_mcp_call_arguments_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_mcp_call_arguments_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_mcp_call_arguments_delta_event.py"
|
||
|
||
# response_input_param.py -> other_response_input_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_input_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_input_param.py"
|
||
|
||
# response_image_gen_call_completed_event.py -> other_response_image_gen_call_completed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_image_gen_call_completed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_image_gen_call_completed_event.py"
|
||
|
||
# response_error.py -> other_response_error.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_error.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_error.py"
|
||
|
||
# response_computer_tool_call_output_screenshot.py -> other_response_computer_tool_call_output_screenshot.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_computer_tool_call_output_screenshot.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_computer_tool_call_output_screenshot.py"
|
||
|
||
# response_web_search_call_searching_event.py -> other_response_web_search_call_searching_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/response_web_search_call_searching_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/responses/other_response_web_search_call_searching_event.py"
|
||
|
||
# score_model_grader_param.py -> other_score_model_grader_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/score_model_grader_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/other_score_model_grader_param.py"
|
||
|
||
# label_model_grader.py -> other_label_model_grader.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/label_model_grader.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/other_label_model_grader.py"
|
||
|
||
# text_similarity_grader.py -> other_text_similarity_grader.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/text_similarity_grader.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/other_text_similarity_grader.py"
|
||
|
||
# string_check_grader.py -> other_string_check_grader.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/string_check_grader.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/other_string_check_grader.py"
|
||
|
||
# score_model_grader.py -> other_score_model_grader.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/score_model_grader.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/other_score_model_grader.py"
|
||
|
||
# python_grader.py -> other_python_grader.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/python_grader.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/other_python_grader.py"
|
||
|
||
# multi_grader_param.py -> other_multi_grader_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/multi_grader_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/other_multi_grader_param.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/other__init_.py"
|
||
|
||
# multi_grader.py -> other_multi_grader.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/multi_grader.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/other_multi_grader.py"
|
||
|
||
# text_similarity_grader_param.py -> other_text_similarity_grader_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/text_similarity_grader_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/other_text_similarity_grader_param.py"
|
||
|
||
# label_model_grader_param.py -> other_label_model_grader_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/label_model_grader_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/other_label_model_grader_param.py"
|
||
|
||
# python_grader_param.py -> other_python_grader_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/python_grader_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/other_python_grader_param.py"
|
||
|
||
# string_check_grader_param.py -> other_string_check_grader_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/string_check_grader_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/graders/other_string_check_grader_param.py"
|
||
|
||
# file_create_response.py -> other_file_create_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/containers/file_create_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/containers/other_file_create_response.py"
|
||
|
||
# file_list_params.py -> other_file_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/containers/file_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/containers/other_file_list_params.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/containers/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/containers/other__init_.py"
|
||
|
||
# file_create_params.py -> other_file_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/containers/file_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/containers/other_file_create_params.py"
|
||
|
||
# file_list_response.py -> other_file_list_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/containers/file_list_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/containers/other_file_list_response.py"
|
||
|
||
# file_retrieve_response.py -> other_file_retrieve_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/containers/file_retrieve_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/containers/other_file_retrieve_response.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/containers/files/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/containers/files/other__init_.py"
|
||
|
||
# custom_tool_input_format.py -> other_custom_tool_input_format.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/custom_tool_input_format.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/other_custom_tool_input_format.py"
|
||
|
||
# chat_model.py -> other_chat_model.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/chat_model.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/other_chat_model.py"
|
||
|
||
# function_parameters.py -> other_function_parameters.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/function_parameters.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/other_function_parameters.py"
|
||
|
||
# comparison_filter.py -> other_comparison_filter.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/comparison_filter.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/other_comparison_filter.py"
|
||
|
||
# response_format_json_schema.py -> other_response_format_json_schema.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/response_format_json_schema.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/other_response_format_json_schema.py"
|
||
|
||
# responses_model.py -> other_responses_model.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/responses_model.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/other_responses_model.py"
|
||
|
||
# function_definition.py -> other_function_definition.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/function_definition.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/other_function_definition.py"
|
||
|
||
# reasoning.py -> other_reasoning.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/reasoning.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/other_reasoning.py"
|
||
|
||
# metadata.py -> other_metadata.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/metadata.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/other_metadata.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/other__init_.py"
|
||
|
||
# response_format_json_object.py -> other_response_format_json_object.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/response_format_json_object.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/other_response_format_json_object.py"
|
||
|
||
# response_format_text.py -> other_response_format_text.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/response_format_text.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/other_response_format_text.py"
|
||
|
||
# reasoning_effort.py -> other_reasoning_effort.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/reasoning_effort.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/other_reasoning_effort.py"
|
||
|
||
# compound_filter.py -> other_compound_filter.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/compound_filter.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared_params/other_compound_filter.py"
|
||
|
||
# conversation_create_params.py -> other_conversation_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/conversation_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_conversation_create_params.py"
|
||
|
||
# conversation_deleted_resource.py -> other_conversation_deleted_resource.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/conversation_deleted_resource.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_conversation_deleted_resource.py"
|
||
|
||
# refusal_content.py -> other_refusal_content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/refusal_content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_refusal_content.py"
|
||
|
||
# conversation_item.py -> other_conversation_item.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/conversation_item.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_conversation_item.py"
|
||
|
||
# message.py -> other_message.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/message.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_message.py"
|
||
|
||
# item_retrieve_params.py -> other_item_retrieve_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/item_retrieve_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_item_retrieve_params.py"
|
||
|
||
# computer_screenshot_content.py -> other_computer_screenshot_content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/computer_screenshot_content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_computer_screenshot_content.py"
|
||
|
||
# item_list_params.py -> other_item_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/item_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_item_list_params.py"
|
||
|
||
# input_image_content_param.py -> other_input_image_content_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/input_image_content_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_input_image_content_param.py"
|
||
|
||
# conversation_update_params.py -> other_conversation_update_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/conversation_update_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_conversation_update_params.py"
|
||
|
||
# summary_text_content.py -> other_summary_text_content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/summary_text_content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_summary_text_content.py"
|
||
|
||
# input_text_content_param.py -> other_input_text_content_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/input_text_content_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_input_text_content_param.py"
|
||
|
||
# text_content.py -> other_text_content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/text_content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_text_content.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other__init_.py"
|
||
|
||
# refusal_content_param.py -> other_refusal_content_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/refusal_content_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_refusal_content_param.py"
|
||
|
||
# input_file_content.py -> other_input_file_content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/input_file_content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_input_file_content.py"
|
||
|
||
# output_text_content.py -> other_output_text_content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/output_text_content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_output_text_content.py"
|
||
|
||
# conversation.py -> other_conversation.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/conversation.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_conversation.py"
|
||
|
||
# conversation_item_list.py -> other_conversation_item_list.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/conversation_item_list.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_conversation_item_list.py"
|
||
|
||
# item_create_params.py -> other_item_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/item_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_item_create_params.py"
|
||
|
||
# input_text_content.py -> other_input_text_content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/input_text_content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_input_text_content.py"
|
||
|
||
# input_file_content_param.py -> other_input_file_content_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/input_file_content_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_input_file_content_param.py"
|
||
|
||
# input_image_content.py -> other_input_image_content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/input_image_content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_input_image_content.py"
|
||
|
||
# output_text_content_param.py -> other_output_text_content_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/output_text_content_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/conversations/other_output_text_content_param.py"
|
||
|
||
# custom_tool_input_format.py -> other_custom_tool_input_format.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/custom_tool_input_format.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_custom_tool_input_format.py"
|
||
|
||
# response_format_text_python.py -> other_response_format_text_python.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/response_format_text_python.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_response_format_text_python.py"
|
||
|
||
# chat_model.py -> other_chat_model.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/chat_model.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_chat_model.py"
|
||
|
||
# function_parameters.py -> other_function_parameters.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/function_parameters.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_function_parameters.py"
|
||
|
||
# comparison_filter.py -> other_comparison_filter.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/comparison_filter.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_comparison_filter.py"
|
||
|
||
# response_format_json_schema.py -> other_response_format_json_schema.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/response_format_json_schema.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_response_format_json_schema.py"
|
||
|
||
# responses_model.py -> other_responses_model.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/responses_model.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_responses_model.py"
|
||
|
||
# function_definition.py -> other_function_definition.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/function_definition.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_function_definition.py"
|
||
|
||
# error_object.py -> other_error_object.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/error_object.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_error_object.py"
|
||
|
||
# reasoning.py -> other_reasoning.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/reasoning.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_reasoning.py"
|
||
|
||
# metadata.py -> other_metadata.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/metadata.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_metadata.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other__init_.py"
|
||
|
||
# response_format_json_object.py -> other_response_format_json_object.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/response_format_json_object.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_response_format_json_object.py"
|
||
|
||
# all_models.py -> other_all_models.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/all_models.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_all_models.py"
|
||
|
||
# response_format_text.py -> other_response_format_text.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/response_format_text.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_response_format_text.py"
|
||
|
||
# response_format_text_grammar.py -> other_response_format_text_grammar.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/response_format_text_grammar.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_response_format_text_grammar.py"
|
||
|
||
# reasoning_effort.py -> other_reasoning_effort.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/reasoning_effort.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_reasoning_effort.py"
|
||
|
||
# compound_filter.py -> other_compound_filter.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/compound_filter.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/shared/other_compound_filter.py"
|
||
|
||
# assistant_tool_choice_option.py -> other_assistant_tool_choice_option.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/assistant_tool_choice_option.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_assistant_tool_choice_option.py"
|
||
|
||
# assistant_tool.py -> other_assistant_tool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/assistant_tool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_assistant_tool.py"
|
||
|
||
# file_search_tool.py -> other_file_search_tool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/file_search_tool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_file_search_tool.py"
|
||
|
||
# assistant_tool_choice_function_param.py -> other_assistant_tool_choice_function_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/assistant_tool_choice_function_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_assistant_tool_choice_function_param.py"
|
||
|
||
# function_tool_param.py -> other_function_tool_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/function_tool_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_function_tool_param.py"
|
||
|
||
# thread_update_params.py -> other_thread_update_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/thread_update_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_thread_update_params.py"
|
||
|
||
# assistant_create_params.py -> other_assistant_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/assistant_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_assistant_create_params.py"
|
||
|
||
# chatkit_workflow.py -> other_chatkit_workflow.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit_workflow.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_chatkit_workflow.py"
|
||
|
||
# assistant.py -> other_assistant.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/assistant.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_assistant.py"
|
||
|
||
# file_search_tool_param.py -> other_file_search_tool_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/file_search_tool_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_file_search_tool_param.py"
|
||
|
||
# assistant_update_params.py -> other_assistant_update_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/assistant_update_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_assistant_update_params.py"
|
||
|
||
# assistant_list_params.py -> other_assistant_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/assistant_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_assistant_list_params.py"
|
||
|
||
# assistant_deleted.py -> other_assistant_deleted.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/assistant_deleted.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_assistant_deleted.py"
|
||
|
||
# thread_deleted.py -> other_thread_deleted.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/thread_deleted.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_thread_deleted.py"
|
||
|
||
# thread.py -> other_thread.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/thread.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_thread.py"
|
||
|
||
# assistant_tool_choice.py -> other_assistant_tool_choice.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/assistant_tool_choice.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_assistant_tool_choice.py"
|
||
|
||
# assistant_stream_event.py -> other_assistant_stream_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/assistant_stream_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_assistant_stream_event.py"
|
||
|
||
# assistant_tool_choice_param.py -> other_assistant_tool_choice_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/assistant_tool_choice_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_assistant_tool_choice_param.py"
|
||
|
||
# code_interpreter_tool.py -> other_code_interpreter_tool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/code_interpreter_tool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_code_interpreter_tool.py"
|
||
|
||
# thread_create_params.py -> other_thread_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/thread_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_thread_create_params.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other__init_.py"
|
||
|
||
# chatkit_upload_file_response.py -> other_chatkit_upload_file_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit_upload_file_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_chatkit_upload_file_response.py"
|
||
|
||
# image_part.py -> other_image_part.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/image_part.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_image_part.py"
|
||
|
||
# assistant_response_format_option.py -> other_assistant_response_format_option.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/assistant_response_format_option.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_assistant_response_format_option.py"
|
||
|
||
# code_interpreter_tool_param.py -> other_code_interpreter_tool_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/code_interpreter_tool_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_code_interpreter_tool_param.py"
|
||
|
||
# assistant_response_format_option_param.py -> other_assistant_response_format_option_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/assistant_response_format_option_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_assistant_response_format_option_param.py"
|
||
|
||
# function_tool.py -> other_function_tool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/function_tool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_function_tool.py"
|
||
|
||
# thread_create_and_run_params.py -> other_thread_create_and_run_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/thread_create_and_run_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_thread_create_and_run_params.py"
|
||
|
||
# file_part.py -> other_file_part.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/file_part.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_file_part.py"
|
||
|
||
# chatkit_upload_file_params.py -> other_chatkit_upload_file_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit_upload_file_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_chatkit_upload_file_params.py"
|
||
|
||
# assistant_tool_param.py -> other_assistant_tool_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/assistant_tool_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_assistant_tool_param.py"
|
||
|
||
# assistant_tool_choice_function.py -> other_assistant_tool_choice_function.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/assistant_tool_choice_function.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_assistant_tool_choice_function.py"
|
||
|
||
# assistant_tool_choice_option_param.py -> other_assistant_tool_choice_option_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/assistant_tool_choice_option_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/other_assistant_tool_choice_option_param.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chat/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chat/other__init_.py"
|
||
|
||
# conversation_item_retrieve_event_param.py -> other_conversation_item_retrieve_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_retrieve_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_retrieve_event_param.py"
|
||
|
||
# realtime_client_event.py -> other_realtime_client_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/realtime_client_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_realtime_client_event.py"
|
||
|
||
# session_create_response.py -> other_session_create_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/session_create_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_session_create_response.py"
|
||
|
||
# conversation_item_retrieve_event.py -> other_conversation_item_retrieve_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_retrieve_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_retrieve_event.py"
|
||
|
||
# conversation_item_param.py -> other_conversation_item_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_param.py"
|
||
|
||
# realtime_response_status.py -> other_realtime_response_status.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/realtime_response_status.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_realtime_response_status.py"
|
||
|
||
# rate_limits_updated_event.py -> other_rate_limits_updated_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/rate_limits_updated_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_rate_limits_updated_event.py"
|
||
|
||
# conversation_item_content_param.py -> other_conversation_item_content_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_content_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_content_param.py"
|
||
|
||
# response_output_item_done_event.py -> other_response_output_item_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_output_item_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_output_item_done_event.py"
|
||
|
||
# conversation_item.py -> other_conversation_item.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item.py"
|
||
|
||
# session_updated_event.py -> other_session_updated_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/session_updated_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_session_updated_event.py"
|
||
|
||
# error_event.py -> other_error_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/error_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_error_event.py"
|
||
|
||
# conversation_item_with_reference_param.py -> other_conversation_item_with_reference_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_with_reference_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_with_reference_param.py"
|
||
|
||
# transcription_session_create_params.py -> other_transcription_session_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/transcription_session_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_transcription_session_create_params.py"
|
||
|
||
# conversation_item_deleted_event.py -> other_conversation_item_deleted_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_deleted_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_deleted_event.py"
|
||
|
||
# response_cancel_event_param.py -> other_response_cancel_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_cancel_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_cancel_event_param.py"
|
||
|
||
# input_audio_buffer_committed_event.py -> other_input_audio_buffer_committed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/input_audio_buffer_committed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_input_audio_buffer_committed_event.py"
|
||
|
||
# conversation_item_with_reference.py -> other_conversation_item_with_reference.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_with_reference.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_with_reference.py"
|
||
|
||
# input_audio_buffer_clear_event.py -> other_input_audio_buffer_clear_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/input_audio_buffer_clear_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_input_audio_buffer_clear_event.py"
|
||
|
||
# conversation_item_input_audio_transcription_completed_event.py -> other_conversation_item_input_audio_transcription_completed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_input_audio_transcription_completed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_input_audio_transcription_completed_event.py"
|
||
|
||
# input_audio_buffer_cleared_event.py -> other_input_audio_buffer_cleared_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/input_audio_buffer_cleared_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_input_audio_buffer_cleared_event.py"
|
||
|
||
# realtime_connect_params.py -> other_realtime_connect_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/realtime_connect_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_realtime_connect_params.py"
|
||
|
||
# response_function_call_arguments_done_event.py -> other_response_function_call_arguments_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_function_call_arguments_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_function_call_arguments_done_event.py"
|
||
|
||
# transcription_session_update.py -> other_transcription_session_update.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/transcription_session_update.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_transcription_session_update.py"
|
||
|
||
# realtime_response_usage.py -> other_realtime_response_usage.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/realtime_response_usage.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_realtime_response_usage.py"
|
||
|
||
# conversation_item_created_event.py -> other_conversation_item_created_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_created_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_created_event.py"
|
||
|
||
# response_audio_delta_event.py -> other_response_audio_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_audio_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_audio_delta_event.py"
|
||
|
||
# transcription_session_updated_event.py -> other_transcription_session_updated_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/transcription_session_updated_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_transcription_session_updated_event.py"
|
||
|
||
# conversation_item_delete_event.py -> other_conversation_item_delete_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_delete_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_delete_event.py"
|
||
|
||
# input_audio_buffer_append_event.py -> other_input_audio_buffer_append_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/input_audio_buffer_append_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_input_audio_buffer_append_event.py"
|
||
|
||
# conversation_item_create_event.py -> other_conversation_item_create_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_create_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_create_event.py"
|
||
|
||
# response_content_part_added_event.py -> other_response_content_part_added_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_content_part_added_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_content_part_added_event.py"
|
||
|
||
# conversation_item_create_event_param.py -> other_conversation_item_create_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_create_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_create_event_param.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other__init_.py"
|
||
|
||
# transcription_session.py -> other_transcription_session.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/transcription_session.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_transcription_session.py"
|
||
|
||
# input_audio_buffer_speech_stopped_event.py -> other_input_audio_buffer_speech_stopped_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/input_audio_buffer_speech_stopped_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_input_audio_buffer_speech_stopped_event.py"
|
||
|
||
# response_audio_done_event.py -> other_response_audio_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_audio_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_audio_done_event.py"
|
||
|
||
# realtime_client_event_param.py -> other_realtime_client_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/realtime_client_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_realtime_client_event_param.py"
|
||
|
||
# session_create_params.py -> other_session_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/session_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_session_create_params.py"
|
||
|
||
# session.py -> other_session.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/session.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_session.py"
|
||
|
||
# response_content_part_done_event.py -> other_response_content_part_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_content_part_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_content_part_done_event.py"
|
||
|
||
# response_audio_transcript_done_event.py -> other_response_audio_transcript_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_audio_transcript_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_audio_transcript_done_event.py"
|
||
|
||
# conversation_created_event.py -> other_conversation_created_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_created_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_created_event.py"
|
||
|
||
# conversation_item_input_audio_transcription_failed_event.py -> other_conversation_item_input_audio_transcription_failed_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_input_audio_transcription_failed_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_input_audio_transcription_failed_event.py"
|
||
|
||
# realtime_server_event.py -> other_realtime_server_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/realtime_server_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_realtime_server_event.py"
|
||
|
||
# response_audio_transcript_delta_event.py -> other_response_audio_transcript_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_audio_transcript_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_audio_transcript_delta_event.py"
|
||
|
||
# session_update_event.py -> other_session_update_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/session_update_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_session_update_event.py"
|
||
|
||
# input_audio_buffer_commit_event_param.py -> other_input_audio_buffer_commit_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/input_audio_buffer_commit_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_input_audio_buffer_commit_event_param.py"
|
||
|
||
# response_output_item_added_event.py -> other_response_output_item_added_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_output_item_added_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_output_item_added_event.py"
|
||
|
||
# conversation_item_truncate_event_param.py -> other_conversation_item_truncate_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_truncate_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_truncate_event_param.py"
|
||
|
||
# input_audio_buffer_append_event_param.py -> other_input_audio_buffer_append_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/input_audio_buffer_append_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_input_audio_buffer_append_event_param.py"
|
||
|
||
# session_update_event_param.py -> other_session_update_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/session_update_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_session_update_event_param.py"
|
||
|
||
# response_cancel_event.py -> other_response_cancel_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_cancel_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_cancel_event.py"
|
||
|
||
# response_create_event.py -> other_response_create_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_create_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_create_event.py"
|
||
|
||
# realtime_response.py -> other_realtime_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/realtime_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_realtime_response.py"
|
||
|
||
# conversation_item_truncated_event.py -> other_conversation_item_truncated_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_truncated_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_truncated_event.py"
|
||
|
||
# conversation_item_truncate_event.py -> other_conversation_item_truncate_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_truncate_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_truncate_event.py"
|
||
|
||
# response_text_delta_event.py -> other_response_text_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_text_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_text_delta_event.py"
|
||
|
||
# response_create_event_param.py -> other_response_create_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_create_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_create_event_param.py"
|
||
|
||
# response_done_event.py -> other_response_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_done_event.py"
|
||
|
||
# response_text_done_event.py -> other_response_text_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_text_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_text_done_event.py"
|
||
|
||
# response_created_event.py -> other_response_created_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_created_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_created_event.py"
|
||
|
||
# input_audio_buffer_commit_event.py -> other_input_audio_buffer_commit_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/input_audio_buffer_commit_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_input_audio_buffer_commit_event.py"
|
||
|
||
# response_function_call_arguments_delta_event.py -> other_response_function_call_arguments_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/response_function_call_arguments_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_response_function_call_arguments_delta_event.py"
|
||
|
||
# conversation_item_content.py -> other_conversation_item_content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_content.py"
|
||
|
||
# conversation_item_delete_event_param.py -> other_conversation_item_delete_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_delete_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_delete_event_param.py"
|
||
|
||
# session_created_event.py -> other_session_created_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/session_created_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_session_created_event.py"
|
||
|
||
# input_audio_buffer_clear_event_param.py -> other_input_audio_buffer_clear_event_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/input_audio_buffer_clear_event_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_input_audio_buffer_clear_event_param.py"
|
||
|
||
# input_audio_buffer_speech_started_event.py -> other_input_audio_buffer_speech_started_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/input_audio_buffer_speech_started_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_input_audio_buffer_speech_started_event.py"
|
||
|
||
# conversation_item_input_audio_transcription_delta_event.py -> other_conversation_item_input_audio_transcription_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/conversation_item_input_audio_transcription_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_conversation_item_input_audio_transcription_delta_event.py"
|
||
|
||
# transcription_session_update_param.py -> other_transcription_session_update_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/transcription_session_update_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/realtime/other_transcription_session_update_param.py"
|
||
|
||
# chat_session_automatic_thread_titling.py -> other_chat_session_automatic_thread_titling.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chat_session_automatic_thread_titling.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chat_session_automatic_thread_titling.py"
|
||
|
||
# chatkit_attachment.py -> other_chatkit_attachment.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chatkit_attachment.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chatkit_attachment.py"
|
||
|
||
# chat_session_status.py -> other_chat_session_status.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chat_session_status.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chat_session_status.py"
|
||
|
||
# chatkit_widget_item.py -> other_chatkit_widget_item.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chatkit_widget_item.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chatkit_widget_item.py"
|
||
|
||
# chat_session_rate_limits.py -> other_chat_session_rate_limits.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chat_session_rate_limits.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chat_session_rate_limits.py"
|
||
|
||
# chatkit_thread_user_message_item.py -> other_chatkit_thread_user_message_item.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chatkit_thread_user_message_item.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chatkit_thread_user_message_item.py"
|
||
|
||
# chat_session_chatkit_configuration_param.py -> other_chat_session_chatkit_configuration_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chat_session_chatkit_configuration_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chat_session_chatkit_configuration_param.py"
|
||
|
||
# chatkit_thread_item_list.py -> other_chatkit_thread_item_list.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chatkit_thread_item_list.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chatkit_thread_item_list.py"
|
||
|
||
# chatkit_response_output_text.py -> other_chatkit_response_output_text.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chatkit_response_output_text.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chatkit_response_output_text.py"
|
||
|
||
# chat_session_rate_limits_param.py -> other_chat_session_rate_limits_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chat_session_rate_limits_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chat_session_rate_limits_param.py"
|
||
|
||
# chat_session.py -> other_chat_session.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chat_session.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chat_session.py"
|
||
|
||
# chat_session_file_upload.py -> other_chat_session_file_upload.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chat_session_file_upload.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chat_session_file_upload.py"
|
||
|
||
# thread_list_params.py -> other_thread_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/thread_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_thread_list_params.py"
|
||
|
||
# thread_list_items_params.py -> other_thread_list_items_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/thread_list_items_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_thread_list_items_params.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other__init_.py"
|
||
|
||
# chat_session_chatkit_configuration.py -> other_chat_session_chatkit_configuration.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chat_session_chatkit_configuration.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chat_session_chatkit_configuration.py"
|
||
|
||
# session_create_params.py -> other_session_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/session_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_session_create_params.py"
|
||
|
||
# chat_session_workflow_param.py -> other_chat_session_workflow_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chat_session_workflow_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chat_session_workflow_param.py"
|
||
|
||
# chatkit_thread_assistant_message_item.py -> other_chatkit_thread_assistant_message_item.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chatkit_thread_assistant_message_item.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chatkit_thread_assistant_message_item.py"
|
||
|
||
# chatkit_thread.py -> other_chatkit_thread.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chatkit_thread.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chatkit_thread.py"
|
||
|
||
# chat_session_history.py -> other_chat_session_history.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chat_session_history.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chat_session_history.py"
|
||
|
||
# chat_session_expires_after_param.py -> other_chat_session_expires_after_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/chat_session_expires_after_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_chat_session_expires_after_param.py"
|
||
|
||
# thread_delete_response.py -> other_thread_delete_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/thread_delete_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/chatkit/other_thread_delete_response.py"
|
||
|
||
# image_file_param.py -> other_image_file_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/image_file_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_image_file_param.py"
|
||
|
||
# message_content_delta.py -> other_message_content_delta.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/message_content_delta.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_message_content_delta.py"
|
||
|
||
# text_delta_block.py -> other_text_delta_block.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/text_delta_block.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_text_delta_block.py"
|
||
|
||
# run_submit_tool_outputs_params.py -> other_run_submit_tool_outputs_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/run_submit_tool_outputs_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_run_submit_tool_outputs_params.py"
|
||
|
||
# message.py -> other_message.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/message.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_message.py"
|
||
|
||
# image_file_delta_block.py -> other_image_file_delta_block.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/image_file_delta_block.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_image_file_delta_block.py"
|
||
|
||
# annotation.py -> other_annotation.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/annotation.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_annotation.py"
|
||
|
||
# refusal_content_block.py -> other_refusal_content_block.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/refusal_content_block.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_refusal_content_block.py"
|
||
|
||
# refusal_delta_block.py -> other_refusal_delta_block.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/refusal_delta_block.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_refusal_delta_block.py"
|
||
|
||
# required_action_function_tool_call.py -> other_required_action_function_tool_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/required_action_function_tool_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_required_action_function_tool_call.py"
|
||
|
||
# image_url_delta_block.py -> other_image_url_delta_block.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/image_url_delta_block.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_image_url_delta_block.py"
|
||
|
||
# image_url_content_block_param.py -> other_image_url_content_block_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/image_url_content_block_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_image_url_content_block_param.py"
|
||
|
||
# message_list_params.py -> other_message_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/message_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_message_list_params.py"
|
||
|
||
# message_delta.py -> other_message_delta.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/message_delta.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_message_delta.py"
|
||
|
||
# file_path_delta_annotation.py -> other_file_path_delta_annotation.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/file_path_delta_annotation.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_file_path_delta_annotation.py"
|
||
|
||
# image_file_content_block_param.py -> other_image_file_content_block_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/image_file_content_block_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_image_file_content_block_param.py"
|
||
|
||
# image_url.py -> other_image_url.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/image_url.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_image_url.py"
|
||
|
||
# annotation_delta.py -> other_annotation_delta.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/annotation_delta.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_annotation_delta.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other__init_.py"
|
||
|
||
# text.py -> other_text.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/text.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_text.py"
|
||
|
||
# message_content.py -> other_message_content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/message_content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_message_content.py"
|
||
|
||
# message_delta_event.py -> other_message_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/message_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_message_delta_event.py"
|
||
|
||
# image_file_content_block.py -> other_image_file_content_block.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/image_file_content_block.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_image_file_content_block.py"
|
||
|
||
# message_deleted.py -> other_message_deleted.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/message_deleted.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_message_deleted.py"
|
||
|
||
# image_url_delta.py -> other_image_url_delta.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/image_url_delta.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_image_url_delta.py"
|
||
|
||
# image_url_content_block.py -> other_image_url_content_block.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/image_url_content_block.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_image_url_content_block.py"
|
||
|
||
# file_citation_annotation.py -> other_file_citation_annotation.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/file_citation_annotation.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_file_citation_annotation.py"
|
||
|
||
# text_content_block_param.py -> other_text_content_block_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/text_content_block_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_text_content_block_param.py"
|
||
|
||
# message_create_params.py -> other_message_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/message_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_message_create_params.py"
|
||
|
||
# run_list_params.py -> other_run_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/run_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_run_list_params.py"
|
||
|
||
# text_delta.py -> other_text_delta.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/text_delta.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_text_delta.py"
|
||
|
||
# file_path_annotation.py -> other_file_path_annotation.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/file_path_annotation.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_file_path_annotation.py"
|
||
|
||
# run_update_params.py -> other_run_update_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/run_update_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_run_update_params.py"
|
||
|
||
# run_status.py -> other_run_status.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/run_status.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_run_status.py"
|
||
|
||
# run.py -> other_run.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/run.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_run.py"
|
||
|
||
# message_update_params.py -> other_message_update_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/message_update_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_message_update_params.py"
|
||
|
||
# image_file.py -> other_image_file.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/image_file.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_image_file.py"
|
||
|
||
# file_citation_delta_annotation.py -> other_file_citation_delta_annotation.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/file_citation_delta_annotation.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_file_citation_delta_annotation.py"
|
||
|
||
# text_content_block.py -> other_text_content_block.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/text_content_block.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_text_content_block.py"
|
||
|
||
# image_file_delta.py -> other_image_file_delta.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/image_file_delta.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_image_file_delta.py"
|
||
|
||
# run_create_params.py -> other_run_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/run_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_run_create_params.py"
|
||
|
||
# image_url_param.py -> other_image_url_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/image_url_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_image_url_param.py"
|
||
|
||
# message_content_part_param.py -> other_message_content_part_param.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/message_content_part_param.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/other_message_content_part_param.py"
|
||
|
||
# function_tool_call.py -> other_function_tool_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/function_tool_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_function_tool_call.py"
|
||
|
||
# message_creation_step_details.py -> other_message_creation_step_details.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/message_creation_step_details.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_message_creation_step_details.py"
|
||
|
||
# tool_call_delta_object.py -> other_tool_call_delta_object.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/tool_call_delta_object.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_tool_call_delta_object.py"
|
||
|
||
# step_retrieve_params.py -> other_step_retrieve_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/step_retrieve_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_step_retrieve_params.py"
|
||
|
||
# tool_call.py -> other_tool_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/tool_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_tool_call.py"
|
||
|
||
# tool_calls_step_details.py -> other_tool_calls_step_details.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/tool_calls_step_details.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_tool_calls_step_details.py"
|
||
|
||
# step_list_params.py -> other_step_list_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/step_list_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_step_list_params.py"
|
||
|
||
# code_interpreter_tool_call_delta.py -> other_code_interpreter_tool_call_delta.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/code_interpreter_tool_call_delta.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_code_interpreter_tool_call_delta.py"
|
||
|
||
# code_interpreter_output_image.py -> other_code_interpreter_output_image.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/code_interpreter_output_image.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_code_interpreter_output_image.py"
|
||
|
||
# code_interpreter_tool_call.py -> other_code_interpreter_tool_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/code_interpreter_tool_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_code_interpreter_tool_call.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other__init_.py"
|
||
|
||
# tool_call_delta.py -> other_tool_call_delta.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/tool_call_delta.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_tool_call_delta.py"
|
||
|
||
# run_step_delta_event.py -> other_run_step_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/run_step_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_run_step_delta_event.py"
|
||
|
||
# code_interpreter_logs.py -> other_code_interpreter_logs.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/code_interpreter_logs.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_code_interpreter_logs.py"
|
||
|
||
# run_step_include.py -> other_run_step_include.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/run_step_include.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_run_step_include.py"
|
||
|
||
# file_search_tool_call_delta.py -> other_file_search_tool_call_delta.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/file_search_tool_call_delta.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_file_search_tool_call_delta.py"
|
||
|
||
# run_step.py -> other_run_step.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/run_step.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_run_step.py"
|
||
|
||
# run_step_delta_message_delta.py -> other_run_step_delta_message_delta.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/run_step_delta_message_delta.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_run_step_delta_message_delta.py"
|
||
|
||
# file_search_tool_call.py -> other_file_search_tool_call.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/file_search_tool_call.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_file_search_tool_call.py"
|
||
|
||
# run_step_delta.py -> other_run_step_delta.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/run_step_delta.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_run_step_delta.py"
|
||
|
||
# function_tool_call_delta.py -> other_function_tool_call_delta.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/function_tool_call_delta.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/beta/threads/runs/other_function_tool_call_delta.py"
|
||
|
||
# response_incomplete_webhook_event.py -> other_response_incomplete_webhook_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/response_incomplete_webhook_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other_response_incomplete_webhook_event.py"
|
||
|
||
# eval_run_failed_webhook_event.py -> other_eval_run_failed_webhook_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/eval_run_failed_webhook_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other_eval_run_failed_webhook_event.py"
|
||
|
||
# eval_run_canceled_webhook_event.py -> other_eval_run_canceled_webhook_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/eval_run_canceled_webhook_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other_eval_run_canceled_webhook_event.py"
|
||
|
||
# fine_tuning_job_succeeded_webhook_event.py -> other_fine_tuning_job_succeeded_webhook_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/fine_tuning_job_succeeded_webhook_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other_fine_tuning_job_succeeded_webhook_event.py"
|
||
|
||
# batch_expired_webhook_event.py -> other_batch_expired_webhook_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/batch_expired_webhook_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other_batch_expired_webhook_event.py"
|
||
|
||
# batch_completed_webhook_event.py -> other_batch_completed_webhook_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/batch_completed_webhook_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other_batch_completed_webhook_event.py"
|
||
|
||
# batch_cancelled_webhook_event.py -> other_batch_cancelled_webhook_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/batch_cancelled_webhook_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other_batch_cancelled_webhook_event.py"
|
||
|
||
# response_completed_webhook_event.py -> other_response_completed_webhook_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/response_completed_webhook_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other_response_completed_webhook_event.py"
|
||
|
||
# unwrap_webhook_event.py -> other_unwrap_webhook_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/unwrap_webhook_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other_unwrap_webhook_event.py"
|
||
|
||
# response_failed_webhook_event.py -> other_response_failed_webhook_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/response_failed_webhook_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other_response_failed_webhook_event.py"
|
||
|
||
# realtime_call_incoming_webhook_event.py -> other_realtime_call_incoming_webhook_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/realtime_call_incoming_webhook_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other_realtime_call_incoming_webhook_event.py"
|
||
|
||
# batch_failed_webhook_event.py -> other_batch_failed_webhook_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/batch_failed_webhook_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other_batch_failed_webhook_event.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other__init_.py"
|
||
|
||
# fine_tuning_job_cancelled_webhook_event.py -> other_fine_tuning_job_cancelled_webhook_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/fine_tuning_job_cancelled_webhook_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other_fine_tuning_job_cancelled_webhook_event.py"
|
||
|
||
# fine_tuning_job_failed_webhook_event.py -> other_fine_tuning_job_failed_webhook_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/fine_tuning_job_failed_webhook_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other_fine_tuning_job_failed_webhook_event.py"
|
||
|
||
# eval_run_succeeded_webhook_event.py -> other_eval_run_succeeded_webhook_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/eval_run_succeeded_webhook_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other_eval_run_succeeded_webhook_event.py"
|
||
|
||
# response_cancelled_webhook_event.py -> other_response_cancelled_webhook_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/response_cancelled_webhook_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/webhooks/other_response_cancelled_webhook_event.py"
|
||
|
||
# speech_create_params.py -> other_speech_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/speech_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other_speech_create_params.py"
|
||
|
||
# transcription_create_params.py -> other_transcription_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/transcription_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other_transcription_create_params.py"
|
||
|
||
# transcription_stream_event.py -> other_transcription_stream_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/transcription_stream_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other_transcription_stream_event.py"
|
||
|
||
# transcription_word.py -> other_transcription_word.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/transcription_word.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other_transcription_word.py"
|
||
|
||
# transcription.py -> other_transcription.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/transcription.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other_transcription.py"
|
||
|
||
# transcription_verbose.py -> other_transcription_verbose.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/transcription_verbose.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other_transcription_verbose.py"
|
||
|
||
# transcription_create_response.py -> other_transcription_create_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/transcription_create_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other_transcription_create_response.py"
|
||
|
||
# translation_create_params.py -> other_translation_create_params.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/translation_create_params.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other_translation_create_params.py"
|
||
|
||
# transcription_text_done_event.py -> other_transcription_text_done_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/transcription_text_done_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other_transcription_text_done_event.py"
|
||
|
||
# translation_verbose.py -> other_translation_verbose.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/translation_verbose.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other_translation_verbose.py"
|
||
|
||
# translation.py -> other_translation.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/translation.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other_translation.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other__init_.py"
|
||
|
||
# transcription_include.py -> other_transcription_include.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/transcription_include.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other_transcription_include.py"
|
||
|
||
# transcription_text_delta_event.py -> other_transcription_text_delta_event.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/transcription_text_delta_event.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other_transcription_text_delta_event.py"
|
||
|
||
# translation_create_response.py -> other_translation_create_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/translation_create_response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other_translation_create_response.py"
|
||
|
||
# speech_model.py -> other_speech_model.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/speech_model.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other_speech_model.py"
|
||
|
||
# transcription_segment.py -> other_transcription_segment.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/transcription_segment.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/types/audio/other_transcription_segment.py"
|
||
|
||
# pandas_proxy.py -> other_pandas_proxy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_extras/pandas_proxy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_extras/other_pandas_proxy.py"
|
||
|
||
# sounddevice_proxy.py -> other_sounddevice_proxy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_extras/sounddevice_proxy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_extras/other_sounddevice_proxy.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_extras/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_extras/other__init_.py"
|
||
|
||
# numpy_proxy.py -> other_numpy_proxy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_extras/numpy_proxy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_extras/other_numpy_proxy.py"
|
||
|
||
# _common.py -> other__common.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_extras/_common.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_extras/other__common.py"
|
||
|
||
# local_audio_player.py -> other_local_audio_player.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/helpers/local_audio_player.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/helpers/other_local_audio_player.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/helpers/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/helpers/other__init_.py"
|
||
|
||
# microphone.py -> other_microphone.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/helpers/microphone.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/helpers/other_microphone.py"
|
||
|
||
# _utils.py -> other__utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/_utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/other__utils.py"
|
||
|
||
# _typing.py -> other__typing.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/_typing.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/other__typing.py"
|
||
|
||
# _transform.py -> other__transform.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/_transform.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/other__transform.py"
|
||
|
||
# _datetime_parse.py -> other__datetime_parse.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/_datetime_parse.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/other__datetime_parse.py"
|
||
|
||
# _reflection.py -> other__reflection.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/_reflection.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/other__reflection.py"
|
||
|
||
# _proxy.py -> other__proxy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/_proxy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/other__proxy.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/other__init_.py"
|
||
|
||
# _logs.py -> other__logs.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/_logs.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/other__logs.py"
|
||
|
||
# _compat.py -> other__compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/_compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/other__compat.py"
|
||
|
||
# _streams.py -> other__streams.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/_streams.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/other__streams.py"
|
||
|
||
# _sync.py -> other__sync.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/_sync.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/other__sync.py"
|
||
|
||
# _resources_proxy.py -> other__resources_proxy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/_resources_proxy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/_utils/other__resources_proxy.py"
|
||
|
||
# _utils.py -> other__utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/other__utils.py"
|
||
|
||
# _models.py -> other__models.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_models.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/other__models.py"
|
||
|
||
# _cli.py -> other__cli.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_cli.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/other__cli.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/other__init_.py"
|
||
|
||
# _errors.py -> other__errors.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_errors.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/other__errors.py"
|
||
|
||
# _progress.py -> other__progress.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_progress.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/other__progress.py"
|
||
|
||
# fine_tunes.py -> other_fine_tunes.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_tools/fine_tunes.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_tools/other_fine_tunes.py"
|
||
|
||
# _main.py -> other__main.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_tools/_main.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_tools/other__main.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_tools/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_tools/other__init_.py"
|
||
|
||
# migrate.py -> other_migrate.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_tools/migrate.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_tools/other_migrate.py"
|
||
|
||
# completions.py -> other_completions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/completions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/other_completions.py"
|
||
|
||
# files.py -> other_files.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/files.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/other_files.py"
|
||
|
||
# models.py -> other_models.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/models.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/other_models.py"
|
||
|
||
# _main.py -> other__main.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/_main.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/other__main.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/other__init_.py"
|
||
|
||
# image.py -> other_image.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/image.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/other_image.py"
|
||
|
||
# audio.py -> other_audio.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/audio.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/other_audio.py"
|
||
|
||
# jobs.py -> other_jobs.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/fine_tuning/jobs.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/fine_tuning/other_jobs.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/fine_tuning/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/fine_tuning/other__init_.py"
|
||
|
||
# completions.py -> other_completions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/chat/completions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/chat/other_completions.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/chat/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/cli/_api/chat/other__init_.py"
|
||
|
||
# _pydantic.py -> other__pydantic.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/_pydantic.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/other__pydantic.py"
|
||
|
||
# _realtime.py -> other__realtime.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/_realtime.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/other__realtime.py"
|
||
|
||
# _validators.py -> other__validators.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/_validators.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/other__validators.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/other__init_.py"
|
||
|
||
# _tools.py -> other__tools.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/_tools.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/other__tools.py"
|
||
|
||
# azure.py -> other_azure.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/azure.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/other_azure.py"
|
||
|
||
# _old_api.py -> other__old_api.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/_old_api.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/other__old_api.py"
|
||
|
||
# _assistants.py -> other__assistants.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/_assistants.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/other__assistants.py"
|
||
|
||
# _deltas.py -> other__deltas.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/_deltas.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/other__deltas.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/other__init_.py"
|
||
|
||
# _events.py -> other__events.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/chat/_events.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/chat/other__events.py"
|
||
|
||
# _types.py -> other__types.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/chat/_types.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/chat/other__types.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/chat/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/chat/other__init_.py"
|
||
|
||
# _completions.py -> other__completions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/chat/_completions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/chat/other__completions.py"
|
||
|
||
# _events.py -> other__events.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/responses/_events.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/responses/other__events.py"
|
||
|
||
# _types.py -> other__types.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/responses/_types.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/responses/other__types.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/responses/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/responses/other__init_.py"
|
||
|
||
# _responses.py -> other__responses.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/responses/_responses.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/streaming/responses/other__responses.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/_parsing/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/_parsing/other__init_.py"
|
||
|
||
# _completions.py -> other__completions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/_parsing/_completions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/_parsing/other__completions.py"
|
||
|
||
# _responses.py -> other__responses.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/_parsing/_responses.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai/lib/_parsing/other__responses.py"
|
||
|
||
# _util.py -> other__util.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/_util.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/other__util.py"
|
||
|
||
# _events.py -> other__events.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/_events.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/other__events.py"
|
||
|
||
# _readers.py -> other__readers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/_readers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/other__readers.py"
|
||
|
||
# _headers.py -> other__headers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/_headers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/other__headers.py"
|
||
|
||
# _receivebuffer.py -> other__receivebuffer.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/_receivebuffer.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/other__receivebuffer.py"
|
||
|
||
# _abnf.py -> other__abnf.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/_abnf.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/other__abnf.py"
|
||
|
||
# _connection.py -> other__connection.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/_connection.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/other__connection.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/other__init_.py"
|
||
|
||
# _writers.py -> other__writers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/_writers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/other__writers.py"
|
||
|
||
# _state.py -> other__state.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/_state.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/other__state.py"
|
||
|
||
# _version.py -> other__version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/_version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11/other__version.py"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx-0.28.1.dist-info/entry_points.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx-0.28.1.dist-info/other_entry_points.txt"
|
||
|
||
# LICENSE.md -> other_license.md
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx-0.28.1.dist-info/licenses/LICENSE.md" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx-0.28.1.dist-info/licenses/other_license.md"
|
||
|
||
# override.py -> other_override.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/_distutils_hack/override.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/_distutils_hack/other_override.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/_distutils_hack/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/_distutils_hack/other__init_.py"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio-4.11.0.dist-info/entry_points.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio-4.11.0.dist-info/other_entry_points.txt"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio-4.11.0.dist-info/top_level.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/anyio-4.11.0.dist-info/other_top_level.txt"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11-0.16.0.dist-info/top_level.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11-0.16.0.dist-info/other_top_level.txt"
|
||
|
||
# LICENSE.txt -> other_license.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11-0.16.0.dist-info/licenses/LICENSE.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/h11-0.16.0.dist-info/licenses/other_license.txt"
|
||
|
||
# _api.py -> other__api.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_api.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__api.py"
|
||
|
||
# _utils.py -> other__utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__utils.py"
|
||
|
||
# __version__.py -> other__version_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/__version__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__version_.py"
|
||
|
||
# _exceptions.py -> other__exceptions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_exceptions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__exceptions.py"
|
||
|
||
# _urlparse.py -> other__urlparse.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_urlparse.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__urlparse.py"
|
||
|
||
# _models.py -> other__models.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_models.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__models.py"
|
||
|
||
# _urls.py -> other__urls.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_urls.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__urls.py"
|
||
|
||
# _decoders.py -> other__decoders.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_decoders.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__decoders.py"
|
||
|
||
# _status_codes.py -> other__status_codes.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_status_codes.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__status_codes.py"
|
||
|
||
# _auth.py -> other__auth.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_auth.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__auth.py"
|
||
|
||
# _types.py -> other__types.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_types.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__types.py"
|
||
|
||
# _main.py -> other__main.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_main.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__main.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__init_.py"
|
||
|
||
# _multipart.py -> other__multipart.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_multipart.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__multipart.py"
|
||
|
||
# _client.py -> other__client.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_client.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__client.py"
|
||
|
||
# _config.py -> other__config.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_config.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__config.py"
|
||
|
||
# _content.py -> other__content.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_content.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/other__content.py"
|
||
|
||
# asgi.py -> other_asgi.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_transports/asgi.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_transports/other_asgi.py"
|
||
|
||
# wsgi.py -> other_wsgi.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_transports/wsgi.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_transports/other_wsgi.py"
|
||
|
||
# mock.py -> other_mock.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_transports/mock.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_transports/other_mock.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_transports/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_transports/other__init_.py"
|
||
|
||
# base.py -> other_base.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_transports/base.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_transports/other_base.py"
|
||
|
||
# default.py -> other_default.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_transports/default.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/httpx/_transports/other_default.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/other__init_.py"
|
||
|
||
# __pip-runner__.py -> other__pip-runner_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/__pip-runner__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/other__pip-runner_.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/__main__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/other__main_.py"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/exceptions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/other_exceptions.py"
|
||
|
||
# configuration.py -> other_configuration.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/configuration.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/other_configuration.py"
|
||
|
||
# pyproject.py -> other_pyproject.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/pyproject.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/other_pyproject.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/other__init_.py"
|
||
|
||
# wheel_builder.py -> other_wheel_builder.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/wheel_builder.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/other_wheel_builder.py"
|
||
|
||
# self_outdated_check.py -> other_self_outdated_check.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/self_outdated_check.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/other_self_outdated_check.py"
|
||
|
||
# cache.py -> other_cache.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cache.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/other_cache.py"
|
||
|
||
# build_env.py -> other_build_env.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/build_env.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/other_build_env.py"
|
||
|
||
# main.py -> other_main.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/main.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/other_main.py"
|
||
|
||
# req_install.py -> other_req_install.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/req/req_install.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/req/other_req_install.py"
|
||
|
||
# req_set.py -> other_req_set.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/req/req_set.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/req/other_req_set.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/req/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/req/other__init_.py"
|
||
|
||
# req_uninstall.py -> other_req_uninstall.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/req/req_uninstall.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/req/other_req_uninstall.py"
|
||
|
||
# req_file.py -> other_req_file.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/req/req_file.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/req/other_req_file.py"
|
||
|
||
# constructors.py -> other_constructors.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/req/constructors.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/req/other_constructors.py"
|
||
|
||
# sources.py -> other_sources.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/index/sources.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/index/other_sources.py"
|
||
|
||
# collector.py -> other_collector.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/index/collector.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/index/other_collector.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/index/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/index/other__init_.py"
|
||
|
||
# package_finder.py -> other_package_finder.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/index/package_finder.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/index/other_package_finder.py"
|
||
|
||
# format_control.py -> other_format_control.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/format_control.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/other_format_control.py"
|
||
|
||
# scheme.py -> other_scheme.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/scheme.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/other_scheme.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/index.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/other_index.py"
|
||
|
||
# search_scope.py -> other_search_scope.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/search_scope.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/other_search_scope.py"
|
||
|
||
# installation_report.py -> other_installation_report.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/installation_report.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/other_installation_report.py"
|
||
|
||
# link.py -> other_link.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/link.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/other_link.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/other__init_.py"
|
||
|
||
# direct_url.py -> other_direct_url.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/direct_url.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/other_direct_url.py"
|
||
|
||
# wheel.py -> other_wheel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/wheel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/other_wheel.py"
|
||
|
||
# target_python.py -> other_target_python.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/target_python.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/other_target_python.py"
|
||
|
||
# candidate.py -> other_candidate.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/candidate.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/other_candidate.py"
|
||
|
||
# selection_prefs.py -> other_selection_prefs.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/selection_prefs.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/models/other_selection_prefs.py"
|
||
|
||
# unpacking.py -> other_unpacking.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/unpacking.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_unpacking.py"
|
||
|
||
# inject_securetransport.py -> other_inject_securetransport.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/inject_securetransport.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_inject_securetransport.py"
|
||
|
||
# entrypoints.py -> other_entrypoints.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/entrypoints.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_entrypoints.py"
|
||
|
||
# compatibility_tags.py -> other_compatibility_tags.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/compatibility_tags.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_compatibility_tags.py"
|
||
|
||
# urls.py -> other_urls.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/urls.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_urls.py"
|
||
|
||
# setuptools_build.py -> other_setuptools_build.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/setuptools_build.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_setuptools_build.py"
|
||
|
||
# glibc.py -> other_glibc.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/glibc.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_glibc.py"
|
||
|
||
# datetime.py -> other_datetime.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/datetime.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_datetime.py"
|
||
|
||
# subprocess.py -> other_subprocess.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_subprocess.py"
|
||
|
||
# packaging.py -> other_packaging.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/packaging.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_packaging.py"
|
||
|
||
# direct_url_helpers.py -> other_direct_url_helpers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/direct_url_helpers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_direct_url_helpers.py"
|
||
|
||
# deprecation.py -> other_deprecation.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/deprecation.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_deprecation.py"
|
||
|
||
# _log.py -> other__log.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/_log.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other__log.py"
|
||
|
||
# models.py -> other_models.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/models.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_models.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other__init_.py"
|
||
|
||
# appdirs.py -> other_appdirs.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/appdirs.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_appdirs.py"
|
||
|
||
# wheel.py -> other_wheel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/wheel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_wheel.py"
|
||
|
||
# egg_link.py -> other_egg_link.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/egg_link.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_egg_link.py"
|
||
|
||
# misc.py -> other_misc.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/misc.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_misc.py"
|
||
|
||
# compat.py -> other_compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_compat.py"
|
||
|
||
# filesystem.py -> other_filesystem.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/filesystem.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_filesystem.py"
|
||
|
||
# encoding.py -> other_encoding.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/encoding.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_encoding.py"
|
||
|
||
# temp_dir.py -> other_temp_dir.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/temp_dir.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_temp_dir.py"
|
||
|
||
# virtualenv.py -> other_virtualenv.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/virtualenv.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_virtualenv.py"
|
||
|
||
# filetypes.py -> other_filetypes.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/filetypes.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_filetypes.py"
|
||
|
||
# distutils_args.py -> other_distutils_args.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/distutils_args.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_distutils_args.py"
|
||
|
||
# hashes.py -> other_hashes.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/hashes.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_hashes.py"
|
||
|
||
# logging.py -> other_logging.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/logging.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/utils/other_logging.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/other__init_.py"
|
||
|
||
# base.py -> other_base.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/base.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/other_base.py"
|
||
|
||
# resolver.py -> other_resolver.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/legacy/resolver.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/legacy/other_resolver.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/legacy/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/legacy/other__init_.py"
|
||
|
||
# provider.py -> other_provider.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/provider.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other_provider.py"
|
||
|
||
# requirements.py -> other_requirements.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/requirements.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other_requirements.py"
|
||
|
||
# reporter.py -> other_reporter.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/reporter.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other_reporter.py"
|
||
|
||
# factory.py -> other_factory.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/factory.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other_factory.py"
|
||
|
||
# found_candidates.py -> other_found_candidates.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other_found_candidates.py"
|
||
|
||
# resolver.py -> other_resolver.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other_resolver.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other__init_.py"
|
||
|
||
# candidates.py -> other_candidates.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/candidates.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other_candidates.py"
|
||
|
||
# base.py -> other_base.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/base.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/other_base.py"
|
||
|
||
# show.py -> other_show.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/show.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_show.py"
|
||
|
||
# inspect.py -> other_inspect.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/inspect.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_inspect.py"
|
||
|
||
# install.py -> other_install.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/install.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_install.py"
|
||
|
||
# uninstall.py -> other_uninstall.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/uninstall.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_uninstall.py"
|
||
|
||
# list.py -> other_list.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/list.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_list.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/index.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_index.py"
|
||
|
||
# configuration.py -> other_configuration.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/configuration.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_configuration.py"
|
||
|
||
# help.py -> other_help.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/help.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_help.py"
|
||
|
||
# hash.py -> other_hash.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/hash.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_hash.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other__init_.py"
|
||
|
||
# wheel.py -> other_wheel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/wheel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_wheel.py"
|
||
|
||
# download.py -> other_download.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/download.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_download.py"
|
||
|
||
# search.py -> other_search.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/search.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_search.py"
|
||
|
||
# cache.py -> other_cache.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/cache.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_cache.py"
|
||
|
||
# debug.py -> other_debug.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/debug.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_debug.py"
|
||
|
||
# completion.py -> other_completion.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/completion.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_completion.py"
|
||
|
||
# freeze.py -> other_freeze.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/freeze.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_freeze.py"
|
||
|
||
# check.py -> other_check.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/check.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/commands/other_check.py"
|
||
|
||
# lazy_wheel.py -> other_lazy_wheel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/network/lazy_wheel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/network/other_lazy_wheel.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/network/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/network/other__init_.py"
|
||
|
||
# session.py -> other_session.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/network/session.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/network/other_session.py"
|
||
|
||
# download.py -> other_download.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/network/download.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/network/other_download.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/network/utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/network/other_utils.py"
|
||
|
||
# cache.py -> other_cache.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/network/cache.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/network/other_cache.py"
|
||
|
||
# xmlrpc.py -> other_xmlrpc.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/network/xmlrpc.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/network/other_xmlrpc.py"
|
||
|
||
# auth.py -> other_auth.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/network/auth.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/network/other_auth.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/metadata/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/metadata/other__init_.py"
|
||
|
||
# base.py -> other_base.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/metadata/base.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/metadata/other_base.py"
|
||
|
||
# _json.py -> other__json.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/metadata/_json.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/metadata/other__json.py"
|
||
|
||
# pkg_resources.py -> other_pkg_resources.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/metadata/pkg_resources.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/metadata/other_pkg_resources.py"
|
||
|
||
# _dists.py -> other__dists.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_dists.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/other__dists.py"
|
||
|
||
# _envs.py -> other__envs.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_envs.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/other__envs.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/other__init_.py"
|
||
|
||
# _compat.py -> other__compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/_compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/metadata/importlib/other__compat.py"
|
||
|
||
# git.py -> other_git.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/vcs/git.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/vcs/other_git.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/vcs/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/vcs/other__init_.py"
|
||
|
||
# mercurial.py -> other_mercurial.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/vcs/mercurial.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/vcs/other_mercurial.py"
|
||
|
||
# bazaar.py -> other_bazaar.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/vcs/bazaar.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/vcs/other_bazaar.py"
|
||
|
||
# subversion.py -> other_subversion.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/vcs/subversion.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/vcs/other_subversion.py"
|
||
|
||
# versioncontrol.py -> other_versioncontrol.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/vcs/versioncontrol.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/vcs/other_versioncontrol.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/distributions/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/distributions/other__init_.py"
|
||
|
||
# sdist.py -> other_sdist.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/distributions/sdist.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/distributions/other_sdist.py"
|
||
|
||
# wheel.py -> other_wheel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/distributions/wheel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/distributions/other_wheel.py"
|
||
|
||
# base.py -> other_base.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/distributions/base.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/distributions/other_base.py"
|
||
|
||
# installed.py -> other_installed.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/distributions/installed.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/distributions/other_installed.py"
|
||
|
||
# prepare.py -> other_prepare.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/prepare.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/other_prepare.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/other__init_.py"
|
||
|
||
# freeze.py -> other_freeze.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/freeze.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/other_freeze.py"
|
||
|
||
# check.py -> other_check.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/check.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/other_check.py"
|
||
|
||
# metadata.py -> other_metadata.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/build/metadata.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/build/other_metadata.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/build/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/build/other__init_.py"
|
||
|
||
# wheel_editable.py -> other_wheel_editable.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_editable.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/build/other_wheel_editable.py"
|
||
|
||
# wheel_legacy.py -> other_wheel_legacy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/build/wheel_legacy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/build/other_wheel_legacy.py"
|
||
|
||
# wheel.py -> other_wheel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/build/wheel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/build/other_wheel.py"
|
||
|
||
# metadata_editable.py -> other_metadata_editable.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_editable.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/build/other_metadata_editable.py"
|
||
|
||
# build_tracker.py -> other_build_tracker.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/build/build_tracker.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/build/other_build_tracker.py"
|
||
|
||
# metadata_legacy.py -> other_metadata_legacy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/build/metadata_legacy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/build/other_metadata_legacy.py"
|
||
|
||
# legacy.py -> other_legacy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/install/legacy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/install/other_legacy.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/install/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/install/other__init_.py"
|
||
|
||
# wheel.py -> other_wheel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/install/other_wheel.py"
|
||
|
||
# editable_legacy.py -> other_editable_legacy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/install/editable_legacy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/operations/install/other_editable_legacy.py"
|
||
|
||
# status_codes.py -> other_status_codes.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/status_codes.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/other_status_codes.py"
|
||
|
||
# autocompletion.py -> other_autocompletion.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/autocompletion.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/other_autocompletion.py"
|
||
|
||
# progress_bars.py -> other_progress_bars.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/progress_bars.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/other_progress_bars.py"
|
||
|
||
# req_command.py -> other_req_command.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/req_command.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/other_req_command.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/other__init_.py"
|
||
|
||
# parser.py -> other_parser.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/parser.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/other_parser.py"
|
||
|
||
# base_command.py -> other_base_command.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/base_command.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/other_base_command.py"
|
||
|
||
# cmdoptions.py -> other_cmdoptions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/cmdoptions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/other_cmdoptions.py"
|
||
|
||
# main_parser.py -> other_main_parser.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/main_parser.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/other_main_parser.py"
|
||
|
||
# spinners.py -> other_spinners.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/spinners.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/other_spinners.py"
|
||
|
||
# main.py -> other_main.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/main.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/other_main.py"
|
||
|
||
# command_context.py -> other_command_context.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/command_context.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/cli/other_command_context.py"
|
||
|
||
# _sysconfig.py -> other__sysconfig.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/locations/_sysconfig.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/locations/other__sysconfig.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/locations/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/locations/other__init_.py"
|
||
|
||
# base.py -> other_base.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/locations/base.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/locations/other_base.py"
|
||
|
||
# _distutils.py -> other__distutils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/locations/_distutils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_internal/locations/other__distutils.py"
|
||
|
||
# six.py -> other_six.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/six.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/other_six.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/other__init_.py"
|
||
|
||
# vendor.txt -> other_vendor.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/vendor.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/other_vendor.txt"
|
||
|
||
# typing_extensions.py -> other_typing_extensions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/typing_extensions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/other_typing_extensions.py"
|
||
|
||
# jpcntx.py -> other_jpcntx.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/jpcntx.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_jpcntx.py"
|
||
|
||
# mbcssm.py -> other_mbcssm.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/mbcssm.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_mbcssm.py"
|
||
|
||
# resultdict.py -> other_resultdict.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/resultdict.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_resultdict.py"
|
||
|
||
# sbcharsetprober.py -> other_sbcharsetprober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/sbcharsetprober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_sbcharsetprober.py"
|
||
|
||
# gb2312freq.py -> other_gb2312freq.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312freq.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_gb2312freq.py"
|
||
|
||
# big5freq.py -> other_big5freq.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/big5freq.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_big5freq.py"
|
||
|
||
# langrussianmodel.py -> other_langrussianmodel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/langrussianmodel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_langrussianmodel.py"
|
||
|
||
# euctwfreq.py -> other_euctwfreq.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/euctwfreq.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_euctwfreq.py"
|
||
|
||
# utf8prober.py -> other_utf8prober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/utf8prober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_utf8prober.py"
|
||
|
||
# euctwprober.py -> other_euctwprober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/euctwprober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_euctwprober.py"
|
||
|
||
# langthaimodel.py -> other_langthaimodel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/langthaimodel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_langthaimodel.py"
|
||
|
||
# utf1632prober.py -> other_utf1632prober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/utf1632prober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_utf1632prober.py"
|
||
|
||
# cp949prober.py -> other_cp949prober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/cp949prober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_cp949prober.py"
|
||
|
||
# mbcharsetprober.py -> other_mbcharsetprober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/mbcharsetprober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_mbcharsetprober.py"
|
||
|
||
# macromanprober.py -> other_macromanprober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/macromanprober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_macromanprober.py"
|
||
|
||
# sjisprober.py -> other_sjisprober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/sjisprober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_sjisprober.py"
|
||
|
||
# gb2312prober.py -> other_gb2312prober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/gb2312prober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_gb2312prober.py"
|
||
|
||
# charsetprober.py -> other_charsetprober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/charsetprober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_charsetprober.py"
|
||
|
||
# escsm.py -> other_escsm.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/escsm.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_escsm.py"
|
||
|
||
# enums.py -> other_enums.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/enums.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_enums.py"
|
||
|
||
# johabfreq.py -> other_johabfreq.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/johabfreq.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_johabfreq.py"
|
||
|
||
# euckrprober.py -> other_euckrprober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/euckrprober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_euckrprober.py"
|
||
|
||
# euckrfreq.py -> other_euckrfreq.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/euckrfreq.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_euckrfreq.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other__init_.py"
|
||
|
||
# codingstatemachinedict.py -> other_codingstatemachinedict.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachinedict.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_codingstatemachinedict.py"
|
||
|
||
# langhungarianmodel.py -> other_langhungarianmodel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/langhungarianmodel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_langhungarianmodel.py"
|
||
|
||
# sbcsgroupprober.py -> other_sbcsgroupprober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/sbcsgroupprober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_sbcsgroupprober.py"
|
||
|
||
# johabprober.py -> other_johabprober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/johabprober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_johabprober.py"
|
||
|
||
# chardistribution.py -> other_chardistribution.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/chardistribution.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_chardistribution.py"
|
||
|
||
# escprober.py -> other_escprober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/escprober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_escprober.py"
|
||
|
||
# langturkishmodel.py -> other_langturkishmodel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/langturkishmodel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_langturkishmodel.py"
|
||
|
||
# mbcsgroupprober.py -> other_mbcsgroupprober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/mbcsgroupprober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_mbcsgroupprober.py"
|
||
|
||
# langhebrewmodel.py -> other_langhebrewmodel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/langhebrewmodel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_langhebrewmodel.py"
|
||
|
||
# codingstatemachine.py -> other_codingstatemachine.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/codingstatemachine.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_codingstatemachine.py"
|
||
|
||
# big5prober.py -> other_big5prober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/big5prober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_big5prober.py"
|
||
|
||
# jisfreq.py -> other_jisfreq.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/jisfreq.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_jisfreq.py"
|
||
|
||
# eucjpprober.py -> other_eucjpprober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/eucjpprober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_eucjpprober.py"
|
||
|
||
# hebrewprober.py -> other_hebrewprober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/hebrewprober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_hebrewprober.py"
|
||
|
||
# latin1prober.py -> other_latin1prober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/latin1prober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_latin1prober.py"
|
||
|
||
# universaldetector.py -> other_universaldetector.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/universaldetector.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_universaldetector.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_version.py"
|
||
|
||
# charsetgroupprober.py -> other_charsetgroupprober.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/charsetgroupprober.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_charsetgroupprober.py"
|
||
|
||
# langbulgarianmodel.py -> other_langbulgarianmodel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/langbulgarianmodel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_langbulgarianmodel.py"
|
||
|
||
# langgreekmodel.py -> other_langgreekmodel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/langgreekmodel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/other_langgreekmodel.py"
|
||
|
||
# languages.py -> other_languages.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/languages.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/other_languages.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/metadata/other__init_.py"
|
||
|
||
# chardetect.py -> other_chardetect.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/cli/chardetect.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/cli/other_chardetect.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/cli/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/chardet/cli/other__init_.py"
|
||
|
||
# scope.py -> other_scope.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/scope.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_scope.py"
|
||
|
||
# prompt.py -> other_prompt.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/prompt.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_prompt.py"
|
||
|
||
# _emoji_replace.py -> other__emoji_replace.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_replace.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__emoji_replace.py"
|
||
|
||
# region.py -> other_region.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/region.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_region.py"
|
||
|
||
# progress.py -> other_progress.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/progress.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_progress.py"
|
||
|
||
# _log_render.py -> other__log_render.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_log_render.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__log_render.py"
|
||
|
||
# jupyter.py -> other_jupyter.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/jupyter.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_jupyter.py"
|
||
|
||
# palette.py -> other_palette.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/palette.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_palette.py"
|
||
|
||
# _loop.py -> other__loop.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_loop.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__loop.py"
|
||
|
||
# terminal_theme.py -> other_terminal_theme.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/terminal_theme.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_terminal_theme.py"
|
||
|
||
# highlighter.py -> other_highlighter.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/highlighter.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_highlighter.py"
|
||
|
||
# _pick.py -> other__pick.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_pick.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__pick.py"
|
||
|
||
# abc.py -> other_abc.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/abc.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_abc.py"
|
||
|
||
# style.py -> other_style.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/style.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_style.py"
|
||
|
||
# _ratio.py -> other__ratio.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_ratio.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__ratio.py"
|
||
|
||
# filesize.py -> other_filesize.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/filesize.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_filesize.py"
|
||
|
||
# _export_format.py -> other__export_format.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_export_format.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__export_format.py"
|
||
|
||
# default_styles.py -> other_default_styles.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/default_styles.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_default_styles.py"
|
||
|
||
# traceback.py -> other_traceback.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/traceback.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_traceback.py"
|
||
|
||
# _extension.py -> other__extension.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_extension.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__extension.py"
|
||
|
||
# styled.py -> other_styled.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/styled.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_styled.py"
|
||
|
||
# _cell_widths.py -> other__cell_widths.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_cell_widths.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__cell_widths.py"
|
||
|
||
# _emoji_codes.py -> other__emoji_codes.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_emoji_codes.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__emoji_codes.py"
|
||
|
||
# color.py -> other_color.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/color.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_color.py"
|
||
|
||
# emoji.py -> other_emoji.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/emoji.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_emoji.py"
|
||
|
||
# repr.py -> other_repr.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/repr.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_repr.py"
|
||
|
||
# padding.py -> other_padding.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/padding.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_padding.py"
|
||
|
||
# bar.py -> other_bar.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/bar.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_bar.py"
|
||
|
||
# box.py -> other_box.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/box.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_box.py"
|
||
|
||
# progress_bar.py -> other_progress_bar.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/progress_bar.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_progress_bar.py"
|
||
|
||
# diagnose.py -> other_diagnose.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/diagnose.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_diagnose.py"
|
||
|
||
# _win32_console.py -> other__win32_console.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_win32_console.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__win32_console.py"
|
||
|
||
# measure.py -> other_measure.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/measure.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_measure.py"
|
||
|
||
# constrain.py -> other_constrain.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/constrain.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_constrain.py"
|
||
|
||
# live_render.py -> other_live_render.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/live_render.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_live_render.py"
|
||
|
||
# tree.py -> other_tree.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/tree.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_tree.py"
|
||
|
||
# errors.py -> other_errors.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/errors.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_errors.py"
|
||
|
||
# _null_file.py -> other__null_file.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_null_file.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__null_file.py"
|
||
|
||
# containers.py -> other_containers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/containers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_containers.py"
|
||
|
||
# status.py -> other_status.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/status.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_status.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__init_.py"
|
||
|
||
# text.py -> other_text.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/text.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_text.py"
|
||
|
||
# color_triplet.py -> other_color_triplet.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/color_triplet.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_color_triplet.py"
|
||
|
||
# console.py -> other_console.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/console.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_console.py"
|
||
|
||
# file_proxy.py -> other_file_proxy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/file_proxy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_file_proxy.py"
|
||
|
||
# live.py -> other_live.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/live.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_live.py"
|
||
|
||
# _inspect.py -> other__inspect.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_inspect.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__inspect.py"
|
||
|
||
# table.py -> other_table.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/table.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_table.py"
|
||
|
||
# panel.py -> other_panel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/panel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_panel.py"
|
||
|
||
# align.py -> other_align.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/align.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_align.py"
|
||
|
||
# pretty.py -> other_pretty.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/pretty.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_pretty.py"
|
||
|
||
# theme.py -> other_theme.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/theme.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_theme.py"
|
||
|
||
# cells.py -> other_cells.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/cells.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_cells.py"
|
||
|
||
# markup.py -> other_markup.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/markup.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_markup.py"
|
||
|
||
# _spinners.py -> other__spinners.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_spinners.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__spinners.py"
|
||
|
||
# _wrap.py -> other__wrap.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_wrap.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__wrap.py"
|
||
|
||
# _stack.py -> other__stack.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_stack.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__stack.py"
|
||
|
||
# syntax.py -> other_syntax.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/syntax.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_syntax.py"
|
||
|
||
# screen.py -> other_screen.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/screen.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_screen.py"
|
||
|
||
# protocol.py -> other_protocol.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/protocol.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_protocol.py"
|
||
|
||
# _windows_renderer.py -> other__windows_renderer.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_windows_renderer.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__windows_renderer.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/__main__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__main_.py"
|
||
|
||
# pager.py -> other_pager.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/pager.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_pager.py"
|
||
|
||
# segment.py -> other_segment.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/segment.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_segment.py"
|
||
|
||
# rule.py -> other_rule.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/rule.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_rule.py"
|
||
|
||
# _windows.py -> other__windows.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_windows.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__windows.py"
|
||
|
||
# json.py -> other_json.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/json.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_json.py"
|
||
|
||
# _timer.py -> other__timer.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_timer.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__timer.py"
|
||
|
||
# columns.py -> other_columns.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/columns.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_columns.py"
|
||
|
||
# layout.py -> other_layout.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/layout.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_layout.py"
|
||
|
||
# themes.py -> other_themes.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/themes.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_themes.py"
|
||
|
||
# _palettes.py -> other__palettes.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/_palettes.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other__palettes.py"
|
||
|
||
# ansi.py -> other_ansi.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/ansi.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_ansi.py"
|
||
|
||
# spinner.py -> other_spinner.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/spinner.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_spinner.py"
|
||
|
||
# control.py -> other_control.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/control.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_control.py"
|
||
|
||
# logging.py -> other_logging.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/logging.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/rich/other_logging.py"
|
||
|
||
# macos.py -> other_macos.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/platformdirs/macos.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/platformdirs/other_macos.py"
|
||
|
||
# android.py -> other_android.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/platformdirs/android.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/platformdirs/other_android.py"
|
||
|
||
# unix.py -> other_unix.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/platformdirs/unix.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/platformdirs/other_unix.py"
|
||
|
||
# api.py -> other_api.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/platformdirs/api.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/platformdirs/other_api.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/platformdirs/other__init_.py"
|
||
|
||
# windows.py -> other_windows.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/platformdirs/windows.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/platformdirs/other_windows.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/platformdirs/__main__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/platformdirs/other__main_.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/platformdirs/version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/platformdirs/other_version.py"
|
||
|
||
# _utils.py -> other__utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/_utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/other__utils.py"
|
||
|
||
# tornadoweb.py -> other_tornadoweb.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/tornadoweb.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/other_tornadoweb.py"
|
||
|
||
# retry.py -> other_retry.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/retry.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/other_retry.py"
|
||
|
||
# after.py -> other_after.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/after.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/other_after.py"
|
||
|
||
# stop.py -> other_stop.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/stop.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/other_stop.py"
|
||
|
||
# _asyncio.py -> other__asyncio.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/_asyncio.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/other__asyncio.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/other__init_.py"
|
||
|
||
# before_sleep.py -> other_before_sleep.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/before_sleep.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/other_before_sleep.py"
|
||
|
||
# wait.py -> other_wait.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/wait.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/other_wait.py"
|
||
|
||
# nap.py -> other_nap.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/nap.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/other_nap.py"
|
||
|
||
# before.py -> other_before.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/before.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tenacity/other_before.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distro/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distro/other__init_.py"
|
||
|
||
# distro.py -> other_distro.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distro/distro.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distro/other_distro.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distro/__main__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distro/other__main_.py"
|
||
|
||
# scanner.py -> other_scanner.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/scanner.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/other_scanner.py"
|
||
|
||
# lexer.py -> other_lexer.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/lexer.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/other_lexer.py"
|
||
|
||
# style.py -> other_style.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/style.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/other_style.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/util.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/other_util.py"
|
||
|
||
# token.py -> other_token.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/token.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/other_token.py"
|
||
|
||
# formatter.py -> other_formatter.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatter.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/other_formatter.py"
|
||
|
||
# regexopt.py -> other_regexopt.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/regexopt.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/other_regexopt.py"
|
||
|
||
# modeline.py -> other_modeline.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/modeline.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/other_modeline.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/other__init_.py"
|
||
|
||
# cmdline.py -> other_cmdline.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/cmdline.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/other_cmdline.py"
|
||
|
||
# console.py -> other_console.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/console.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/other_console.py"
|
||
|
||
# unistring.py -> other_unistring.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/unistring.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/other_unistring.py"
|
||
|
||
# sphinxext.py -> other_sphinxext.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/sphinxext.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/other_sphinxext.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/__main__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/other__main_.py"
|
||
|
||
# plugin.py -> other_plugin.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/plugin.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/other_plugin.py"
|
||
|
||
# filter.py -> other_filter.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/filter.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/other_filter.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/other__init_.py"
|
||
|
||
# _mapping.py -> other__mapping.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/_mapping.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/other__mapping.py"
|
||
|
||
# python.py -> other_python.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/python.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/other_python.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/styles/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/styles/other__init_.py"
|
||
|
||
# svg.py -> other_svg.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/svg.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_svg.py"
|
||
|
||
# rtf.py -> other_rtf.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/rtf.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_rtf.py"
|
||
|
||
# terminal256.py -> other_terminal256.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/terminal256.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_terminal256.py"
|
||
|
||
# pangomarkup.py -> other_pangomarkup.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_pangomarkup.py"
|
||
|
||
# html.py -> other_html.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/html.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_html.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other__init_.py"
|
||
|
||
# groff.py -> other_groff.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/groff.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_groff.py"
|
||
|
||
# latex.py -> other_latex.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/latex.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_latex.py"
|
||
|
||
# bbcode.py -> other_bbcode.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/bbcode.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_bbcode.py"
|
||
|
||
# _mapping.py -> other__mapping.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/_mapping.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other__mapping.py"
|
||
|
||
# irc.py -> other_irc.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/irc.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_irc.py"
|
||
|
||
# img.py -> other_img.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/img.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_img.py"
|
||
|
||
# terminal.py -> other_terminal.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/terminal.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_terminal.py"
|
||
|
||
# other.py -> other_other.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/other_other.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/filters/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pygments/filters/other__init_.py"
|
||
|
||
# py31compat.py -> other_py31compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pkg_resources/py31compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pkg_resources/other_py31compat.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pkg_resources/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pkg_resources/other__init_.py"
|
||
|
||
# locators.py -> other_locators.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/locators.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/other_locators.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/util.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/other_util.py"
|
||
|
||
# index.py -> other_index.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/index.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/other_index.py"
|
||
|
||
# database.py -> other_database.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/database.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/other_database.py"
|
||
|
||
# metadata.py -> other_metadata.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/metadata.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/other_metadata.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/other__init_.py"
|
||
|
||
# resources.py -> other_resources.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/resources.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/other_resources.py"
|
||
|
||
# wheel.py -> other_wheel.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/wheel.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/other_wheel.py"
|
||
|
||
# markers.py -> other_markers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/markers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/other_markers.py"
|
||
|
||
# compat.py -> other_compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/other_compat.py"
|
||
|
||
# manifest.py -> other_manifest.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/manifest.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/other_manifest.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/other_version.py"
|
||
|
||
# scripts.py -> other_scripts.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/distlib/other_scripts.py"
|
||
|
||
# status_codes.py -> other_status_codes.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/status_codes.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other_status_codes.py"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/exceptions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other_exceptions.py"
|
||
|
||
# __version__.py -> other__version_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/__version__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other__version_.py"
|
||
|
||
# sessions.py -> other_sessions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/sessions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other_sessions.py"
|
||
|
||
# help.py -> other_help.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/help.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other_help.py"
|
||
|
||
# adapters.py -> other_adapters.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/adapters.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other_adapters.py"
|
||
|
||
# models.py -> other_models.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/models.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other_models.py"
|
||
|
||
# _internal_utils.py -> other__internal_utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/_internal_utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other__internal_utils.py"
|
||
|
||
# api.py -> other_api.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/api.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other_api.py"
|
||
|
||
# hooks.py -> other_hooks.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/hooks.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other_hooks.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other__init_.py"
|
||
|
||
# structures.py -> other_structures.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/structures.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other_structures.py"
|
||
|
||
# compat.py -> other_compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other_compat.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other_utils.py"
|
||
|
||
# packages.py -> other_packages.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/packages.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other_packages.py"
|
||
|
||
# auth.py -> other_auth.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/auth.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other_auth.py"
|
||
|
||
# cookies.py -> other_cookies.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/cookies.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other_cookies.py"
|
||
|
||
# certs.py -> other_certs.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/certs.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/requests/other_certs.py"
|
||
|
||
# requirements.py -> other_requirements.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/requirements.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/other_requirements.py"
|
||
|
||
# specifiers.py -> other_specifiers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/specifiers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/other_specifiers.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/other__init_.py"
|
||
|
||
# markers.py -> other_markers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/markers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/other_markers.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/other_utils.py"
|
||
|
||
# __about__.py -> other__about_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/__about__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/other__about_.py"
|
||
|
||
# version.py -> other_version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/other_version.py"
|
||
|
||
# tags.py -> other_tags.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/tags.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/other_tags.py"
|
||
|
||
# _musllinux.py -> other__musllinux.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/_musllinux.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/other__musllinux.py"
|
||
|
||
# _structures.py -> other__structures.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/_structures.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/other__structures.py"
|
||
|
||
# _manylinux.py -> other__manylinux.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/_manylinux.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/packaging/other__manylinux.py"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/exceptions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/other_exceptions.py"
|
||
|
||
# _collections.py -> other__collections.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/_collections.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/other__collections.py"
|
||
|
||
# connection.py -> other_connection.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/connection.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/other_connection.py"
|
||
|
||
# poolmanager.py -> other_poolmanager.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/poolmanager.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/other_poolmanager.py"
|
||
|
||
# fields.py -> other_fields.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/fields.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/other_fields.py"
|
||
|
||
# connectionpool.py -> other_connectionpool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/connectionpool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/other_connectionpool.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/other__init_.py"
|
||
|
||
# response.py -> other_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/other_response.py"
|
||
|
||
# filepost.py -> other_filepost.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/filepost.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/other_filepost.py"
|
||
|
||
# _version.py -> other__version.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/_version.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/other__version.py"
|
||
|
||
# request.py -> other_request.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/request.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/other_request.py"
|
||
|
||
# connection.py -> other_connection.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/connection.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_connection.py"
|
||
|
||
# retry.py -> other_retry.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/retry.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_retry.py"
|
||
|
||
# ssl_match_hostname.py -> other_ssl_match_hostname.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_ssl_match_hostname.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other__init_.py"
|
||
|
||
# wait.py -> other_wait.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/wait.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_wait.py"
|
||
|
||
# response.py -> other_response.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/response.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_response.py"
|
||
|
||
# ssl_.py -> other_ssl_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssl_.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_ssl_.py"
|
||
|
||
# url.py -> other_url.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/url.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_url.py"
|
||
|
||
# timeout.py -> other_timeout.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/timeout.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_timeout.py"
|
||
|
||
# ssltransport.py -> other_ssltransport.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/ssltransport.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_ssltransport.py"
|
||
|
||
# queue.py -> other_queue.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/queue.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_queue.py"
|
||
|
||
# request.py -> other_request.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/request.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_request.py"
|
||
|
||
# proxy.py -> other_proxy.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/proxy.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/util/other_proxy.py"
|
||
|
||
# socks.py -> other_socks.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/socks.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/other_socks.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/other__init_.py"
|
||
|
||
# appengine.py -> other_appengine.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/appengine.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/other_appengine.py"
|
||
|
||
# pyopenssl.py -> other_pyopenssl.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/other_pyopenssl.py"
|
||
|
||
# _appengine_environ.py -> other__appengine_environ.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/other__appengine_environ.py"
|
||
|
||
# securetransport.py -> other_securetransport.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/securetransport.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/other_securetransport.py"
|
||
|
||
# ntlmpool.py -> other_ntlmpool.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/other_ntlmpool.py"
|
||
|
||
# bindings.py -> other_bindings.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/other_bindings.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/other__init_.py"
|
||
|
||
# low_level.py -> other_low_level.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/other_low_level.py"
|
||
|
||
# six.py -> other_six.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/six.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/other_six.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/other__init_.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/other__init_.py"
|
||
|
||
# makefile.py -> other_makefile.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/urllib3/packages/backports/other_makefile.py"
|
||
|
||
# ansitowin32.py -> other_ansitowin32.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/ansitowin32.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/other_ansitowin32.py"
|
||
|
||
# win32.py -> other_win32.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/win32.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/other_win32.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/other__init_.py"
|
||
|
||
# initialise.py -> other_initialise.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/initialise.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/other_initialise.py"
|
||
|
||
# winterm.py -> other_winterm.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/winterm.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/other_winterm.py"
|
||
|
||
# ansi.py -> other_ansi.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/ansi.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/other_ansi.py"
|
||
|
||
# initialise_test.py -> other_initialise_test.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/initialise_test.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/other_initialise_test.py"
|
||
|
||
# winterm_test.py -> other_winterm_test.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/winterm_test.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/other_winterm_test.py"
|
||
|
||
# ansitowin32_test.py -> other_ansitowin32_test.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/other_ansitowin32_test.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/other__init_.py"
|
||
|
||
# utils.py -> other_utils.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/utils.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/other_utils.py"
|
||
|
||
# isatty_test.py -> other_isatty_test.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/isatty_test.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/other_isatty_test.py"
|
||
|
||
# ansi_test.py -> other_ansi_test.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/ansi_test.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/colorama/tests/other_ansi_test.py"
|
||
|
||
# structs.py -> other_structs.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/resolvelib/structs.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/resolvelib/other_structs.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/resolvelib/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/resolvelib/other__init_.py"
|
||
|
||
# resolvers.py -> other_resolvers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/resolvelib/other_resolvers.py"
|
||
|
||
# reporters.py -> other_reporters.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/resolvelib/reporters.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/resolvelib/other_reporters.py"
|
||
|
||
# providers.py -> other_providers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/resolvelib/providers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/resolvelib/other_providers.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/other__init_.py"
|
||
|
||
# collections_abc.py -> other_collections_abc.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/resolvelib/compat/other_collections_abc.py"
|
||
|
||
# wrapper.py -> other_wrapper.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/wrapper.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other_wrapper.py"
|
||
|
||
# serialize.py -> other_serialize.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/serialize.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other_serialize.py"
|
||
|
||
# filewrapper.py -> other_filewrapper.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/filewrapper.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other_filewrapper.py"
|
||
|
||
# adapter.py -> other_adapter.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/adapter.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other_adapter.py"
|
||
|
||
# _cmd.py -> other__cmd.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/_cmd.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other__cmd.py"
|
||
|
||
# controller.py -> other_controller.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/controller.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other_controller.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other__init_.py"
|
||
|
||
# compat.py -> other_compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other_compat.py"
|
||
|
||
# cache.py -> other_cache.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/cache.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other_cache.py"
|
||
|
||
# heuristics.py -> other_heuristics.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/heuristics.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/other_heuristics.py"
|
||
|
||
# redis_cache.py -> other_redis_cache.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/other_redis_cache.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/other__init_.py"
|
||
|
||
# file_cache.py -> other_file_cache.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/other_file_cache.py"
|
||
|
||
# uts46data.py -> other_uts46data.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/idna/uts46data.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/idna/other_uts46data.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/idna/core.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/idna/other_core.py"
|
||
|
||
# codec.py -> other_codec.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/idna/codec.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/idna/other_codec.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/idna/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/idna/other__init_.py"
|
||
|
||
# intranges.py -> other_intranges.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/idna/intranges.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/idna/other_intranges.py"
|
||
|
||
# compat.py -> other_compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/idna/compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/idna/other_compat.py"
|
||
|
||
# package_data.py -> other_package_data.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/idna/package_data.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/idna/other_package_data.py"
|
||
|
||
# idnadata.py -> other_idnadata.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/idna/idnadata.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/idna/other_idnadata.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/other__init_.py"
|
||
|
||
# _impl.py -> other__impl.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_impl.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/other__impl.py"
|
||
|
||
# _compat.py -> other__compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/other__compat.py"
|
||
|
||
# _in_process.py -> other__in_process.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/other__in_process.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/other__init_.py"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/msgpack/exceptions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/msgpack/other_exceptions.py"
|
||
|
||
# fallback.py -> other_fallback.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/msgpack/fallback.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/msgpack/other_fallback.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/msgpack/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/msgpack/other__init_.py"
|
||
|
||
# ext.py -> other_ext.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/msgpack/ext.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/msgpack/other_ext.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/certifi/core.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/certifi/other_core.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/certifi/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/certifi/other__init_.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/certifi/__main__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/certifi/other__main_.py"
|
||
|
||
# tests.py -> other_tests.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/webencodings/tests.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/webencodings/other_tests.py"
|
||
|
||
# mklabels.py -> other_mklabels.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/webencodings/mklabels.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/webencodings/other_mklabels.py"
|
||
|
||
# x_user_defined.py -> other_x_user_defined.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/webencodings/x_user_defined.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/webencodings/other_x_user_defined.py"
|
||
|
||
# labels.py -> other_labels.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/webencodings/labels.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/webencodings/other_labels.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/webencodings/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/webencodings/other__init_.py"
|
||
|
||
# _re.py -> other__re.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tomli/_re.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tomli/other__re.py"
|
||
|
||
# _types.py -> other__types.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tomli/_types.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tomli/other__types.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tomli/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tomli/other__init_.py"
|
||
|
||
# _parser.py -> other__parser.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tomli/_parser.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/tomli/other__parser.py"
|
||
|
||
# exceptions.py -> other_exceptions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/exceptions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_exceptions.py"
|
||
|
||
# testing.py -> other_testing.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/testing.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_testing.py"
|
||
|
||
# helpers.py -> other_helpers.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/helpers.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_helpers.py"
|
||
|
||
# actions.py -> other_actions.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/actions.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_actions.py"
|
||
|
||
# util.py -> other_util.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/util.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_util.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/core.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_core.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/other__init_.py"
|
||
|
||
# results.py -> other_results.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/results.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_results.py"
|
||
|
||
# unicode.py -> other_unicode.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/unicode.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_unicode.py"
|
||
|
||
# common.py -> other_common.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/common.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/other_common.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/pip/_vendor/pyparsing/diagram/other__init_.py"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/distro-1.9.0.dist-info/entry_points.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/distro-1.9.0.dist-info/other_entry_points.txt"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/distro-1.9.0.dist-info/top_level.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/distro-1.9.0.dist-info/other_top_level.txt"
|
||
|
||
# top_level.txt -> other_top_level.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/certifi-2025.10.5.dist-info/top_level.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/certifi-2025.10.5.dist-info/other_top_level.txt"
|
||
|
||
# uts46data.py -> other_uts46data.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna/uts46data.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna/other_uts46data.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna/core.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna/other_core.py"
|
||
|
||
# codec.py -> other_codec.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna/codec.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna/other_codec.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna/other__init_.py"
|
||
|
||
# intranges.py -> other_intranges.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna/intranges.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna/other_intranges.py"
|
||
|
||
# compat.py -> other_compat.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna/compat.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna/other_compat.py"
|
||
|
||
# package_data.py -> other_package_data.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna/package_data.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna/other_package_data.py"
|
||
|
||
# idnadata.py -> other_idnadata.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna/idnadata.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/idna/other_idnadata.py"
|
||
|
||
# core.py -> other_core.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/certifi/core.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/certifi/other_core.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/certifi/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/certifi/other__init_.py"
|
||
|
||
# __main__.py -> other__main_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/certifi/__main__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/certifi/other__main_.py"
|
||
|
||
# test_cases.py -> other_test_cases.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/annotated_types/test_cases.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/annotated_types/other_test_cases.py"
|
||
|
||
# __init__.py -> other__init_.py
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/annotated_types/__init__.py" "tools/ai-tools/codex_env/lib/python3.11/site-packages/annotated_types/other__init_.py"
|
||
|
||
# entry_points.txt -> other_entry_points.txt
|
||
mv "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai-2.3.0.dist-info/entry_points.txt" "tools/ai-tools/codex_env/lib/python3.11/site-packages/openai-2.3.0.dist-info/other_entry_points.txt"
|
||
|
||
# batch_convert.py -> other_batch_convert.py
|
||
mv "tools/ai-tools/scripts/batch_convert.py" "tools/ai-tools/scripts/other_batch_convert.py"
|
||
|
||
# image_analyzer.py -> other_image_analyzer.py
|
||
mv "tools/ai-tools/scripts/image_analyzer.py" "tools/ai-tools/scripts/other_image_analyzer.py"
|
||
|
||
# neo4j_web_app.py -> other_neo4j_web_app.py
|
||
mv "tools/ai-tools/scripts/neo4j_web_app.py" "tools/ai-tools/scripts/other_neo4j_web_app.py"
|
||
|
||
# ocr_extractor.py -> other_ocr_extractor.py
|
||
mv "tools/ai-tools/scripts/ocr_extractor.py" "tools/ai-tools/scripts/other_ocr_extractor.py"
|
||
|
||
# moonshot_codegen.py -> other_moonshot_codegen.py
|
||
mv "tools/ai-tools/scripts/moonshot_codegen.py" "tools/ai-tools/scripts/other_moonshot_codegen.py"
|
||
|
||
# update_image_references.py -> other_update_image_references.py
|
||
mv "tools/ai-tools/scripts/update_image_references.py" "tools/ai-tools/scripts/other_update_image_references.py"
|
||
|
||
# codex_example.py -> other_codex_example.py
|
||
mv "tools/ai-tools/scripts/codex_example.py" "tools/ai-tools/scripts/other_codex_example.py"
|
||
|
||
# moonshot_config.py -> other_moonshot_config.py
|
||
mv "tools/ai-tools/scripts/moonshot_config.py" "tools/ai-tools/scripts/other_moonshot_config.py"
|
||
|
||
# codex_chat_example.py -> other_codex_chat_example.py
|
||
mv "tools/ai-tools/scripts/codex_chat_example.py" "tools/ai-tools/scripts/other_codex_chat_example.py"
|
||
|
||
# kulue_network_demo.py -> other_kulue_network_demo.py
|
||
mv "tools/ai-tools/scripts/kulue_network_demo.py" "tools/ai-tools/scripts/other_kulue_network_demo.py"
|
||
|
||
# openai_image_analyzer.py -> other_openai_image_analyzer.py
|
||
mv "tools/ai-tools/scripts/openai_image_analyzer.py" "tools/ai-tools/scripts/other_openai_image_analyzer.py"
|
||
|
||
# neo4j_setup.py -> other_neo4j_setup.py
|
||
mv "tools/ai-tools/scripts/neo4j_setup.py" "tools/ai-tools/scripts/other_neo4j_setup.py"
|
||
|
||
# translator.py -> other_translator.py
|
||
mv "tools/text-processing/translator.py" "tools/text-processing/other_translator.py"
|
||
|
||
# three_body_chunker.py -> other_three_body_chunker.py
|
||
mv "tools/text-processing/three_body_chunker.py" "tools/text-processing/other_three_body_chunker.py"
|