diff --git a/Generate_Report.py b/Generate_Report.py index 99908e6..4c22b72 100644 --- a/Generate_Report.py +++ b/Generate_Report.py @@ -13,13 +13,15 @@ from tools.content_tools import ( from tools.get_pictures import ( make_Thumbnail,resize_and_reduce_quality, get_picture_nums,find_image,collect_defect_data, - process_picture_data + process_picture_data,get_records_with_pic ) from tools.Get_Json import ( get_project_info,get_jizu_info, get_jizu_shigong_info,get_weather, - get_part_picture,get_yepian_xiangqing + get_part_picture,get_yepian_xiangqing, + check_pic_url,get_full_picture_url, + get_defect_record_list ) from tools.dataproccess import ( @@ -46,13 +48,17 @@ async def generate_report(base_info, baogao_info): cover_date = "time" TITLE_OF_REPORT = "companyencode" jiegou_xuhao = 'num' - turbine_id = base_info['turbine_id'] - - jizu_data = get_jizu_info(turbine_id) - project_data = get_project_info(jizu_data['projectId']) - shigong_data = get_jizu_shigong_info(turbine_id) + print(f"获取到参数:基本信息:{base_info}\n\n报告信息:{baogao_info}") + try: + base_info = merge_info(base_info, DEFAULT_BASE_INFO) + turbine_id = base_info['turbine_id'] + + jizu_data = get_jizu_info(turbine_id) + project_data = get_project_info(jizu_data['projectId']) + shigong_data = get_jizu_shigong_info(turbine_id) + fengchang_name = project_data['farmName'] Yi_company = project_data['inspectionUnit'] yi_fuzeren = project_data['inspectionContact'] @@ -67,6 +73,7 @@ async def generate_report(base_info, baogao_info): jizu_bianhao = jizu_data["turbineName"] start_date = project_data['startDate'] end_date = project_data['endDate'] + cover_url = project_data['coverUrl'] gongqi = caculate_work_days(start_date, end_date) except Exception as e: print(f"数据库的项目-机组基本信息获取失败:{e}") @@ -78,13 +85,15 @@ async def generate_report(base_info, baogao_info): #前端信息 baogao_info = merge_info(baogao_info, DEFAULT_BAOGAO_INFO) - key_words= re.compile('|'.join(map(re.escape, baogao_info['key_words'].split(',')))) - shengcheng_dir = baogao_info['shengcheng_dir'] - muban_dir = baogao_info['muban_dir'] + + key_words= re.compile('|'.join(map(re.escape, baogao_info['key_words'].split(',')))) #关键字 + + shengcheng_dir = baogao_info['shengcheng_dir'] #路径 + muban_dir = baogao_info['muban_dir'] #路径 if muban_dir == "" or shengcheng_dir == "": print("未配置模板/生成路径,请检查配置") return - if_waibu = baogao_info["if_waibu"] + if_waibu = baogao_info["if_waibu"] if_neibu = baogao_info["if_neibu"] if_fanglei = baogao_info["if_fanglei"] @@ -94,12 +103,23 @@ async def generate_report(base_info, baogao_info): other_type = baogao_info["other_enum"] + jiancha_renyuan = baogao_info['jiancha_renyuan'] #检查人员,目前是从命令行参数获取,需要完善 + check_date = baogao_info['check_date'] + if check_date == None: + check_date = "未获取" + baogao_bianzhi = baogao_info["userName"] + baogao_shenghe = baogao_info["baogaoCheck"] + Jiancha_date = baogao_info["check_date"] + data_processor = baogao_info["data_processor"] + coverurl = baogao_info["coverurl"] + + #数据库拉取信息 - Jiancha_date = shigong_data["startTime"].replace("T", " ") #检查日期 - image_count = shigong_data['imageCount'] #从施工方案获取的图片数量,待定!!! - temperature = shigong_data['temperature'] #温度 - wind_speed = shigong_data['windSpeed'] #风速 - weather = get_weather(shigong_data["weatherCode"]) #天气 不从此接口获取,待定!!! + # Jiancha_date = shigong_data["startTime"].replace("T", " ") #检查日期 + # image_count = shigong_data['imageCount'] #从施工方案获取的图片数量,待定!!! + # temperature = shigong_data['temperature'] #温度 + # wind_speed = shigong_data['windSpeed'] #风速 + # weather = get_weather(shigong_data["weatherCode"]) #天气 不从此接口获取,待定!!! #拉取部件、图片数据 part_data, picture_data = get_part_picture(turbine_id) @@ -133,7 +153,7 @@ async def generate_report(base_info, baogao_info): if if_waibu: baogao_label.append("外观") image_source_to_find.append(baogao_info['waibu_enum']) - if baogao_info["shigong_fangan"] == "None": + if baogao_info["shigong_fangan"] == None: print("未传入施工方案,使用已有枚举") renyuan_peizhi.append(SHIGONG_FANGAN_ENUM.WAIBU.RENYUAN_PEIZHI) gongzuo_neirong.append(SHIGONG_FANGAN_ENUM.WAIBU.GONGZUO_NEIRONG) @@ -142,11 +162,11 @@ async def generate_report(base_info, baogao_info): else: pass #待添加如果从平台传入枚举,但目前没必要,如果这种枚举标准信息库有更好的优化则可以实现 jiancha.append("无人机近距离外观检查") - neirong.append(f"、".join(Y_Code) + f"{len(Y_Code)}支叶片的前缘、后缘、迎风面、背风面。") + neirong.append(f"、".join(Y_Code) + f"共{len(Y_Code)}支叶片的前缘、后缘、迎风面、背风面。") if if_neibu: baogao_label.append("内部") image_source_to_find.append(baogao_info['neibu_enum']) - if baogao_info["shigong_fangan"] == "None": + if baogao_info["shigong_fangan"] == None: renyuan_peizhi.append(SHIGONG_FANGAN_ENUM.NEIBU.RENYUAN_PEIZHI) gongzuo_neirong.append(SHIGONG_FANGAN_ENUM.NEIBU.GONGZUO_NEIRONG) shebei_peizhi.append(SHIGONG_FANGAN_ENUM.NEIBU.SHEBEI_PEIZHI) @@ -154,11 +174,11 @@ async def generate_report(base_info, baogao_info): else: pass jiancha.append("人工内部拍摄") - neirong.append(f"、".join(Y_Code) + f"{len(Y_Code)}支叶片的内部导雷卡、腹板、透光、人孔盖版、叶根盖板...") + neirong.append(f"、".join(Y_Code) + f"共{len(Y_Code)}支叶片的内部导雷卡、腹板、透光、人孔盖版、叶根盖板...") if if_fanglei: baogao_label.append("防雷") image_source_to_find.append(baogao_info['fanglei_enum']) - if baogao_info["shigong_fangan"] == "None": + if baogao_info["shigong_fangan"] == None: renyuan_peizhi.append(SHIGONG_FANGAN_ENUM.FANGLEI.YEPIAN.RENYUAN_PEIZHI) gongzuo_neirong.append(SHIGONG_FANGAN_ENUM.FANGLEI.YEPIAN.GONGZUO_NEIRONG) shebei_peizhi.append(SHIGONG_FANGAN_ENUM.FANGLEI.YEPIAN.SHEBEI_PEIZHI) @@ -174,13 +194,13 @@ async def generate_report(base_info, baogao_info): quexian_type, dianxing_type, other_type) print(f"\n\n\n缺陷图片列表:{defect_pictures}\n\n\n典型图片列表:{typical_pictures}\n\n\n") - #处理图片数据待完成,图片绑定施工后 + #获取过滤后所有缺陷图的id defect_pictures_id = [pic for pic in defect_pictures] - - - baogao_bianzhi = baogao_info["userName"] - baogao_shenghe = baogao_info["baogaoCheck"] - + #获取所有缺陷记录 + defect_records = get_defect_record_list() + #获取缺陷记录中对应图片的记录 + defect_records_with_pic, error_pic_with_no_record = get_records_with_pic(defect_records, defect_pictures_id) + print(f"对应缺陷图的缺陷记录列表:{defect_records_with_pic}\n 没有缺陷记录但是是缺陷图片的列表:{error_pic_with_no_record}") except Exception as e: print(f"报告基本信息获取失败:{e}") return @@ -206,7 +226,12 @@ async def generate_report(base_info, baogao_info): #创建文档、添加封面 print(await create_document(output_dir)) print(add_documents(output_dir, cover_dirs[0])) - print(await add_picture(output_dir, cover_dirs[1])) + if check_pic_url(coverurl): #手动导入封面图片测试用 + print(await add_picture(output_dir, get_full_picture_url(coverurl), width = 6.41, height = 4)) + elif check_pic_url(cover_url): + print(await add_picture(output_dir, get_full_picture_url(cover_url), width = 6.41, height = 4)) + else: + print(await add_picture(output_dir, cover_dirs[1])) print(add_documents(output_dir, cover_dirs[2])) print("封面创建成功") @@ -235,9 +260,7 @@ async def generate_report(base_info, baogao_info): Yi_company = Yi_company XIANGMU_GAIKUO = list(list("" for i in range(6)) for j in range(5)) XIANGMU_GAIKUO[0][1] = fengchang_name - #XIANGMU_GAIKUO[0][3]=XIANGMU_GAIKUO[0][4] = "盐城市滨海县" XIANGMU_GAIKUO[0][4] = project_location - #XIANGMU_GAIKUO[1][1]=XIANGMU_GAIKUO[2,1]=XIANGMU_GAIKUO[3,1] = "国家电投集团滨海风力发电有限公司" XIANGMU_GAIKUO[1][1] = company_name_jia XIANGMU_GAIKUO[1][4] = Yi_company XIANGMU_GAIKUO[2][1] = jia_fuzeren @@ -275,8 +298,11 @@ async def generate_report(base_info, baogao_info): JIANCHA_XINGXI_DIR = os.path.join(muban_dir,"checkinfo.docx") JIANCHA_XINGXI = list(list("" for i in range(4)) for j in range(9)) - JIANCHA_XINGXI[0][1] = ""#检查人员,需要完善 - JIANCHA_XINGXI[1][1] = Jiancha_date.split(' ')[0] + JIANCHA_XINGXI[0][1] = jiancha_renyuan + try: + JIANCHA_XINGXI[1][1] = Jiancha_date.split('T')[0] + except: + JIANCHA_XINGXI[1][1] = "格式不对或无数据" JIANCHA_XINGXI[1][3] = jizu_bianhao JIANCHA_XINGXI[2][1] = "风力发电机组" + baogao_name JIANCHA_XINGXI[2][3] = "、".join(jiancha) @@ -296,16 +322,22 @@ async def generate_report(base_info, baogao_info): # 添加成果递交表 CHENGGUO_DIJIAO_DIR = os.path.join(muban_dir,"chengguo_sub.docx") CHENGGUO_DIJIAO = list(list("" for i in range(4)) for j in range(6)) - CHENGGUO_DIJIAO[0][1] = "" #Jiancha_renyuan + CHENGGUO_DIJIAO[0][1] = jiancha_renyuan CHENGGUO_DIJIAO[1][1] = jia_fuzeren - CHENGGUO_DIJIAO[2][1] = Jiancha_date.split(' ')[0] - CHENGGUO_DIJIAO[3][1] = "" #data_process + try: + CHENGGUO_DIJIAO[2][1] = Jiancha_date.split('T')[0] + except: + CHENGGUO_DIJIAO[2][1] = "格式不对或无数据" + CHENGGUO_DIJIAO[3][1] = data_processor CHENGGUO_DIJIAO[4][1] = baogao_bianzhi CHENGGUO_DIJIAO[5][1] = baogao_shenghe - CHENGGUO_DIJIAO[2][3] = Jiancha_date.split(' ')[1] + try: + CHENGGUO_DIJIAO[2][3] = Jiancha_date.split('T')[1] + except: + CHENGGUO_DIJIAO[2][3] = "格式不对或无数据" CHENGGUO_DIJIAO[3][3] = baogao_date.split(' ')[0] CHENGGUO_DIJIAO[4][3] = baogao_date.split(' ')[0] - CHENGGUO_DIJIAO[5][3] = "" #shenghe_date.split(' ')[0] + CHENGGUO_DIJIAO[5][3] = "未审核" output_doc, message = await add_table_to_document(output_dir, CHENGGUO_DIJIAO_DIR,5,5,total_table_num,CHENGGUO_DIJIAO,True,0.04) print(message) @@ -319,16 +351,19 @@ async def generate_report(base_info, baogao_info): #获取缺陷信息 """ 需要获取: - Y1、Y2、Y3叶片的缺陷数量,缺陷字典{图片名:图片路径} + Y1、Y2、Y3叶片的缺陷数量,缺陷字典{描述:图片路径} 和数据库连接需要的新增异常处理: 目前逻辑为找到图片后,找缺陷类型的图片,通过图片id查找对应缺陷记录 如果没有找到,要返回对应异常,即已选出(标注)缺陷图,但未填写对应缺陷信息的异常返回。 最后将无异常的图片入队缺陷字典(同数量),有异常的图片再另存。 """ - Y1_quexian_num, Y1_quexian_dict = 0, {} - Y2_quexian_num, Y2_quexian_dict = 0, {} - Y3_quexian_num, Y3_quexian_dict = 0, {} + Y1_quexian_dict = {} + Y2_quexian_dict = {} + Y3_quexian_dict = {} + Y1_quexian_num = Y1_quexian_dict.keys() + Y2_quexian_num = Y2_quexian_dict.keys() + Y3_quexian_num = Y3_quexian_dict.keys() weak_num_Y1 = f"{Y_Code[0] if len(Y_Code) > 0 else '无'}叶片共发现缺陷{Y1_quexian_num}处" weak_num_Y2 = f"{Y_Code[1] if len(Y_Code) > 1 else '无'}叶片共发现缺陷{Y2_quexian_num}处" weak_num_Y3 = f"{Y_Code[2] if len(Y_Code) > 2 else '无'}叶片共发现缺陷{Y3_quexian_num}处" @@ -343,12 +378,12 @@ async def generate_report(base_info, baogao_info): JIANCHA_HUIZONG[1][0] = weak_num_Y1 JIANCHA_HUIZONG[2][0] = weak_num_Y2 JIANCHA_HUIZONG[3][0] = weak_num_Y3 - JIANCHA_HUIZONG[1][1] = ""#Y1_jiancha - JIANCHA_HUIZONG[2][1] = ""#Y2_jiancha - JIANCHA_HUIZONG[3][1] = ""#Y3_jiancha - JIANCHA_HUIZONG[1][2] = "/n".join([f"{i+1}.{name}" for i, (name, path) in enumerate(Y1_quexian_dict.items())]) if Y1_quexian_num else '未发现明显影响风力发电机组正常运行的缺陷' - JIANCHA_HUIZONG[2][2] = "/n".join([f"{i+1}.{name}" for i, (name, path) in enumerate(Y2_quexian_dict.items())]) if Y2_quexian_num else '未发现明显影响风力发电机组正常运行的缺陷' - JIANCHA_HUIZONG[3][2] = "/n".join([f"{i+1}.{name}" for i, (name, path) in enumerate(Y3_quexian_dict.items())]) if Y3_quexian_num else '未发现明显影响风力发电机组正常运行的缺陷' + JIANCHA_HUIZONG[1][1] = "\n".join(neirong) + JIANCHA_HUIZONG[2][1] = "\n".join(neirong) + JIANCHA_HUIZONG[3][1] = "\n".join(neirong) + JIANCHA_HUIZONG[1][2] = "\n".join([f"{i+1}.{name}" for i, (name, path) in enumerate(Y1_quexian_dict.items())]) if Y1_quexian_num else '未发现明显影响风力发电机组正常运行的缺陷' + JIANCHA_HUIZONG[2][2] = "\n".join([f"{i+1}.{name}" for i, (name, path) in enumerate(Y2_quexian_dict.items())]) if Y2_quexian_num else '未发现明显影响风力发电机组正常运行的缺陷' + JIANCHA_HUIZONG[3][2] = "\n".join([f"{i+1}.{name}" for i, (name, path) in enumerate(Y3_quexian_dict.items())]) if Y3_quexian_num else '未发现明显影响风力发电机组正常运行的缺陷' output_doc, message = await add_table_to_document(output_dir, JIANCHA_HUIZONG_DIR,4,3,total_table_num,JIANCHA_HUIZONG,False,ALIGMENT='LEFT') print(message) print(await search_and_replace(output_dir, jiegou_xuhao, num_to_chinese[head_num])) @@ -473,53 +508,113 @@ async def generate_report(base_info, baogao_info): print(await search_and_replace(output_dir, 'baogao_date', baogao_date.split(' ')[0])) print(await search_and_replace(output_dir, jiegou_xuhao, num_to_chinese[head_num])) +import argparse + +def parse_arguments(): + parser = argparse.ArgumentParser(description='报告生成工具') + + # 设置默认值 + default_json1 = { + "turbine_id": "183463dbf40d9278549a76b82b175dd9", + } + default_json2 = { + 'shengcheng_dir': r"", + 'muban_dir': r"", + "dianxing_enum" : "TYPICAL", # 典型图的枚举值 + "quexian_enum" : "DEFECT", # 缺陷图的枚举值 + "other_enum" : "OTHER", # 其他图的枚举值 + "waibu_enum" : "out-work", + "neibu_enum" : "in-work", + "fanglei_enum" : "lightning-protection-work", + "if_waibu" : True, + "if_neibu" : True, + "if_fanglei" : True, + "userName" : "admin", + "baogaoCheck" : "未审核", + 'key_words': '缺,损,裂,脱,污', #关键字,用于汇总图的名字包含缺陷时标红,匹配逻辑为正则匹配单个字则为红 后续可优化 + + "data_processor" : "未获取", + "shigong_fangan" : None, + 'jiancha_renyuan': '未获取', + "check_date" : None, + "coverurl" : None, + } + + parser.add_argument('--turbine_id', '--id', dest='turbine_id', default=default_json1['turbine_id'], + help='''风机ID,默认为测试项目:"183463dbf40d9278549a76b82b175dd9" + 用于获取机组关联的所有静态信息与图片''') + parser.add_argument('--output_dir', '--out', dest='output_dir', default=default_json2['shengcheng_dir'], + help='输出目录,必填项') + parser.add_argument('--template_dir', '--tpl', dest='template_dir', default=default_json2['muban_dir'], + help='模板目录,必填项,用于获取模板文件,模板文件在同目录下的muban文件夹') + parser.add_argument('--data_processor', '--dp', dest='data_processor', default=default_json2['data_processor'], + help='数据处理人') + parser.add_argument('--jiancha_renyuan', '--jc', dest='jiancha_renyuan', default=default_json2['jiancha_renyuan'], + help='检查人') + parser.add_argument('--check_date', '--cdate', dest='check_date', default=default_json2['check_date'], + help='检查日期,格式为YYYY-MM-DD HH:MM:SS') + parser.add_argument('--username', '--user', dest='username', default=default_json2['userName'], + help='报告生成人,默认为admin') + parser.add_argument('--if_waibu', '--waibu', dest='if_waibu', default=default_json2['if_waibu'], + help='报告是否包含外部检测,默认为True') + parser.add_argument('--if_neibu', '--neibu', dest='if_neibu', default=default_json2['if_neibu'], + help='报告是否包含内部检测,默认为True') + parser.add_argument('--if_fanglei', '--fanglei', dest='if_fanglei', default=default_json2['if_fanglei'], + help='报告是否包含防雷检测,默认为True') + parser.add_argument('--reportchecker', '--rc', dest='baogaoCheck', default=default_json2['baogaoCheck'], + help='报告审核状态,默认为未审核') + parser.add_argument('--dianxing_enum', '--dx', dest='dianxing_enum', default=default_json2['dianxing_enum'], + help='典型图的枚举值,默认为TYPICAL') + parser.add_argument('--quexian_enum', '--qx', dest='quexian_enum', default=default_json2['quexian_enum'], + help='缺陷图的枚举值,默认为DEFECT') + parser.add_argument('--other_enum', '--other', dest='other_enum', default=default_json2['other_enum'], + help='其他图的枚举值,默认为OTHER') + parser.add_argument('--waibu_enum', '--wb', dest='waibu_enum', default=default_json2['waibu_enum'], + help='外部检测的枚举值,默认为out_work') + parser.add_argument('--neibu_enum', '--nb', dest='neibu_enum', default=default_json2['neibu_enum'], + help='内部检测的枚举值,默认为in_work') + parser.add_argument('--fanglei_enum', '--fb', dest='fanglei_enum', default=default_json2['fanglei_enum'], + help='防雷检测的枚举值,默认为lightning-protection-work') + parser.add_argument('--keywords', '--kw', dest='keywords', default=default_json2['key_words'], + help='关键字,用于汇总图的名字包含缺陷时标红,匹配逻辑为正则匹配单个字则为红 后续可优化') + parser.add_argument('--coverurl', default=default_json2['coverurl'], help='封面图片url,指定coverurl则不使用模板中的封面图片') + + return parser.parse_args() + def main(): + args = parse_arguments() + json_data1 = { - "turbine_id" : "183463dbf40d9278549a76b82b175dd9", + "turbine_id": args.turbine_id, } + json_data2 = { - 'shengcheng_dir': r".\output", - 'muban_dir': r".\muban", - # "shigong_fangan_enum" : { #可能放入标准信息库?但不论如何,修改了这个枚举的话,报告生成逻辑也要修改,待优化! - # "SHIGONG_FANGAN_ENUM": { - # "WAIBU": { - # "GONGZUO_NEIRONG": "无人机叶片外观巡检", - # "RENYUAN_PEIZHI": "1人;主检飞手1人", - # "SHEBEI_PEIZHI": "1、大疆无人机1台(M350rtk,M300rtk,M30T,M30,精灵4PRO)2、大疆精灵4PRO+索尼A7R2机身+索尼200-600mm镜头/适马150-600mm镜头", - # "SHIGONG_FANGAN": None - # }, - # "NEIBU": { - # "GONGZUO_NEIRONG": "叶片内部检查", - # "RENYUAN_PEIZHI": "2人;轮毂作业检查2人", - # "SHEBEI_PEIZHI": "1、人工检查:照明设备2套,视频记录手机2台,含氧量监测仪1台,电动扳手2套,卷尺1个。2、爬壁机器人检查:无人作业校车+视频图传1套,照明设备2套,含氧量监测仪1台,电动扳手2套,卷尺1个。", - # "SHIGONG_FANGAN": None - # }, - # "FANGLEI": { - # "YEPIAN": { - # "GONGZUO_NEIRONG": "无人机叶片防雷导通测试", - # "RENYUAN_PEIZHI": "2人;主检飞手1人,副检抄表1人", - # "SHEBEI_PEIZHI": "1四轴电阻无人机1套,电子微欧计1台,视频记录手机1台", - # "SHIGONG_FANGAN": None - # }, - # "DIAOLAN": { - # "GONGZUO_NEIRONG": "无人吊篮叶片导通测试(含机舱设备、)", - # "RENYUAN_PEIZHI": "3人,轮毂机舱作业1人,揽风绳作业1人,无人设备操作员及抄表1人", - # "SHEBEI_PEIZHI": "无人吊篮系统1套(爬绳器+接触平台)、电子微欧计1套,视频记录手机1台,对讲机2台", - # "SHIGONG_FANGAN": None - # }, - # "SHESHI": { - # "GONGZUO_NEIRONG": "风机基础、办公楼、变电站防雷接地检测及浪涌保护器测试", - # "RENYUAN_PEIZHI": "1人;抄表人员1人,检测人员1人,监护1人。", - # "SHEBEI_PEIZHI": "接地电阻测试仪1套、SPD测试仪1套、对讲机2个、", - # "SHIGONG_FANGAN": None - # }, - # "FEISHOURENYUAN_PEIZHI": "1人;主检飞手1人", - # "LUNGUZUOYERENYUAN_PEIZHI": "2人;轮毂作业检查2人" - # } - # } - # }, + 'shengcheng_dir': args.output_dir, + 'muban_dir': args.template_dir, + "dianxing_enum" : args.dianxing_enum, # 典型图的枚举值 + "quexian_enum" : args.quexian_enum, # 缺陷图的枚举值 + "other_enum" : args.other_enum, # 其他图的枚举值 + "waibu_enum" : args.waibu_enum, + "neibu_enum" : args.neibu_enum, + "fanglei_enum" : args.fanglei_enum, + "if_waibu" : args.if_waibu, + "if_neibu" : args.if_neibu, + "if_fanglei" : args.if_fanglei, + "userName" : args.username, + "baogaoCheck" : args.baogaoCheck, + 'key_words': args.keywords, #关键字,用于汇总图的名字包含缺陷时标红,匹配逻辑为正则匹配单个字则为红 后续可优化 + "shigong_fangan" : None, + 'jiancha_renyuan': args.jiancha_renyuan, + "check_date" : args.check_date, + "data_processor" : args.data_processor, + "coverurl" : args.coverurl, } - asyncio.run(generate_report(json_data1,json_data2)) + + json_data2['shengcheng_dir'] = r"/home/dtyx/桌面/yhh/Report_Generate_Server/output" + json_data2['muban_dir'] = r"/home/dtyx/桌面/yhh/Report_Generate_Server/muban" + + asyncio.run(generate_report(json_data1, json_data2)) print('文档生成完毕') + if __name__ == '__main__': main() \ No newline at end of file diff --git a/build.spec b/build.spec new file mode 100644 index 0000000..bc6ffbc --- /dev/null +++ b/build.spec @@ -0,0 +1,42 @@ +# -*- mode: python ; coding: utf-8 -*- + +block_cipher = None + +a = Analysis( + ['Generate_Report.py'], # 替换为你的脚本文件名 + pathex=[], + binaries=[], + datas=[], + hiddenimports=[], + hookspath=[], + hooksconfig={}, + runtime_hooks=[], + excludes=[], + win_no_prefer_redirects=False, + win_private_assemblies=False, + cipher=block_cipher, + noarchive=False, +) +pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher) + +exe = EXE( + pyz, + a.scripts, + a.binaries, + a.zipfiles, + a.datas, + [], + name='report_generator', # 可执行文件名称 + debug=False, + bootloader_ignore_signals=False, + strip=False, + upx=True, + upx_exclude=[], + runtime_tmpdir=None, + console=True, # 显示控制台窗口 + disable_windowed_traceback=False, + argv_emulation=False, + target_arch=None, + codesign_identity=None, + entitlements_file=None, +) \ No newline at end of file diff --git a/build/build/Analysis-00.toc b/build/build/Analysis-00.toc new file mode 100644 index 0000000..87149a5 --- /dev/null +++ b/build/build/Analysis-00.toc @@ -0,0 +1,1798 @@ +(['/home/dtyx/桌面/yhh/Report_Generate_Server/Generate_Report.py'], + ['/home/dtyx/桌面/yhh/Report_Generate_Server'], + [], + [('/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/_pyinstaller_hooks_contrib/stdhooks', + -1000), + ('/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/_pyinstaller_hooks_contrib', + -1000)], + {}, + [], + [], + False, + {}, + 0, + [], + [], + '3.10.12 (main, May 27 2025, 17:12:29) [GCC 11.4.0]', + [('pyi_rth_inspect', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py', + 'PYSOURCE'), + ('pyi_rth_pkgutil', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py', + 'PYSOURCE'), + ('pyi_rth_multiprocessing', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py', + 'PYSOURCE'), + ('Generate_Report', + '/home/dtyx/桌面/yhh/Report_Generate_Server/Generate_Report.py', + 'PYSOURCE')], + [('subprocess', '/usr/lib/python3.10/subprocess.py', 'PYMODULE'), + ('selectors', '/usr/lib/python3.10/selectors.py', 'PYMODULE'), + ('contextlib', '/usr/lib/python3.10/contextlib.py', 'PYMODULE'), + ('threading', '/usr/lib/python3.10/threading.py', 'PYMODULE'), + ('_threading_local', '/usr/lib/python3.10/_threading_local.py', 'PYMODULE'), + ('signal', '/usr/lib/python3.10/signal.py', 'PYMODULE'), + ('_strptime', '/usr/lib/python3.10/_strptime.py', 'PYMODULE'), + ('calendar', '/usr/lib/python3.10/calendar.py', 'PYMODULE'), + ('multiprocessing.spawn', + '/usr/lib/python3.10/multiprocessing/spawn.py', + 'PYMODULE'), + ('multiprocessing.resource_tracker', + '/usr/lib/python3.10/multiprocessing/resource_tracker.py', + 'PYMODULE'), + ('multiprocessing.util', + '/usr/lib/python3.10/multiprocessing/util.py', + 'PYMODULE'), + ('multiprocessing.forkserver', + '/usr/lib/python3.10/multiprocessing/forkserver.py', + 'PYMODULE'), + ('multiprocessing.connection', + '/usr/lib/python3.10/multiprocessing/connection.py', + 'PYMODULE'), + ('multiprocessing.resource_sharer', + '/usr/lib/python3.10/multiprocessing/resource_sharer.py', + 'PYMODULE'), + ('xmlrpc.client', '/usr/lib/python3.10/xmlrpc/client.py', 'PYMODULE'), + ('xmlrpc', '/usr/lib/python3.10/xmlrpc/__init__.py', 'PYMODULE'), + ('gzip', '/usr/lib/python3.10/gzip.py', 'PYMODULE'), + ('_compression', '/usr/lib/python3.10/_compression.py', 'PYMODULE'), + ('xml.parsers.expat', '/usr/lib/python3.10/xml/parsers/expat.py', 'PYMODULE'), + ('xml.parsers', '/usr/lib/python3.10/xml/parsers/__init__.py', 'PYMODULE'), + ('xml', '/usr/lib/python3.10/xml/__init__.py', 'PYMODULE'), + ('xml.sax.expatreader', + '/usr/lib/python3.10/xml/sax/expatreader.py', + 'PYMODULE'), + ('xml.sax.saxutils', '/usr/lib/python3.10/xml/sax/saxutils.py', 'PYMODULE'), + ('urllib.request', '/usr/lib/python3.10/urllib/request.py', 'PYMODULE'), + ('urllib', '/usr/lib/python3.10/urllib/__init__.py', 'PYMODULE'), + ('fnmatch', '/usr/lib/python3.10/fnmatch.py', 'PYMODULE'), + ('getpass', '/usr/lib/python3.10/getpass.py', 'PYMODULE'), + ('nturl2path', '/usr/lib/python3.10/nturl2path.py', 'PYMODULE'), + ('ftplib', '/usr/lib/python3.10/ftplib.py', 'PYMODULE'), + ('netrc', '/usr/lib/python3.10/netrc.py', 'PYMODULE'), + ('shlex', '/usr/lib/python3.10/shlex.py', 'PYMODULE'), + ('mimetypes', '/usr/lib/python3.10/mimetypes.py', 'PYMODULE'), + ('getopt', '/usr/lib/python3.10/getopt.py', 'PYMODULE'), + ('gettext', '/usr/lib/python3.10/gettext.py', 'PYMODULE'), + ('copy', '/usr/lib/python3.10/copy.py', 'PYMODULE'), + ('email.utils', '/usr/lib/python3.10/email/utils.py', 'PYMODULE'), + ('email.charset', '/usr/lib/python3.10/email/charset.py', 'PYMODULE'), + ('email.encoders', '/usr/lib/python3.10/email/encoders.py', 'PYMODULE'), + ('quopri', '/usr/lib/python3.10/quopri.py', 'PYMODULE'), + ('email.errors', '/usr/lib/python3.10/email/errors.py', 'PYMODULE'), + ('email.quoprimime', '/usr/lib/python3.10/email/quoprimime.py', 'PYMODULE'), + ('email.base64mime', '/usr/lib/python3.10/email/base64mime.py', 'PYMODULE'), + ('email._parseaddr', '/usr/lib/python3.10/email/_parseaddr.py', 'PYMODULE'), + ('random', '/usr/lib/python3.10/random.py', 'PYMODULE'), + ('statistics', '/usr/lib/python3.10/statistics.py', 'PYMODULE'), + ('fractions', '/usr/lib/python3.10/fractions.py', 'PYMODULE'), + ('numbers', '/usr/lib/python3.10/numbers.py', 'PYMODULE'), + ('http.cookiejar', '/usr/lib/python3.10/http/cookiejar.py', 'PYMODULE'), + ('http', '/usr/lib/python3.10/http/__init__.py', 'PYMODULE'), + ('ssl', '/usr/lib/python3.10/ssl.py', 'PYMODULE'), + ('urllib.response', '/usr/lib/python3.10/urllib/response.py', 'PYMODULE'), + ('urllib.error', '/usr/lib/python3.10/urllib/error.py', 'PYMODULE'), + ('string', '/usr/lib/python3.10/string.py', 'PYMODULE'), + ('hashlib', '/usr/lib/python3.10/hashlib.py', 'PYMODULE'), + ('email', '/usr/lib/python3.10/email/__init__.py', 'PYMODULE'), + ('email.parser', '/usr/lib/python3.10/email/parser.py', 'PYMODULE'), + ('email._policybase', '/usr/lib/python3.10/email/_policybase.py', 'PYMODULE'), + ('email.feedparser', '/usr/lib/python3.10/email/feedparser.py', 'PYMODULE'), + ('email.message', '/usr/lib/python3.10/email/message.py', 'PYMODULE'), + ('email.policy', '/usr/lib/python3.10/email/policy.py', 'PYMODULE'), + ('email.contentmanager', + '/usr/lib/python3.10/email/contentmanager.py', + 'PYMODULE'), + ('email.headerregistry', + '/usr/lib/python3.10/email/headerregistry.py', + 'PYMODULE'), + ('email.iterators', '/usr/lib/python3.10/email/iterators.py', 'PYMODULE'), + ('email.generator', '/usr/lib/python3.10/email/generator.py', 'PYMODULE'), + ('email._encoded_words', + '/usr/lib/python3.10/email/_encoded_words.py', + 'PYMODULE'), + ('uu', '/usr/lib/python3.10/uu.py', 'PYMODULE'), + ('optparse', '/usr/lib/python3.10/optparse.py', 'PYMODULE'), + ('textwrap', '/usr/lib/python3.10/textwrap.py', 'PYMODULE'), + ('email._header_value_parser', + '/usr/lib/python3.10/email/_header_value_parser.py', + 'PYMODULE'), + ('email.header', '/usr/lib/python3.10/email/header.py', 'PYMODULE'), + ('bisect', '/usr/lib/python3.10/bisect.py', 'PYMODULE'), + ('xml.sax', '/usr/lib/python3.10/xml/sax/__init__.py', 'PYMODULE'), + ('xml.sax.handler', '/usr/lib/python3.10/xml/sax/handler.py', 'PYMODULE'), + ('xml.sax._exceptions', + '/usr/lib/python3.10/xml/sax/_exceptions.py', + 'PYMODULE'), + ('xml.sax.xmlreader', '/usr/lib/python3.10/xml/sax/xmlreader.py', 'PYMODULE'), + ('urllib.parse', '/usr/lib/python3.10/urllib/parse.py', 'PYMODULE'), + ('ipaddress', '/usr/lib/python3.10/ipaddress.py', 'PYMODULE'), + ('http.client', '/usr/lib/python3.10/http/client.py', 'PYMODULE'), + ('decimal', '/usr/lib/python3.10/decimal.py', 'PYMODULE'), + ('_pydecimal', '/usr/lib/python3.10/_pydecimal.py', 'PYMODULE'), + ('contextvars', '/usr/lib/python3.10/contextvars.py', 'PYMODULE'), + ('base64', '/usr/lib/python3.10/base64.py', 'PYMODULE'), + ('hmac', '/usr/lib/python3.10/hmac.py', 'PYMODULE'), + ('struct', '/usr/lib/python3.10/struct.py', 'PYMODULE'), + ('socket', '/usr/lib/python3.10/socket.py', 'PYMODULE'), + ('tempfile', '/usr/lib/python3.10/tempfile.py', 'PYMODULE'), + ('shutil', '/usr/lib/python3.10/shutil.py', 'PYMODULE'), + ('zipfile', '/usr/lib/python3.10/zipfile.py', 'PYMODULE'), + ('py_compile', '/usr/lib/python3.10/py_compile.py', 'PYMODULE'), + ('importlib.machinery', + '/usr/lib/python3.10/importlib/machinery.py', + 'PYMODULE'), + ('importlib', '/usr/lib/python3.10/importlib/__init__.py', 'PYMODULE'), + ('importlib._common', '/usr/lib/python3.10/importlib/_common.py', 'PYMODULE'), + ('importlib._adapters', + '/usr/lib/python3.10/importlib/_adapters.py', + 'PYMODULE'), + ('typing', '/usr/lib/python3.10/typing.py', 'PYMODULE'), + ('importlib.abc', '/usr/lib/python3.10/importlib/abc.py', 'PYMODULE'), + ('importlib._abc', '/usr/lib/python3.10/importlib/_abc.py', 'PYMODULE'), + ('importlib._bootstrap', + '/usr/lib/python3.10/importlib/_bootstrap.py', + 'PYMODULE'), + ('importlib._bootstrap_external', + '/usr/lib/python3.10/importlib/_bootstrap_external.py', + 'PYMODULE'), + ('importlib.metadata', + '/usr/lib/python3.10/importlib/metadata/__init__.py', + 'PYMODULE'), + ('importlib.metadata._itertools', + '/usr/lib/python3.10/importlib/metadata/_itertools.py', + 'PYMODULE'), + ('importlib.metadata._functools', + '/usr/lib/python3.10/importlib/metadata/_functools.py', + 'PYMODULE'), + ('importlib.metadata._collections', + '/usr/lib/python3.10/importlib/metadata/_collections.py', + 'PYMODULE'), + ('importlib.metadata._meta', + '/usr/lib/python3.10/importlib/metadata/_meta.py', + 'PYMODULE'), + ('importlib.metadata._adapters', + '/usr/lib/python3.10/importlib/metadata/_adapters.py', + 'PYMODULE'), + ('importlib.metadata._text', + '/usr/lib/python3.10/importlib/metadata/_text.py', + 'PYMODULE'), + ('csv', '/usr/lib/python3.10/csv.py', 'PYMODULE'), + ('importlib.readers', '/usr/lib/python3.10/importlib/readers.py', 'PYMODULE'), + ('tokenize', '/usr/lib/python3.10/tokenize.py', 'PYMODULE'), + ('token', '/usr/lib/python3.10/token.py', 'PYMODULE'), + ('importlib.util', '/usr/lib/python3.10/importlib/util.py', 'PYMODULE'), + ('tarfile', '/usr/lib/python3.10/tarfile.py', 'PYMODULE'), + ('lzma', '/usr/lib/python3.10/lzma.py', 'PYMODULE'), + ('bz2', '/usr/lib/python3.10/bz2.py', 'PYMODULE'), + ('logging', '/usr/lib/python3.10/logging/__init__.py', 'PYMODULE'), + ('pickle', '/usr/lib/python3.10/pickle.py', 'PYMODULE'), + ('pprint', '/usr/lib/python3.10/pprint.py', 'PYMODULE'), + ('dataclasses', '/usr/lib/python3.10/dataclasses.py', 'PYMODULE'), + ('inspect', '/usr/lib/python3.10/inspect.py', 'PYMODULE'), + ('dis', '/usr/lib/python3.10/dis.py', 'PYMODULE'), + ('opcode', '/usr/lib/python3.10/opcode.py', 'PYMODULE'), + ('ast', '/usr/lib/python3.10/ast.py', 'PYMODULE'), + ('_compat_pickle', '/usr/lib/python3.10/_compat_pickle.py', 'PYMODULE'), + ('multiprocessing.context', + '/usr/lib/python3.10/multiprocessing/context.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_win32', + '/usr/lib/python3.10/multiprocessing/popen_spawn_win32.py', + 'PYMODULE'), + ('multiprocessing.popen_forkserver', + '/usr/lib/python3.10/multiprocessing/popen_forkserver.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_posix', + '/usr/lib/python3.10/multiprocessing/popen_spawn_posix.py', + 'PYMODULE'), + ('multiprocessing.popen_fork', + '/usr/lib/python3.10/multiprocessing/popen_fork.py', + 'PYMODULE'), + ('multiprocessing.sharedctypes', + '/usr/lib/python3.10/multiprocessing/sharedctypes.py', + 'PYMODULE'), + ('multiprocessing.heap', + '/usr/lib/python3.10/multiprocessing/heap.py', + 'PYMODULE'), + ('ctypes', '/usr/lib/python3.10/ctypes/__init__.py', 'PYMODULE'), + ('ctypes._endian', '/usr/lib/python3.10/ctypes/_endian.py', 'PYMODULE'), + ('multiprocessing.pool', + '/usr/lib/python3.10/multiprocessing/pool.py', + 'PYMODULE'), + ('multiprocessing.dummy', + '/usr/lib/python3.10/multiprocessing/dummy/__init__.py', + 'PYMODULE'), + ('multiprocessing.dummy.connection', + '/usr/lib/python3.10/multiprocessing/dummy/connection.py', + 'PYMODULE'), + ('queue', '/usr/lib/python3.10/queue.py', 'PYMODULE'), + ('multiprocessing.queues', + '/usr/lib/python3.10/multiprocessing/queues.py', + 'PYMODULE'), + ('multiprocessing.synchronize', + '/usr/lib/python3.10/multiprocessing/synchronize.py', + 'PYMODULE'), + ('multiprocessing.managers', + '/usr/lib/python3.10/multiprocessing/managers.py', + 'PYMODULE'), + ('multiprocessing.shared_memory', + '/usr/lib/python3.10/multiprocessing/shared_memory.py', + 'PYMODULE'), + ('secrets', '/usr/lib/python3.10/secrets.py', 'PYMODULE'), + ('multiprocessing.reduction', + '/usr/lib/python3.10/multiprocessing/reduction.py', + 'PYMODULE'), + ('multiprocessing.process', + '/usr/lib/python3.10/multiprocessing/process.py', + 'PYMODULE'), + ('runpy', '/usr/lib/python3.10/runpy.py', 'PYMODULE'), + ('pkgutil', '/usr/lib/python3.10/pkgutil.py', 'PYMODULE'), + ('zipimport', '/usr/lib/python3.10/zipimport.py', 'PYMODULE'), + ('multiprocessing', + '/usr/lib/python3.10/multiprocessing/__init__.py', + 'PYMODULE'), + ('tracemalloc', '/usr/lib/python3.10/tracemalloc.py', 'PYMODULE'), + ('stringprep', '/usr/lib/python3.10/stringprep.py', 'PYMODULE'), + ('_py_abc', '/usr/lib/python3.10/_py_abc.py', 'PYMODULE'), + ('argparse', '/usr/lib/python3.10/argparse.py', 'PYMODULE'), + ('pathlib', '/usr/lib/python3.10/pathlib.py', 'PYMODULE'), + ('datetime', '/usr/lib/python3.10/datetime.py', 'PYMODULE'), + ('tools.defines', + '/home/dtyx/桌面/yhh/Report_Generate_Server/tools/defines.py', + 'PYMODULE'), + ('tools', '-', 'PYMODULE'), + ('core.tables', + '/home/dtyx/桌面/yhh/Report_Generate_Server/core/tables.py', + 'PYMODULE'), + ('core', '-', 'PYMODULE'), + ('docx.shared', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/shared.py', + 'PYMODULE'), + ('docx.parts.story', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/story.py', + 'PYMODULE'), + ('docx.styles.style', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/styles/style.py', + 'PYMODULE'), + ('docx.text.parfmt', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/text/parfmt.py', + 'PYMODULE'), + ('docx.text', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/text/__init__.py', + 'PYMODULE'), + ('docx.text.tabstops', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/text/tabstops.py', + 'PYMODULE'), + ('docx.enum.text', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/enum/text.py', + 'PYMODULE'), + ('docx.enum', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/enum/__init__.py', + 'PYMODULE'), + ('docx.enum.base', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/enum/base.py', + 'PYMODULE'), + ('typing_extensions', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/typing_extensions.py', + 'PYMODULE'), + ('asyncio.coroutines', + '/usr/lib/python3.10/asyncio/coroutines.py', + 'PYMODULE'), + ('asyncio.log', '/usr/lib/python3.10/asyncio/log.py', 'PYMODULE'), + ('asyncio.format_helpers', + '/usr/lib/python3.10/asyncio/format_helpers.py', + 'PYMODULE'), + ('asyncio.constants', '/usr/lib/python3.10/asyncio/constants.py', 'PYMODULE'), + ('asyncio.base_futures', + '/usr/lib/python3.10/asyncio/base_futures.py', + 'PYMODULE'), + ('docx.text.font', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/text/font.py', + 'PYMODULE'), + ('docx.oxml.text.run', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/text/run.py', + 'PYMODULE'), + ('docx.oxml.text.parfmt', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/text/parfmt.py', + 'PYMODULE'), + ('docx.oxml.section', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/section.py', + 'PYMODULE'), + ('docx.oxml.text.paragraph', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/text/paragraph.py', + 'PYMODULE'), + ('docx.oxml.text.hyperlink', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/text/hyperlink.py', + 'PYMODULE'), + ('docx.oxml.table', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/table.py', + 'PYMODULE'), + ('docx.exceptions', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/exceptions.py', + 'PYMODULE'), + ('docx.enum.section', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/enum/section.py', + 'PYMODULE'), + ('lxml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/__init__.py', + 'PYMODULE'), + ('lxml.usedoctest', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/usedoctest.py', + 'PYMODULE'), + ('lxml.pyclasslookup', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/pyclasslookup.py', + 'PYMODULE'), + ('lxml.isoschematron', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/__init__.py', + 'PYMODULE'), + ('lxml.includes.libxslt', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/includes/libxslt/__init__.py', + 'PYMODULE'), + ('lxml.includes.libxml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/includes/libxml/__init__.py', + 'PYMODULE'), + ('lxml.includes.libexslt', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/includes/libexslt/__init__.py', + 'PYMODULE'), + ('lxml.includes.extlibs', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/includes/extlibs/__init__.py', + 'PYMODULE'), + ('lxml.includes', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/includes/__init__.py', + 'PYMODULE'), + ('lxml.html.usedoctest', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/usedoctest.py', + 'PYMODULE'), + ('lxml.html.soupparser', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/soupparser.py', + 'PYMODULE'), + ('html.entities', '/usr/lib/python3.10/html/entities.py', 'PYMODULE'), + ('html', '/usr/lib/python3.10/html/__init__.py', 'PYMODULE'), + ('lxml.html.html5parser', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/html5parser.py', + 'PYMODULE'), + ('lxml.html.formfill', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/formfill.py', + 'PYMODULE'), + ('difflib', '/usr/lib/python3.10/difflib.py', 'PYMODULE'), + ('lxml.html.defs', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/defs.py', + 'PYMODULE'), + ('lxml.html.clean', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/clean.py', + 'PYMODULE'), + ('lxml.html.builder', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/builder.py', + 'PYMODULE'), + ('lxml.html._setmixin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/_setmixin.py', + 'PYMODULE'), + ('lxml.html._html5builder', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/_html5builder.py', + 'PYMODULE'), + ('lxml.html._diffcommand', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/_diffcommand.py', + 'PYMODULE'), + ('lxml.html.ElementSoup', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/ElementSoup.py', + 'PYMODULE'), + ('lxml.html', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/__init__.py', + 'PYMODULE'), + ('webbrowser', '/usr/lib/python3.10/webbrowser.py', 'PYMODULE'), + ('glob', '/usr/lib/python3.10/glob.py', 'PYMODULE'), + ('lxml.doctestcompare', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/doctestcompare.py', + 'PYMODULE'), + ('cgi', '/usr/lib/python3.10/cgi.py', 'PYMODULE'), + ('doctest', '/usr/lib/python3.10/doctest.py', 'PYMODULE'), + ('unittest', '/usr/lib/python3.10/unittest/__init__.py', 'PYMODULE'), + ('unittest.async_case', + '/usr/lib/python3.10/unittest/async_case.py', + 'PYMODULE'), + ('unittest.signals', '/usr/lib/python3.10/unittest/signals.py', 'PYMODULE'), + ('unittest.main', '/usr/lib/python3.10/unittest/main.py', 'PYMODULE'), + ('unittest.runner', '/usr/lib/python3.10/unittest/runner.py', 'PYMODULE'), + ('unittest.loader', '/usr/lib/python3.10/unittest/loader.py', 'PYMODULE'), + ('unittest.suite', '/usr/lib/python3.10/unittest/suite.py', 'PYMODULE'), + ('unittest.case', '/usr/lib/python3.10/unittest/case.py', 'PYMODULE'), + ('unittest._log', '/usr/lib/python3.10/unittest/_log.py', 'PYMODULE'), + ('unittest.result', '/usr/lib/python3.10/unittest/result.py', 'PYMODULE'), + ('unittest.util', '/usr/lib/python3.10/unittest/util.py', 'PYMODULE'), + ('pdb', '/usr/lib/python3.10/pdb.py', 'PYMODULE'), + ('pydoc', '/usr/lib/python3.10/pydoc.py', 'PYMODULE'), + ('http.server', '/usr/lib/python3.10/http/server.py', 'PYMODULE'), + ('socketserver', '/usr/lib/python3.10/socketserver.py', 'PYMODULE'), + ('pydoc_data.topics', '/usr/lib/python3.10/pydoc_data/topics.py', 'PYMODULE'), + ('pydoc_data', '/usr/lib/python3.10/pydoc_data/__init__.py', 'PYMODULE'), + ('tty', '/usr/lib/python3.10/tty.py', 'PYMODULE'), + ('sysconfig', '/usr/lib/python3.10/sysconfig.py', 'PYMODULE'), + ('_sysconfigdata__x86_64-linux-gnu', + '/usr/lib/python3.10/_sysconfigdata__x86_64-linux-gnu.py', + 'PYMODULE'), + ('_aix_support', '/usr/lib/python3.10/_aix_support.py', 'PYMODULE'), + ('_bootsubprocess', '/usr/lib/python3.10/_bootsubprocess.py', 'PYMODULE'), + ('platform', '/usr/lib/python3.10/platform.py', 'PYMODULE'), + ('code', '/usr/lib/python3.10/code.py', 'PYMODULE'), + ('codeop', '/usr/lib/python3.10/codeop.py', 'PYMODULE'), + ('bdb', '/usr/lib/python3.10/bdb.py', 'PYMODULE'), + ('cmd', '/usr/lib/python3.10/cmd.py', 'PYMODULE'), + ('lxml.cssselect', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/cssselect.py', + 'PYMODULE'), + ('lxml.ElementInclude', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/ElementInclude.py', + 'PYMODULE'), + ('docx.oxml.text.pagebreak', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/text/pagebreak.py', + 'PYMODULE'), + ('docx.oxml.text', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/text/__init__.py', + 'PYMODULE'), + ('docx.oxml.text.font', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/text/font.py', + 'PYMODULE'), + ('docx.enum.dml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/enum/dml.py', + 'PYMODULE'), + ('docx.oxml.simpletypes', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/simpletypes.py', + 'PYMODULE'), + ('docx.oxml.parser', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/parser.py', + 'PYMODULE'), + ('docx.oxml.drawing', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/drawing.py', + 'PYMODULE'), + ('docx.dml.color', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/dml/color.py', + 'PYMODULE'), + ('docx.dml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/dml/__init__.py', + 'PYMODULE'), + ('docx.styles', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/styles/__init__.py', + 'PYMODULE'), + ('docx.oxml.styles', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/styles.py', + 'PYMODULE'), + ('docx.parts.document', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/document.py', + 'PYMODULE'), + ('docx.settings', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/settings.py', + 'PYMODULE'), + ('docx.oxml.settings', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/settings.py', + 'PYMODULE'), + ('docx.opc.coreprops', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/coreprops.py', + 'PYMODULE'), + ('docx.opc', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/__init__.py', + 'PYMODULE'), + ('docx.oxml.coreprops', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/coreprops.py', + 'PYMODULE'), + ('docx.comments', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/comments.py', + 'PYMODULE'), + ('docx.text.paragraph', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/text/paragraph.py', + 'PYMODULE'), + ('docx.text.run', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/text/run.py', + 'PYMODULE'), + ('docx.drawing', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/drawing/__init__.py', + 'PYMODULE'), + ('docx.text.pagebreak', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/text/pagebreak.py', + 'PYMODULE'), + ('docx.text.hyperlink', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/text/hyperlink.py', + 'PYMODULE'), + ('docx.oxml.comments', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/comments.py', + 'PYMODULE'), + ('docx.blkcntnr', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/blkcntnr.py', + 'PYMODULE'), + ('docx.table', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/table.py', + 'PYMODULE'), + ('docx.oxml.document', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/document.py', + 'PYMODULE'), + ('docx.shape', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/shape.py', + 'PYMODULE'), + ('docx.enum.shape', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/enum/shape.py', + 'PYMODULE'), + ('docx.parts.styles', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/styles.py', + 'PYMODULE'), + ('docx.opc.package', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/package.py', + 'PYMODULE'), + ('docx.opc.rel', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/rel.py', + 'PYMODULE'), + ('docx.opc.oxml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/oxml.py', + 'PYMODULE'), + ('docx.opc.pkgwriter', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/pkgwriter.py', + 'PYMODULE'), + ('docx.opc.spec', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/spec.py', + 'PYMODULE'), + ('docx.opc.shared', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/shared.py', + 'PYMODULE'), + ('docx.opc.phys_pkg', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/phys_pkg.py', + 'PYMODULE'), + ('docx.opc.exceptions', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/exceptions.py', + 'PYMODULE'), + ('docx.opc.pkgreader', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/pkgreader.py', + 'PYMODULE'), + ('docx.opc.parts.coreprops', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/parts/coreprops.py', + 'PYMODULE'), + ('docx.opc.parts', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/parts/__init__.py', + 'PYMODULE'), + ('docx.styles.styles', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/styles/styles.py', + 'PYMODULE'), + ('docx.styles.latent', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/styles/latent.py', + 'PYMODULE'), + ('docx.opc.packuri', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/packuri.py', + 'PYMODULE'), + ('docx.parts.settings', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/settings.py', + 'PYMODULE'), + ('docx.package', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/package.py', + 'PYMODULE'), + ('docx.parts.image', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/image.py', + 'PYMODULE'), + ('docx.parts.numbering', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/numbering.py', + 'PYMODULE'), + ('docx.parts.hdrftr', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/hdrftr.py', + 'PYMODULE'), + ('docx.parts.comments', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/comments.py', + 'PYMODULE'), + ('docx.document', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/document.py', + 'PYMODULE'), + ('docx.section', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/section.py', + 'PYMODULE'), + ('docx.parts', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/__init__.py', + 'PYMODULE'), + ('docx.image.image', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/image.py', + 'PYMODULE'), + ('docx.image', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/__init__.py', + 'PYMODULE'), + ('docx.image.tiff', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/tiff.py', + 'PYMODULE'), + ('docx.image.helpers', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/helpers.py', + 'PYMODULE'), + ('docx.image.constants', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/constants.py', + 'PYMODULE'), + ('docx.image.png', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/png.py', + 'PYMODULE'), + ('docx.image.jpeg', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/jpeg.py', + 'PYMODULE'), + ('docx.image.gif', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/gif.py', + 'PYMODULE'), + ('docx.image.bmp', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/bmp.py', + 'PYMODULE'), + ('docx.image.exceptions', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/exceptions.py', + 'PYMODULE'), + ('docx.enum.style', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/enum/style.py', + 'PYMODULE'), + ('docx.oxml.shape', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/shape.py', + 'PYMODULE'), + ('docx.opc.constants', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/constants.py', + 'PYMODULE'), + ('docx.oxml.xmlchemy', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/xmlchemy.py', + 'PYMODULE'), + ('docx.oxml.exceptions', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/exceptions.py', + 'PYMODULE'), + ('docx.opc.part', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/part.py', + 'PYMODULE'), + ('docx.types', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/types.py', + 'PYMODULE'), + ('docx', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/__init__.py', + 'PYMODULE'), + ('docx.api', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/api.py', + 'PYMODULE'), + ('__future__', '/usr/lib/python3.10/__future__.py', 'PYMODULE'), + ('docx.enum.table', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/enum/table.py', + 'PYMODULE'), + ('docx.oxml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/__init__.py', + 'PYMODULE'), + ('docx.oxml.numbering', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/numbering.py', + 'PYMODULE'), + ('docx.oxml.ns', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/ns.py', + 'PYMODULE'), + ('docx.oxml.shared', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/shared.py', + 'PYMODULE'), + ('asyncio', '/usr/lib/python3.10/asyncio/__init__.py', 'PYMODULE'), + ('asyncio.unix_events', + '/usr/lib/python3.10/asyncio/unix_events.py', + 'PYMODULE'), + ('asyncio.windows_events', + '/usr/lib/python3.10/asyncio/windows_events.py', + 'PYMODULE'), + ('asyncio.windows_utils', + '/usr/lib/python3.10/asyncio/windows_utils.py', + 'PYMODULE'), + ('asyncio.selector_events', + '/usr/lib/python3.10/asyncio/selector_events.py', + 'PYMODULE'), + ('asyncio.proactor_events', + '/usr/lib/python3.10/asyncio/proactor_events.py', + 'PYMODULE'), + ('asyncio.base_subprocess', + '/usr/lib/python3.10/asyncio/base_subprocess.py', + 'PYMODULE'), + ('asyncio.threads', '/usr/lib/python3.10/asyncio/threads.py', 'PYMODULE'), + ('asyncio.subprocess', + '/usr/lib/python3.10/asyncio/subprocess.py', + 'PYMODULE'), + ('asyncio.streams', '/usr/lib/python3.10/asyncio/streams.py', 'PYMODULE'), + ('asyncio.queues', '/usr/lib/python3.10/asyncio/queues.py', 'PYMODULE'), + ('asyncio.runners', '/usr/lib/python3.10/asyncio/runners.py', 'PYMODULE'), + ('asyncio.base_events', + '/usr/lib/python3.10/asyncio/base_events.py', + 'PYMODULE'), + ('concurrent.futures', + '/usr/lib/python3.10/concurrent/futures/__init__.py', + 'PYMODULE'), + ('concurrent.futures.thread', + '/usr/lib/python3.10/concurrent/futures/thread.py', + 'PYMODULE'), + ('concurrent.futures.process', + '/usr/lib/python3.10/concurrent/futures/process.py', + 'PYMODULE'), + ('concurrent.futures._base', + '/usr/lib/python3.10/concurrent/futures/_base.py', + 'PYMODULE'), + ('concurrent', '/usr/lib/python3.10/concurrent/__init__.py', 'PYMODULE'), + ('asyncio.trsock', '/usr/lib/python3.10/asyncio/trsock.py', 'PYMODULE'), + ('asyncio.staggered', '/usr/lib/python3.10/asyncio/staggered.py', 'PYMODULE'), + ('asyncio.tasks', '/usr/lib/python3.10/asyncio/tasks.py', 'PYMODULE'), + ('asyncio.locks', '/usr/lib/python3.10/asyncio/locks.py', 'PYMODULE'), + ('asyncio.base_tasks', + '/usr/lib/python3.10/asyncio/base_tasks.py', + 'PYMODULE'), + ('asyncio.mixins', '/usr/lib/python3.10/asyncio/mixins.py', 'PYMODULE'), + ('asyncio.sslproto', '/usr/lib/python3.10/asyncio/sslproto.py', 'PYMODULE'), + ('asyncio.transports', + '/usr/lib/python3.10/asyncio/transports.py', + 'PYMODULE'), + ('asyncio.protocols', '/usr/lib/python3.10/asyncio/protocols.py', 'PYMODULE'), + ('asyncio.futures', '/usr/lib/python3.10/asyncio/futures.py', 'PYMODULE'), + ('asyncio.exceptions', + '/usr/lib/python3.10/asyncio/exceptions.py', + 'PYMODULE'), + ('asyncio.events', '/usr/lib/python3.10/asyncio/events.py', 'PYMODULE'), + ('tools.dataproccess', + '/home/dtyx/桌面/yhh/Report_Generate_Server/tools/dataproccess.py', + 'PYMODULE'), + ('tools.Get_Json', + '/home/dtyx/桌面/yhh/Report_Generate_Server/tools/Get_Json.py', + 'PYMODULE'), + ('tools.API', + '/home/dtyx/桌面/yhh/Report_Generate_Server/tools/API.py', + 'PYMODULE'), + ('json', '/usr/lib/python3.10/json/__init__.py', 'PYMODULE'), + ('json.encoder', '/usr/lib/python3.10/json/encoder.py', 'PYMODULE'), + ('json.decoder', '/usr/lib/python3.10/json/decoder.py', 'PYMODULE'), + ('json.scanner', '/usr/lib/python3.10/json/scanner.py', 'PYMODULE'), + ('requests', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/__init__.py', + 'PYMODULE'), + ('requests.status_codes', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/status_codes.py', + 'PYMODULE'), + ('requests.structures', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/structures.py', + 'PYMODULE'), + ('requests.compat', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/compat.py', + 'PYMODULE'), + ('http.cookies', '/usr/lib/python3.10/http/cookies.py', 'PYMODULE'), + ('requests.models', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/models.py', + 'PYMODULE'), + ('idna', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/idna/__init__.py', + 'PYMODULE'), + ('idna.package_data', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/idna/package_data.py', + 'PYMODULE'), + ('idna.intranges', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/idna/intranges.py', + 'PYMODULE'), + ('idna.core', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/idna/core.py', + 'PYMODULE'), + ('idna.uts46data', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/idna/uts46data.py', + 'PYMODULE'), + ('idna.idnadata', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/idna/idnadata.py', + 'PYMODULE'), + ('requests.hooks', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/hooks.py', + 'PYMODULE'), + ('requests.cookies', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/cookies.py', + 'PYMODULE'), + ('requests.auth', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/auth.py', + 'PYMODULE'), + ('requests._internal_utils', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/_internal_utils.py', + 'PYMODULE'), + ('urllib3.util', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/__init__.py', + 'PYMODULE'), + ('urllib3.util.wait', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/wait.py', + 'PYMODULE'), + ('urllib3.util.url', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/url.py', + 'PYMODULE'), + ('urllib3.util.util', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/util.py', + 'PYMODULE'), + ('urllib3.util.timeout', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/timeout.py', + 'PYMODULE'), + ('urllib3.util.ssl_', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/ssl_.py', + 'PYMODULE'), + ('urllib3.util.ssltransport', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/ssltransport.py', + 'PYMODULE'), + ('urllib3.util.retry', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/retry.py', + 'PYMODULE'), + ('urllib3.response', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/response.py', + 'PYMODULE'), + ('urllib3.connection', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/connection.py', + 'PYMODULE'), + ('urllib3.util.ssl_match_hostname', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/ssl_match_hostname.py', + 'PYMODULE'), + ('urllib3._version', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/_version.py', + 'PYMODULE'), + ('urllib3.http2.probe', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/http2/probe.py', + 'PYMODULE'), + ('urllib3.http2', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/http2/__init__.py', + 'PYMODULE'), + ('urllib3.http2.connection', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/http2/connection.py', + 'PYMODULE'), + ('urllib3._collections', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/_collections.py', + 'PYMODULE'), + ('urllib3._base_connection', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/_base_connection.py', + 'PYMODULE'), + ('urllib3.connectionpool', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py', + 'PYMODULE'), + ('urllib3.util.proxy', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/proxy.py', + 'PYMODULE'), + ('urllib3._request_methods', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/_request_methods.py', + 'PYMODULE'), + ('urllib3.util.response', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/response.py', + 'PYMODULE'), + ('urllib3.util.request', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/request.py', + 'PYMODULE'), + ('urllib3.util.connection', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/connection.py', + 'PYMODULE'), + ('urllib3.filepost', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/filepost.py', + 'PYMODULE'), + ('urllib3.fields', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/fields.py', + 'PYMODULE'), + ('requests.api', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/api.py', + 'PYMODULE'), + ('requests.sessions', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/sessions.py', + 'PYMODULE'), + ('requests.adapters', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/adapters.py', + 'PYMODULE'), + ('urllib3.contrib.socks', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/contrib/socks.py', + 'PYMODULE'), + ('urllib3.poolmanager', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/poolmanager.py', + 'PYMODULE'), + ('requests.__version__', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/__version__.py', + 'PYMODULE'), + ('requests.utils', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/utils.py', + 'PYMODULE'), + ('requests.certs', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/certs.py', + 'PYMODULE'), + ('certifi', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/certifi/__init__.py', + 'PYMODULE'), + ('certifi.core', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/certifi/core.py', + 'PYMODULE'), + ('importlib.resources', + '/usr/lib/python3.10/importlib/resources.py', + 'PYMODULE'), + ('requests.packages', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/packages.py', + 'PYMODULE'), + ('urllib3.exceptions', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/exceptions.py', + 'PYMODULE'), + ('urllib3.contrib.pyopenssl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/contrib/pyopenssl.py', + 'PYMODULE'), + ('urllib3.contrib', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/contrib/__init__.py', + 'PYMODULE'), + ('charset_normalizer', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/__init__.py', + 'PYMODULE'), + ('charset_normalizer.version', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/version.py', + 'PYMODULE'), + ('charset_normalizer.utils', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/utils.py', + 'PYMODULE'), + ('charset_normalizer.constant', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/constant.py', + 'PYMODULE'), + ('charset_normalizer.models', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/models.py', + 'PYMODULE'), + ('charset_normalizer.cd', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/cd.py', + 'PYMODULE'), + ('charset_normalizer.legacy', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/legacy.py', + 'PYMODULE'), + ('charset_normalizer.api', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/api.py', + 'PYMODULE'), + ('requests.exceptions', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/exceptions.py', + 'PYMODULE'), + ('urllib3', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/__init__.py', + 'PYMODULE'), + ('urllib3.contrib.emscripten', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/__init__.py', + 'PYMODULE'), + ('urllib3.contrib.emscripten.connection', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/connection.py', + 'PYMODULE'), + ('urllib3.contrib.emscripten.response', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/response.py', + 'PYMODULE'), + ('urllib3.contrib.emscripten.request', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/request.py', + 'PYMODULE'), + ('urllib3.contrib.emscripten.fetch', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/fetch.py', + 'PYMODULE'), + ('tools.get_pictures', + '/home/dtyx/桌面/yhh/Report_Generate_Server/tools/get_pictures.py', + 'PYMODULE'), + ('PIL.Image', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/Image.py', + 'PYMODULE'), + ('PIL.XpmImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/XpmImagePlugin.py', + 'PYMODULE'), + ('PIL.XbmImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/XbmImagePlugin.py', + 'PYMODULE'), + ('PIL.XVThumbImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/XVThumbImagePlugin.py', + 'PYMODULE'), + ('PIL.WmfImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/WmfImagePlugin.py', + 'PYMODULE'), + ('PIL.WebPImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/WebPImagePlugin.py', + 'PYMODULE'), + ('PIL.TgaImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/TgaImagePlugin.py', + 'PYMODULE'), + ('PIL.SunImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/SunImagePlugin.py', + 'PYMODULE'), + ('PIL.SpiderImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/SpiderImagePlugin.py', + 'PYMODULE'), + ('PIL.ImageTk', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageTk.py', + 'PYMODULE'), + ('PIL.SgiImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/SgiImagePlugin.py', + 'PYMODULE'), + ('PIL.QoiImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/QoiImagePlugin.py', + 'PYMODULE'), + ('PIL.PsdImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PsdImagePlugin.py', + 'PYMODULE'), + ('PIL.PixarImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PixarImagePlugin.py', + 'PYMODULE'), + ('PIL.PdfImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PdfImagePlugin.py', + 'PYMODULE'), + ('PIL.features', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/features.py', + 'PYMODULE'), + ('PIL.PdfParser', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PdfParser.py', + 'PYMODULE'), + ('PIL.ImageSequence', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageSequence.py', + 'PYMODULE'), + ('PIL.PcxImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PcxImagePlugin.py', + 'PYMODULE'), + ('PIL.PcdImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PcdImagePlugin.py', + 'PYMODULE'), + ('PIL.PalmImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PalmImagePlugin.py', + 'PYMODULE'), + ('PIL.MspImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/MspImagePlugin.py', + 'PYMODULE'), + ('PIL.MpoImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/MpoImagePlugin.py', + 'PYMODULE'), + ('PIL.MpegImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/MpegImagePlugin.py', + 'PYMODULE'), + ('PIL.MicImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/MicImagePlugin.py', + 'PYMODULE'), + ('PIL.McIdasImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/McIdasImagePlugin.py', + 'PYMODULE'), + ('PIL.Jpeg2KImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/Jpeg2KImagePlugin.py', + 'PYMODULE'), + ('PIL.IptcImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/IptcImagePlugin.py', + 'PYMODULE'), + ('PIL.ImtImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImtImagePlugin.py', + 'PYMODULE'), + ('PIL.ImImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImImagePlugin.py', + 'PYMODULE'), + ('PIL.IcoImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/IcoImagePlugin.py', + 'PYMODULE'), + ('PIL.IcnsImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/IcnsImagePlugin.py', + 'PYMODULE'), + ('PIL.Hdf5StubImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/Hdf5StubImagePlugin.py', + 'PYMODULE'), + ('PIL.GribStubImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/GribStubImagePlugin.py', + 'PYMODULE'), + ('PIL.GbrImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/GbrImagePlugin.py', + 'PYMODULE'), + ('PIL.FtexImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/FtexImagePlugin.py', + 'PYMODULE'), + ('PIL.FpxImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/FpxImagePlugin.py', + 'PYMODULE'), + ('PIL.FliImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/FliImagePlugin.py', + 'PYMODULE'), + ('PIL.FitsImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/FitsImagePlugin.py', + 'PYMODULE'), + ('PIL.EpsImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/EpsImagePlugin.py', + 'PYMODULE'), + ('PIL.DdsImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/DdsImagePlugin.py', + 'PYMODULE'), + ('PIL.DcxImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/DcxImagePlugin.py', + 'PYMODULE'), + ('PIL.CurImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/CurImagePlugin.py', + 'PYMODULE'), + ('PIL.BufrStubImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/BufrStubImagePlugin.py', + 'PYMODULE'), + ('PIL.BlpImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/BlpImagePlugin.py', + 'PYMODULE'), + ('PIL.AvifImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/AvifImagePlugin.py', + 'PYMODULE'), + ('PIL.ImageShow', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageShow.py', + 'PYMODULE'), + ('PIL.ImageColor', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageColor.py', + 'PYMODULE'), + ('colorsys', '/usr/lib/python3.10/colorsys.py', 'PYMODULE'), + ('PIL.ImageCms', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageCms.py', + 'PYMODULE'), + ('PIL.ImageWin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageWin.py', + 'PYMODULE'), + ('PIL.PngImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PngImagePlugin.py', + 'PYMODULE'), + ('PIL.ImageChops', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageChops.py', + 'PYMODULE'), + ('PIL.PpmImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PpmImagePlugin.py', + 'PYMODULE'), + ('PIL.JpegImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/JpegImagePlugin.py', + 'PYMODULE'), + ('PIL.JpegPresets', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/JpegPresets.py', + 'PYMODULE'), + ('PIL.GifImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/GifImagePlugin.py', + 'PYMODULE'), + ('PIL.ImageOps', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageOps.py', + 'PYMODULE'), + ('PIL.ImageMath', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageMath.py', + 'PYMODULE'), + ('PIL.BmpImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/BmpImagePlugin.py', + 'PYMODULE'), + ('PIL._typing', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_typing.py', + 'PYMODULE'), + ('PIL.TiffImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/TiffImagePlugin.py', + 'PYMODULE'), + ('PIL.ImageQt', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageQt.py', + 'PYMODULE'), + ('PIL.ImagePalette', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImagePalette.py', + 'PYMODULE'), + ('PIL.PaletteFile', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PaletteFile.py', + 'PYMODULE'), + ('PIL.GimpPaletteFile', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/GimpPaletteFile.py', + 'PYMODULE'), + ('PIL.GimpGradientFile', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/GimpGradientFile.py', + 'PYMODULE'), + ('PIL.ImageFilter', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageFilter.py', + 'PYMODULE'), + ('PIL.ImageFile', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageFile.py', + 'PYMODULE'), + ('xml.etree.ElementTree', + '/usr/lib/python3.10/xml/etree/ElementTree.py', + 'PYMODULE'), + ('xml.etree.cElementTree', + '/usr/lib/python3.10/xml/etree/cElementTree.py', + 'PYMODULE'), + ('xml.etree.ElementInclude', + '/usr/lib/python3.10/xml/etree/ElementInclude.py', + 'PYMODULE'), + ('xml.etree.ElementPath', + '/usr/lib/python3.10/xml/etree/ElementPath.py', + 'PYMODULE'), + ('xml.etree', '/usr/lib/python3.10/xml/etree/__init__.py', 'PYMODULE'), + ('PIL._util', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_util.py', + 'PYMODULE'), + ('PIL._deprecate', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_deprecate.py', + 'PYMODULE'), + ('PIL._binary', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_binary.py', + 'PYMODULE'), + ('PIL.TiffTags', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/TiffTags.py', + 'PYMODULE'), + ('PIL.ImageMode', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageMode.py', + 'PYMODULE'), + ('PIL.ExifTags', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ExifTags.py', + 'PYMODULE'), + ('PIL', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/__init__.py', + 'PYMODULE'), + ('PIL._version', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_version.py', + 'PYMODULE'), + ('tools.content_tools', + '/home/dtyx/桌面/yhh/Report_Generate_Server/tools/content_tools.py', + 'PYMODULE'), + ('core.styles', + '/home/dtyx/桌面/yhh/Report_Generate_Server/core/styles.py', + 'PYMODULE'), + ('utils.document_utils', + '/home/dtyx/桌面/yhh/Report_Generate_Server/utils/document_utils.py', + 'PYMODULE'), + ('utils', + '/home/dtyx/桌面/yhh/Report_Generate_Server/utils/__init__.py', + 'PYMODULE'), + ('utils.file_utils', + '/home/dtyx/桌面/yhh/Report_Generate_Server/utils/file_utils.py', + 'PYMODULE'), + ('tools.document_tools', + '/home/dtyx/桌面/yhh/Report_Generate_Server/tools/document_tools.py', + 'PYMODULE')], + [('libpython3.10.so.1.0', + '/lib/x86_64-linux-gnu/libpython3.10.so.1.0', + 'BINARY'), + ('lib-dynload/_posixshmem.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_posixshmem.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/termios.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/termios.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_ssl.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_ssl.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_contextvars.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_contextvars.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/resource.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/resource.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/mmap.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/mmap.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_ctypes.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_ctypes.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_multibytecodec.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_jp.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_jp.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_kr.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_kr.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_iso2022.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_iso2022.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_cn.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_cn.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_tw.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_tw.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_hk.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_hk.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/etree.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/etree.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/_elementpath.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/_elementpath.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/sax.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/sax.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/objectify.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/objectify.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/html/diff.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/diff.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/html/_difflib.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/_difflib.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/readline.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/readline.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/builder.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/builder.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_asyncio.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_asyncio.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_json.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_json.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('charset_normalizer/md.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_webp.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_webp.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_imagingtk.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_imagingtk.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_avif.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_avif.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_imagingcms.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_imagingcms.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_imagingmath.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_imagingmath.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_imaging.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_imaging.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('libz.so.1', '/lib/x86_64-linux-gnu/libz.so.1', 'BINARY'), + ('libexpat.so.1', '/lib/x86_64-linux-gnu/libexpat.so.1', 'BINARY'), + ('libcrypto.so.3', '/lib/x86_64-linux-gnu/libcrypto.so.3', 'BINARY'), + ('libssl.so.3', '/lib/x86_64-linux-gnu/libssl.so.3', 'BINARY'), + ('libmpdec.so.3', '/lib/x86_64-linux-gnu/libmpdec.so.3', 'BINARY'), + ('liblzma.so.5', '/lib/x86_64-linux-gnu/liblzma.so.5', 'BINARY'), + ('libbz2.so.1.0', '/lib/x86_64-linux-gnu/libbz2.so.1.0', 'BINARY'), + ('libffi.so.8', '/lib/x86_64-linux-gnu/libffi.so.8', 'BINARY'), + ('libreadline.so.8', '/lib/x86_64-linux-gnu/libreadline.so.8', 'BINARY'), + ('libtinfo.so.6', '/lib/x86_64-linux-gnu/libtinfo.so.6', 'BINARY'), + ('pillow.libs/libwebp-5f0275c0.so.7.1.10', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libwebp-5f0275c0.so.7.1.10', + 'BINARY'), + ('pillow.libs/libwebpdemux-efaed568.so.2.0.16', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libwebpdemux-efaed568.so.2.0.16', + 'BINARY'), + ('pillow.libs/libwebpmux-6f2b1ad9.so.3.1.1', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libwebpmux-6f2b1ad9.so.3.1.1', + 'BINARY'), + ('pillow.libs/libsharpyuv-60a7c00b.so.0.1.1', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libsharpyuv-60a7c00b.so.0.1.1', + 'BINARY'), + ('libgcc_s.so.1', '/lib/x86_64-linux-gnu/libgcc_s.so.1', 'BINARY'), + ('pillow.libs/libavif-01e67780.so.16.3.0', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libavif-01e67780.so.16.3.0', + 'BINARY'), + ('libstdc++.so.6', '/lib/x86_64-linux-gnu/libstdc++.so.6', 'BINARY'), + ('pillow.libs/liblcms2-cc10e42f.so.2.0.17', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/liblcms2-cc10e42f.so.2.0.17', + 'BINARY'), + ('pillow.libs/liblzma-64b7ab39.so.5.8.1', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/liblzma-64b7ab39.so.5.8.1', + 'BINARY'), + ('pillow.libs/libxcb-64009ff3.so.1.1.0', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libxcb-64009ff3.so.1.1.0', + 'BINARY'), + ('pillow.libs/libjpeg-8a13c6e0.so.62.4.0', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libjpeg-8a13c6e0.so.62.4.0', + 'BINARY'), + ('pillow.libs/libXau-154567c4.so.6.0.0', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libXau-154567c4.so.6.0.0', + 'BINARY'), + ('pillow.libs/libopenjp2-56811f71.so.2.5.3', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libopenjp2-56811f71.so.2.5.3', + 'BINARY'), + ('pillow.libs/libtiff-13a02c81.so.6.1.0', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libtiff-13a02c81.so.6.1.0', + 'BINARY')], + [], + [], + [('lxml/isoschematron/resources/rng/iso-schematron.rng', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/rng/iso-schematron.rng', + 'DATA'), + ('lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl', + 'DATA'), + ('docx/templates/default-docx-template/docProps/app.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/docProps/app.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/fontTable.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/fontTable.xml', + 'DATA'), + ('docx/templates/default-footer.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-footer.xml', + 'DATA'), + ('docx/templates/default-docx-template/customXml/_rels/item1.xml.rels', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/customXml/_rels/item1.xml.rels', + 'DATA'), + ('docx/templates/default-comments.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-comments.xml', + 'DATA'), + ('docx/templates/default.docx', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default.docx', + 'DATA'), + ('docx/templates/default-docx-template/docProps/core.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/docProps/core.xml', + 'DATA'), + ('docx/templates/default-docx-template/customXml/itemProps1.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/customXml/itemProps1.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/theme/theme1.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/theme/theme1.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/stylesWithEffects.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/stylesWithEffects.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/_rels/document.xml.rels', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/_rels/document.xml.rels', + 'DATA'), + ('docx/templates/default-docx-template/word/webSettings.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/webSettings.xml', + 'DATA'), + ('docx/templates/default-docx-template/docProps/thumbnail.jpeg', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/docProps/thumbnail.jpeg', + 'DATA'), + ('docx/templates/default-header.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-header.xml', + 'DATA'), + ('docx/templates/default-settings.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-settings.xml', + 'DATA'), + ('docx/py.typed', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/py.typed', + 'DATA'), + ('docx/templates/default-docx-template/[Content_Types].xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/[Content_Types].xml', + 'DATA'), + ('docx/templates/default-docx-template/word/settings.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/settings.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/styles.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/styles.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/numbering.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/numbering.xml', + 'DATA'), + ('docx/templates/default-docx-template/customXml/item1.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/customXml/item1.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/document.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/document.xml', + 'DATA'), + ('docx/templates/default-styles.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-styles.xml', + 'DATA'), + ('docx/templates/default-docx-template/_rels/.rels', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/_rels/.rels', + 'DATA'), + ('certifi/cacert.pem', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/certifi/cacert.pem', + 'DATA'), + ('certifi/py.typed', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/certifi/py.typed', + 'DATA'), + ('base_library.zip', + '/home/dtyx/桌面/yhh/Report_Generate_Server/build/build/base_library.zip', + 'DATA'), + ('libwebp-5f0275c0.so.7.1.10', + 'pillow.libs/libwebp-5f0275c0.so.7.1.10', + 'SYMLINK'), + ('libwebpdemux-efaed568.so.2.0.16', + 'pillow.libs/libwebpdemux-efaed568.so.2.0.16', + 'SYMLINK'), + ('libwebpmux-6f2b1ad9.so.3.1.1', + 'pillow.libs/libwebpmux-6f2b1ad9.so.3.1.1', + 'SYMLINK'), + ('libsharpyuv-60a7c00b.so.0.1.1', + 'pillow.libs/libsharpyuv-60a7c00b.so.0.1.1', + 'SYMLINK'), + ('libavif-01e67780.so.16.3.0', + 'pillow.libs/libavif-01e67780.so.16.3.0', + 'SYMLINK'), + ('liblcms2-cc10e42f.so.2.0.17', + 'pillow.libs/liblcms2-cc10e42f.so.2.0.17', + 'SYMLINK'), + ('liblzma-64b7ab39.so.5.8.1', + 'pillow.libs/liblzma-64b7ab39.so.5.8.1', + 'SYMLINK'), + ('libxcb-64009ff3.so.1.1.0', + 'pillow.libs/libxcb-64009ff3.so.1.1.0', + 'SYMLINK'), + ('libjpeg-8a13c6e0.so.62.4.0', + 'pillow.libs/libjpeg-8a13c6e0.so.62.4.0', + 'SYMLINK'), + ('libXau-154567c4.so.6.0.0', + 'pillow.libs/libXau-154567c4.so.6.0.0', + 'SYMLINK'), + ('libopenjp2-56811f71.so.2.5.3', + 'pillow.libs/libopenjp2-56811f71.so.2.5.3', + 'SYMLINK'), + ('libtiff-13a02c81.so.6.1.0', + 'pillow.libs/libtiff-13a02c81.so.6.1.0', + 'SYMLINK')], + [('sre_constants', '/usr/lib/python3.10/sre_constants.py', 'PYMODULE'), + ('warnings', '/usr/lib/python3.10/warnings.py', 'PYMODULE'), + ('types', '/usr/lib/python3.10/types.py', 'PYMODULE'), + ('heapq', '/usr/lib/python3.10/heapq.py', 'PYMODULE'), + ('io', '/usr/lib/python3.10/io.py', 'PYMODULE'), + ('_collections_abc', '/usr/lib/python3.10/_collections_abc.py', 'PYMODULE'), + ('weakref', '/usr/lib/python3.10/weakref.py', 'PYMODULE'), + ('genericpath', '/usr/lib/python3.10/genericpath.py', 'PYMODULE'), + ('stat', '/usr/lib/python3.10/stat.py', 'PYMODULE'), + ('sre_compile', '/usr/lib/python3.10/sre_compile.py', 'PYMODULE'), + ('posixpath', '/usr/lib/python3.10/posixpath.py', 'PYMODULE'), + ('encodings.zlib_codec', + '/usr/lib/python3.10/encodings/zlib_codec.py', + 'PYMODULE'), + ('encodings.uu_codec', + '/usr/lib/python3.10/encodings/uu_codec.py', + 'PYMODULE'), + ('encodings.utf_8_sig', + '/usr/lib/python3.10/encodings/utf_8_sig.py', + 'PYMODULE'), + ('encodings.utf_8', '/usr/lib/python3.10/encodings/utf_8.py', 'PYMODULE'), + ('encodings.utf_7', '/usr/lib/python3.10/encodings/utf_7.py', 'PYMODULE'), + ('encodings.utf_32_le', + '/usr/lib/python3.10/encodings/utf_32_le.py', + 'PYMODULE'), + ('encodings.utf_32_be', + '/usr/lib/python3.10/encodings/utf_32_be.py', + 'PYMODULE'), + ('encodings.utf_32', '/usr/lib/python3.10/encodings/utf_32.py', 'PYMODULE'), + ('encodings.utf_16_le', + '/usr/lib/python3.10/encodings/utf_16_le.py', + 'PYMODULE'), + ('encodings.utf_16_be', + '/usr/lib/python3.10/encodings/utf_16_be.py', + 'PYMODULE'), + ('encodings.utf_16', '/usr/lib/python3.10/encodings/utf_16.py', 'PYMODULE'), + ('encodings.unicode_escape', + '/usr/lib/python3.10/encodings/unicode_escape.py', + 'PYMODULE'), + ('encodings.undefined', + '/usr/lib/python3.10/encodings/undefined.py', + 'PYMODULE'), + ('encodings.tis_620', '/usr/lib/python3.10/encodings/tis_620.py', 'PYMODULE'), + ('encodings.shift_jisx0213', + '/usr/lib/python3.10/encodings/shift_jisx0213.py', + 'PYMODULE'), + ('encodings.shift_jis_2004', + '/usr/lib/python3.10/encodings/shift_jis_2004.py', + 'PYMODULE'), + ('encodings.shift_jis', + '/usr/lib/python3.10/encodings/shift_jis.py', + 'PYMODULE'), + ('encodings.rot_13', '/usr/lib/python3.10/encodings/rot_13.py', 'PYMODULE'), + ('encodings.raw_unicode_escape', + '/usr/lib/python3.10/encodings/raw_unicode_escape.py', + 'PYMODULE'), + ('encodings.quopri_codec', + '/usr/lib/python3.10/encodings/quopri_codec.py', + 'PYMODULE'), + ('encodings.punycode', + '/usr/lib/python3.10/encodings/punycode.py', + 'PYMODULE'), + ('encodings.ptcp154', '/usr/lib/python3.10/encodings/ptcp154.py', 'PYMODULE'), + ('encodings.palmos', '/usr/lib/python3.10/encodings/palmos.py', 'PYMODULE'), + ('encodings.oem', '/usr/lib/python3.10/encodings/oem.py', 'PYMODULE'), + ('encodings.mbcs', '/usr/lib/python3.10/encodings/mbcs.py', 'PYMODULE'), + ('encodings.mac_turkish', + '/usr/lib/python3.10/encodings/mac_turkish.py', + 'PYMODULE'), + ('encodings.mac_romanian', + '/usr/lib/python3.10/encodings/mac_romanian.py', + 'PYMODULE'), + ('encodings.mac_roman', + '/usr/lib/python3.10/encodings/mac_roman.py', + 'PYMODULE'), + ('encodings.mac_latin2', + '/usr/lib/python3.10/encodings/mac_latin2.py', + 'PYMODULE'), + ('encodings.mac_iceland', + '/usr/lib/python3.10/encodings/mac_iceland.py', + 'PYMODULE'), + ('encodings.mac_greek', + '/usr/lib/python3.10/encodings/mac_greek.py', + 'PYMODULE'), + ('encodings.mac_farsi', + '/usr/lib/python3.10/encodings/mac_farsi.py', + 'PYMODULE'), + ('encodings.mac_cyrillic', + '/usr/lib/python3.10/encodings/mac_cyrillic.py', + 'PYMODULE'), + ('encodings.mac_croatian', + '/usr/lib/python3.10/encodings/mac_croatian.py', + 'PYMODULE'), + ('encodings.mac_arabic', + '/usr/lib/python3.10/encodings/mac_arabic.py', + 'PYMODULE'), + ('encodings.latin_1', '/usr/lib/python3.10/encodings/latin_1.py', 'PYMODULE'), + ('encodings.kz1048', '/usr/lib/python3.10/encodings/kz1048.py', 'PYMODULE'), + ('encodings.koi8_u', '/usr/lib/python3.10/encodings/koi8_u.py', 'PYMODULE'), + ('encodings.koi8_t', '/usr/lib/python3.10/encodings/koi8_t.py', 'PYMODULE'), + ('encodings.koi8_r', '/usr/lib/python3.10/encodings/koi8_r.py', 'PYMODULE'), + ('encodings.johab', '/usr/lib/python3.10/encodings/johab.py', 'PYMODULE'), + ('encodings.iso8859_9', + '/usr/lib/python3.10/encodings/iso8859_9.py', + 'PYMODULE'), + ('encodings.iso8859_8', + '/usr/lib/python3.10/encodings/iso8859_8.py', + 'PYMODULE'), + ('encodings.iso8859_7', + '/usr/lib/python3.10/encodings/iso8859_7.py', + 'PYMODULE'), + ('encodings.iso8859_6', + '/usr/lib/python3.10/encodings/iso8859_6.py', + 'PYMODULE'), + ('encodings.iso8859_5', + '/usr/lib/python3.10/encodings/iso8859_5.py', + 'PYMODULE'), + ('encodings.iso8859_4', + '/usr/lib/python3.10/encodings/iso8859_4.py', + 'PYMODULE'), + ('encodings.iso8859_3', + '/usr/lib/python3.10/encodings/iso8859_3.py', + 'PYMODULE'), + ('encodings.iso8859_2', + '/usr/lib/python3.10/encodings/iso8859_2.py', + 'PYMODULE'), + ('encodings.iso8859_16', + '/usr/lib/python3.10/encodings/iso8859_16.py', + 'PYMODULE'), + ('encodings.iso8859_15', + '/usr/lib/python3.10/encodings/iso8859_15.py', + 'PYMODULE'), + ('encodings.iso8859_14', + '/usr/lib/python3.10/encodings/iso8859_14.py', + 'PYMODULE'), + ('encodings.iso8859_13', + '/usr/lib/python3.10/encodings/iso8859_13.py', + 'PYMODULE'), + ('encodings.iso8859_11', + '/usr/lib/python3.10/encodings/iso8859_11.py', + 'PYMODULE'), + ('encodings.iso8859_10', + '/usr/lib/python3.10/encodings/iso8859_10.py', + 'PYMODULE'), + ('encodings.iso8859_1', + '/usr/lib/python3.10/encodings/iso8859_1.py', + 'PYMODULE'), + ('encodings.iso2022_kr', + '/usr/lib/python3.10/encodings/iso2022_kr.py', + 'PYMODULE'), + ('encodings.iso2022_jp_ext', + '/usr/lib/python3.10/encodings/iso2022_jp_ext.py', + 'PYMODULE'), + ('encodings.iso2022_jp_3', + '/usr/lib/python3.10/encodings/iso2022_jp_3.py', + 'PYMODULE'), + ('encodings.iso2022_jp_2004', + '/usr/lib/python3.10/encodings/iso2022_jp_2004.py', + 'PYMODULE'), + ('encodings.iso2022_jp_2', + '/usr/lib/python3.10/encodings/iso2022_jp_2.py', + 'PYMODULE'), + ('encodings.iso2022_jp_1', + '/usr/lib/python3.10/encodings/iso2022_jp_1.py', + 'PYMODULE'), + ('encodings.iso2022_jp', + '/usr/lib/python3.10/encodings/iso2022_jp.py', + 'PYMODULE'), + ('encodings.idna', '/usr/lib/python3.10/encodings/idna.py', 'PYMODULE'), + ('encodings.hz', '/usr/lib/python3.10/encodings/hz.py', 'PYMODULE'), + ('encodings.hp_roman8', + '/usr/lib/python3.10/encodings/hp_roman8.py', + 'PYMODULE'), + ('encodings.hex_codec', + '/usr/lib/python3.10/encodings/hex_codec.py', + 'PYMODULE'), + ('encodings.gbk', '/usr/lib/python3.10/encodings/gbk.py', 'PYMODULE'), + ('encodings.gb2312', '/usr/lib/python3.10/encodings/gb2312.py', 'PYMODULE'), + ('encodings.gb18030', '/usr/lib/python3.10/encodings/gb18030.py', 'PYMODULE'), + ('encodings.euc_kr', '/usr/lib/python3.10/encodings/euc_kr.py', 'PYMODULE'), + ('encodings.euc_jp', '/usr/lib/python3.10/encodings/euc_jp.py', 'PYMODULE'), + ('encodings.euc_jisx0213', + '/usr/lib/python3.10/encodings/euc_jisx0213.py', + 'PYMODULE'), + ('encodings.euc_jis_2004', + '/usr/lib/python3.10/encodings/euc_jis_2004.py', + 'PYMODULE'), + ('encodings.cp950', '/usr/lib/python3.10/encodings/cp950.py', 'PYMODULE'), + ('encodings.cp949', '/usr/lib/python3.10/encodings/cp949.py', 'PYMODULE'), + ('encodings.cp932', '/usr/lib/python3.10/encodings/cp932.py', 'PYMODULE'), + ('encodings.cp875', '/usr/lib/python3.10/encodings/cp875.py', 'PYMODULE'), + ('encodings.cp874', '/usr/lib/python3.10/encodings/cp874.py', 'PYMODULE'), + ('encodings.cp869', '/usr/lib/python3.10/encodings/cp869.py', 'PYMODULE'), + ('encodings.cp866', '/usr/lib/python3.10/encodings/cp866.py', 'PYMODULE'), + ('encodings.cp865', '/usr/lib/python3.10/encodings/cp865.py', 'PYMODULE'), + ('encodings.cp864', '/usr/lib/python3.10/encodings/cp864.py', 'PYMODULE'), + ('encodings.cp863', '/usr/lib/python3.10/encodings/cp863.py', 'PYMODULE'), + ('encodings.cp862', '/usr/lib/python3.10/encodings/cp862.py', 'PYMODULE'), + ('encodings.cp861', '/usr/lib/python3.10/encodings/cp861.py', 'PYMODULE'), + ('encodings.cp860', '/usr/lib/python3.10/encodings/cp860.py', 'PYMODULE'), + ('encodings.cp858', '/usr/lib/python3.10/encodings/cp858.py', 'PYMODULE'), + ('encodings.cp857', '/usr/lib/python3.10/encodings/cp857.py', 'PYMODULE'), + ('encodings.cp856', '/usr/lib/python3.10/encodings/cp856.py', 'PYMODULE'), + ('encodings.cp855', '/usr/lib/python3.10/encodings/cp855.py', 'PYMODULE'), + ('encodings.cp852', '/usr/lib/python3.10/encodings/cp852.py', 'PYMODULE'), + ('encodings.cp850', '/usr/lib/python3.10/encodings/cp850.py', 'PYMODULE'), + ('encodings.cp775', '/usr/lib/python3.10/encodings/cp775.py', 'PYMODULE'), + ('encodings.cp737', '/usr/lib/python3.10/encodings/cp737.py', 'PYMODULE'), + ('encodings.cp720', '/usr/lib/python3.10/encodings/cp720.py', 'PYMODULE'), + ('encodings.cp500', '/usr/lib/python3.10/encodings/cp500.py', 'PYMODULE'), + ('encodings.cp437', '/usr/lib/python3.10/encodings/cp437.py', 'PYMODULE'), + ('encodings.cp424', '/usr/lib/python3.10/encodings/cp424.py', 'PYMODULE'), + ('encodings.cp273', '/usr/lib/python3.10/encodings/cp273.py', 'PYMODULE'), + ('encodings.cp1258', '/usr/lib/python3.10/encodings/cp1258.py', 'PYMODULE'), + ('encodings.cp1257', '/usr/lib/python3.10/encodings/cp1257.py', 'PYMODULE'), + ('encodings.cp1256', '/usr/lib/python3.10/encodings/cp1256.py', 'PYMODULE'), + ('encodings.cp1255', '/usr/lib/python3.10/encodings/cp1255.py', 'PYMODULE'), + ('encodings.cp1254', '/usr/lib/python3.10/encodings/cp1254.py', 'PYMODULE'), + ('encodings.cp1253', '/usr/lib/python3.10/encodings/cp1253.py', 'PYMODULE'), + ('encodings.cp1252', '/usr/lib/python3.10/encodings/cp1252.py', 'PYMODULE'), + ('encodings.cp1251', '/usr/lib/python3.10/encodings/cp1251.py', 'PYMODULE'), + ('encodings.cp1250', '/usr/lib/python3.10/encodings/cp1250.py', 'PYMODULE'), + ('encodings.cp1140', '/usr/lib/python3.10/encodings/cp1140.py', 'PYMODULE'), + ('encodings.cp1125', '/usr/lib/python3.10/encodings/cp1125.py', 'PYMODULE'), + ('encodings.cp1026', '/usr/lib/python3.10/encodings/cp1026.py', 'PYMODULE'), + ('encodings.cp1006', '/usr/lib/python3.10/encodings/cp1006.py', 'PYMODULE'), + ('encodings.cp037', '/usr/lib/python3.10/encodings/cp037.py', 'PYMODULE'), + ('encodings.charmap', '/usr/lib/python3.10/encodings/charmap.py', 'PYMODULE'), + ('encodings.bz2_codec', + '/usr/lib/python3.10/encodings/bz2_codec.py', + 'PYMODULE'), + ('encodings.big5hkscs', + '/usr/lib/python3.10/encodings/big5hkscs.py', + 'PYMODULE'), + ('encodings.big5', '/usr/lib/python3.10/encodings/big5.py', 'PYMODULE'), + ('encodings.base64_codec', + '/usr/lib/python3.10/encodings/base64_codec.py', + 'PYMODULE'), + ('encodings.ascii', '/usr/lib/python3.10/encodings/ascii.py', 'PYMODULE'), + ('encodings.aliases', '/usr/lib/python3.10/encodings/aliases.py', 'PYMODULE'), + ('encodings', '/usr/lib/python3.10/encodings/__init__.py', 'PYMODULE'), + ('functools', '/usr/lib/python3.10/functools.py', 'PYMODULE'), + ('copyreg', '/usr/lib/python3.10/copyreg.py', 'PYMODULE'), + ('sre_parse', '/usr/lib/python3.10/sre_parse.py', 'PYMODULE'), + ('ntpath', '/usr/lib/python3.10/ntpath.py', 'PYMODULE'), + ('keyword', '/usr/lib/python3.10/keyword.py', 'PYMODULE'), + ('traceback', '/usr/lib/python3.10/traceback.py', 'PYMODULE'), + ('codecs', '/usr/lib/python3.10/codecs.py', 'PYMODULE'), + ('linecache', '/usr/lib/python3.10/linecache.py', 'PYMODULE'), + ('collections.abc', '/usr/lib/python3.10/collections/abc.py', 'PYMODULE'), + ('collections', '/usr/lib/python3.10/collections/__init__.py', 'PYMODULE'), + ('enum', '/usr/lib/python3.10/enum.py', 'PYMODULE'), + ('abc', '/usr/lib/python3.10/abc.py', 'PYMODULE'), + ('reprlib', '/usr/lib/python3.10/reprlib.py', 'PYMODULE'), + ('operator', '/usr/lib/python3.10/operator.py', 'PYMODULE'), + ('_weakrefset', '/usr/lib/python3.10/_weakrefset.py', 'PYMODULE'), + ('locale', '/usr/lib/python3.10/locale.py', 'PYMODULE'), + ('re', '/usr/lib/python3.10/re.py', 'PYMODULE'), + ('os', '/usr/lib/python3.10/os.py', 'PYMODULE')]) diff --git a/build/build/EXE-00.toc b/build/build/EXE-00.toc new file mode 100644 index 0000000..6341b93 --- /dev/null +++ b/build/build/EXE-00.toc @@ -0,0 +1,366 @@ +('/home/dtyx/桌面/yhh/Report_Generate_Server/dist/report_generator', + True, + False, + False, + None, + None, + False, + False, + None, + True, + False, + None, + None, + None, + '/home/dtyx/桌面/yhh/Report_Generate_Server/build/build/report_generator.pkg', + [('pyi-contents-directory _internal', '', 'OPTION'), + ('PYZ-00.pyz', + '/home/dtyx/桌面/yhh/Report_Generate_Server/build/build/PYZ-00.pyz', + 'PYZ'), + ('struct', + '/home/dtyx/桌面/yhh/Report_Generate_Server/build/build/localpycs/struct.pyc', + 'PYMODULE'), + ('pyimod01_archive', + '/home/dtyx/桌面/yhh/Report_Generate_Server/build/build/localpycs/pyimod01_archive.pyc', + 'PYMODULE'), + ('pyimod02_importers', + '/home/dtyx/桌面/yhh/Report_Generate_Server/build/build/localpycs/pyimod02_importers.pyc', + 'PYMODULE'), + ('pyimod03_ctypes', + '/home/dtyx/桌面/yhh/Report_Generate_Server/build/build/localpycs/pyimod03_ctypes.pyc', + 'PYMODULE'), + ('pyiboot01_bootstrap', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PyInstaller/loader/pyiboot01_bootstrap.py', + 'PYSOURCE'), + ('pyi_rth_inspect', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py', + 'PYSOURCE'), + ('pyi_rth_pkgutil', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py', + 'PYSOURCE'), + ('pyi_rth_multiprocessing', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py', + 'PYSOURCE'), + ('Generate_Report', + '/home/dtyx/桌面/yhh/Report_Generate_Server/Generate_Report.py', + 'PYSOURCE'), + ('libpython3.10.so.1.0', + '/lib/x86_64-linux-gnu/libpython3.10.so.1.0', + 'BINARY'), + ('lib-dynload/_posixshmem.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_posixshmem.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/termios.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/termios.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_ssl.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_ssl.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_contextvars.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_contextvars.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/resource.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/resource.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/mmap.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/mmap.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_ctypes.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_ctypes.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_multibytecodec.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_jp.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_jp.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_kr.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_kr.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_iso2022.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_iso2022.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_cn.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_cn.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_tw.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_tw.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_hk.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_hk.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/etree.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/etree.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/_elementpath.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/_elementpath.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/sax.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/sax.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/objectify.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/objectify.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/html/diff.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/diff.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/html/_difflib.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/_difflib.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/readline.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/readline.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/builder.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/builder.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_asyncio.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_asyncio.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_json.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_json.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('charset_normalizer/md.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_webp.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_webp.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_imagingtk.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_imagingtk.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_avif.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_avif.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_imagingcms.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_imagingcms.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_imagingmath.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_imagingmath.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_imaging.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_imaging.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('libz.so.1', '/lib/x86_64-linux-gnu/libz.so.1', 'BINARY'), + ('libexpat.so.1', '/lib/x86_64-linux-gnu/libexpat.so.1', 'BINARY'), + ('libcrypto.so.3', '/lib/x86_64-linux-gnu/libcrypto.so.3', 'BINARY'), + ('libssl.so.3', '/lib/x86_64-linux-gnu/libssl.so.3', 'BINARY'), + ('libmpdec.so.3', '/lib/x86_64-linux-gnu/libmpdec.so.3', 'BINARY'), + ('liblzma.so.5', '/lib/x86_64-linux-gnu/liblzma.so.5', 'BINARY'), + ('libbz2.so.1.0', '/lib/x86_64-linux-gnu/libbz2.so.1.0', 'BINARY'), + ('libffi.so.8', '/lib/x86_64-linux-gnu/libffi.so.8', 'BINARY'), + ('libreadline.so.8', '/lib/x86_64-linux-gnu/libreadline.so.8', 'BINARY'), + ('libtinfo.so.6', '/lib/x86_64-linux-gnu/libtinfo.so.6', 'BINARY'), + ('pillow.libs/libwebp-5f0275c0.so.7.1.10', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libwebp-5f0275c0.so.7.1.10', + 'BINARY'), + ('pillow.libs/libwebpdemux-efaed568.so.2.0.16', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libwebpdemux-efaed568.so.2.0.16', + 'BINARY'), + ('pillow.libs/libwebpmux-6f2b1ad9.so.3.1.1', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libwebpmux-6f2b1ad9.so.3.1.1', + 'BINARY'), + ('pillow.libs/libsharpyuv-60a7c00b.so.0.1.1', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libsharpyuv-60a7c00b.so.0.1.1', + 'BINARY'), + ('libgcc_s.so.1', '/lib/x86_64-linux-gnu/libgcc_s.so.1', 'BINARY'), + ('pillow.libs/libavif-01e67780.so.16.3.0', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libavif-01e67780.so.16.3.0', + 'BINARY'), + ('libstdc++.so.6', '/lib/x86_64-linux-gnu/libstdc++.so.6', 'BINARY'), + ('pillow.libs/liblcms2-cc10e42f.so.2.0.17', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/liblcms2-cc10e42f.so.2.0.17', + 'BINARY'), + ('pillow.libs/liblzma-64b7ab39.so.5.8.1', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/liblzma-64b7ab39.so.5.8.1', + 'BINARY'), + ('pillow.libs/libxcb-64009ff3.so.1.1.0', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libxcb-64009ff3.so.1.1.0', + 'BINARY'), + ('pillow.libs/libjpeg-8a13c6e0.so.62.4.0', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libjpeg-8a13c6e0.so.62.4.0', + 'BINARY'), + ('pillow.libs/libXau-154567c4.so.6.0.0', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libXau-154567c4.so.6.0.0', + 'BINARY'), + ('pillow.libs/libopenjp2-56811f71.so.2.5.3', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libopenjp2-56811f71.so.2.5.3', + 'BINARY'), + ('pillow.libs/libtiff-13a02c81.so.6.1.0', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libtiff-13a02c81.so.6.1.0', + 'BINARY'), + ('lxml/isoschematron/resources/rng/iso-schematron.rng', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/rng/iso-schematron.rng', + 'DATA'), + ('lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl', + 'DATA'), + ('docx/templates/default-docx-template/docProps/app.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/docProps/app.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/fontTable.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/fontTable.xml', + 'DATA'), + ('docx/templates/default-footer.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-footer.xml', + 'DATA'), + ('docx/templates/default-docx-template/customXml/_rels/item1.xml.rels', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/customXml/_rels/item1.xml.rels', + 'DATA'), + ('docx/templates/default-comments.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-comments.xml', + 'DATA'), + ('docx/templates/default.docx', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default.docx', + 'DATA'), + ('docx/templates/default-docx-template/docProps/core.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/docProps/core.xml', + 'DATA'), + ('docx/templates/default-docx-template/customXml/itemProps1.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/customXml/itemProps1.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/theme/theme1.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/theme/theme1.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/stylesWithEffects.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/stylesWithEffects.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/_rels/document.xml.rels', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/_rels/document.xml.rels', + 'DATA'), + ('docx/templates/default-docx-template/word/webSettings.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/webSettings.xml', + 'DATA'), + ('docx/templates/default-docx-template/docProps/thumbnail.jpeg', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/docProps/thumbnail.jpeg', + 'DATA'), + ('docx/templates/default-header.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-header.xml', + 'DATA'), + ('docx/templates/default-settings.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-settings.xml', + 'DATA'), + ('docx/py.typed', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/py.typed', + 'DATA'), + ('docx/templates/default-docx-template/[Content_Types].xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/[Content_Types].xml', + 'DATA'), + ('docx/templates/default-docx-template/word/settings.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/settings.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/styles.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/styles.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/numbering.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/numbering.xml', + 'DATA'), + ('docx/templates/default-docx-template/customXml/item1.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/customXml/item1.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/document.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/document.xml', + 'DATA'), + ('docx/templates/default-styles.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-styles.xml', + 'DATA'), + ('docx/templates/default-docx-template/_rels/.rels', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/_rels/.rels', + 'DATA'), + ('certifi/cacert.pem', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/certifi/cacert.pem', + 'DATA'), + ('certifi/py.typed', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/certifi/py.typed', + 'DATA'), + ('base_library.zip', + '/home/dtyx/桌面/yhh/Report_Generate_Server/build/build/base_library.zip', + 'DATA'), + ('libwebp-5f0275c0.so.7.1.10', + 'pillow.libs/libwebp-5f0275c0.so.7.1.10', + 'SYMLINK'), + ('libwebpdemux-efaed568.so.2.0.16', + 'pillow.libs/libwebpdemux-efaed568.so.2.0.16', + 'SYMLINK'), + ('libwebpmux-6f2b1ad9.so.3.1.1', + 'pillow.libs/libwebpmux-6f2b1ad9.so.3.1.1', + 'SYMLINK'), + ('libsharpyuv-60a7c00b.so.0.1.1', + 'pillow.libs/libsharpyuv-60a7c00b.so.0.1.1', + 'SYMLINK'), + ('libavif-01e67780.so.16.3.0', + 'pillow.libs/libavif-01e67780.so.16.3.0', + 'SYMLINK'), + ('liblcms2-cc10e42f.so.2.0.17', + 'pillow.libs/liblcms2-cc10e42f.so.2.0.17', + 'SYMLINK'), + ('liblzma-64b7ab39.so.5.8.1', + 'pillow.libs/liblzma-64b7ab39.so.5.8.1', + 'SYMLINK'), + ('libxcb-64009ff3.so.1.1.0', + 'pillow.libs/libxcb-64009ff3.so.1.1.0', + 'SYMLINK'), + ('libjpeg-8a13c6e0.so.62.4.0', + 'pillow.libs/libjpeg-8a13c6e0.so.62.4.0', + 'SYMLINK'), + ('libXau-154567c4.so.6.0.0', + 'pillow.libs/libXau-154567c4.so.6.0.0', + 'SYMLINK'), + ('libopenjp2-56811f71.so.2.5.3', + 'pillow.libs/libopenjp2-56811f71.so.2.5.3', + 'SYMLINK'), + ('libtiff-13a02c81.so.6.1.0', + 'pillow.libs/libtiff-13a02c81.so.6.1.0', + 'SYMLINK')], + [], + False, + False, + 1753166039, + [('run', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PyInstaller/bootloader/Linux-64bit-intel/run', + 'EXECUTABLE')], + '/lib/x86_64-linux-gnu/libpython3.10.so.1.0') diff --git a/build/build/PKG-00.toc b/build/build/PKG-00.toc new file mode 100644 index 0000000..a114a32 --- /dev/null +++ b/build/build/PKG-00.toc @@ -0,0 +1,361 @@ +('/home/dtyx/桌面/yhh/Report_Generate_Server/build/build/report_generator.pkg', + {'BINARY': True, + 'DATA': True, + 'EXECUTABLE': True, + 'EXTENSION': True, + 'PYMODULE': True, + 'PYSOURCE': True, + 'PYZ': False, + 'SPLASH': True, + 'SYMLINK': False}, + [('pyi-contents-directory _internal', '', 'OPTION'), + ('PYZ-00.pyz', + '/home/dtyx/桌面/yhh/Report_Generate_Server/build/build/PYZ-00.pyz', + 'PYZ'), + ('struct', + '/home/dtyx/桌面/yhh/Report_Generate_Server/build/build/localpycs/struct.pyc', + 'PYMODULE'), + ('pyimod01_archive', + '/home/dtyx/桌面/yhh/Report_Generate_Server/build/build/localpycs/pyimod01_archive.pyc', + 'PYMODULE'), + ('pyimod02_importers', + '/home/dtyx/桌面/yhh/Report_Generate_Server/build/build/localpycs/pyimod02_importers.pyc', + 'PYMODULE'), + ('pyimod03_ctypes', + '/home/dtyx/桌面/yhh/Report_Generate_Server/build/build/localpycs/pyimod03_ctypes.pyc', + 'PYMODULE'), + ('pyiboot01_bootstrap', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PyInstaller/loader/pyiboot01_bootstrap.py', + 'PYSOURCE'), + ('pyi_rth_inspect', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py', + 'PYSOURCE'), + ('pyi_rth_pkgutil', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py', + 'PYSOURCE'), + ('pyi_rth_multiprocessing', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py', + 'PYSOURCE'), + ('Generate_Report', + '/home/dtyx/桌面/yhh/Report_Generate_Server/Generate_Report.py', + 'PYSOURCE'), + ('libpython3.10.so.1.0', + '/lib/x86_64-linux-gnu/libpython3.10.so.1.0', + 'BINARY'), + ('lib-dynload/_posixshmem.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_posixshmem.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/termios.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/termios.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_ssl.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_ssl.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_contextvars.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_contextvars.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/resource.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/resource.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/mmap.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/mmap.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_ctypes.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_ctypes.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_multibytecodec.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_jp.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_jp.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_kr.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_kr.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_iso2022.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_iso2022.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_cn.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_cn.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_tw.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_tw.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_codecs_hk.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_codecs_hk.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/etree.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/etree.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/_elementpath.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/_elementpath.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/sax.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/sax.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/objectify.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/objectify.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/html/diff.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/diff.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/html/_difflib.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/_difflib.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/readline.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/readline.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lxml/builder.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/builder.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_asyncio.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_asyncio.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('lib-dynload/_json.cpython-310-x86_64-linux-gnu.so', + '/usr/lib/python3.10/lib-dynload/_json.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('charset_normalizer/md.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_webp.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_webp.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_imagingtk.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_imagingtk.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_avif.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_avif.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_imagingcms.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_imagingcms.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_imagingmath.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_imagingmath.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('PIL/_imaging.cpython-310-x86_64-linux-gnu.so', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_imaging.cpython-310-x86_64-linux-gnu.so', + 'EXTENSION'), + ('libz.so.1', '/lib/x86_64-linux-gnu/libz.so.1', 'BINARY'), + ('libexpat.so.1', '/lib/x86_64-linux-gnu/libexpat.so.1', 'BINARY'), + ('libcrypto.so.3', '/lib/x86_64-linux-gnu/libcrypto.so.3', 'BINARY'), + ('libssl.so.3', '/lib/x86_64-linux-gnu/libssl.so.3', 'BINARY'), + ('libmpdec.so.3', '/lib/x86_64-linux-gnu/libmpdec.so.3', 'BINARY'), + ('liblzma.so.5', '/lib/x86_64-linux-gnu/liblzma.so.5', 'BINARY'), + ('libbz2.so.1.0', '/lib/x86_64-linux-gnu/libbz2.so.1.0', 'BINARY'), + ('libffi.so.8', '/lib/x86_64-linux-gnu/libffi.so.8', 'BINARY'), + ('libreadline.so.8', '/lib/x86_64-linux-gnu/libreadline.so.8', 'BINARY'), + ('libtinfo.so.6', '/lib/x86_64-linux-gnu/libtinfo.so.6', 'BINARY'), + ('pillow.libs/libwebp-5f0275c0.so.7.1.10', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libwebp-5f0275c0.so.7.1.10', + 'BINARY'), + ('pillow.libs/libwebpdemux-efaed568.so.2.0.16', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libwebpdemux-efaed568.so.2.0.16', + 'BINARY'), + ('pillow.libs/libwebpmux-6f2b1ad9.so.3.1.1', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libwebpmux-6f2b1ad9.so.3.1.1', + 'BINARY'), + ('pillow.libs/libsharpyuv-60a7c00b.so.0.1.1', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libsharpyuv-60a7c00b.so.0.1.1', + 'BINARY'), + ('libgcc_s.so.1', '/lib/x86_64-linux-gnu/libgcc_s.so.1', 'BINARY'), + ('pillow.libs/libavif-01e67780.so.16.3.0', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libavif-01e67780.so.16.3.0', + 'BINARY'), + ('libstdc++.so.6', '/lib/x86_64-linux-gnu/libstdc++.so.6', 'BINARY'), + ('pillow.libs/liblcms2-cc10e42f.so.2.0.17', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/liblcms2-cc10e42f.so.2.0.17', + 'BINARY'), + ('pillow.libs/liblzma-64b7ab39.so.5.8.1', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/liblzma-64b7ab39.so.5.8.1', + 'BINARY'), + ('pillow.libs/libxcb-64009ff3.so.1.1.0', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libxcb-64009ff3.so.1.1.0', + 'BINARY'), + ('pillow.libs/libjpeg-8a13c6e0.so.62.4.0', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libjpeg-8a13c6e0.so.62.4.0', + 'BINARY'), + ('pillow.libs/libXau-154567c4.so.6.0.0', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libXau-154567c4.so.6.0.0', + 'BINARY'), + ('pillow.libs/libopenjp2-56811f71.so.2.5.3', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libopenjp2-56811f71.so.2.5.3', + 'BINARY'), + ('pillow.libs/libtiff-13a02c81.so.6.1.0', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/pillow.libs/libtiff-13a02c81.so.6.1.0', + 'BINARY'), + ('lxml/isoschematron/resources/rng/iso-schematron.rng', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/rng/iso-schematron.rng', + 'DATA'), + ('lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl', + 'DATA'), + ('lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl', + 'DATA'), + ('docx/templates/default-docx-template/docProps/app.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/docProps/app.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/fontTable.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/fontTable.xml', + 'DATA'), + ('docx/templates/default-footer.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-footer.xml', + 'DATA'), + ('docx/templates/default-docx-template/customXml/_rels/item1.xml.rels', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/customXml/_rels/item1.xml.rels', + 'DATA'), + ('docx/templates/default-comments.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-comments.xml', + 'DATA'), + ('docx/templates/default.docx', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default.docx', + 'DATA'), + ('docx/templates/default-docx-template/docProps/core.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/docProps/core.xml', + 'DATA'), + ('docx/templates/default-docx-template/customXml/itemProps1.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/customXml/itemProps1.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/theme/theme1.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/theme/theme1.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/stylesWithEffects.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/stylesWithEffects.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/_rels/document.xml.rels', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/_rels/document.xml.rels', + 'DATA'), + ('docx/templates/default-docx-template/word/webSettings.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/webSettings.xml', + 'DATA'), + ('docx/templates/default-docx-template/docProps/thumbnail.jpeg', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/docProps/thumbnail.jpeg', + 'DATA'), + ('docx/templates/default-header.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-header.xml', + 'DATA'), + ('docx/templates/default-settings.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-settings.xml', + 'DATA'), + ('docx/py.typed', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/py.typed', + 'DATA'), + ('docx/templates/default-docx-template/[Content_Types].xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/[Content_Types].xml', + 'DATA'), + ('docx/templates/default-docx-template/word/settings.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/settings.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/styles.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/styles.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/numbering.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/numbering.xml', + 'DATA'), + ('docx/templates/default-docx-template/customXml/item1.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/customXml/item1.xml', + 'DATA'), + ('docx/templates/default-docx-template/word/document.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/word/document.xml', + 'DATA'), + ('docx/templates/default-styles.xml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-styles.xml', + 'DATA'), + ('docx/templates/default-docx-template/_rels/.rels', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/templates/default-docx-template/_rels/.rels', + 'DATA'), + ('certifi/cacert.pem', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/certifi/cacert.pem', + 'DATA'), + ('certifi/py.typed', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/certifi/py.typed', + 'DATA'), + ('base_library.zip', + '/home/dtyx/桌面/yhh/Report_Generate_Server/build/build/base_library.zip', + 'DATA'), + ('libwebp-5f0275c0.so.7.1.10', + 'pillow.libs/libwebp-5f0275c0.so.7.1.10', + 'SYMLINK'), + ('libwebpdemux-efaed568.so.2.0.16', + 'pillow.libs/libwebpdemux-efaed568.so.2.0.16', + 'SYMLINK'), + ('libwebpmux-6f2b1ad9.so.3.1.1', + 'pillow.libs/libwebpmux-6f2b1ad9.so.3.1.1', + 'SYMLINK'), + ('libsharpyuv-60a7c00b.so.0.1.1', + 'pillow.libs/libsharpyuv-60a7c00b.so.0.1.1', + 'SYMLINK'), + ('libavif-01e67780.so.16.3.0', + 'pillow.libs/libavif-01e67780.so.16.3.0', + 'SYMLINK'), + ('liblcms2-cc10e42f.so.2.0.17', + 'pillow.libs/liblcms2-cc10e42f.so.2.0.17', + 'SYMLINK'), + ('liblzma-64b7ab39.so.5.8.1', + 'pillow.libs/liblzma-64b7ab39.so.5.8.1', + 'SYMLINK'), + ('libxcb-64009ff3.so.1.1.0', + 'pillow.libs/libxcb-64009ff3.so.1.1.0', + 'SYMLINK'), + ('libjpeg-8a13c6e0.so.62.4.0', + 'pillow.libs/libjpeg-8a13c6e0.so.62.4.0', + 'SYMLINK'), + ('libXau-154567c4.so.6.0.0', + 'pillow.libs/libXau-154567c4.so.6.0.0', + 'SYMLINK'), + ('libopenjp2-56811f71.so.2.5.3', + 'pillow.libs/libopenjp2-56811f71.so.2.5.3', + 'SYMLINK'), + ('libtiff-13a02c81.so.6.1.0', + 'pillow.libs/libtiff-13a02c81.so.6.1.0', + 'SYMLINK')], + 'libpython3.10.so.1.0', + False, + False, + False, + [], + None, + None, + None) diff --git a/build/build/PYZ-00.pyz b/build/build/PYZ-00.pyz new file mode 100644 index 0000000..6da6889 Binary files /dev/null and b/build/build/PYZ-00.pyz differ diff --git a/build/build/PYZ-00.toc b/build/build/PYZ-00.toc new file mode 100644 index 0000000..48cbf79 --- /dev/null +++ b/build/build/PYZ-00.toc @@ -0,0 +1,1197 @@ +('/home/dtyx/桌面/yhh/Report_Generate_Server/build/build/PYZ-00.pyz', + [('PIL', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/__init__.py', + 'PYMODULE'), + ('PIL.AvifImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/AvifImagePlugin.py', + 'PYMODULE'), + ('PIL.BlpImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/BlpImagePlugin.py', + 'PYMODULE'), + ('PIL.BmpImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/BmpImagePlugin.py', + 'PYMODULE'), + ('PIL.BufrStubImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/BufrStubImagePlugin.py', + 'PYMODULE'), + ('PIL.CurImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/CurImagePlugin.py', + 'PYMODULE'), + ('PIL.DcxImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/DcxImagePlugin.py', + 'PYMODULE'), + ('PIL.DdsImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/DdsImagePlugin.py', + 'PYMODULE'), + ('PIL.EpsImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/EpsImagePlugin.py', + 'PYMODULE'), + ('PIL.ExifTags', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ExifTags.py', + 'PYMODULE'), + ('PIL.FitsImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/FitsImagePlugin.py', + 'PYMODULE'), + ('PIL.FliImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/FliImagePlugin.py', + 'PYMODULE'), + ('PIL.FpxImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/FpxImagePlugin.py', + 'PYMODULE'), + ('PIL.FtexImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/FtexImagePlugin.py', + 'PYMODULE'), + ('PIL.GbrImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/GbrImagePlugin.py', + 'PYMODULE'), + ('PIL.GifImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/GifImagePlugin.py', + 'PYMODULE'), + ('PIL.GimpGradientFile', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/GimpGradientFile.py', + 'PYMODULE'), + ('PIL.GimpPaletteFile', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/GimpPaletteFile.py', + 'PYMODULE'), + ('PIL.GribStubImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/GribStubImagePlugin.py', + 'PYMODULE'), + ('PIL.Hdf5StubImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/Hdf5StubImagePlugin.py', + 'PYMODULE'), + ('PIL.IcnsImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/IcnsImagePlugin.py', + 'PYMODULE'), + ('PIL.IcoImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/IcoImagePlugin.py', + 'PYMODULE'), + ('PIL.ImImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImImagePlugin.py', + 'PYMODULE'), + ('PIL.Image', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/Image.py', + 'PYMODULE'), + ('PIL.ImageChops', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageChops.py', + 'PYMODULE'), + ('PIL.ImageCms', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageCms.py', + 'PYMODULE'), + ('PIL.ImageColor', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageColor.py', + 'PYMODULE'), + ('PIL.ImageFile', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageFile.py', + 'PYMODULE'), + ('PIL.ImageFilter', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageFilter.py', + 'PYMODULE'), + ('PIL.ImageMath', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageMath.py', + 'PYMODULE'), + ('PIL.ImageMode', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageMode.py', + 'PYMODULE'), + ('PIL.ImageOps', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageOps.py', + 'PYMODULE'), + ('PIL.ImagePalette', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImagePalette.py', + 'PYMODULE'), + ('PIL.ImageQt', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageQt.py', + 'PYMODULE'), + ('PIL.ImageSequence', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageSequence.py', + 'PYMODULE'), + ('PIL.ImageShow', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageShow.py', + 'PYMODULE'), + ('PIL.ImageTk', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageTk.py', + 'PYMODULE'), + ('PIL.ImageWin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImageWin.py', + 'PYMODULE'), + ('PIL.ImtImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/ImtImagePlugin.py', + 'PYMODULE'), + ('PIL.IptcImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/IptcImagePlugin.py', + 'PYMODULE'), + ('PIL.Jpeg2KImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/Jpeg2KImagePlugin.py', + 'PYMODULE'), + ('PIL.JpegImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/JpegImagePlugin.py', + 'PYMODULE'), + ('PIL.JpegPresets', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/JpegPresets.py', + 'PYMODULE'), + ('PIL.McIdasImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/McIdasImagePlugin.py', + 'PYMODULE'), + ('PIL.MicImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/MicImagePlugin.py', + 'PYMODULE'), + ('PIL.MpegImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/MpegImagePlugin.py', + 'PYMODULE'), + ('PIL.MpoImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/MpoImagePlugin.py', + 'PYMODULE'), + ('PIL.MspImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/MspImagePlugin.py', + 'PYMODULE'), + ('PIL.PaletteFile', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PaletteFile.py', + 'PYMODULE'), + ('PIL.PalmImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PalmImagePlugin.py', + 'PYMODULE'), + ('PIL.PcdImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PcdImagePlugin.py', + 'PYMODULE'), + ('PIL.PcxImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PcxImagePlugin.py', + 'PYMODULE'), + ('PIL.PdfImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PdfImagePlugin.py', + 'PYMODULE'), + ('PIL.PdfParser', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PdfParser.py', + 'PYMODULE'), + ('PIL.PixarImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PixarImagePlugin.py', + 'PYMODULE'), + ('PIL.PngImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PngImagePlugin.py', + 'PYMODULE'), + ('PIL.PpmImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PpmImagePlugin.py', + 'PYMODULE'), + ('PIL.PsdImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/PsdImagePlugin.py', + 'PYMODULE'), + ('PIL.QoiImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/QoiImagePlugin.py', + 'PYMODULE'), + ('PIL.SgiImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/SgiImagePlugin.py', + 'PYMODULE'), + ('PIL.SpiderImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/SpiderImagePlugin.py', + 'PYMODULE'), + ('PIL.SunImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/SunImagePlugin.py', + 'PYMODULE'), + ('PIL.TgaImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/TgaImagePlugin.py', + 'PYMODULE'), + ('PIL.TiffImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/TiffImagePlugin.py', + 'PYMODULE'), + ('PIL.TiffTags', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/TiffTags.py', + 'PYMODULE'), + ('PIL.WebPImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/WebPImagePlugin.py', + 'PYMODULE'), + ('PIL.WmfImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/WmfImagePlugin.py', + 'PYMODULE'), + ('PIL.XVThumbImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/XVThumbImagePlugin.py', + 'PYMODULE'), + ('PIL.XbmImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/XbmImagePlugin.py', + 'PYMODULE'), + ('PIL.XpmImagePlugin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/XpmImagePlugin.py', + 'PYMODULE'), + ('PIL._binary', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_binary.py', + 'PYMODULE'), + ('PIL._deprecate', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_deprecate.py', + 'PYMODULE'), + ('PIL._typing', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_typing.py', + 'PYMODULE'), + ('PIL._util', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_util.py', + 'PYMODULE'), + ('PIL._version', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_version.py', + 'PYMODULE'), + ('PIL.features', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/features.py', + 'PYMODULE'), + ('__future__', '/usr/lib/python3.10/__future__.py', 'PYMODULE'), + ('_aix_support', '/usr/lib/python3.10/_aix_support.py', 'PYMODULE'), + ('_bootsubprocess', '/usr/lib/python3.10/_bootsubprocess.py', 'PYMODULE'), + ('_compat_pickle', '/usr/lib/python3.10/_compat_pickle.py', 'PYMODULE'), + ('_compression', '/usr/lib/python3.10/_compression.py', 'PYMODULE'), + ('_py_abc', '/usr/lib/python3.10/_py_abc.py', 'PYMODULE'), + ('_pydecimal', '/usr/lib/python3.10/_pydecimal.py', 'PYMODULE'), + ('_strptime', '/usr/lib/python3.10/_strptime.py', 'PYMODULE'), + ('_sysconfigdata__x86_64-linux-gnu', + '/usr/lib/python3.10/_sysconfigdata__x86_64-linux-gnu.py', + 'PYMODULE'), + ('_threading_local', '/usr/lib/python3.10/_threading_local.py', 'PYMODULE'), + ('argparse', '/usr/lib/python3.10/argparse.py', 'PYMODULE'), + ('ast', '/usr/lib/python3.10/ast.py', 'PYMODULE'), + ('asyncio', '/usr/lib/python3.10/asyncio/__init__.py', 'PYMODULE'), + ('asyncio.base_events', + '/usr/lib/python3.10/asyncio/base_events.py', + 'PYMODULE'), + ('asyncio.base_futures', + '/usr/lib/python3.10/asyncio/base_futures.py', + 'PYMODULE'), + ('asyncio.base_subprocess', + '/usr/lib/python3.10/asyncio/base_subprocess.py', + 'PYMODULE'), + ('asyncio.base_tasks', + '/usr/lib/python3.10/asyncio/base_tasks.py', + 'PYMODULE'), + ('asyncio.constants', '/usr/lib/python3.10/asyncio/constants.py', 'PYMODULE'), + ('asyncio.coroutines', + '/usr/lib/python3.10/asyncio/coroutines.py', + 'PYMODULE'), + ('asyncio.events', '/usr/lib/python3.10/asyncio/events.py', 'PYMODULE'), + ('asyncio.exceptions', + '/usr/lib/python3.10/asyncio/exceptions.py', + 'PYMODULE'), + ('asyncio.format_helpers', + '/usr/lib/python3.10/asyncio/format_helpers.py', + 'PYMODULE'), + ('asyncio.futures', '/usr/lib/python3.10/asyncio/futures.py', 'PYMODULE'), + ('asyncio.locks', '/usr/lib/python3.10/asyncio/locks.py', 'PYMODULE'), + ('asyncio.log', '/usr/lib/python3.10/asyncio/log.py', 'PYMODULE'), + ('asyncio.mixins', '/usr/lib/python3.10/asyncio/mixins.py', 'PYMODULE'), + ('asyncio.proactor_events', + '/usr/lib/python3.10/asyncio/proactor_events.py', + 'PYMODULE'), + ('asyncio.protocols', '/usr/lib/python3.10/asyncio/protocols.py', 'PYMODULE'), + ('asyncio.queues', '/usr/lib/python3.10/asyncio/queues.py', 'PYMODULE'), + ('asyncio.runners', '/usr/lib/python3.10/asyncio/runners.py', 'PYMODULE'), + ('asyncio.selector_events', + '/usr/lib/python3.10/asyncio/selector_events.py', + 'PYMODULE'), + ('asyncio.sslproto', '/usr/lib/python3.10/asyncio/sslproto.py', 'PYMODULE'), + ('asyncio.staggered', '/usr/lib/python3.10/asyncio/staggered.py', 'PYMODULE'), + ('asyncio.streams', '/usr/lib/python3.10/asyncio/streams.py', 'PYMODULE'), + ('asyncio.subprocess', + '/usr/lib/python3.10/asyncio/subprocess.py', + 'PYMODULE'), + ('asyncio.tasks', '/usr/lib/python3.10/asyncio/tasks.py', 'PYMODULE'), + ('asyncio.threads', '/usr/lib/python3.10/asyncio/threads.py', 'PYMODULE'), + ('asyncio.transports', + '/usr/lib/python3.10/asyncio/transports.py', + 'PYMODULE'), + ('asyncio.trsock', '/usr/lib/python3.10/asyncio/trsock.py', 'PYMODULE'), + ('asyncio.unix_events', + '/usr/lib/python3.10/asyncio/unix_events.py', + 'PYMODULE'), + ('asyncio.windows_events', + '/usr/lib/python3.10/asyncio/windows_events.py', + 'PYMODULE'), + ('asyncio.windows_utils', + '/usr/lib/python3.10/asyncio/windows_utils.py', + 'PYMODULE'), + ('base64', '/usr/lib/python3.10/base64.py', 'PYMODULE'), + ('bdb', '/usr/lib/python3.10/bdb.py', 'PYMODULE'), + ('bisect', '/usr/lib/python3.10/bisect.py', 'PYMODULE'), + ('bz2', '/usr/lib/python3.10/bz2.py', 'PYMODULE'), + ('calendar', '/usr/lib/python3.10/calendar.py', 'PYMODULE'), + ('certifi', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/certifi/__init__.py', + 'PYMODULE'), + ('certifi.core', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/certifi/core.py', + 'PYMODULE'), + ('cgi', '/usr/lib/python3.10/cgi.py', 'PYMODULE'), + ('charset_normalizer', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/__init__.py', + 'PYMODULE'), + ('charset_normalizer.api', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/api.py', + 'PYMODULE'), + ('charset_normalizer.cd', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/cd.py', + 'PYMODULE'), + ('charset_normalizer.constant', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/constant.py', + 'PYMODULE'), + ('charset_normalizer.legacy', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/legacy.py', + 'PYMODULE'), + ('charset_normalizer.models', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/models.py', + 'PYMODULE'), + ('charset_normalizer.utils', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/utils.py', + 'PYMODULE'), + ('charset_normalizer.version', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/version.py', + 'PYMODULE'), + ('cmd', '/usr/lib/python3.10/cmd.py', 'PYMODULE'), + ('code', '/usr/lib/python3.10/code.py', 'PYMODULE'), + ('codeop', '/usr/lib/python3.10/codeop.py', 'PYMODULE'), + ('colorsys', '/usr/lib/python3.10/colorsys.py', 'PYMODULE'), + ('concurrent', '/usr/lib/python3.10/concurrent/__init__.py', 'PYMODULE'), + ('concurrent.futures', + '/usr/lib/python3.10/concurrent/futures/__init__.py', + 'PYMODULE'), + ('concurrent.futures._base', + '/usr/lib/python3.10/concurrent/futures/_base.py', + 'PYMODULE'), + ('concurrent.futures.process', + '/usr/lib/python3.10/concurrent/futures/process.py', + 'PYMODULE'), + ('concurrent.futures.thread', + '/usr/lib/python3.10/concurrent/futures/thread.py', + 'PYMODULE'), + ('contextlib', '/usr/lib/python3.10/contextlib.py', 'PYMODULE'), + ('contextvars', '/usr/lib/python3.10/contextvars.py', 'PYMODULE'), + ('copy', '/usr/lib/python3.10/copy.py', 'PYMODULE'), + ('core', '-', 'PYMODULE'), + ('core.styles', + '/home/dtyx/桌面/yhh/Report_Generate_Server/core/styles.py', + 'PYMODULE'), + ('core.tables', + '/home/dtyx/桌面/yhh/Report_Generate_Server/core/tables.py', + 'PYMODULE'), + ('csv', '/usr/lib/python3.10/csv.py', 'PYMODULE'), + ('ctypes', '/usr/lib/python3.10/ctypes/__init__.py', 'PYMODULE'), + ('ctypes._endian', '/usr/lib/python3.10/ctypes/_endian.py', 'PYMODULE'), + ('dataclasses', '/usr/lib/python3.10/dataclasses.py', 'PYMODULE'), + ('datetime', '/usr/lib/python3.10/datetime.py', 'PYMODULE'), + ('decimal', '/usr/lib/python3.10/decimal.py', 'PYMODULE'), + ('difflib', '/usr/lib/python3.10/difflib.py', 'PYMODULE'), + ('dis', '/usr/lib/python3.10/dis.py', 'PYMODULE'), + ('doctest', '/usr/lib/python3.10/doctest.py', 'PYMODULE'), + ('docx', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/__init__.py', + 'PYMODULE'), + ('docx.api', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/api.py', + 'PYMODULE'), + ('docx.blkcntnr', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/blkcntnr.py', + 'PYMODULE'), + ('docx.comments', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/comments.py', + 'PYMODULE'), + ('docx.dml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/dml/__init__.py', + 'PYMODULE'), + ('docx.dml.color', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/dml/color.py', + 'PYMODULE'), + ('docx.document', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/document.py', + 'PYMODULE'), + ('docx.drawing', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/drawing/__init__.py', + 'PYMODULE'), + ('docx.enum', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/enum/__init__.py', + 'PYMODULE'), + ('docx.enum.base', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/enum/base.py', + 'PYMODULE'), + ('docx.enum.dml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/enum/dml.py', + 'PYMODULE'), + ('docx.enum.section', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/enum/section.py', + 'PYMODULE'), + ('docx.enum.shape', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/enum/shape.py', + 'PYMODULE'), + ('docx.enum.style', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/enum/style.py', + 'PYMODULE'), + ('docx.enum.table', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/enum/table.py', + 'PYMODULE'), + ('docx.enum.text', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/enum/text.py', + 'PYMODULE'), + ('docx.exceptions', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/exceptions.py', + 'PYMODULE'), + ('docx.image', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/__init__.py', + 'PYMODULE'), + ('docx.image.bmp', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/bmp.py', + 'PYMODULE'), + ('docx.image.constants', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/constants.py', + 'PYMODULE'), + ('docx.image.exceptions', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/exceptions.py', + 'PYMODULE'), + ('docx.image.gif', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/gif.py', + 'PYMODULE'), + ('docx.image.helpers', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/helpers.py', + 'PYMODULE'), + ('docx.image.image', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/image.py', + 'PYMODULE'), + ('docx.image.jpeg', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/jpeg.py', + 'PYMODULE'), + ('docx.image.png', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/png.py', + 'PYMODULE'), + ('docx.image.tiff', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/image/tiff.py', + 'PYMODULE'), + ('docx.opc', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/__init__.py', + 'PYMODULE'), + ('docx.opc.constants', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/constants.py', + 'PYMODULE'), + ('docx.opc.coreprops', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/coreprops.py', + 'PYMODULE'), + ('docx.opc.exceptions', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/exceptions.py', + 'PYMODULE'), + ('docx.opc.oxml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/oxml.py', + 'PYMODULE'), + ('docx.opc.package', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/package.py', + 'PYMODULE'), + ('docx.opc.packuri', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/packuri.py', + 'PYMODULE'), + ('docx.opc.part', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/part.py', + 'PYMODULE'), + ('docx.opc.parts', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/parts/__init__.py', + 'PYMODULE'), + ('docx.opc.parts.coreprops', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/parts/coreprops.py', + 'PYMODULE'), + ('docx.opc.phys_pkg', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/phys_pkg.py', + 'PYMODULE'), + ('docx.opc.pkgreader', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/pkgreader.py', + 'PYMODULE'), + ('docx.opc.pkgwriter', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/pkgwriter.py', + 'PYMODULE'), + ('docx.opc.rel', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/rel.py', + 'PYMODULE'), + ('docx.opc.shared', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/shared.py', + 'PYMODULE'), + ('docx.opc.spec', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/opc/spec.py', + 'PYMODULE'), + ('docx.oxml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/__init__.py', + 'PYMODULE'), + ('docx.oxml.comments', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/comments.py', + 'PYMODULE'), + ('docx.oxml.coreprops', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/coreprops.py', + 'PYMODULE'), + ('docx.oxml.document', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/document.py', + 'PYMODULE'), + ('docx.oxml.drawing', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/drawing.py', + 'PYMODULE'), + ('docx.oxml.exceptions', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/exceptions.py', + 'PYMODULE'), + ('docx.oxml.ns', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/ns.py', + 'PYMODULE'), + ('docx.oxml.numbering', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/numbering.py', + 'PYMODULE'), + ('docx.oxml.parser', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/parser.py', + 'PYMODULE'), + ('docx.oxml.section', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/section.py', + 'PYMODULE'), + ('docx.oxml.settings', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/settings.py', + 'PYMODULE'), + ('docx.oxml.shape', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/shape.py', + 'PYMODULE'), + ('docx.oxml.shared', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/shared.py', + 'PYMODULE'), + ('docx.oxml.simpletypes', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/simpletypes.py', + 'PYMODULE'), + ('docx.oxml.styles', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/styles.py', + 'PYMODULE'), + ('docx.oxml.table', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/table.py', + 'PYMODULE'), + ('docx.oxml.text', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/text/__init__.py', + 'PYMODULE'), + ('docx.oxml.text.font', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/text/font.py', + 'PYMODULE'), + ('docx.oxml.text.hyperlink', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/text/hyperlink.py', + 'PYMODULE'), + ('docx.oxml.text.pagebreak', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/text/pagebreak.py', + 'PYMODULE'), + ('docx.oxml.text.paragraph', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/text/paragraph.py', + 'PYMODULE'), + ('docx.oxml.text.parfmt', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/text/parfmt.py', + 'PYMODULE'), + ('docx.oxml.text.run', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/text/run.py', + 'PYMODULE'), + ('docx.oxml.xmlchemy', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/oxml/xmlchemy.py', + 'PYMODULE'), + ('docx.package', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/package.py', + 'PYMODULE'), + ('docx.parts', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/__init__.py', + 'PYMODULE'), + ('docx.parts.comments', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/comments.py', + 'PYMODULE'), + ('docx.parts.document', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/document.py', + 'PYMODULE'), + ('docx.parts.hdrftr', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/hdrftr.py', + 'PYMODULE'), + ('docx.parts.image', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/image.py', + 'PYMODULE'), + ('docx.parts.numbering', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/numbering.py', + 'PYMODULE'), + ('docx.parts.settings', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/settings.py', + 'PYMODULE'), + ('docx.parts.story', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/story.py', + 'PYMODULE'), + ('docx.parts.styles', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/parts/styles.py', + 'PYMODULE'), + ('docx.section', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/section.py', + 'PYMODULE'), + ('docx.settings', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/settings.py', + 'PYMODULE'), + ('docx.shape', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/shape.py', + 'PYMODULE'), + ('docx.shared', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/shared.py', + 'PYMODULE'), + ('docx.styles', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/styles/__init__.py', + 'PYMODULE'), + ('docx.styles.latent', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/styles/latent.py', + 'PYMODULE'), + ('docx.styles.style', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/styles/style.py', + 'PYMODULE'), + ('docx.styles.styles', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/styles/styles.py', + 'PYMODULE'), + ('docx.table', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/table.py', + 'PYMODULE'), + ('docx.text', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/text/__init__.py', + 'PYMODULE'), + ('docx.text.font', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/text/font.py', + 'PYMODULE'), + ('docx.text.hyperlink', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/text/hyperlink.py', + 'PYMODULE'), + ('docx.text.pagebreak', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/text/pagebreak.py', + 'PYMODULE'), + ('docx.text.paragraph', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/text/paragraph.py', + 'PYMODULE'), + ('docx.text.parfmt', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/text/parfmt.py', + 'PYMODULE'), + ('docx.text.run', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/text/run.py', + 'PYMODULE'), + ('docx.text.tabstops', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/text/tabstops.py', + 'PYMODULE'), + ('docx.types', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/docx/types.py', + 'PYMODULE'), + ('email', '/usr/lib/python3.10/email/__init__.py', 'PYMODULE'), + ('email._encoded_words', + '/usr/lib/python3.10/email/_encoded_words.py', + 'PYMODULE'), + ('email._header_value_parser', + '/usr/lib/python3.10/email/_header_value_parser.py', + 'PYMODULE'), + ('email._parseaddr', '/usr/lib/python3.10/email/_parseaddr.py', 'PYMODULE'), + ('email._policybase', '/usr/lib/python3.10/email/_policybase.py', 'PYMODULE'), + ('email.base64mime', '/usr/lib/python3.10/email/base64mime.py', 'PYMODULE'), + ('email.charset', '/usr/lib/python3.10/email/charset.py', 'PYMODULE'), + ('email.contentmanager', + '/usr/lib/python3.10/email/contentmanager.py', + 'PYMODULE'), + ('email.encoders', '/usr/lib/python3.10/email/encoders.py', 'PYMODULE'), + ('email.errors', '/usr/lib/python3.10/email/errors.py', 'PYMODULE'), + ('email.feedparser', '/usr/lib/python3.10/email/feedparser.py', 'PYMODULE'), + ('email.generator', '/usr/lib/python3.10/email/generator.py', 'PYMODULE'), + ('email.header', '/usr/lib/python3.10/email/header.py', 'PYMODULE'), + ('email.headerregistry', + '/usr/lib/python3.10/email/headerregistry.py', + 'PYMODULE'), + ('email.iterators', '/usr/lib/python3.10/email/iterators.py', 'PYMODULE'), + ('email.message', '/usr/lib/python3.10/email/message.py', 'PYMODULE'), + ('email.parser', '/usr/lib/python3.10/email/parser.py', 'PYMODULE'), + ('email.policy', '/usr/lib/python3.10/email/policy.py', 'PYMODULE'), + ('email.quoprimime', '/usr/lib/python3.10/email/quoprimime.py', 'PYMODULE'), + ('email.utils', '/usr/lib/python3.10/email/utils.py', 'PYMODULE'), + ('fnmatch', '/usr/lib/python3.10/fnmatch.py', 'PYMODULE'), + ('fractions', '/usr/lib/python3.10/fractions.py', 'PYMODULE'), + ('ftplib', '/usr/lib/python3.10/ftplib.py', 'PYMODULE'), + ('getopt', '/usr/lib/python3.10/getopt.py', 'PYMODULE'), + ('getpass', '/usr/lib/python3.10/getpass.py', 'PYMODULE'), + ('gettext', '/usr/lib/python3.10/gettext.py', 'PYMODULE'), + ('glob', '/usr/lib/python3.10/glob.py', 'PYMODULE'), + ('gzip', '/usr/lib/python3.10/gzip.py', 'PYMODULE'), + ('hashlib', '/usr/lib/python3.10/hashlib.py', 'PYMODULE'), + ('hmac', '/usr/lib/python3.10/hmac.py', 'PYMODULE'), + ('html', '/usr/lib/python3.10/html/__init__.py', 'PYMODULE'), + ('html.entities', '/usr/lib/python3.10/html/entities.py', 'PYMODULE'), + ('http', '/usr/lib/python3.10/http/__init__.py', 'PYMODULE'), + ('http.client', '/usr/lib/python3.10/http/client.py', 'PYMODULE'), + ('http.cookiejar', '/usr/lib/python3.10/http/cookiejar.py', 'PYMODULE'), + ('http.cookies', '/usr/lib/python3.10/http/cookies.py', 'PYMODULE'), + ('http.server', '/usr/lib/python3.10/http/server.py', 'PYMODULE'), + ('idna', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/idna/__init__.py', + 'PYMODULE'), + ('idna.core', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/idna/core.py', + 'PYMODULE'), + ('idna.idnadata', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/idna/idnadata.py', + 'PYMODULE'), + ('idna.intranges', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/idna/intranges.py', + 'PYMODULE'), + ('idna.package_data', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/idna/package_data.py', + 'PYMODULE'), + ('idna.uts46data', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/idna/uts46data.py', + 'PYMODULE'), + ('importlib', '/usr/lib/python3.10/importlib/__init__.py', 'PYMODULE'), + ('importlib._abc', '/usr/lib/python3.10/importlib/_abc.py', 'PYMODULE'), + ('importlib._adapters', + '/usr/lib/python3.10/importlib/_adapters.py', + 'PYMODULE'), + ('importlib._bootstrap', + '/usr/lib/python3.10/importlib/_bootstrap.py', + 'PYMODULE'), + ('importlib._bootstrap_external', + '/usr/lib/python3.10/importlib/_bootstrap_external.py', + 'PYMODULE'), + ('importlib._common', '/usr/lib/python3.10/importlib/_common.py', 'PYMODULE'), + ('importlib.abc', '/usr/lib/python3.10/importlib/abc.py', 'PYMODULE'), + ('importlib.machinery', + '/usr/lib/python3.10/importlib/machinery.py', + 'PYMODULE'), + ('importlib.metadata', + '/usr/lib/python3.10/importlib/metadata/__init__.py', + 'PYMODULE'), + ('importlib.metadata._adapters', + '/usr/lib/python3.10/importlib/metadata/_adapters.py', + 'PYMODULE'), + ('importlib.metadata._collections', + '/usr/lib/python3.10/importlib/metadata/_collections.py', + 'PYMODULE'), + ('importlib.metadata._functools', + '/usr/lib/python3.10/importlib/metadata/_functools.py', + 'PYMODULE'), + ('importlib.metadata._itertools', + '/usr/lib/python3.10/importlib/metadata/_itertools.py', + 'PYMODULE'), + ('importlib.metadata._meta', + '/usr/lib/python3.10/importlib/metadata/_meta.py', + 'PYMODULE'), + ('importlib.metadata._text', + '/usr/lib/python3.10/importlib/metadata/_text.py', + 'PYMODULE'), + ('importlib.readers', '/usr/lib/python3.10/importlib/readers.py', 'PYMODULE'), + ('importlib.resources', + '/usr/lib/python3.10/importlib/resources.py', + 'PYMODULE'), + ('importlib.util', '/usr/lib/python3.10/importlib/util.py', 'PYMODULE'), + ('inspect', '/usr/lib/python3.10/inspect.py', 'PYMODULE'), + ('ipaddress', '/usr/lib/python3.10/ipaddress.py', 'PYMODULE'), + ('json', '/usr/lib/python3.10/json/__init__.py', 'PYMODULE'), + ('json.decoder', '/usr/lib/python3.10/json/decoder.py', 'PYMODULE'), + ('json.encoder', '/usr/lib/python3.10/json/encoder.py', 'PYMODULE'), + ('json.scanner', '/usr/lib/python3.10/json/scanner.py', 'PYMODULE'), + ('logging', '/usr/lib/python3.10/logging/__init__.py', 'PYMODULE'), + ('lxml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/__init__.py', + 'PYMODULE'), + ('lxml.ElementInclude', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/ElementInclude.py', + 'PYMODULE'), + ('lxml.cssselect', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/cssselect.py', + 'PYMODULE'), + ('lxml.doctestcompare', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/doctestcompare.py', + 'PYMODULE'), + ('lxml.html', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/__init__.py', + 'PYMODULE'), + ('lxml.html.ElementSoup', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/ElementSoup.py', + 'PYMODULE'), + ('lxml.html._diffcommand', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/_diffcommand.py', + 'PYMODULE'), + ('lxml.html._html5builder', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/_html5builder.py', + 'PYMODULE'), + ('lxml.html._setmixin', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/_setmixin.py', + 'PYMODULE'), + ('lxml.html.builder', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/builder.py', + 'PYMODULE'), + ('lxml.html.clean', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/clean.py', + 'PYMODULE'), + ('lxml.html.defs', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/defs.py', + 'PYMODULE'), + ('lxml.html.formfill', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/formfill.py', + 'PYMODULE'), + ('lxml.html.html5parser', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/html5parser.py', + 'PYMODULE'), + ('lxml.html.soupparser', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/soupparser.py', + 'PYMODULE'), + ('lxml.html.usedoctest', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/usedoctest.py', + 'PYMODULE'), + ('lxml.includes', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/includes/__init__.py', + 'PYMODULE'), + ('lxml.includes.extlibs', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/includes/extlibs/__init__.py', + 'PYMODULE'), + ('lxml.includes.libexslt', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/includes/libexslt/__init__.py', + 'PYMODULE'), + ('lxml.includes.libxml', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/includes/libxml/__init__.py', + 'PYMODULE'), + ('lxml.includes.libxslt', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/includes/libxslt/__init__.py', + 'PYMODULE'), + ('lxml.isoschematron', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/isoschematron/__init__.py', + 'PYMODULE'), + ('lxml.pyclasslookup', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/pyclasslookup.py', + 'PYMODULE'), + ('lxml.usedoctest', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/usedoctest.py', + 'PYMODULE'), + ('lzma', '/usr/lib/python3.10/lzma.py', 'PYMODULE'), + ('mimetypes', '/usr/lib/python3.10/mimetypes.py', 'PYMODULE'), + ('multiprocessing', + '/usr/lib/python3.10/multiprocessing/__init__.py', + 'PYMODULE'), + ('multiprocessing.connection', + '/usr/lib/python3.10/multiprocessing/connection.py', + 'PYMODULE'), + ('multiprocessing.context', + '/usr/lib/python3.10/multiprocessing/context.py', + 'PYMODULE'), + ('multiprocessing.dummy', + '/usr/lib/python3.10/multiprocessing/dummy/__init__.py', + 'PYMODULE'), + ('multiprocessing.dummy.connection', + '/usr/lib/python3.10/multiprocessing/dummy/connection.py', + 'PYMODULE'), + ('multiprocessing.forkserver', + '/usr/lib/python3.10/multiprocessing/forkserver.py', + 'PYMODULE'), + ('multiprocessing.heap', + '/usr/lib/python3.10/multiprocessing/heap.py', + 'PYMODULE'), + ('multiprocessing.managers', + '/usr/lib/python3.10/multiprocessing/managers.py', + 'PYMODULE'), + ('multiprocessing.pool', + '/usr/lib/python3.10/multiprocessing/pool.py', + 'PYMODULE'), + ('multiprocessing.popen_fork', + '/usr/lib/python3.10/multiprocessing/popen_fork.py', + 'PYMODULE'), + ('multiprocessing.popen_forkserver', + '/usr/lib/python3.10/multiprocessing/popen_forkserver.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_posix', + '/usr/lib/python3.10/multiprocessing/popen_spawn_posix.py', + 'PYMODULE'), + ('multiprocessing.popen_spawn_win32', + '/usr/lib/python3.10/multiprocessing/popen_spawn_win32.py', + 'PYMODULE'), + ('multiprocessing.process', + '/usr/lib/python3.10/multiprocessing/process.py', + 'PYMODULE'), + ('multiprocessing.queues', + '/usr/lib/python3.10/multiprocessing/queues.py', + 'PYMODULE'), + ('multiprocessing.reduction', + '/usr/lib/python3.10/multiprocessing/reduction.py', + 'PYMODULE'), + ('multiprocessing.resource_sharer', + '/usr/lib/python3.10/multiprocessing/resource_sharer.py', + 'PYMODULE'), + ('multiprocessing.resource_tracker', + '/usr/lib/python3.10/multiprocessing/resource_tracker.py', + 'PYMODULE'), + ('multiprocessing.shared_memory', + '/usr/lib/python3.10/multiprocessing/shared_memory.py', + 'PYMODULE'), + ('multiprocessing.sharedctypes', + '/usr/lib/python3.10/multiprocessing/sharedctypes.py', + 'PYMODULE'), + ('multiprocessing.spawn', + '/usr/lib/python3.10/multiprocessing/spawn.py', + 'PYMODULE'), + ('multiprocessing.synchronize', + '/usr/lib/python3.10/multiprocessing/synchronize.py', + 'PYMODULE'), + ('multiprocessing.util', + '/usr/lib/python3.10/multiprocessing/util.py', + 'PYMODULE'), + ('netrc', '/usr/lib/python3.10/netrc.py', 'PYMODULE'), + ('nturl2path', '/usr/lib/python3.10/nturl2path.py', 'PYMODULE'), + ('numbers', '/usr/lib/python3.10/numbers.py', 'PYMODULE'), + ('opcode', '/usr/lib/python3.10/opcode.py', 'PYMODULE'), + ('optparse', '/usr/lib/python3.10/optparse.py', 'PYMODULE'), + ('pathlib', '/usr/lib/python3.10/pathlib.py', 'PYMODULE'), + ('pdb', '/usr/lib/python3.10/pdb.py', 'PYMODULE'), + ('pickle', '/usr/lib/python3.10/pickle.py', 'PYMODULE'), + ('pkgutil', '/usr/lib/python3.10/pkgutil.py', 'PYMODULE'), + ('platform', '/usr/lib/python3.10/platform.py', 'PYMODULE'), + ('pprint', '/usr/lib/python3.10/pprint.py', 'PYMODULE'), + ('py_compile', '/usr/lib/python3.10/py_compile.py', 'PYMODULE'), + ('pydoc', '/usr/lib/python3.10/pydoc.py', 'PYMODULE'), + ('pydoc_data', '/usr/lib/python3.10/pydoc_data/__init__.py', 'PYMODULE'), + ('pydoc_data.topics', '/usr/lib/python3.10/pydoc_data/topics.py', 'PYMODULE'), + ('queue', '/usr/lib/python3.10/queue.py', 'PYMODULE'), + ('quopri', '/usr/lib/python3.10/quopri.py', 'PYMODULE'), + ('random', '/usr/lib/python3.10/random.py', 'PYMODULE'), + ('requests', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/__init__.py', + 'PYMODULE'), + ('requests.__version__', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/__version__.py', + 'PYMODULE'), + ('requests._internal_utils', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/_internal_utils.py', + 'PYMODULE'), + ('requests.adapters', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/adapters.py', + 'PYMODULE'), + ('requests.api', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/api.py', + 'PYMODULE'), + ('requests.auth', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/auth.py', + 'PYMODULE'), + ('requests.certs', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/certs.py', + 'PYMODULE'), + ('requests.compat', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/compat.py', + 'PYMODULE'), + ('requests.cookies', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/cookies.py', + 'PYMODULE'), + ('requests.exceptions', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/exceptions.py', + 'PYMODULE'), + ('requests.hooks', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/hooks.py', + 'PYMODULE'), + ('requests.models', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/models.py', + 'PYMODULE'), + ('requests.packages', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/packages.py', + 'PYMODULE'), + ('requests.sessions', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/sessions.py', + 'PYMODULE'), + ('requests.status_codes', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/status_codes.py', + 'PYMODULE'), + ('requests.structures', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/structures.py', + 'PYMODULE'), + ('requests.utils', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/requests/utils.py', + 'PYMODULE'), + ('runpy', '/usr/lib/python3.10/runpy.py', 'PYMODULE'), + ('secrets', '/usr/lib/python3.10/secrets.py', 'PYMODULE'), + ('selectors', '/usr/lib/python3.10/selectors.py', 'PYMODULE'), + ('shlex', '/usr/lib/python3.10/shlex.py', 'PYMODULE'), + ('shutil', '/usr/lib/python3.10/shutil.py', 'PYMODULE'), + ('signal', '/usr/lib/python3.10/signal.py', 'PYMODULE'), + ('socket', '/usr/lib/python3.10/socket.py', 'PYMODULE'), + ('socketserver', '/usr/lib/python3.10/socketserver.py', 'PYMODULE'), + ('ssl', '/usr/lib/python3.10/ssl.py', 'PYMODULE'), + ('statistics', '/usr/lib/python3.10/statistics.py', 'PYMODULE'), + ('string', '/usr/lib/python3.10/string.py', 'PYMODULE'), + ('stringprep', '/usr/lib/python3.10/stringprep.py', 'PYMODULE'), + ('subprocess', '/usr/lib/python3.10/subprocess.py', 'PYMODULE'), + ('sysconfig', '/usr/lib/python3.10/sysconfig.py', 'PYMODULE'), + ('tarfile', '/usr/lib/python3.10/tarfile.py', 'PYMODULE'), + ('tempfile', '/usr/lib/python3.10/tempfile.py', 'PYMODULE'), + ('textwrap', '/usr/lib/python3.10/textwrap.py', 'PYMODULE'), + ('threading', '/usr/lib/python3.10/threading.py', 'PYMODULE'), + ('token', '/usr/lib/python3.10/token.py', 'PYMODULE'), + ('tokenize', '/usr/lib/python3.10/tokenize.py', 'PYMODULE'), + ('tools', '-', 'PYMODULE'), + ('tools.API', + '/home/dtyx/桌面/yhh/Report_Generate_Server/tools/API.py', + 'PYMODULE'), + ('tools.Get_Json', + '/home/dtyx/桌面/yhh/Report_Generate_Server/tools/Get_Json.py', + 'PYMODULE'), + ('tools.content_tools', + '/home/dtyx/桌面/yhh/Report_Generate_Server/tools/content_tools.py', + 'PYMODULE'), + ('tools.dataproccess', + '/home/dtyx/桌面/yhh/Report_Generate_Server/tools/dataproccess.py', + 'PYMODULE'), + ('tools.defines', + '/home/dtyx/桌面/yhh/Report_Generate_Server/tools/defines.py', + 'PYMODULE'), + ('tools.document_tools', + '/home/dtyx/桌面/yhh/Report_Generate_Server/tools/document_tools.py', + 'PYMODULE'), + ('tools.get_pictures', + '/home/dtyx/桌面/yhh/Report_Generate_Server/tools/get_pictures.py', + 'PYMODULE'), + ('tracemalloc', '/usr/lib/python3.10/tracemalloc.py', 'PYMODULE'), + ('tty', '/usr/lib/python3.10/tty.py', 'PYMODULE'), + ('typing', '/usr/lib/python3.10/typing.py', 'PYMODULE'), + ('typing_extensions', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/typing_extensions.py', + 'PYMODULE'), + ('unittest', '/usr/lib/python3.10/unittest/__init__.py', 'PYMODULE'), + ('unittest._log', '/usr/lib/python3.10/unittest/_log.py', 'PYMODULE'), + ('unittest.async_case', + '/usr/lib/python3.10/unittest/async_case.py', + 'PYMODULE'), + ('unittest.case', '/usr/lib/python3.10/unittest/case.py', 'PYMODULE'), + ('unittest.loader', '/usr/lib/python3.10/unittest/loader.py', 'PYMODULE'), + ('unittest.main', '/usr/lib/python3.10/unittest/main.py', 'PYMODULE'), + ('unittest.result', '/usr/lib/python3.10/unittest/result.py', 'PYMODULE'), + ('unittest.runner', '/usr/lib/python3.10/unittest/runner.py', 'PYMODULE'), + ('unittest.signals', '/usr/lib/python3.10/unittest/signals.py', 'PYMODULE'), + ('unittest.suite', '/usr/lib/python3.10/unittest/suite.py', 'PYMODULE'), + ('unittest.util', '/usr/lib/python3.10/unittest/util.py', 'PYMODULE'), + ('urllib', '/usr/lib/python3.10/urllib/__init__.py', 'PYMODULE'), + ('urllib.error', '/usr/lib/python3.10/urllib/error.py', 'PYMODULE'), + ('urllib.parse', '/usr/lib/python3.10/urllib/parse.py', 'PYMODULE'), + ('urllib.request', '/usr/lib/python3.10/urllib/request.py', 'PYMODULE'), + ('urllib.response', '/usr/lib/python3.10/urllib/response.py', 'PYMODULE'), + ('urllib3', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/__init__.py', + 'PYMODULE'), + ('urllib3._base_connection', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/_base_connection.py', + 'PYMODULE'), + ('urllib3._collections', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/_collections.py', + 'PYMODULE'), + ('urllib3._request_methods', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/_request_methods.py', + 'PYMODULE'), + ('urllib3._version', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/_version.py', + 'PYMODULE'), + ('urllib3.connection', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/connection.py', + 'PYMODULE'), + ('urllib3.connectionpool', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py', + 'PYMODULE'), + ('urllib3.contrib', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/contrib/__init__.py', + 'PYMODULE'), + ('urllib3.contrib.emscripten', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/__init__.py', + 'PYMODULE'), + ('urllib3.contrib.emscripten.connection', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/connection.py', + 'PYMODULE'), + ('urllib3.contrib.emscripten.fetch', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/fetch.py', + 'PYMODULE'), + ('urllib3.contrib.emscripten.request', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/request.py', + 'PYMODULE'), + ('urllib3.contrib.emscripten.response', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/contrib/emscripten/response.py', + 'PYMODULE'), + ('urllib3.contrib.pyopenssl', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/contrib/pyopenssl.py', + 'PYMODULE'), + ('urllib3.contrib.socks', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/contrib/socks.py', + 'PYMODULE'), + ('urllib3.exceptions', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/exceptions.py', + 'PYMODULE'), + ('urllib3.fields', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/fields.py', + 'PYMODULE'), + ('urllib3.filepost', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/filepost.py', + 'PYMODULE'), + ('urllib3.http2', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/http2/__init__.py', + 'PYMODULE'), + ('urllib3.http2.connection', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/http2/connection.py', + 'PYMODULE'), + ('urllib3.http2.probe', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/http2/probe.py', + 'PYMODULE'), + ('urllib3.poolmanager', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/poolmanager.py', + 'PYMODULE'), + ('urllib3.response', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/response.py', + 'PYMODULE'), + ('urllib3.util', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/__init__.py', + 'PYMODULE'), + ('urllib3.util.connection', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/connection.py', + 'PYMODULE'), + ('urllib3.util.proxy', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/proxy.py', + 'PYMODULE'), + ('urllib3.util.request', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/request.py', + 'PYMODULE'), + ('urllib3.util.response', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/response.py', + 'PYMODULE'), + ('urllib3.util.retry', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/retry.py', + 'PYMODULE'), + ('urllib3.util.ssl_', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/ssl_.py', + 'PYMODULE'), + ('urllib3.util.ssl_match_hostname', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/ssl_match_hostname.py', + 'PYMODULE'), + ('urllib3.util.ssltransport', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/ssltransport.py', + 'PYMODULE'), + ('urllib3.util.timeout', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/timeout.py', + 'PYMODULE'), + ('urllib3.util.url', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/url.py', + 'PYMODULE'), + ('urllib3.util.util', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/util.py', + 'PYMODULE'), + ('urllib3.util.wait', + '/home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/urllib3/util/wait.py', + 'PYMODULE'), + ('utils', + '/home/dtyx/桌面/yhh/Report_Generate_Server/utils/__init__.py', + 'PYMODULE'), + ('utils.document_utils', + '/home/dtyx/桌面/yhh/Report_Generate_Server/utils/document_utils.py', + 'PYMODULE'), + ('utils.file_utils', + '/home/dtyx/桌面/yhh/Report_Generate_Server/utils/file_utils.py', + 'PYMODULE'), + ('uu', '/usr/lib/python3.10/uu.py', 'PYMODULE'), + ('webbrowser', '/usr/lib/python3.10/webbrowser.py', 'PYMODULE'), + ('xml', '/usr/lib/python3.10/xml/__init__.py', 'PYMODULE'), + ('xml.etree', '/usr/lib/python3.10/xml/etree/__init__.py', 'PYMODULE'), + ('xml.etree.ElementInclude', + '/usr/lib/python3.10/xml/etree/ElementInclude.py', + 'PYMODULE'), + ('xml.etree.ElementPath', + '/usr/lib/python3.10/xml/etree/ElementPath.py', + 'PYMODULE'), + ('xml.etree.ElementTree', + '/usr/lib/python3.10/xml/etree/ElementTree.py', + 'PYMODULE'), + ('xml.etree.cElementTree', + '/usr/lib/python3.10/xml/etree/cElementTree.py', + 'PYMODULE'), + ('xml.parsers', '/usr/lib/python3.10/xml/parsers/__init__.py', 'PYMODULE'), + ('xml.parsers.expat', '/usr/lib/python3.10/xml/parsers/expat.py', 'PYMODULE'), + ('xml.sax', '/usr/lib/python3.10/xml/sax/__init__.py', 'PYMODULE'), + ('xml.sax._exceptions', + '/usr/lib/python3.10/xml/sax/_exceptions.py', + 'PYMODULE'), + ('xml.sax.expatreader', + '/usr/lib/python3.10/xml/sax/expatreader.py', + 'PYMODULE'), + ('xml.sax.handler', '/usr/lib/python3.10/xml/sax/handler.py', 'PYMODULE'), + ('xml.sax.saxutils', '/usr/lib/python3.10/xml/sax/saxutils.py', 'PYMODULE'), + ('xml.sax.xmlreader', '/usr/lib/python3.10/xml/sax/xmlreader.py', 'PYMODULE'), + ('xmlrpc', '/usr/lib/python3.10/xmlrpc/__init__.py', 'PYMODULE'), + ('xmlrpc.client', '/usr/lib/python3.10/xmlrpc/client.py', 'PYMODULE'), + ('zipfile', '/usr/lib/python3.10/zipfile.py', 'PYMODULE'), + ('zipimport', '/usr/lib/python3.10/zipimport.py', 'PYMODULE')]) diff --git a/build/build/base_library.zip b/build/build/base_library.zip new file mode 100644 index 0000000..ff12215 Binary files /dev/null and b/build/build/base_library.zip differ diff --git a/build/build/localpycs/pyimod01_archive.pyc b/build/build/localpycs/pyimod01_archive.pyc new file mode 100644 index 0000000..fe9d353 Binary files /dev/null and b/build/build/localpycs/pyimod01_archive.pyc differ diff --git a/build/build/localpycs/pyimod02_importers.pyc b/build/build/localpycs/pyimod02_importers.pyc new file mode 100644 index 0000000..6723059 Binary files /dev/null and b/build/build/localpycs/pyimod02_importers.pyc differ diff --git a/build/build/localpycs/pyimod03_ctypes.pyc b/build/build/localpycs/pyimod03_ctypes.pyc new file mode 100644 index 0000000..ef0cd0b Binary files /dev/null and b/build/build/localpycs/pyimod03_ctypes.pyc differ diff --git a/build/build/localpycs/struct.pyc b/build/build/localpycs/struct.pyc new file mode 100644 index 0000000..9251ff0 Binary files /dev/null and b/build/build/localpycs/struct.pyc differ diff --git a/build/build/report_generator.pkg b/build/build/report_generator.pkg new file mode 100644 index 0000000..59e01e4 Binary files /dev/null and b/build/build/report_generator.pkg differ diff --git a/build/build/warn-build.txt b/build/build/warn-build.txt new file mode 100644 index 0000000..d784135 --- /dev/null +++ b/build/build/warn-build.txt @@ -0,0 +1,75 @@ + +This file lists modules PyInstaller was not able to find. This does not +necessarily mean this module is required for running your program. Python and +Python 3rd-party packages include a lot of conditional or optional modules. For +example the module 'ntpath' only exists on Windows, whereas the module +'posixpath' only exists on Posix systems. + +Types if import: +* top-level: imported at the top-level - look at these first +* conditional: imported within an if-statement +* delayed: imported within a function +* optional: imported within a try-except-statement + +IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for + tracking down the missing module yourself. Thanks! + +missing module named _winapi - imported by encodings (delayed, conditional, optional), ntpath (optional), subprocess (optional), multiprocessing.connection (optional), multiprocessing.spawn (delayed, conditional), multiprocessing.reduction (conditional), multiprocessing.shared_memory (conditional), multiprocessing.heap (conditional), multiprocessing.popen_spawn_win32 (top-level), asyncio.windows_events (top-level), asyncio.windows_utils (top-level), mimetypes (optional) +missing module named msvcrt - imported by subprocess (optional), multiprocessing.spawn (delayed, conditional), multiprocessing.popen_spawn_win32 (top-level), asyncio.windows_events (top-level), asyncio.windows_utils (top-level), getpass (optional) +missing module named urllib.urlopen - imported by urllib (delayed, optional), lxml.html (delayed, optional) +missing module named urllib.urlencode - imported by urllib (delayed, optional), lxml.html (delayed, optional) +missing module named winreg - imported by importlib._bootstrap_external (conditional), mimetypes (optional), urllib.request (delayed, conditional, optional), requests.utils (delayed, conditional, optional), platform (delayed, optional) +missing module named _scproxy - imported by urllib.request (conditional) +missing module named 'org.python' - imported by copy (optional), xml.sax (delayed, conditional) +missing module named 'java.lang' - imported by platform (delayed, optional), xml.sax._exceptions (conditional) +missing module named multiprocessing.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level) +missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level) +missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level) +excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level) +missing module named pep517 - imported by importlib.metadata (delayed) +missing module named nt - imported by os (delayed, conditional, optional), ntpath (optional), importlib._bootstrap_external (conditional), shutil (conditional), ctypes (delayed, conditional) +missing module named org - imported by pickle (optional) +missing module named multiprocessing.get_context - imported by multiprocessing (top-level), multiprocessing.pool (top-level), multiprocessing.managers (top-level), multiprocessing.sharedctypes (top-level) +missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level) +missing module named multiprocessing.set_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level) +missing module named multiprocessing.get_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level) +missing module named pyimod02_importers - imported by /home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py (delayed) +missing module named annotationlib - imported by typing_extensions (conditional) +missing module named htmlentitydefs - imported by lxml.html.soupparser (optional) +missing module named BeautifulSoup - imported by lxml.html.soupparser (optional) +missing module named bs4 - imported by lxml.html.soupparser (optional) +missing module named urlparse - imported by lxml.ElementInclude (optional), lxml.html.html5parser (optional) +missing module named urllib2 - imported by lxml.ElementInclude (optional), lxml.html.html5parser (optional) +missing module named 'html5lib.treebuilders' - imported by lxml.html.html5parser (top-level) +missing module named html5lib - imported by lxml.html._html5builder (top-level), lxml.html.html5parser (top-level) +missing module named 'cython.cimports' - imported by lxml.html.diff (optional) +missing module named cython - imported by lxml.html.diff (optional), lxml.html._difflib (optional) +missing module named lxml_html_clean - imported by lxml.html.clean (optional) +missing module named vms_lib - imported by platform (delayed, optional) +missing module named java - imported by platform (delayed) +missing module named _winreg - imported by platform (delayed, optional) +missing module named cssselect - imported by lxml.cssselect (optional) +missing module named _overlapped - imported by asyncio.windows_events (top-level) +missing module named asyncio.DefaultEventLoopPolicy - imported by asyncio (delayed, conditional), asyncio.events (delayed, conditional) +missing module named simplejson - imported by requests.compat (conditional, optional) +missing module named dummy_threading - imported by requests.cookies (optional) +missing module named zstandard - imported by urllib3.util.request (optional), urllib3.response (optional) +missing module named compression - imported by urllib3.util.request (optional), urllib3.response (optional) +missing module named 'h2.events' - imported by urllib3.http2.connection (top-level) +missing module named 'h2.connection' - imported by urllib3.http2.connection (top-level) +missing module named h2 - imported by urllib3.http2.connection (top-level) +missing module named brotli - imported by urllib3.util.request (optional), urllib3.response (optional) +missing module named brotlicffi - imported by urllib3.util.request (optional), urllib3.response (optional) +missing module named socks - imported by urllib3.contrib.socks (optional) +missing module named 'typing.io' - imported by importlib.resources (top-level) +missing module named cryptography - imported by urllib3.contrib.pyopenssl (top-level), requests (conditional, optional) +missing module named 'OpenSSL.crypto' - imported by urllib3.contrib.pyopenssl (delayed, conditional) +missing module named 'cryptography.x509' - imported by urllib3.contrib.pyopenssl (delayed, optional) +missing module named OpenSSL - imported by urllib3.contrib.pyopenssl (top-level) +missing module named chardet - imported by requests (optional) +missing module named 'pyodide.ffi' - imported by urllib3.contrib.emscripten.fetch (delayed, optional) +missing module named pyodide - imported by urllib3.contrib.emscripten.fetch (top-level) +missing module named js - imported by urllib3.contrib.emscripten.fetch (top-level) +missing module named olefile - imported by PIL.FpxImagePlugin (top-level), PIL.MicImagePlugin (top-level) +missing module named numpy - imported by PIL._typing (conditional, optional) +missing module named defusedxml - imported by PIL.Image (optional) diff --git a/build/build/xref-build.html b/build/build/xref-build.html new file mode 100644 index 0000000..4f3c39a --- /dev/null +++ b/build/build/xref-build.html @@ -0,0 +1,20445 @@ + + + + + modulegraph cross reference for Generate_Report.py, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py + + + +

modulegraph cross reference for Generate_Report.py, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py

+ +
+ + Generate_Report.py +Script
+imports: + _collections_abc + • _weakrefset + • abc + • argparse + • asyncio + • codecs + • collections + • collections.abc + • copyreg + • core.tables + • datetime + • encodings + • encodings.aliases + • encodings.ascii + • encodings.base64_codec + • encodings.big5 + • encodings.big5hkscs + • encodings.bz2_codec + • encodings.charmap + • encodings.cp037 + • encodings.cp1006 + • encodings.cp1026 + • encodings.cp1125 + • encodings.cp1140 + • encodings.cp1250 + • encodings.cp1251 + • encodings.cp1252 + • encodings.cp1253 + • encodings.cp1254 + • encodings.cp1255 + • encodings.cp1256 + • encodings.cp1257 + • encodings.cp1258 + • encodings.cp273 + • encodings.cp424 + • encodings.cp437 + • encodings.cp500 + • encodings.cp720 + • encodings.cp737 + • encodings.cp775 + • encodings.cp850 + • encodings.cp852 + • encodings.cp855 + • encodings.cp856 + • encodings.cp857 + • encodings.cp858 + • encodings.cp860 + • encodings.cp861 + • encodings.cp862 + • encodings.cp863 + • encodings.cp864 + • encodings.cp865 + • encodings.cp866 + • encodings.cp869 + • encodings.cp874 + • encodings.cp875 + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hex_codec + • encodings.hp_roman8 + • encodings.hz + • encodings.idna + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.iso8859_1 + • encodings.iso8859_10 + • encodings.iso8859_11 + • encodings.iso8859_13 + • encodings.iso8859_14 + • encodings.iso8859_15 + • encodings.iso8859_16 + • encodings.iso8859_2 + • encodings.iso8859_3 + • encodings.iso8859_4 + • encodings.iso8859_5 + • encodings.iso8859_6 + • encodings.iso8859_7 + • encodings.iso8859_8 + • encodings.iso8859_9 + • encodings.johab + • encodings.koi8_r + • encodings.koi8_t + • encodings.koi8_u + • encodings.kz1048 + • encodings.latin_1 + • encodings.mac_arabic + • encodings.mac_croatian + • encodings.mac_cyrillic + • encodings.mac_farsi + • encodings.mac_greek + • encodings.mac_iceland + • encodings.mac_latin2 + • encodings.mac_roman + • encodings.mac_romanian + • encodings.mac_turkish + • encodings.mbcs + • encodings.oem + • encodings.palmos + • encodings.ptcp154 + • encodings.punycode + • encodings.quopri_codec + • encodings.raw_unicode_escape + • encodings.rot_13 + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + • encodings.tis_620 + • encodings.undefined + • encodings.unicode_escape + • encodings.utf_16 + • encodings.utf_16_be + • encodings.utf_16_le + • encodings.utf_32 + • encodings.utf_32_be + • encodings.utf_32_le + • encodings.utf_7 + • encodings.utf_8 + • encodings.utf_8_sig + • encodings.uu_codec + • encodings.zlib_codec + • enum + • functools + • genericpath + • heapq + • io + • keyword + • linecache + • locale + • ntpath + • operator + • os + • pathlib + • posixpath + • pyi_rth_inspect.py + • pyi_rth_multiprocessing.py + • pyi_rth_pkgutil.py + • re + • reprlib + • sre_compile + • sre_constants + • sre_parse + • stat + • tools.Get_Json + • tools.content_tools + • tools.dataproccess + • tools.defines + • tools.document_tools + • tools.get_pictures + • traceback + • types + • warnings + • weakref + +
+ +
+ +
+ + pyi_rth_inspect.py +Script
+imports: + inspect + • os + • sys + • zipfile + +
+
+imported by: + Generate_Report.py + +
+ +
+ +
+ + pyi_rth_multiprocessing.py +Script
+imports: + multiprocessing + • multiprocessing.spawn + • subprocess + • sys + +
+
+imported by: + Generate_Report.py + +
+ +
+ +
+ + pyi_rth_pkgutil.py +Script
+imports: + pkgutil + • pyimod02_importers + +
+
+imported by: + Generate_Report.py + +
+ +
+ +
+ + 'OpenSSL.crypto' +MissingModule
+imported by: + urllib3.contrib.pyopenssl + +
+ +
+ +
+ + 'cryptography.x509' +MissingModule
+imported by: + urllib3.contrib.pyopenssl + +
+ +
+ +
+ + 'cython.cimports' +MissingModule
+imported by: + lxml.html.diff + +
+ +
+ +
+ + 'h2.connection' +MissingModule
+imported by: + urllib3.http2.connection + +
+ +
+ +
+ + 'h2.events' +MissingModule
+imported by: + urllib3.http2.connection + +
+ +
+ +
+ + 'html5lib.treebuilders' +MissingModule
+imported by: + lxml.html.html5parser + +
+ +
+ +
+ + 'java.lang' +MissingModule
+imported by: + platform + • xml.sax._exceptions + +
+ +
+ +
+ + 'org.python' +MissingModule
+imported by: + copy + • xml.sax + +
+ +
+ +
+ + 'pyodide.ffi' +MissingModule
+imported by: + urllib3.contrib.emscripten.fetch + +
+ +
+ +
+ + 'typing.io' +MissingModule
+imported by: + importlib.resources + +
+ +
+ +
+ + BeautifulSoup +MissingModule
+imported by: + lxml.html.soupparser + +
+ +
+ +
+ + OpenSSL +MissingModule
+imported by: + urllib3.contrib.pyopenssl + +
+ +
+ +
+ + PIL +Package
+imports: + PIL + • PIL.BmpImagePlugin + • PIL.ExifTags + • PIL.GifImagePlugin + • PIL.GimpGradientFile + • PIL.GimpPaletteFile + • PIL.Image + • PIL.ImageChops + • PIL.ImageCms + • PIL.ImageColor + • PIL.ImageFile + • PIL.ImageFilter + • PIL.ImageMath + • PIL.ImageMode + • PIL.ImageOps + • PIL.ImagePalette + • PIL.ImageQt + • PIL.ImageSequence + • PIL.ImageShow + • PIL.ImageTk + • PIL.ImageWin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.PaletteFile + • PIL.PdfParser + • PIL.PngImagePlugin + • PIL.PpmImagePlugin + • PIL.TiffImagePlugin + • PIL.TiffTags + • PIL._avif + • PIL._imaging + • PIL._imagingcms + • PIL._imagingmath + • PIL._imagingtk + • PIL._version + • PIL._webp + • PIL.features + • __future__ + +
+
+imported by: + PIL + • PIL.AvifImagePlugin + • PIL.BlpImagePlugin + • PIL.BmpImagePlugin + • PIL.BufrStubImagePlugin + • PIL.CurImagePlugin + • PIL.DcxImagePlugin + • PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.ExifTags + • PIL.FitsImagePlugin + • PIL.FliImagePlugin + • PIL.FpxImagePlugin + • PIL.FtexImagePlugin + • PIL.GbrImagePlugin + • PIL.GifImagePlugin + • PIL.GimpGradientFile + • PIL.GimpPaletteFile + • PIL.GribStubImagePlugin + • PIL.Hdf5StubImagePlugin + • PIL.IcnsImagePlugin + • PIL.IcoImagePlugin + • PIL.ImImagePlugin + • PIL.Image + • PIL.ImageChops + • PIL.ImageCms + • PIL.ImageColor + • PIL.ImageFile + • PIL.ImageFilter + • PIL.ImageMath + • PIL.ImageMode + • PIL.ImageOps + • PIL.ImagePalette + • PIL.ImageQt + • PIL.ImageSequence + • PIL.ImageShow + • PIL.ImageTk + • PIL.ImageWin + • PIL.ImtImagePlugin + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.JpegPresets + • PIL.McIdasImagePlugin + • PIL.MicImagePlugin + • PIL.MpegImagePlugin + • PIL.MpoImagePlugin + • PIL.MspImagePlugin + • PIL.PaletteFile + • PIL.PalmImagePlugin + • PIL.PcdImagePlugin + • PIL.PcxImagePlugin + • PIL.PdfImagePlugin + • PIL.PdfParser + • PIL.PixarImagePlugin + • PIL.PngImagePlugin + • PIL.PpmImagePlugin + • PIL.PsdImagePlugin + • PIL.QoiImagePlugin + • PIL.SgiImagePlugin + • PIL.SpiderImagePlugin + • PIL.SunImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL.TiffTags + • PIL.WebPImagePlugin + • PIL.WmfImagePlugin + • PIL.XVThumbImagePlugin + • PIL.XbmImagePlugin + • PIL.XpmImagePlugin + • PIL._avif + • PIL._binary + • PIL._deprecate + • PIL._imaging + • PIL._imagingcms + • PIL._imagingmath + • PIL._imagingtk + • PIL._typing + • PIL._util + • PIL._version + • PIL._webp + • PIL.features + • tools.content_tools + • tools.get_pictures + +
+ +
+ +
+ + PIL.AvifImagePlugin +SourceModule
+imports: + PIL + • PIL.ExifTags + • PIL.Image + • PIL.ImageFile + • PIL._avif + • __future__ + • io + • os + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.BlpImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.JpegImagePlugin + • __future__ + • abc + • enum + • io + • os + • struct + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.BmpImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • __future__ + • os + • typing + +
+
+imported by: + PIL + • PIL.CurImagePlugin + • PIL.IcoImagePlugin + • PIL.Image + +
+ +
+ +
+ + PIL.BufrStubImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + • os + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.CurImagePlugin +SourceModule
+imports: + PIL + • PIL.BmpImagePlugin + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.DcxImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.PcxImagePlugin + • PIL._binary + • PIL._util + • __future__ + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.DdsImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • __future__ + • enum + • io + • struct + • sys + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.EpsImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + • io + • os + • re + • shutil + • subprocess + • sys + • tempfile + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.ExifTags +SourceModule
+imports: + PIL + • __future__ + • enum + +
+
+imported by: + PIL + • PIL.AvifImagePlugin + • PIL.Image + • PIL.ImageFile + • PIL.ImageOps + • PIL.TiffImagePlugin + +
+ +
+ +
+ + PIL.FitsImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + • gzip + • math + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.FliImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • PIL._util + • __future__ + • os + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.FpxImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + • olefile + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.FtexImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + • enum + • io + • struct + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.GbrImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.GifImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageChops + • PIL.ImageFile + • PIL.ImageMath + • PIL.ImageOps + • PIL.ImagePalette + • PIL.ImageSequence + • PIL._binary + • PIL._imaging + • PIL._typing + • PIL._util + • __future__ + • copy + • enum + • functools + • io + • itertools + • math + • os + • subprocess + • typing + +
+
+imported by: + PIL + • PIL.Image + +
+ +
+ +
+ + PIL.GimpGradientFile +SourceModule
+imports: + PIL + • PIL._binary + • __future__ + • math + • typing + +
+
+imported by: + PIL + • PIL.ImagePalette + +
+ +
+ +
+ + PIL.GimpPaletteFile +SourceModule
+imports: + PIL + • __future__ + • io + • re + • typing + +
+
+imported by: + PIL + • PIL.ImagePalette + +
+ +
+ +
+ + PIL.GribStubImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + • os + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.Hdf5StubImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + • os + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.IcnsImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.Jpeg2KImagePlugin + • PIL.PngImagePlugin + • PIL._deprecate + • PIL.features + • __future__ + • io + • os + • struct + • sys + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.IcoImagePlugin +SourceModule
+imports: + PIL + • PIL.BmpImagePlugin + • PIL.Image + • PIL.ImageFile + • PIL.PngImagePlugin + • PIL._binary + • __future__ + • io + • math + • typing + • warnings + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.ImImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._util + • __future__ + • os + • re + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.Image +SourceModule
+imports: + PIL + • PIL.AvifImagePlugin + • PIL.BlpImagePlugin + • PIL.BmpImagePlugin + • PIL.BufrStubImagePlugin + • PIL.CurImagePlugin + • PIL.DcxImagePlugin + • PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.ExifTags + • PIL.FitsImagePlugin + • PIL.FliImagePlugin + • PIL.FpxImagePlugin + • PIL.FtexImagePlugin + • PIL.GbrImagePlugin + • PIL.GifImagePlugin + • PIL.GribStubImagePlugin + • PIL.Hdf5StubImagePlugin + • PIL.IcnsImagePlugin + • PIL.IcoImagePlugin + • PIL.ImImagePlugin + • PIL.ImageCms + • PIL.ImageColor + • PIL.ImageFile + • PIL.ImageFilter + • PIL.ImageMode + • PIL.ImagePalette + • PIL.ImageQt + • PIL.ImageShow + • PIL.ImtImagePlugin + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.McIdasImagePlugin + • PIL.MicImagePlugin + • PIL.MpegImagePlugin + • PIL.MpoImagePlugin + • PIL.MspImagePlugin + • PIL.PalmImagePlugin + • PIL.PcdImagePlugin + • PIL.PcxImagePlugin + • PIL.PdfImagePlugin + • PIL.PixarImagePlugin + • PIL.PngImagePlugin + • PIL.PpmImagePlugin + • PIL.PsdImagePlugin + • PIL.QoiImagePlugin + • PIL.SgiImagePlugin + • PIL.SpiderImagePlugin + • PIL.SunImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL.TiffTags + • PIL.WebPImagePlugin + • PIL.WmfImagePlugin + • PIL.XVThumbImagePlugin + • PIL.XbmImagePlugin + • PIL.XpmImagePlugin + • PIL._binary + • PIL._deprecate + • PIL._imaging + • PIL._typing + • PIL._util + • __future__ + • abc + • atexit + • builtins + • collections.abc + • defusedxml + • enum + • io + • logging + • math + • mmap + • os + • re + • struct + • sys + • tempfile + • types + • typing + • warnings + • xml.etree.ElementTree + +
+
+imported by: + PIL + • PIL.AvifImagePlugin + • PIL.BlpImagePlugin + • PIL.BmpImagePlugin + • PIL.BufrStubImagePlugin + • PIL.CurImagePlugin + • PIL.DcxImagePlugin + • PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.FitsImagePlugin + • PIL.FliImagePlugin + • PIL.FpxImagePlugin + • PIL.FtexImagePlugin + • PIL.GbrImagePlugin + • PIL.GifImagePlugin + • PIL.GribStubImagePlugin + • PIL.Hdf5StubImagePlugin + • PIL.IcnsImagePlugin + • PIL.IcoImagePlugin + • PIL.ImImagePlugin + • PIL.ImageChops + • PIL.ImageCms + • PIL.ImageColor + • PIL.ImageFile + • PIL.ImageFilter + • PIL.ImageMath + • PIL.ImageOps + • PIL.ImagePalette + • PIL.ImageQt + • PIL.ImageSequence + • PIL.ImageShow + • PIL.ImageTk + • PIL.ImageWin + • PIL.ImtImagePlugin + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.McIdasImagePlugin + • PIL.MicImagePlugin + • PIL.MpegImagePlugin + • PIL.MpoImagePlugin + • PIL.MspImagePlugin + • PIL.PalmImagePlugin + • PIL.PcdImagePlugin + • PIL.PcxImagePlugin + • PIL.PdfImagePlugin + • PIL.PixarImagePlugin + • PIL.PngImagePlugin + • PIL.PpmImagePlugin + • PIL.PsdImagePlugin + • PIL.QoiImagePlugin + • PIL.SgiImagePlugin + • PIL.SpiderImagePlugin + • PIL.SunImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL.WebPImagePlugin + • PIL.WmfImagePlugin + • PIL.XVThumbImagePlugin + • PIL.XbmImagePlugin + • PIL.XpmImagePlugin + • PIL.features + • tools.content_tools + • tools.get_pictures + +
+ +
+ +
+ + PIL.ImageChops +SourceModule
+imports: + PIL + • PIL.Image + • __future__ + +
+
+imported by: + PIL + • PIL.GifImagePlugin + • PIL.PngImagePlugin + +
+ +
+ +
+ + PIL.ImageCms +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageWin + • PIL._deprecate + • PIL._imagingcms + • PIL._typing + • PIL._util + • __future__ + • enum + • functools + • operator + • sys + • typing + +
+
+imported by: + PIL + • PIL.Image + +
+ +
+ +
+ + PIL.ImageColor +SourceModule
+imports: + PIL + • PIL.Image + • __future__ + • colorsys + • functools + • re + +
+
+imported by: + PIL + • PIL.Image + • PIL.ImageOps + • PIL.ImagePalette + +
+ +
+ +
+ + PIL.ImageFile +SourceModule
+imports: + PIL + • PIL.ExifTags + • PIL.Image + • PIL.TiffImagePlugin + • PIL._deprecate + • PIL._typing + • PIL._util + • __future__ + • abc + • io + • itertools + • logging + • mmap + • os + • struct + • typing + +
+
+imported by: + PIL + • PIL.AvifImagePlugin + • PIL.BlpImagePlugin + • PIL.BmpImagePlugin + • PIL.BufrStubImagePlugin + • PIL.CurImagePlugin + • PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.FitsImagePlugin + • PIL.FliImagePlugin + • PIL.FpxImagePlugin + • PIL.FtexImagePlugin + • PIL.GbrImagePlugin + • PIL.GifImagePlugin + • PIL.GribStubImagePlugin + • PIL.Hdf5StubImagePlugin + • PIL.IcnsImagePlugin + • PIL.IcoImagePlugin + • PIL.ImImagePlugin + • PIL.Image + • PIL.ImageQt + • PIL.ImageTk + • PIL.ImtImagePlugin + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.McIdasImagePlugin + • PIL.MpegImagePlugin + • PIL.MpoImagePlugin + • PIL.MspImagePlugin + • PIL.PalmImagePlugin + • PIL.PcdImagePlugin + • PIL.PcxImagePlugin + • PIL.PdfImagePlugin + • PIL.PixarImagePlugin + • PIL.PngImagePlugin + • PIL.PpmImagePlugin + • PIL.PsdImagePlugin + • PIL.QoiImagePlugin + • PIL.SgiImagePlugin + • PIL.SpiderImagePlugin + • PIL.SunImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL.WebPImagePlugin + • PIL.WmfImagePlugin + • PIL.XVThumbImagePlugin + • PIL.XbmImagePlugin + • PIL.XpmImagePlugin + +
+ +
+ +
+ + PIL.ImageFilter +SourceModule
+imports: + PIL + • PIL.Image + • PIL._imaging + • PIL._typing + • __future__ + • abc + • collections.abc + • functools + • types + • typing + +
+
+imported by: + PIL + • PIL.Image + +
+ +
+ +
+ + PIL.ImageMath +SourceModule
+imports: + PIL + • PIL.Image + • PIL._deprecate + • PIL._imagingmath + • __future__ + • builtins + • types + • typing + +
+
+imported by: + PIL + • PIL.GifImagePlugin + +
+ +
+ +
+ + PIL.ImageMode +SourceModule
+imports: + PIL + • PIL._deprecate + • __future__ + • functools + • sys + • typing + +
+
+imported by: + PIL + • PIL.Image + +
+ +
+ +
+ + PIL.ImageOps +SourceModule
+imports: + PIL + • PIL.ExifTags + • PIL.Image + • PIL.ImageColor + • PIL.ImagePalette + • __future__ + • collections.abc + • functools + • operator + • re + • typing + +
+
+imported by: + PIL + • PIL.GifImagePlugin + • PIL.TiffImagePlugin + +
+ +
+ +
+ + PIL.ImagePalette +SourceModule
+imports: + PIL + • PIL.GimpGradientFile + • PIL.GimpPaletteFile + • PIL.Image + • PIL.ImageColor + • PIL.PaletteFile + • __future__ + • array + • collections.abc + • random + • typing + +
+
+imported by: + PIL + • PIL.BmpImagePlugin + • PIL.DdsImagePlugin + • PIL.FliImagePlugin + • PIL.GifImagePlugin + • PIL.ImImagePlugin + • PIL.Image + • PIL.ImageOps + • PIL.Jpeg2KImagePlugin + • PIL.PcxImagePlugin + • PIL.PngImagePlugin + • PIL.PsdImagePlugin + • PIL.SunImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL.XVThumbImagePlugin + • PIL.XpmImagePlugin + +
+ +
+ +
+ + PIL.ImageQt +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._util + • __future__ + • io + • sys + • typing + +
+
+imported by: + PIL + • PIL.Image + +
+ +
+ +
+ + PIL.ImageSequence +SourceModule
+imports: + PIL + • PIL.Image + • __future__ + • typing + +
+
+imported by: + PIL + • PIL.GifImagePlugin + • PIL.MpoImagePlugin + • PIL.PdfImagePlugin + • PIL.PngImagePlugin + +
+ +
+ +
+ + PIL.ImageShow +SourceModule
+imports: + PIL + • PIL.Image + • __future__ + • abc + • os + • shlex + • shutil + • subprocess + • sys + • typing + +
+
+imported by: + PIL + • PIL.Image + +
+ +
+ +
+ + PIL.ImageTk +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._imagingtk + • PIL._typing + • __future__ + • io + • typing + +
+
+imported by: + PIL + • PIL.SpiderImagePlugin + +
+ +
+ +
+ + PIL.ImageWin +SourceModule
+imports: + PIL + • PIL.Image + • __future__ + +
+
+imported by: + PIL + • PIL.ImageCms + +
+ +
+ +
+ + PIL.ImtImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + • re + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.IptcImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.JpegImagePlugin + • PIL.TiffImagePlugin + • PIL._binary + • PIL._deprecate + • __future__ + • collections.abc + • io + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.Jpeg2KImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • __future__ + • collections.abc + • io + • os + • struct + • typing + +
+
+imported by: + PIL + • PIL.IcnsImagePlugin + • PIL.Image + +
+ +
+ +
+ + PIL.JpegImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.JpegPresets + • PIL.MpoImagePlugin + • PIL.TiffImagePlugin + • PIL._binary + • PIL._deprecate + • __future__ + • array + • io + • math + • os + • struct + • subprocess + • sys + • tempfile + • typing + • warnings + +
+
+imported by: + PIL + • PIL.BlpImagePlugin + • PIL.Image + • PIL.IptcImagePlugin + • PIL.MpoImagePlugin + +
+ +
+ +
+ + PIL.JpegPresets +SourceModule
+imports: + PIL + • __future__ + +
+
+imported by: + PIL.JpegImagePlugin + +
+ +
+ +
+ + PIL.McIdasImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + • struct + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.MicImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.TiffImagePlugin + • __future__ + • olefile + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.MpegImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • PIL._typing + • __future__ + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.MpoImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImageSequence + • PIL.JpegImagePlugin + • PIL.TiffImagePlugin + • PIL._binary + • PIL._util + • __future__ + • os + • struct + • typing + +
+
+imported by: + PIL.Image + • PIL.JpegImagePlugin + +
+ +
+ +
+ + PIL.MspImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + • io + • struct + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.PaletteFile +SourceModule
+imports: + PIL + • PIL._binary + • __future__ + • typing + +
+
+imported by: + PIL + • PIL.ImagePalette + +
+ +
+ +
+ + PIL.PalmImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.PcdImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.PcxImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • __future__ + • io + • logging + • typing + +
+
+imported by: + PIL.DcxImagePlugin + • PIL.Image + +
+ +
+ +
+ + PIL.PdfImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImageSequence + • PIL.PdfParser + • PIL.features + • __future__ + • io + • math + • os + • time + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.PdfParser +SourceModule
+imports: + PIL + • __future__ + • calendar + • codecs + • collections + • mmap + • os + • re + • time + • typing + • zlib + +
+
+imported by: + PIL + • PIL.PdfImagePlugin + +
+ +
+ +
+ + PIL.PixarImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.PngImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageChops + • PIL.ImageFile + • PIL.ImagePalette + • PIL.ImageSequence + • PIL._binary + • PIL._deprecate + • PIL._imaging + • PIL._util + • __future__ + • collections.abc + • enum + • io + • itertools + • logging + • re + • struct + • typing + • warnings + • zlib + +
+
+imported by: + PIL + • PIL.IcnsImagePlugin + • PIL.IcoImagePlugin + • PIL.Image + +
+ +
+ +
+ + PIL.PpmImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + • math + • typing + +
+
+imported by: + PIL + • PIL.Image + +
+ +
+ +
+ + PIL.PsdImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • PIL._util + • __future__ + • functools + • io + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.QoiImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + • os + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.SgiImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + • os + • struct + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.SpiderImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImageTk + • PIL._util + • __future__ + • os + • struct + • sys + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.SunImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • __future__ + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.TgaImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • __future__ + • typing + • warnings + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.TiffImagePlugin +SourceModule
+imports: + PIL + • PIL.ExifTags + • PIL.Image + • PIL.ImageFile + • PIL.ImageOps + • PIL.ImagePalette + • PIL.TiffTags + • PIL._binary + • PIL._deprecate + • PIL._typing + • PIL._util + • __future__ + • collections.abc + • fractions + • io + • itertools + • logging + • math + • numbers + • os + • struct + • typing + • warnings + +
+
+imported by: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.IptcImagePlugin + • PIL.JpegImagePlugin + • PIL.MicImagePlugin + • PIL.MpoImagePlugin + +
+ +
+ +
+ + PIL.TiffTags +SourceModule
+imports: + PIL + • __future__ + • typing + +
+
+imported by: + PIL + • PIL.Image + • PIL.TiffImagePlugin + +
+ +
+ +
+ + PIL.WebPImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._webp + • __future__ + • io + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.WmfImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL._binary + • __future__ + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.XVThumbImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • __future__ + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.XbmImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • __future__ + • re + • typing + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL.XpmImagePlugin +SourceModule
+imports: + PIL + • PIL.Image + • PIL.ImageFile + • PIL.ImagePalette + • PIL._binary + • __future__ + • re + +
+
+imported by: + PIL.Image + +
+ +
+ +
+ + PIL._avif /home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_avif.cpython-310-x86_64-linux-gnu.so
+imports: + PIL + • typing + +
+
+imported by: + PIL + • PIL.AvifImagePlugin + +
+ +
+ +
+ + PIL._binary +SourceModule
+imports: + PIL + • __future__ + • struct + +
+
+imported by: + PIL.BmpImagePlugin + • PIL.CurImagePlugin + • PIL.DcxImagePlugin + • PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.FliImagePlugin + • PIL.FpxImagePlugin + • PIL.GbrImagePlugin + • PIL.GifImagePlugin + • PIL.GimpGradientFile + • PIL.IcoImagePlugin + • PIL.Image + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.MpegImagePlugin + • PIL.MpoImagePlugin + • PIL.MspImagePlugin + • PIL.PaletteFile + • PIL.PalmImagePlugin + • PIL.PcxImagePlugin + • PIL.PixarImagePlugin + • PIL.PngImagePlugin + • PIL.PpmImagePlugin + • PIL.PsdImagePlugin + • PIL.QoiImagePlugin + • PIL.SgiImagePlugin + • PIL.SunImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL.WmfImagePlugin + • PIL.XVThumbImagePlugin + • PIL.XpmImagePlugin + +
+ +
+ +
+ + PIL._deprecate +SourceModule
+imports: + PIL + • __future__ + • warnings + +
+
+imported by: + PIL.IcnsImagePlugin + • PIL.Image + • PIL.ImageCms + • PIL.ImageFile + • PIL.ImageMath + • PIL.ImageMode + • PIL.IptcImagePlugin + • PIL.JpegImagePlugin + • PIL.PngImagePlugin + • PIL.TiffImagePlugin + • PIL.features + +
+ +
+ +
+ + PIL._imaging /home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_imaging.cpython-310-x86_64-linux-gnu.so
+imports: + PIL + • typing + +
+
+imported by: + PIL + • PIL.GifImagePlugin + • PIL.Image + • PIL.ImageFilter + • PIL.PngImagePlugin + +
+ +
+ +
+ + PIL._imagingcms /home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_imagingcms.cpython-310-x86_64-linux-gnu.so
+imports: + PIL + • PIL._typing + • datetime + • sys + • typing + +
+
+imported by: + PIL + • PIL.ImageCms + +
+ +
+ +
+ + PIL._imagingmath /home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_imagingmath.cpython-310-x86_64-linux-gnu.so
+imports: + PIL + • typing + +
+
+imported by: + PIL + • PIL.ImageMath + +
+ +
+ +
+ + PIL._imagingtk /home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_imagingtk.cpython-310-x86_64-linux-gnu.so
+imports: + PIL + • typing + +
+
+imported by: + PIL + • PIL.ImageTk + +
+ +
+ +
+ + PIL._typing +SourceModule
+imports: + PIL + • __future__ + • collections.abc + • numbers + • numpy + • os + • sys + • types + • typing + • typing_extensions + +
+
+imported by: + PIL.GifImagePlugin + • PIL.Image + • PIL.ImageCms + • PIL.ImageFile + • PIL.ImageFilter + • PIL.ImageTk + • PIL.MpegImagePlugin + • PIL.TiffImagePlugin + • PIL._imagingcms + • PIL._util + +
+ +
+ +
+ + PIL._util +SourceModule
+imports: + PIL + • PIL._typing + • __future__ + • os + • typing + +
+
+imported by: + PIL.DcxImagePlugin + • PIL.FliImagePlugin + • PIL.GifImagePlugin + • PIL.ImImagePlugin + • PIL.Image + • PIL.ImageCms + • PIL.ImageFile + • PIL.ImageQt + • PIL.MpoImagePlugin + • PIL.PngImagePlugin + • PIL.PsdImagePlugin + • PIL.SpiderImagePlugin + • PIL.TiffImagePlugin + +
+ +
+ +
+ + PIL._version +SourceModule
+imports: + PIL + • __future__ + +
+
+imported by: + PIL + +
+ +
+ +
+ + PIL._webp /home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/PIL/_webp.cpython-310-x86_64-linux-gnu.so
+imports: + PIL + • typing + +
+
+imported by: + PIL + • PIL.WebPImagePlugin + +
+ +
+ +
+ + PIL.features +SourceModule
+imports: + PIL + • PIL.Image + • PIL._deprecate + • __future__ + • collections + • os + • sys + • typing + • warnings + +
+
+imported by: + PIL + • PIL.IcnsImagePlugin + • PIL.PdfImagePlugin + +
+ +
+ +
+ + __future__ +SourceModule
+imported by: + PIL + • PIL.AvifImagePlugin + • PIL.BlpImagePlugin + • PIL.BmpImagePlugin + • PIL.BufrStubImagePlugin + • PIL.CurImagePlugin + • PIL.DcxImagePlugin + • PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.ExifTags + • PIL.FitsImagePlugin + • PIL.FliImagePlugin + • PIL.FpxImagePlugin + • PIL.FtexImagePlugin + • PIL.GbrImagePlugin + • PIL.GifImagePlugin + • PIL.GimpGradientFile + • PIL.GimpPaletteFile + • PIL.GribStubImagePlugin + • PIL.Hdf5StubImagePlugin + • PIL.IcnsImagePlugin + • PIL.IcoImagePlugin + • PIL.ImImagePlugin + • PIL.Image + • PIL.ImageChops + • PIL.ImageCms + • PIL.ImageColor + • PIL.ImageFile + • PIL.ImageFilter + • PIL.ImageMath + • PIL.ImageMode + • PIL.ImageOps + • PIL.ImagePalette + • PIL.ImageQt + • PIL.ImageSequence + • PIL.ImageShow + • PIL.ImageTk + • PIL.ImageWin + • PIL.ImtImagePlugin + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.JpegPresets + • PIL.McIdasImagePlugin + • PIL.MicImagePlugin + • PIL.MpegImagePlugin + • PIL.MpoImagePlugin + • PIL.MspImagePlugin + • PIL.PaletteFile + • PIL.PalmImagePlugin + • PIL.PcdImagePlugin + • PIL.PcxImagePlugin + • PIL.PdfImagePlugin + • PIL.PdfParser + • PIL.PixarImagePlugin + • PIL.PngImagePlugin + • PIL.PpmImagePlugin + • PIL.PsdImagePlugin + • PIL.QoiImagePlugin + • PIL.SgiImagePlugin + • PIL.SpiderImagePlugin + • PIL.SunImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL.TiffTags + • PIL.WebPImagePlugin + • PIL.WmfImagePlugin + • PIL.XVThumbImagePlugin + • PIL.XbmImagePlugin + • PIL.XpmImagePlugin + • PIL._binary + • PIL._deprecate + • PIL._typing + • PIL._util + • PIL._version + • PIL.features + • charset_normalizer + • charset_normalizer.api + • charset_normalizer.cd + • charset_normalizer.constant + • charset_normalizer.legacy + • charset_normalizer.md + • charset_normalizer.models + • charset_normalizer.utils + • charset_normalizer.version + • codeop + • doctest + • docx + • docx.api + • docx.blkcntnr + • docx.comments + • docx.dml.color + • docx.document + • docx.drawing + • docx.enum.base + • docx.enum.text + • docx.image.image + • docx.opc.coreprops + • docx.opc.oxml + • docx.opc.package + • docx.opc.packuri + • docx.opc.part + • docx.opc.parts.coreprops + • docx.opc.pkgwriter + • docx.opc.rel + • docx.opc.shared + • docx.oxml + • docx.oxml.comments + • docx.oxml.coreprops + • docx.oxml.document + • docx.oxml.ns + • docx.oxml.parser + • docx.oxml.section + • docx.oxml.settings + • docx.oxml.shape + • docx.oxml.shared + • docx.oxml.simpletypes + • docx.oxml.styles + • docx.oxml.table + • docx.oxml.text.font + • docx.oxml.text.hyperlink + • docx.oxml.text.pagebreak + • docx.oxml.text.paragraph + • docx.oxml.text.parfmt + • docx.oxml.text.run + • docx.oxml.xmlchemy + • docx.package + • docx.parts.comments + • docx.parts.document + • docx.parts.hdrftr + • docx.parts.image + • docx.parts.settings + • docx.parts.story + • docx.parts.styles + • docx.section + • docx.settings + • docx.shape + • docx.shared + • docx.styles + • docx.styles.style + • docx.styles.styles + • docx.table + • docx.text.font + • docx.text.hyperlink + • docx.text.pagebreak + • docx.text.paragraph + • docx.text.run + • docx.types + • urllib3 + • urllib3._base_connection + • urllib3._collections + • urllib3._request_methods + • urllib3.connection + • urllib3.connectionpool + • urllib3.contrib.emscripten + • urllib3.contrib.emscripten.connection + • urllib3.contrib.emscripten.fetch + • urllib3.contrib.emscripten.request + • urllib3.contrib.emscripten.response + • urllib3.contrib.pyopenssl + • urllib3.contrib.socks + • urllib3.exceptions + • urllib3.fields + • urllib3.filepost + • urllib3.http2 + • urllib3.http2.connection + • urllib3.http2.probe + • urllib3.poolmanager + • urllib3.response + • urllib3.util + • urllib3.util.connection + • urllib3.util.proxy + • urllib3.util.request + • urllib3.util.response + • urllib3.util.retry + • urllib3.util.ssl_ + • urllib3.util.ssl_match_hostname + • urllib3.util.ssltransport + • urllib3.util.timeout + • urllib3.util.url + • urllib3.util.util + • urllib3.util.wait + +
+ +
+ +
+ + _abc (builtin module)
+imported by: + abc + +
+ +
+ +
+ + _aix_support +SourceModule
+imports: + _bootsubprocess + • subprocess + • sys + • sysconfig + +
+
+imported by: + sysconfig + +
+ +
+ +
+ + _ast (builtin module)
+imported by: + ast + +
+ +
+ +
+ + _asyncio /usr/lib/python3.10/lib-dynload/_asyncio.cpython-310-x86_64-linux-gnu.so
+imported by: + asyncio.events + • asyncio.futures + • asyncio.tasks + +
+ +
+ +
+ + _bisect (builtin module)
+imported by: + bisect + +
+ +
+ +
+ + _blake2 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _bootsubprocess +SourceModule
+imports: + os + +
+
+imported by: + _aix_support + +
+ +
+ +
+ + _bz2 /usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so
+imported by: + bz2 + +
+ +
+ +
+ + _codecs (builtin module)
+imported by: + codecs + +
+ +
+ +
+ + _codecs_cn /usr/lib/python3.10/lib-dynload/_codecs_cn.cpython-310-x86_64-linux-gnu.so
+imported by: + encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hz + +
+ +
+ +
+ + _codecs_hk /usr/lib/python3.10/lib-dynload/_codecs_hk.cpython-310-x86_64-linux-gnu.so
+imported by: + encodings.big5hkscs + +
+ +
+ +
+ + _codecs_iso2022 /usr/lib/python3.10/lib-dynload/_codecs_iso2022.cpython-310-x86_64-linux-gnu.so
+imported by: + encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + +
+ +
+ +
+ + _codecs_jp /usr/lib/python3.10/lib-dynload/_codecs_jp.cpython-310-x86_64-linux-gnu.so
+imported by: + encodings.cp932 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + +
+ +
+ +
+ + _codecs_kr /usr/lib/python3.10/lib-dynload/_codecs_kr.cpython-310-x86_64-linux-gnu.so
+imported by: + encodings.cp949 + • encodings.euc_kr + • encodings.johab + +
+ +
+ +
+ + _codecs_tw /usr/lib/python3.10/lib-dynload/_codecs_tw.cpython-310-x86_64-linux-gnu.so
+imported by: + encodings.big5 + • encodings.cp950 + +
+ +
+ +
+ + _collections (builtin module)
+imported by: + collections + • threading + +
+ +
+ +
+ + _collections_abc +SourceModule
+imports: + abc + • sys + +
+
+imported by: + Generate_Report.py + • collections + • collections.abc + • contextlib + • locale + • os + • pathlib + • random + • types + • weakref + +
+ +
+ +
+ + _compat_pickle +SourceModule
+imported by: + _pickle + • pickle + +
+ +
+ +
+ + _compression +SourceModule
+imports: + io + • sys + +
+
+imported by: + bz2 + • gzip + • lzma + +
+ +
+ +
+ + _contextvars /usr/lib/python3.10/lib-dynload/_contextvars.cpython-310-x86_64-linux-gnu.so
+imported by: + contextvars + +
+ +
+ +
+ + _csv (builtin module)
+imported by: + csv + +
+ +
+ +
+ + _ctypes /usr/lib/python3.10/lib-dynload/_ctypes.cpython-310-x86_64-linux-gnu.so
+imported by: + ctypes + +
+ +
+ +
+ + _datetime (builtin module)
+imports: + _strptime + • time + +
+
+imported by: + datetime + +
+ +
+ +
+ + _decimal /usr/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so
+imported by: + decimal + +
+ +
+ +
+ + _elementtree (builtin module)
+imports: + pyexpat + • xml.etree.ElementInclude + • xml.etree.ElementPath + • xml.etree.ElementTree + • xml.etree.cElementTree + +
+
+imported by: + xml.etree.ElementTree + +
+ +
+ +
+ + _frozen_importlib +ExcludedModule
+imported by: + importlib + • importlib.abc + • zipimport + +
+ +
+ +
+ + _frozen_importlib_external +MissingModule
+imported by: + importlib + • importlib._bootstrap + • importlib.abc + • zipimport + +
+ +
+ +
+ + _functools (builtin module)
+imported by: + functools + +
+ +
+ +
+ + _hashlib /usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so
+imported by: + hashlib + • hmac + +
+ +
+ +
+ + _heapq (builtin module)
+imported by: + heapq + +
+ +
+ +
+ + _imp (builtin module)
+imported by: + importlib + • importlib._bootstrap_external + • importlib.util + • sysconfig + • zipimport + +
+ +
+ +
+ + _io (builtin module)
+imported by: + importlib._bootstrap_external + • io + • zipimport + +
+ +
+ +
+ + _json /usr/lib/python3.10/lib-dynload/_json.cpython-310-x86_64-linux-gnu.so
+imports: + json.decoder + +
+
+imported by: + json.decoder + • json.encoder + • json.scanner + +
+ +
+ +
+ + _locale (builtin module)
+imported by: + locale + • re + +
+ +
+ +
+ + _lzma /usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so
+imported by: + lzma + +
+ +
+ +
+ + _md5 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _multibytecodec /usr/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-x86_64-linux-gnu.so
+imported by: + charset_normalizer.utils + • encodings.big5 + • encodings.big5hkscs + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hz + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.johab + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + +
+ +
+ +
+ + _multiprocessing /usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so
+imported by: + multiprocessing.connection + • multiprocessing.queues + • multiprocessing.resource_tracker + • multiprocessing.synchronize + +
+ +
+ +
+ + _opcode /usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so
+imported by: + opcode + +
+ +
+ +
+ + _operator (builtin module)
+imported by: + hmac + • operator + +
+ +
+ +
+ + _overlapped +MissingModule
+imported by: + asyncio.windows_events + +
+ +
+ +
+ + _pickle (builtin module)
+imports: + _compat_pickle + • codecs + • copyreg + +
+
+imported by: + pickle + +
+ +
+ +
+ + _posixshmem /usr/lib/python3.10/lib-dynload/_posixshmem.cpython-310-x86_64-linux-gnu.so
+imported by: + multiprocessing.resource_tracker + • multiprocessing.shared_memory + +
+ +
+ +
+ + _posixsubprocess (builtin module)
+imports: + gc + +
+
+imported by: + multiprocessing.util + • subprocess + +
+ +
+ +
+ + _py_abc +SourceModule
+imports: + _weakrefset + +
+
+imported by: + abc + +
+ +
+ +
+ + _pydecimal +SourceModule
+imports: + collections + • contextvars + • itertools + • locale + • math + • numbers + • re + • sys + +
+
+imported by: + decimal + +
+ +
+ +
+ + _queue /usr/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so
+imported by: + queue + +
+ +
+ +
+ + _random (builtin module)
+imported by: + random + +
+ +
+ +
+ + _scproxy +MissingModule
+imported by: + urllib.request + +
+ +
+ +
+ + _sha1 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _sha256 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _sha3 (builtin module)
+imported by: + hashlib + +
+ +
+ +
+ + _sha512 (builtin module)
+imported by: + hashlib + • random + +
+ +
+ +
+ + _signal (builtin module)
+imported by: + signal + +
+ +
+ +
+ + _socket (builtin module)
+imported by: + socket + • typing_extensions + +
+ +
+ +
+ + _sre (builtin module)
+imports: + copy + • re + +
+
+imported by: + sre_compile + • sre_constants + +
+ +
+ +
+ + _ssl /usr/lib/python3.10/lib-dynload/_ssl.cpython-310-x86_64-linux-gnu.so
+imports: + socket + +
+
+imported by: + ssl + +
+ +
+ +
+ + _stat (builtin module)
+imported by: + stat + +
+ +
+ +
+ + _statistics (builtin module)
+imported by: + statistics + +
+ +
+ +
+ + _string (builtin module)
+imported by: + string + +
+ +
+ +
+ + _strptime +SourceModule
+imports: + _thread + • calendar + • datetime + • locale + • re + • time + +
+
+imported by: + _datetime + • datetime + • time + +
+ +
+ +
+ + _struct (builtin module)
+imported by: + struct + +
+ +
+ +
+ + _sysconfigdata__x86_64-linux-gnu +SourceModule
+imported by: + sysconfig + +
+ +
+ +
+ + _thread (builtin module)
+imported by: + _strptime + • asyncio.base_futures + • dataclasses + • functools + • reprlib + • tempfile + • threading + +
+ +
+ +
+ + _threading_local +SourceModule
+imports: + contextlib + • threading + • weakref + +
+
+imported by: + threading + +
+ +
+ +
+ + _tracemalloc (builtin module)
+imported by: + tracemalloc + +
+ +
+ +
+ + _warnings (builtin module)
+imported by: + importlib._bootstrap_external + • warnings + • zipimport + +
+ +
+ +
+ + _weakref (builtin module)
+imported by: + _weakrefset + • collections + • weakref + • xml.sax.expatreader + +
+ +
+ +
+ + _weakrefset +SourceModule
+imports: + _weakref + • types + +
+
+imported by: + Generate_Report.py + • _py_abc + • multiprocessing.process + • threading + • weakref + +
+ +
+ +
+ + _winapi +MissingModule
+imported by: + asyncio.windows_events + • asyncio.windows_utils + • encodings + • mimetypes + • multiprocessing.connection + • multiprocessing.heap + • multiprocessing.popen_spawn_win32 + • multiprocessing.reduction + • multiprocessing.shared_memory + • multiprocessing.spawn + • ntpath + • subprocess + +
+ +
+ +
+ + _winreg +MissingModule
+imported by: + platform + +
+ +
+ +
+ + abc +SourceModule
+imports: + _abc + • _py_abc + +
+
+imported by: + Generate_Report.py + • PIL.BlpImagePlugin + • PIL.Image + • PIL.ImageFile + • PIL.ImageFilter + • PIL.ImageShow + • _collections_abc + • contextlib + • dataclasses + • email._policybase + • functools + • importlib._abc + • importlib.abc + • importlib.metadata + • inspect + • io + • multiprocessing.reduction + • numbers + • os + • selectors + • typing + • typing_extensions + +
+ +
+ +
+ + annotationlib +MissingModule
+imported by: + typing_extensions + +
+ +
+ +
+ + argparse +SourceModule
+imports: + copy + • gettext + • os + • re + • shutil + • sys + • textwrap + • warnings + +
+
+imported by: + Generate_Report.py + • ast + • calendar + • code + • dis + • doctest + • gzip + • http.server + • inspect + • py_compile + • tarfile + • tokenize + • unittest.main + • zipfile + +
+ +
+ +
+ + array (builtin module)
+imported by: + PIL.ImagePalette + • PIL.JpegImagePlugin + • multiprocessing.dummy + • multiprocessing.managers + • multiprocessing.reduction + • socket + +
+ +
+ +
+ + ast +SourceModule
+imports: + _ast + • argparse + • collections + • contextlib + • enum + • inspect + • sys + • warnings + +
+
+imported by: + inspect + +
+ +
+ +
+ + asyncio +Package
+imports: + asyncio + • asyncio.DefaultEventLoopPolicy + • asyncio.base_events + • asyncio.base_futures + • asyncio.base_subprocess + • asyncio.base_tasks + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.format_helpers + • asyncio.futures + • asyncio.locks + • asyncio.mixins + • asyncio.proactor_events + • asyncio.protocols + • asyncio.queues + • asyncio.runners + • asyncio.selector_events + • asyncio.sslproto + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.tasks + • asyncio.threads + • asyncio.transports + • asyncio.trsock + • asyncio.unix_events + • asyncio.windows_events + • asyncio.windows_utils + • sys + +
+
+imported by: + Generate_Report.py + • asyncio + • asyncio.base_events + • asyncio.base_futures + • asyncio.base_subprocess + • asyncio.base_tasks + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.format_helpers + • asyncio.futures + • asyncio.locks + • asyncio.log + • asyncio.mixins + • asyncio.proactor_events + • asyncio.protocols + • asyncio.queues + • asyncio.runners + • asyncio.selector_events + • asyncio.sslproto + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.tasks + • asyncio.threads + • asyncio.transports + • asyncio.trsock + • asyncio.unix_events + • asyncio.windows_events + • asyncio.windows_utils + • unittest.async_case + +
+ +
+ +
+ + asyncio.DefaultEventLoopPolicy +MissingModule
+imported by: + asyncio + • asyncio.events + +
+ +
+ +
+ + asyncio.base_events +SourceModule
+imports: + asyncio + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • asyncio.log + • asyncio.protocols + • asyncio.sslproto + • asyncio.staggered + • asyncio.tasks + • asyncio.transports + • asyncio.trsock + • collections + • collections.abc + • concurrent.futures + • functools + • heapq + • itertools + • os + • socket + • ssl + • stat + • subprocess + • sys + • threading + • time + • traceback + • warnings + • weakref + +
+
+imported by: + asyncio + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.unix_events + +
+ +
+ +
+ + asyncio.base_futures +SourceModule
+imports: + _thread + • asyncio + • asyncio.format_helpers + • reprlib + +
+
+imported by: + asyncio + • asyncio.base_tasks + • asyncio.coroutines + • asyncio.futures + +
+ +
+ +
+ + asyncio.base_subprocess +SourceModule
+imports: + asyncio + • asyncio.log + • asyncio.protocols + • asyncio.transports + • collections + • subprocess + • warnings + +
+
+imported by: + asyncio + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.base_tasks +SourceModule
+imports: + asyncio + • asyncio.base_futures + • asyncio.coroutines + • linecache + • traceback + +
+
+imported by: + asyncio + • asyncio.tasks + +
+ +
+ +
+ + asyncio.constants +SourceModule
+imports: + asyncio + • enum + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.coroutines + • asyncio.format_helpers + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.unix_events + +
+ +
+ +
+ + asyncio.coroutines +SourceModule
+imports: + asyncio + • asyncio.base_futures + • asyncio.constants + • asyncio.format_helpers + • asyncio.log + • collections.abc + • functools + • inspect + • os + • sys + • traceback + • types + • warnings + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.base_tasks + • asyncio.runners + • asyncio.streams + • asyncio.tasks + • asyncio.unix_events + • typing_extensions + +
+ +
+ +
+ + asyncio.events +SourceModule
+imports: + _asyncio + • asyncio + • asyncio.DefaultEventLoopPolicy + • asyncio.format_helpers + • contextvars + • os + • socket + • subprocess + • sys + • threading + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.futures + • asyncio.mixins + • asyncio.runners + • asyncio.selector_events + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.tasks + • asyncio.threads + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.exceptions +SourceModule
+imports: + asyncio + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.futures + • asyncio.locks + • asyncio.proactor_events + • asyncio.staggered + • asyncio.streams + • asyncio.tasks + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.format_helpers +SourceModule
+imports: + asyncio + • asyncio.constants + • functools + • inspect + • reprlib + • sys + • traceback + +
+
+imported by: + asyncio + • asyncio.base_futures + • asyncio.coroutines + • asyncio.events + • asyncio.futures + • asyncio.streams + +
+ +
+ +
+ + asyncio.futures +SourceModule
+imports: + _asyncio + • asyncio + • asyncio.base_futures + • asyncio.events + • asyncio.exceptions + • asyncio.format_helpers + • concurrent.futures + • contextvars + • logging + • sys + • types + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.tasks + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.locks +SourceModule
+imports: + asyncio + • asyncio.exceptions + • asyncio.mixins + • asyncio.tasks + • collections + +
+
+imported by: + asyncio + • asyncio.queues + • asyncio.staggered + +
+ +
+ +
+ + asyncio.log +SourceModule
+imports: + asyncio + • logging + +
+
+imported by: + asyncio.base_events + • asyncio.base_subprocess + • asyncio.coroutines + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.streams + • asyncio.subprocess + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.mixins +SourceModule
+imports: + asyncio + • asyncio.events + • threading + +
+
+imported by: + asyncio + • asyncio.locks + • asyncio.queues + +
+ +
+ +
+ + asyncio.proactor_events +SourceModule
+imports: + asyncio + • asyncio.base_events + • asyncio.constants + • asyncio.exceptions + • asyncio.futures + • asyncio.log + • asyncio.protocols + • asyncio.sslproto + • asyncio.transports + • asyncio.trsock + • collections + • io + • os + • signal + • socket + • threading + • warnings + +
+
+imported by: + asyncio + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.protocols +SourceModule
+imports: + asyncio + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.streams + • asyncio.subprocess + +
+ +
+ +
+ + asyncio.queues +SourceModule
+imports: + asyncio + • asyncio.locks + • asyncio.mixins + • collections + • heapq + • types + +
+
+imported by: + asyncio + • asyncio.tasks + +
+ +
+ +
+ + asyncio.runners +SourceModule
+imports: + asyncio + • asyncio.coroutines + • asyncio.events + • asyncio.tasks + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.selector_events +SourceModule
+imports: + asyncio + • asyncio.base_events + • asyncio.constants + • asyncio.events + • asyncio.futures + • asyncio.log + • asyncio.protocols + • asyncio.sslproto + • asyncio.transports + • asyncio.trsock + • collections + • errno + • functools + • selectors + • socket + • ssl + • warnings + • weakref + +
+
+imported by: + asyncio + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.sslproto +SourceModule
+imports: + asyncio + • asyncio.constants + • asyncio.log + • asyncio.protocols + • asyncio.transports + • collections + • ssl + • warnings + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.proactor_events + • asyncio.selector_events + +
+ +
+ +
+ + asyncio.staggered +SourceModule
+imports: + asyncio + • asyncio.events + • asyncio.exceptions + • asyncio.locks + • asyncio.tasks + • contextlib + • typing + +
+
+imported by: + asyncio + • asyncio.base_events + +
+ +
+ +
+ + asyncio.streams +SourceModule
+imports: + asyncio + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.format_helpers + • asyncio.log + • asyncio.protocols + • asyncio.tasks + • collections + • socket + • sys + • warnings + • weakref + +
+
+imported by: + asyncio + • asyncio.subprocess + +
+ +
+ +
+ + asyncio.subprocess +SourceModule
+imports: + asyncio + • asyncio.events + • asyncio.log + • asyncio.protocols + • asyncio.streams + • asyncio.tasks + • subprocess + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.tasks +SourceModule
+imports: + _asyncio + • asyncio + • asyncio.base_tasks + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • asyncio.queues + • concurrent.futures + • contextvars + • functools + • inspect + • itertools + • types + • warnings + • weakref + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.locks + • asyncio.runners + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.threads +SourceModule
+imports: + asyncio + • asyncio.events + • contextvars + • functools + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.transports +SourceModule
+imports: + asyncio + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.unix_events + +
+ +
+ +
+ + asyncio.trsock +SourceModule
+imports: + asyncio + • socket + • warnings + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.proactor_events + • asyncio.selector_events + +
+ +
+ +
+ + asyncio.unix_events +SourceModule
+imports: + asyncio + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • asyncio.log + • asyncio.selector_events + • asyncio.tasks + • asyncio.transports + • errno + • io + • itertools + • os + • selectors + • signal + • socket + • stat + • subprocess + • sys + • threading + • warnings + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.windows_events +SourceModule
+imports: + _overlapped + • _winapi + • asyncio + • asyncio.base_subprocess + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • asyncio.log + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.tasks + • asyncio.windows_utils + • errno + • math + • msvcrt + • socket + • struct + • sys + • time + • weakref + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.windows_utils +SourceModule
+imports: + _winapi + • asyncio + • itertools + • msvcrt + • os + • subprocess + • sys + • tempfile + • warnings + +
+
+imported by: + asyncio + • asyncio.windows_events + +
+ +
+ +
+ + atexit (builtin module)
+imported by: + PIL.Image + • certifi.core + • logging + • multiprocessing.util + • weakref + +
+ +
+ +
+ + base64 +SourceModule
+imports: + binascii + • getopt + • re + • struct + • sys + +
+
+imported by: + email._encoded_words + • email.base64mime + • email.encoders + • encodings.base64_codec + • http.server + • requests.auth + • secrets + • ssl + • urllib.request + • urllib3.util.request + • xmlrpc.client + +
+ +
+ +
+ + bdb +SourceModule
+imports: + fnmatch + • inspect + • linecache + • os + • reprlib + • sys + +
+
+imported by: + pdb + +
+ +
+ +
+ + binascii (builtin module)
+imported by: + base64 + • email._encoded_words + • email.base64mime + • email.contentmanager + • email.header + • encodings.hex_codec + • encodings.uu_codec + • http.server + • quopri + • secrets + • urllib3.filepost + • urllib3.util.ssl_ + • uu + • zipfile + +
+ +
+ +
+ + bisect +SourceModule
+imports: + _bisect + +
+
+imported by: + idna.core + • idna.intranges + • multiprocessing.heap + • random + • statistics + • urllib.request + +
+ +
+ +
+ + brotli +MissingModule
+imported by: + urllib3.response + • urllib3.util.request + +
+ +
+ +
+ + brotlicffi +MissingModule
+imported by: + urllib3.response + • urllib3.util.request + +
+ +
+ +
+ + bs4 +MissingModule
+imported by: + lxml.html.soupparser + +
+ +
+ +
+ + builtins (builtin module)
+imported by: + PIL.Image + • PIL.ImageMath + • bz2 + • codecs + • dataclasses + • doctest + • gettext + • gzip + • inspect + • locale + • lzma + • operator + • pydoc + • reprlib + • subprocess + • tarfile + • tokenize + • typing_extensions + • warnings + +
+ +
+ +
+ + bz2 +SourceModule
+imports: + _bz2 + • _compression + • builtins + • io + • os + +
+
+imported by: + encodings.bz2_codec + • shutil + • tarfile + • zipfile + +
+ +
+ +
+ + calendar +SourceModule
+imports: + argparse + • datetime + • itertools + • locale + • sys + +
+
+imported by: + PIL.PdfParser + • _strptime + • email._parseaddr + • http.cookiejar + • requests.cookies + • ssl + +
+ +
+ +
+ + certifi +Package
+imports: + certifi.core + +
+
+imported by: + certifi.core + • requests.certs + +
+ +
+ +
+ + certifi.core +SourceModule
+imports: + atexit + • certifi + • importlib.resources + • sys + +
+
+imported by: + certifi + +
+ +
+ +
+ + cgi +SourceModule
+imports: + collections.abc + • email.message + • email.parser + • html + • io + • locale + • os + • re + • sys + • tempfile + • traceback + • urllib.parse + • warnings + +
+
+imported by: + lxml.doctestcompare + +
+ +
+ +
+ + chardet +MissingModule
+imported by: + requests + +
+ +
+ +
+ + charset_normalizer +Package
+imports: + __future__ + • charset_normalizer.api + • charset_normalizer.legacy + • charset_normalizer.md__mypyc + • charset_normalizer.models + • charset_normalizer.utils + • charset_normalizer.version + • logging + +
+
+imported by: + charset_normalizer.api + • charset_normalizer.cd + • charset_normalizer.constant + • charset_normalizer.legacy + • charset_normalizer.md + • charset_normalizer.md__mypyc + • charset_normalizer.models + • charset_normalizer.utils + • charset_normalizer.version + • requests + +
+ +
+ +
+ + charset_normalizer.api +SourceModule
+imports: + __future__ + • charset_normalizer + • charset_normalizer.cd + • charset_normalizer.constant + • charset_normalizer.md + • charset_normalizer.models + • charset_normalizer.utils + • logging + • os + • typing + +
+
+imported by: + charset_normalizer + • charset_normalizer.legacy + +
+ +
+ +
+ + charset_normalizer.cd +SourceModule
+imports: + __future__ + • charset_normalizer + • charset_normalizer.constant + • charset_normalizer.md + • charset_normalizer.models + • charset_normalizer.utils + • codecs + • collections + • functools + • importlib + • typing + +
+
+imported by: + charset_normalizer.api + • charset_normalizer.models + +
+ +
+ +
+ + charset_normalizer.constant +SourceModule
+imports: + __future__ + • charset_normalizer + • codecs + • encodings.aliases + • re + +
+
+imported by: + charset_normalizer.api + • charset_normalizer.cd + • charset_normalizer.legacy + • charset_normalizer.md + • charset_normalizer.models + • charset_normalizer.utils + +
+ +
+ +
+ + charset_normalizer.legacy +SourceModule
+imports: + __future__ + • charset_normalizer + • charset_normalizer.api + • charset_normalizer.constant + • typing + • typing_extensions + • warnings + +
+
+imported by: + charset_normalizer + +
+ +
+ +
+ + charset_normalizer.md /home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-x86_64-linux-gnu.so
+imports: + __future__ + • charset_normalizer + • charset_normalizer.constant + • charset_normalizer.utils + • functools + • logging + +
+
+imported by: + charset_normalizer.api + • charset_normalizer.cd + +
+ +
+ +
+ + charset_normalizer.md__mypyc /home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so
+imports: + charset_normalizer + +
+
+imported by: + charset_normalizer + +
+ +
+ +
+ + charset_normalizer.models +SourceModule
+imports: + __future__ + • charset_normalizer + • charset_normalizer.cd + • charset_normalizer.constant + • charset_normalizer.utils + • encodings.aliases + • hashlib + • json + • re + • typing + +
+
+imported by: + charset_normalizer + • charset_normalizer.api + • charset_normalizer.cd + +
+ +
+ +
+ + charset_normalizer.utils +SourceModule
+imports: + __future__ + • _multibytecodec + • charset_normalizer + • charset_normalizer.constant + • codecs + • encodings.aliases + • functools + • importlib + • logging + • re + • typing + • unicodedata + +
+
+imported by: + charset_normalizer + • charset_normalizer.api + • charset_normalizer.cd + • charset_normalizer.md + • charset_normalizer.models + +
+ +
+ +
+ + charset_normalizer.version +SourceModule
+imports: + __future__ + • charset_normalizer + +
+
+imported by: + charset_normalizer + +
+ +
+ +
+ + cmd +SourceModule
+imports: + readline + • string + • sys + +
+
+imported by: + pdb + +
+ +
+ +
+ + code +SourceModule
+imports: + argparse + • codeop + • readline + • sys + • traceback + +
+
+imported by: + pdb + +
+ +
+ +
+ + codecs +SourceModule
+imports: + _codecs + • builtins + • encodings + • sys + +
+
+imported by: + Generate_Report.py + • PIL.PdfParser + • _pickle + • charset_normalizer.cd + • charset_normalizer.constant + • charset_normalizer.utils + • encodings + • encodings.ascii + • encodings.base64_codec + • encodings.big5 + • encodings.big5hkscs + • encodings.bz2_codec + • encodings.charmap + • encodings.cp037 + • encodings.cp1006 + • encodings.cp1026 + • encodings.cp1125 + • encodings.cp1140 + • encodings.cp1250 + • encodings.cp1251 + • encodings.cp1252 + • encodings.cp1253 + • encodings.cp1254 + • encodings.cp1255 + • encodings.cp1256 + • encodings.cp1257 + • encodings.cp1258 + • encodings.cp273 + • encodings.cp424 + • encodings.cp437 + • encodings.cp500 + • encodings.cp720 + • encodings.cp737 + • encodings.cp775 + • encodings.cp850 + • encodings.cp852 + • encodings.cp855 + • encodings.cp856 + • encodings.cp857 + • encodings.cp858 + • encodings.cp860 + • encodings.cp861 + • encodings.cp862 + • encodings.cp863 + • encodings.cp864 + • encodings.cp865 + • encodings.cp866 + • encodings.cp869 + • encodings.cp874 + • encodings.cp875 + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hex_codec + • encodings.hp_roman8 + • encodings.hz + • encodings.idna + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.iso8859_1 + • encodings.iso8859_10 + • encodings.iso8859_11 + • encodings.iso8859_13 + • encodings.iso8859_14 + • encodings.iso8859_15 + • encodings.iso8859_16 + • encodings.iso8859_2 + • encodings.iso8859_3 + • encodings.iso8859_4 + • encodings.iso8859_5 + • encodings.iso8859_6 + • encodings.iso8859_7 + • encodings.iso8859_8 + • encodings.iso8859_9 + • encodings.johab + • encodings.koi8_r + • encodings.koi8_t + • encodings.koi8_u + • encodings.kz1048 + • encodings.latin_1 + • encodings.mac_arabic + • encodings.mac_croatian + • encodings.mac_cyrillic + • encodings.mac_farsi + • encodings.mac_greek + • encodings.mac_iceland + • encodings.mac_latin2 + • encodings.mac_roman + • encodings.mac_romanian + • encodings.mac_turkish + • encodings.mbcs + • encodings.oem + • encodings.palmos + • encodings.ptcp154 + • encodings.punycode + • encodings.quopri_codec + • encodings.raw_unicode_escape + • encodings.rot_13 + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + • encodings.tis_620 + • encodings.undefined + • encodings.unicode_escape + • encodings.utf_16 + • encodings.utf_16_be + • encodings.utf_16_le + • encodings.utf_32 + • encodings.utf_32_be + • encodings.utf_32_le + • encodings.utf_7 + • encodings.utf_8 + • encodings.utf_8_sig + • encodings.uu_codec + • encodings.zlib_codec + • json + • pickle + • requests.utils + • tokenize + • urllib3.filepost + • xml.sax.saxutils + +
+ +
+ +
+ + codeop +SourceModule
+imports: + __future__ + • warnings + +
+
+imported by: + code + +
+ +
+ +
+ + collections +Package
+imports: + _collections + • _collections_abc + • _weakref + • copy + • heapq + • itertools + • keyword + • operator + • reprlib + • sys + +
+
+imported by: + Generate_Report.py + • PIL.PdfParser + • PIL.features + • _pydecimal + • ast + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.locks + • asyncio.proactor_events + • asyncio.queues + • asyncio.selector_events + • asyncio.sslproto + • asyncio.streams + • charset_normalizer.cd + • collections.abc + • concurrent.futures._base + • contextlib + • core.tables + • difflib + • dis + • doctest + • email.feedparser + • functools + • importlib.metadata + • importlib.metadata._collections + • importlib.readers + • inspect + • lxml.html._difflib + • multiprocessing.heap + • multiprocessing.pool + • multiprocessing.queues + • pkgutil + • platform + • pprint + • pydoc + • queue + • requests.compat + • requests.sessions + • requests.structures + • requests.utils + • selectors + • shlex + • shutil + • ssl + • statistics + • string + • threading + • tokenize + • traceback + • typing + • typing_extensions + • unittest._log + • unittest.case + • unittest.util + • urllib.parse + • urllib3._collections + • urllib3.response + • xml.etree.ElementTree + +
+ +
+ +
+ + collections.abc +SourceModule
+imports: + _collections_abc + • collections + +
+
+imported by: + Generate_Report.py + • PIL.Image + • PIL.ImageFilter + • PIL.ImageOps + • PIL.ImagePalette + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.PngImagePlugin + • PIL.TiffImagePlugin + • PIL._typing + • asyncio.base_events + • asyncio.coroutines + • cgi + • http.client + • importlib.resources + • inspect + • logging + • lxml.html + • lxml.html._setmixin + • requests.compat + • selectors + • tracemalloc + • typing + • typing_extensions + • xml.etree.ElementTree + +
+ +
+ +
+ + colorsys +SourceModule
+imported by: + PIL.ImageColor + +
+ +
+ +
+ + compression +MissingModule
+imported by: + urllib3.response + • urllib3.util.request + +
+ +
+ +
+ + concurrent +Package
+imported by: + concurrent.futures + +
+ +
+ +
+ + concurrent.futures +Package
+imports: + concurrent + • concurrent.futures._base + • concurrent.futures.process + • concurrent.futures.thread + +
+
+imported by: + asyncio.base_events + • asyncio.futures + • asyncio.tasks + • concurrent.futures._base + • concurrent.futures.process + • concurrent.futures.thread + • tools.get_pictures + +
+ +
+ +
+ + concurrent.futures._base +SourceModule
+imports: + collections + • concurrent.futures + • logging + • threading + • time + • types + +
+
+imported by: + concurrent.futures + • concurrent.futures.process + • concurrent.futures.thread + +
+ +
+ +
+ + concurrent.futures.process +SourceModule
+imports: + concurrent.futures + • concurrent.futures._base + • functools + • itertools + • multiprocessing + • multiprocessing.connection + • multiprocessing.queues + • multiprocessing.synchronize + • os + • queue + • sys + • threading + • traceback + • weakref + +
+
+imported by: + concurrent.futures + +
+ +
+ +
+ + concurrent.futures.thread +SourceModule
+imports: + concurrent.futures + • concurrent.futures._base + • itertools + • os + • queue + • threading + • types + • weakref + +
+
+imported by: + concurrent.futures + +
+ +
+ +
+ + contextlib +SourceModule
+imports: + _collections_abc + • abc + • collections + • functools + • sys + • types + +
+
+imported by: + _threading_local + • ast + • asyncio.staggered + • getpass + • glob + • http.server + • importlib._adapters + • importlib._common + • importlib.metadata + • importlib.resources + • importlib.util + • lxml.etree + • requests.utils + • subprocess + • typing + • typing_extensions + • unittest.case + • urllib.request + • urllib3.contrib.emscripten.response + • urllib3.response + • xml.etree.ElementTree + • zipfile + +
+ +
+ +
+ + contextvars +SourceModule
+imports: + _contextvars + +
+
+imported by: + _pydecimal + • asyncio.events + • asyncio.futures + • asyncio.tasks + • asyncio.threads + +
+ +
+ +
+ + copy +SourceModule
+imports: + 'org.python' + • copyreg + • types + • weakref + +
+
+imported by: + PIL.GifImagePlugin + • _sre + • argparse + • collections + • dataclasses + • docx.oxml.section + • docx.oxml.text.pagebreak + • email.generator + • gettext + • http.cookiejar + • http.server + • lxml.html + • lxml.html.formfill + • requests.cookies + • tarfile + • weakref + • webbrowser + • xml.etree.ElementInclude + +
+ +
+ +
+ + copyreg +SourceModule
+imports: + functools + • operator + +
+
+imported by: + Generate_Report.py + • _pickle + • copy + • multiprocessing.reduction + • pickle + • re + +
+ +
+ +
+ + core +NamespacePackage
+imported by: + core.styles + • core.tables + +
+ +
+ +
+ + core.styles +SourceModule
+imports: + core + • docx.enum.style + • docx.oxml.ns + • docx.shared + +
+
+imported by: + tools.content_tools + • tools.document_tools + +
+ +
+ +
+ + core.tables +SourceModule
+imports: + collections + • core + • docx.enum.table + • docx.oxml + • docx.oxml.ns + • docx.oxml.shared + • docx.shared + +
+
+imported by: + Generate_Report.py + • tools.document_tools + +
+ +
+ +
+ + cryptography +MissingModule
+imported by: + requests + • urllib3.contrib.pyopenssl + +
+ +
+ +
+ + cssselect +MissingModule
+imported by: + lxml.cssselect + +
+ +
+ +
+ + csv +SourceModule
+imports: + _csv + • io + • re + +
+
+imported by: + importlib.metadata + +
+ +
+ +
+ + ctypes +Package
+imports: + _ctypes + • ctypes._endian + • nt + • os + • struct + • sys + • types + +
+
+imported by: + ctypes._endian + • multiprocessing.sharedctypes + +
+ +
+ +
+ + ctypes._endian +SourceModule
+imports: + ctypes + • sys + +
+
+imported by: + ctypes + +
+ +
+ +
+ + cython +MissingModule
+imported by: + lxml.html._difflib + • lxml.html.diff + +
+ +
+ +
+ + dataclasses +SourceModule
+imports: + _thread + • abc + • builtins + • copy + • functools + • inspect + • keyword + • re + • sys + • types + +
+
+imported by: + pprint + • urllib3.contrib.emscripten.request + • urllib3.contrib.emscripten.response + +
+ +
+ +
+ + datetime +SourceModule
+imports: + _datetime + • _strptime + • math + • operator + • sys + • time + +
+
+imported by: + Generate_Report.py + • PIL._imagingcms + • _strptime + • calendar + • docx.comments + • docx.opc.coreprops + • docx.opc.parts.coreprops + • docx.oxml.comments + • docx.oxml.coreprops + • docx.oxml.simpletypes + • email.utils + • http.cookiejar + • http.server + • requests.models + • requests.sessions + • tools.dataproccess + • urllib3.connection + • xmlrpc.client + +
+ +
+ +
+ + decimal +SourceModule
+imports: + _decimal + • _pydecimal + +
+
+imported by: + fractions + • statistics + • xmlrpc.client + +
+ +
+ +
+ + defusedxml +MissingModule
+imported by: + PIL.Image + +
+ +
+ +
+ + difflib +SourceModule
+imports: + collections + • difflib + • heapq + • re + • types + +
+
+imported by: + difflib + • doctest + • lxml.html.diff + • unittest.case + +
+ +
+ +
+ + dis +SourceModule
+imports: + argparse + • collections + • io + • opcode + • sys + • types + +
+
+imported by: + inspect + • pdb + +
+ +
+ +
+ + doctest +SourceModule
+imports: + __future__ + • argparse + • builtins + • collections + • difflib + • inspect + • io + • linecache + • os + • pdb + • re + • sys + • traceback + • unittest + +
+
+imported by: + lxml.doctestcompare + +
+ +
+ +
+ + docx +Package
+imports: + __future__ + • docx.api + • docx.opc.constants + • docx.opc.part + • docx.opc.parts.coreprops + • docx.parts.comments + • docx.parts.document + • docx.parts.hdrftr + • docx.parts.image + • docx.parts.numbering + • docx.parts.settings + • docx.parts.styles + • typing + +
+
+imported by: + docx.api + • docx.blkcntnr + • docx.comments + • docx.dml + • docx.document + • docx.drawing + • docx.enum + • docx.exceptions + • docx.image + • docx.opc + • docx.oxml + • docx.package + • docx.parts + • docx.section + • docx.settings + • docx.shape + • docx.shared + • docx.styles + • docx.table + • docx.text + • docx.types + • tools.content_tools + • tools.document_tools + • utils.document_utils + +
+ +
+ +
+ + docx.api +SourceModule
+imports: + __future__ + • docx + • docx.document + • docx.opc.constants + • docx.package + • docx.parts.document + • os + • typing + +
+
+imported by: + docx + +
+ +
+ +
+ + docx.blkcntnr +SourceModule
+imports: + __future__ + • docx + • docx.oxml.comments + • docx.oxml.document + • docx.oxml.section + • docx.oxml.table + • docx.oxml.text.paragraph + • docx.shared + • docx.styles.style + • docx.table + • docx.text.paragraph + • docx.types + • typing + • typing_extensions + +
+
+imported by: + docx.comments + • docx.document + • docx.section + • docx.table + +
+ +
+ +
+ + docx.comments +SourceModule
+imports: + __future__ + • datetime + • docx + • docx.blkcntnr + • docx.oxml.comments + • docx.parts.comments + • docx.styles.style + • docx.text.paragraph + • typing + +
+
+imported by: + docx.document + • docx.parts.comments + • docx.parts.document + +
+ +
+ +
+ + docx.dml +Package
+imports: + docx + +
+
+imported by: + docx.dml.color + +
+ +
+ +
+ + docx.dml.color +SourceModule
+imports: + __future__ + • docx.dml + • docx.enum.dml + • docx.oxml.simpletypes + • docx.oxml.text.font + • docx.oxml.text.run + • docx.shared + • typing + • typing_extensions + +
+
+imported by: + docx.text.font + +
+ +
+ +
+ + docx.document +SourceModule
+imports: + __future__ + • docx + • docx.blkcntnr + • docx.comments + • docx.enum.section + • docx.enum.text + • docx.oxml.document + • docx.parts.document + • docx.section + • docx.settings + • docx.shared + • docx.styles.style + • docx.table + • docx.text.paragraph + • docx.text.run + • docx.types + • typing + +
+
+imported by: + docx.api + • docx.parts.document + +
+ +
+ +
+ + docx.drawing +Package
+imports: + __future__ + • docx + • docx.image.image + • docx.oxml.drawing + • docx.shared + • docx.types + • typing + +
+
+imported by: + docx.text.run + +
+ +
+ +
+ + docx.enum +Package
+imports: + docx + +
+
+imported by: + docx.enum.base + • docx.enum.dml + • docx.enum.section + • docx.enum.shape + • docx.enum.style + • docx.enum.table + • docx.enum.text + +
+ +
+ +
+ + docx.enum.base +SourceModule
+imports: + __future__ + • docx.enum + • enum + • textwrap + • typing + • typing_extensions + +
+
+imported by: + docx.enum.dml + • docx.enum.section + • docx.enum.style + • docx.enum.table + • docx.enum.text + • docx.oxml.xmlchemy + +
+ +
+ +
+ + docx.enum.dml +SourceModule
+imports: + docx.enum + • docx.enum.base + +
+
+imported by: + docx.dml.color + • docx.oxml.text.font + +
+ +
+ +
+ + docx.enum.section +SourceModule
+imports: + docx.enum + • docx.enum.base + +
+
+imported by: + docx.document + • docx.oxml.section + • docx.section + +
+ +
+ +
+ + docx.enum.shape +SourceModule
+imports: + docx.enum + • enum + +
+
+imported by: + docx.shape + +
+ +
+ +
+ + docx.enum.style +SourceModule
+imports: + docx.enum + • docx.enum.base + +
+
+imported by: + core.styles + • docx.oxml.styles + • docx.parts.document + • docx.parts.story + • docx.styles.style + • docx.styles.styles + • docx.table + • docx.text.paragraph + • docx.text.run + +
+ +
+ +
+ + docx.enum.table +SourceModule
+imports: + docx.enum + • docx.enum.base + +
+
+imported by: + core.tables + • docx.oxml.table + • docx.table + • tools.content_tools + • tools.document_tools + +
+ +
+ +
+ + docx.enum.text +SourceModule
+imports: + __future__ + • docx.enum + • docx.enum.base + • enum + +
+
+imported by: + docx.document + • docx.oxml.table + • docx.oxml.text.font + • docx.oxml.text.paragraph + • docx.oxml.text.parfmt + • docx.text.font + • docx.text.paragraph + • docx.text.parfmt + • docx.text.run + • docx.text.tabstops + • tools.document_tools + +
+ +
+ +
+ + docx.exceptions +SourceModule
+imports: + docx + +
+
+imported by: + docx.oxml.simpletypes + • docx.oxml.table + +
+ +
+ +
+ + docx.image +Package
+imports: + docx + • docx.image.bmp + • docx.image.gif + • docx.image.jpeg + • docx.image.png + • docx.image.tiff + +
+
+imported by: + docx.image.bmp + • docx.image.constants + • docx.image.exceptions + • docx.image.gif + • docx.image.helpers + • docx.image.image + • docx.image.jpeg + • docx.image.png + • docx.image.tiff + +
+ +
+ +
+ + docx.image.bmp +SourceModule
+imports: + docx.image + • docx.image.constants + • docx.image.helpers + • docx.image.image + +
+
+imported by: + docx.image + +
+ +
+ +
+ + docx.image.constants +SourceModule
+imports: + docx.image + +
+
+imported by: + docx.image.bmp + • docx.image.gif + • docx.image.jpeg + • docx.image.png + • docx.image.tiff + +
+ +
+ +
+ + docx.image.exceptions +SourceModule
+imports: + docx.image + +
+
+imported by: + docx.image.helpers + • docx.image.image + • docx.image.png + +
+ +
+ +
+ + docx.image.gif +SourceModule
+imports: + docx.image + • docx.image.constants + • docx.image.image + • struct + +
+
+imported by: + docx.image + +
+ +
+ +
+ + docx.image.helpers +SourceModule
+imports: + docx.image + • docx.image.exceptions + • struct + +
+
+imported by: + docx.image.bmp + • docx.image.jpeg + • docx.image.png + • docx.image.tiff + +
+ +
+ +
+ + docx.image.image +SourceModule
+imports: + __future__ + • docx.image + • docx.image.exceptions + • docx.shared + • hashlib + • io + • os + • typing + +
+
+imported by: + docx.drawing + • docx.image.bmp + • docx.image.gif + • docx.image.jpeg + • docx.image.png + • docx.image.tiff + • docx.package + • docx.parts.image + • docx.parts.story + +
+ +
+ +
+ + docx.image.jpeg +SourceModule
+imports: + docx.image + • docx.image.constants + • docx.image.helpers + • docx.image.image + • docx.image.tiff + • io + +
+
+imported by: + docx.image + +
+ +
+ +
+ + docx.image.png +SourceModule
+imports: + docx.image + • docx.image.constants + • docx.image.exceptions + • docx.image.helpers + • docx.image.image + +
+
+imported by: + docx.image + +
+ +
+ +
+ + docx.image.tiff +SourceModule
+imports: + docx.image + • docx.image.constants + • docx.image.helpers + • docx.image.image + +
+
+imported by: + docx.image + • docx.image.jpeg + +
+ +
+ +
+ + docx.opc +Package
+imports: + docx + +
+
+imported by: + docx.opc.constants + • docx.opc.coreprops + • docx.opc.exceptions + • docx.opc.oxml + • docx.opc.package + • docx.opc.packuri + • docx.opc.part + • docx.opc.parts + • docx.opc.phys_pkg + • docx.opc.pkgreader + • docx.opc.pkgwriter + • docx.opc.rel + • docx.opc.shared + • docx.opc.spec + +
+ +
+ +
+ + docx.opc.constants +SourceModule
+imports: + docx.opc + +
+
+imported by: + docx + • docx.api + • docx.opc.oxml + • docx.opc.package + • docx.opc.parts.coreprops + • docx.opc.pkgreader + • docx.opc.pkgwriter + • docx.opc.spec + • docx.package + • docx.parts.comments + • docx.parts.document + • docx.parts.hdrftr + • docx.parts.settings + • docx.parts.story + • docx.parts.styles + +
+ +
+ +
+ + docx.opc.coreprops +SourceModule
+imports: + __future__ + • datetime + • docx.opc + • docx.oxml.coreprops + • typing + +
+
+imported by: + docx.opc.package + • docx.opc.parts.coreprops + • docx.parts.document + +
+ +
+ +
+ + docx.opc.exceptions +SourceModule
+imports: + docx.opc + +
+
+imported by: + docx.opc.phys_pkg + +
+ +
+ +
+ + docx.opc.oxml +SourceModule
+imports: + __future__ + • docx.opc + • docx.opc.constants + • lxml + • lxml.etree + • typing + +
+
+imported by: + docx.opc.part + • docx.opc.pkgreader + • docx.opc.pkgwriter + • docx.opc.rel + +
+ +
+ +
+ + docx.opc.package +SourceModule
+imports: + __future__ + • docx.opc + • docx.opc.constants + • docx.opc.coreprops + • docx.opc.packuri + • docx.opc.part + • docx.opc.parts.coreprops + • docx.opc.pkgreader + • docx.opc.pkgwriter + • docx.opc.rel + • docx.shared + • typing + • typing_extensions + +
+
+imported by: + docx.opc.parts.coreprops + • docx.package + • docx.parts.image + • docx.parts.styles + +
+ +
+ +
+ + docx.opc.packuri +SourceModule
+imports: + __future__ + • docx.opc + • posixpath + • re + +
+
+imported by: + docx.opc.package + • docx.opc.part + • docx.opc.parts.coreprops + • docx.opc.phys_pkg + • docx.opc.pkgreader + • docx.opc.pkgwriter + • docx.package + • docx.parts.comments + • docx.parts.image + • docx.parts.settings + • docx.parts.styles + +
+ +
+ +
+ + docx.opc.part +SourceModule
+imports: + __future__ + • docx.opc + • docx.opc.oxml + • docx.opc.packuri + • docx.opc.rel + • docx.opc.shared + • docx.oxml.parser + • docx.oxml.xmlchemy + • docx.package + • docx.shared + • typing + +
+
+imported by: + docx + • docx.opc.package + • docx.opc.parts.coreprops + • docx.opc.pkgwriter + • docx.opc.rel + • docx.parts.image + • docx.parts.numbering + • docx.parts.settings + • docx.parts.story + • docx.parts.styles + • docx.shared + • docx.types + +
+ +
+ +
+ + docx.opc.parts +Package
+imports: + docx.opc + +
+
+imported by: + docx.opc.parts.coreprops + +
+ +
+ +
+ + docx.opc.parts.coreprops +SourceModule
+imports: + __future__ + • datetime + • docx.opc.constants + • docx.opc.coreprops + • docx.opc.package + • docx.opc.packuri + • docx.opc.part + • docx.opc.parts + • docx.oxml.coreprops + • typing + +
+
+imported by: + docx + • docx.opc.package + +
+ +
+ +
+ + docx.opc.phys_pkg +SourceModule
+imports: + docx.opc + • docx.opc.exceptions + • docx.opc.packuri + • os + • zipfile + +
+
+imported by: + docx.opc.pkgreader + • docx.opc.pkgwriter + +
+ +
+ +
+ + docx.opc.pkgreader +SourceModule
+imports: + docx.opc + • docx.opc.constants + • docx.opc.oxml + • docx.opc.packuri + • docx.opc.phys_pkg + • docx.opc.shared + +
+
+imported by: + docx.opc.package + +
+ +
+ +
+ + docx.opc.pkgwriter +SourceModule
+imports: + __future__ + • docx.opc + • docx.opc.constants + • docx.opc.oxml + • docx.opc.packuri + • docx.opc.part + • docx.opc.phys_pkg + • docx.opc.shared + • docx.opc.spec + • typing + +
+
+imported by: + docx.opc.package + +
+ +
+ +
+ + docx.opc.rel +SourceModule
+imports: + __future__ + • docx.opc + • docx.opc.oxml + • docx.opc.part + • typing + +
+
+imported by: + docx.opc.package + • docx.opc.part + +
+ +
+ +
+ + docx.opc.shared +SourceModule
+imports: + __future__ + • docx.opc + • typing + +
+
+imported by: + docx.opc.part + • docx.opc.pkgreader + • docx.opc.pkgwriter + +
+ +
+ +
+ + docx.opc.spec +SourceModule
+imports: + docx.opc + • docx.opc.constants + +
+
+imported by: + docx.opc.pkgwriter + +
+ +
+ +
+ + docx.oxml +Package
+imports: + __future__ + • docx + • docx.oxml.comments + • docx.oxml.coreprops + • docx.oxml.document + • docx.oxml.drawing + • docx.oxml.numbering + • docx.oxml.parser + • docx.oxml.section + • docx.oxml.settings + • docx.oxml.shape + • docx.oxml.shared + • docx.oxml.styles + • docx.oxml.table + • docx.oxml.text.font + • docx.oxml.text.hyperlink + • docx.oxml.text.pagebreak + • docx.oxml.text.paragraph + • docx.oxml.text.parfmt + • docx.oxml.text.run + +
+
+imported by: + core.tables + • docx.oxml.comments + • docx.oxml.coreprops + • docx.oxml.document + • docx.oxml.drawing + • docx.oxml.exceptions + • docx.oxml.ns + • docx.oxml.numbering + • docx.oxml.parser + • docx.oxml.section + • docx.oxml.settings + • docx.oxml.shape + • docx.oxml.shared + • docx.oxml.simpletypes + • docx.oxml.styles + • docx.oxml.table + • docx.oxml.text + • docx.oxml.xmlchemy + • tools.document_tools + +
+ +
+ +
+ + docx.oxml.comments +SourceModule
+imports: + __future__ + • datetime + • docx.oxml + • docx.oxml.ns + • docx.oxml.parser + • docx.oxml.simpletypes + • docx.oxml.table + • docx.oxml.text.paragraph + • docx.oxml.xmlchemy + • typing + +
+
+imported by: + docx.blkcntnr + • docx.comments + • docx.oxml + • docx.parts.comments + +
+ +
+ +
+ + docx.oxml.coreprops +SourceModule
+imports: + __future__ + • datetime + • docx.oxml + • docx.oxml.ns + • docx.oxml.parser + • docx.oxml.xmlchemy + • lxml.etree + • re + • typing + +
+
+imported by: + docx.opc.coreprops + • docx.opc.parts.coreprops + • docx.oxml + +
+ +
+ +
+ + docx.oxml.document +SourceModule
+imports: + __future__ + • docx.oxml + • docx.oxml.section + • docx.oxml.table + • docx.oxml.text.paragraph + • docx.oxml.xmlchemy + • typing + +
+
+imported by: + docx.blkcntnr + • docx.document + • docx.oxml + • docx.section + • docx.shape + +
+ +
+ +
+ + docx.oxml.drawing +SourceModule
+imports: + docx.oxml + • docx.oxml.xmlchemy + +
+
+imported by: + docx.drawing + • docx.oxml + • docx.oxml.text.run + • docx.text.run + +
+ +
+ +
+ + docx.oxml.exceptions +SourceModule
+imports: + docx.oxml + +
+
+imported by: + docx.oxml.xmlchemy + +
+ +
+ +
+ + docx.oxml.ns +SourceModule
+imports: + __future__ + • docx.oxml + • typing + +
+
+imported by: + core.styles + • core.tables + • docx.oxml.comments + • docx.oxml.coreprops + • docx.oxml.parser + • docx.oxml.section + • docx.oxml.shape + • docx.oxml.shared + • docx.oxml.table + • docx.oxml.text.font + • docx.oxml.text.run + • docx.oxml.xmlchemy + • docx.shape + +
+ +
+ +
+ + docx.oxml.numbering +SourceModule
+imports: + docx.oxml + • docx.oxml.parser + • docx.oxml.shared + • docx.oxml.simpletypes + • docx.oxml.xmlchemy + +
+
+imported by: + docx.oxml + +
+ +
+ +
+ + docx.oxml.parser +SourceModule
+imports: + __future__ + • docx.oxml + • docx.oxml.ns + • docx.oxml.xmlchemy + • lxml + • lxml.etree + • typing + +
+
+imported by: + docx.opc.part + • docx.oxml + • docx.oxml.comments + • docx.oxml.coreprops + • docx.oxml.numbering + • docx.oxml.shape + • docx.oxml.shared + • docx.oxml.table + • docx.oxml.text.font + • docx.oxml.text.paragraph + • docx.oxml.text.run + • docx.oxml.xmlchemy + • docx.parts.comments + • docx.parts.hdrftr + • docx.parts.settings + • docx.parts.styles + +
+ +
+ +
+ + docx.oxml.section +SourceModule
+imports: + __future__ + • copy + • docx.enum.section + • docx.oxml + • docx.oxml.ns + • docx.oxml.shared + • docx.oxml.simpletypes + • docx.oxml.table + • docx.oxml.text.paragraph + • docx.oxml.xmlchemy + • docx.shared + • lxml + • lxml.etree + • typing + • typing_extensions + +
+
+imported by: + docx.blkcntnr + • docx.oxml + • docx.oxml.document + • docx.oxml.text.paragraph + • docx.oxml.text.parfmt + • docx.section + +
+ +
+ +
+ + docx.oxml.settings +SourceModule
+imports: + __future__ + • docx.oxml + • docx.oxml.shared + • docx.oxml.xmlchemy + • typing + +
+
+imported by: + docx.oxml + • docx.parts.settings + • docx.settings + +
+ +
+ +
+ + docx.oxml.shape +SourceModule
+imports: + __future__ + • docx.oxml + • docx.oxml.ns + • docx.oxml.parser + • docx.oxml.simpletypes + • docx.oxml.xmlchemy + • docx.shared + • typing + +
+
+imported by: + docx.oxml + • docx.oxml.text.run + • docx.parts.story + • docx.shape + +
+ +
+ +
+ + docx.oxml.shared +SourceModule
+imports: + __future__ + • docx.oxml + • docx.oxml.ns + • docx.oxml.parser + • docx.oxml.simpletypes + • docx.oxml.xmlchemy + • typing + +
+
+imported by: + core.tables + • docx.oxml + • docx.oxml.numbering + • docx.oxml.section + • docx.oxml.settings + • docx.oxml.table + • docx.oxml.text.font + • docx.oxml.text.parfmt + • tools.content_tools + • tools.document_tools + +
+ +
+ +
+ + docx.oxml.simpletypes +SourceModule
+imports: + __future__ + • datetime + • docx.exceptions + • docx.oxml + • docx.shared + • typing + +
+
+imported by: + docx.dml.color + • docx.oxml.comments + • docx.oxml.numbering + • docx.oxml.section + • docx.oxml.shape + • docx.oxml.shared + • docx.oxml.styles + • docx.oxml.table + • docx.oxml.text.font + • docx.oxml.text.hyperlink + • docx.oxml.text.parfmt + • docx.oxml.text.run + • docx.oxml.xmlchemy + • docx.table + +
+ +
+ +
+ + docx.oxml.styles +SourceModule
+imports: + __future__ + • docx.enum.style + • docx.oxml + • docx.oxml.simpletypes + • docx.oxml.xmlchemy + +
+
+imported by: + docx.oxml + • docx.styles.style + • docx.styles.styles + +
+ +
+ +
+ + docx.oxml.table +SourceModule
+imports: + __future__ + • docx.enum.table + • docx.enum.text + • docx.exceptions + • docx.oxml + • docx.oxml.ns + • docx.oxml.parser + • docx.oxml.shared + • docx.oxml.simpletypes + • docx.oxml.text.paragraph + • docx.oxml.text.parfmt + • docx.oxml.xmlchemy + • docx.shared + • typing + +
+
+imported by: + docx.blkcntnr + • docx.oxml + • docx.oxml.comments + • docx.oxml.document + • docx.oxml.section + • docx.table + +
+ +
+ +
+ + docx.oxml.text +Package
+imports: + docx.oxml + +
+
+imported by: + docx.oxml.text.font + • docx.oxml.text.hyperlink + • docx.oxml.text.pagebreak + • docx.oxml.text.paragraph + • docx.oxml.text.parfmt + • docx.oxml.text.run + +
+ +
+ +
+ + docx.oxml.text.font +SourceModule
+imports: + __future__ + • docx.enum.dml + • docx.enum.text + • docx.oxml.ns + • docx.oxml.parser + • docx.oxml.shared + • docx.oxml.simpletypes + • docx.oxml.text + • docx.oxml.xmlchemy + • docx.shared + • typing + +
+
+imported by: + docx.dml.color + • docx.oxml + • docx.oxml.text.run + +
+ +
+ +
+ + docx.oxml.text.hyperlink +SourceModule
+imports: + __future__ + • docx.oxml.simpletypes + • docx.oxml.text + • docx.oxml.text.pagebreak + • docx.oxml.text.run + • docx.oxml.xmlchemy + • typing + +
+
+imported by: + docx.oxml + • docx.oxml.text.pagebreak + • docx.oxml.text.paragraph + • docx.text.hyperlink + +
+ +
+ +
+ + docx.oxml.text.pagebreak +SourceModule
+imports: + __future__ + • copy + • docx.oxml.text + • docx.oxml.text.hyperlink + • docx.oxml.text.paragraph + • docx.oxml.xmlchemy + • docx.shared + • typing + +
+
+imported by: + docx.oxml + • docx.oxml.text.hyperlink + • docx.oxml.text.paragraph + • docx.oxml.text.run + • docx.text.pagebreak + • docx.text.run + +
+ +
+ +
+ + docx.oxml.text.paragraph +SourceModule
+imports: + __future__ + • docx.enum.text + • docx.oxml.parser + • docx.oxml.section + • docx.oxml.text + • docx.oxml.text.hyperlink + • docx.oxml.text.pagebreak + • docx.oxml.text.parfmt + • docx.oxml.text.run + • docx.oxml.xmlchemy + • typing + +
+
+imported by: + docx.blkcntnr + • docx.oxml + • docx.oxml.comments + • docx.oxml.document + • docx.oxml.section + • docx.oxml.table + • docx.oxml.text.pagebreak + • docx.section + • docx.text.paragraph + +
+ +
+ +
+ + docx.oxml.text.parfmt +SourceModule
+imports: + __future__ + • docx.enum.text + • docx.oxml.section + • docx.oxml.shared + • docx.oxml.simpletypes + • docx.oxml.text + • docx.oxml.xmlchemy + • docx.shared + • typing + +
+
+imported by: + docx.oxml + • docx.oxml.table + • docx.oxml.text.paragraph + • docx.oxml.text.run + +
+ +
+ +
+ + docx.oxml.text.run +SourceModule
+imports: + __future__ + • docx.oxml.drawing + • docx.oxml.ns + • docx.oxml.parser + • docx.oxml.shape + • docx.oxml.simpletypes + • docx.oxml.text + • docx.oxml.text.font + • docx.oxml.text.pagebreak + • docx.oxml.text.parfmt + • docx.oxml.xmlchemy + • docx.shared + • typing + +
+
+imported by: + docx.dml.color + • docx.oxml + • docx.oxml.text.hyperlink + • docx.oxml.text.paragraph + • docx.text.font + • docx.text.paragraph + • docx.text.run + +
+ +
+ +
+ + docx.oxml.xmlchemy +SourceModule
+imports: + __future__ + • docx.enum.base + • docx.oxml + • docx.oxml.exceptions + • docx.oxml.ns + • docx.oxml.parser + • docx.oxml.simpletypes + • docx.shared + • lxml + • lxml.etree + • re + • typing + +
+
+imported by: + docx.opc.part + • docx.oxml.comments + • docx.oxml.coreprops + • docx.oxml.document + • docx.oxml.drawing + • docx.oxml.numbering + • docx.oxml.parser + • docx.oxml.section + • docx.oxml.settings + • docx.oxml.shape + • docx.oxml.shared + • docx.oxml.styles + • docx.oxml.table + • docx.oxml.text.font + • docx.oxml.text.hyperlink + • docx.oxml.text.pagebreak + • docx.oxml.text.paragraph + • docx.oxml.text.parfmt + • docx.oxml.text.run + • docx.settings + • docx.shared + +
+ +
+ +
+ + docx.package +SourceModule
+imports: + __future__ + • docx + • docx.image.image + • docx.opc.constants + • docx.opc.package + • docx.opc.packuri + • docx.parts.image + • docx.shared + • typing + +
+
+imported by: + docx.api + • docx.opc.part + • docx.parts.comments + • docx.parts.hdrftr + • docx.parts.settings + +
+ +
+ +
+ + docx.parts +Package
+imports: + docx + +
+
+imported by: + docx.parts.comments + • docx.parts.document + • docx.parts.hdrftr + • docx.parts.image + • docx.parts.numbering + • docx.parts.settings + • docx.parts.story + • docx.parts.styles + +
+ +
+ +
+ + docx.parts.comments +SourceModule
+imports: + __future__ + • docx.comments + • docx.opc.constants + • docx.opc.packuri + • docx.oxml.comments + • docx.oxml.parser + • docx.package + • docx.parts + • docx.parts.story + • os + • typing + • typing_extensions + +
+
+imported by: + docx + • docx.comments + • docx.parts.document + +
+ +
+ +
+ + docx.parts.document +SourceModule
+imports: + __future__ + • docx.comments + • docx.document + • docx.enum.style + • docx.opc.constants + • docx.opc.coreprops + • docx.parts + • docx.parts.comments + • docx.parts.hdrftr + • docx.parts.numbering + • docx.parts.settings + • docx.parts.story + • docx.parts.styles + • docx.settings + • docx.shape + • docx.shared + • docx.styles.style + • typing + +
+
+imported by: + docx + • docx.api + • docx.document + • docx.parts.story + • docx.section + +
+ +
+ +
+ + docx.parts.hdrftr +SourceModule
+imports: + __future__ + • docx.opc.constants + • docx.oxml.parser + • docx.package + • docx.parts + • docx.parts.story + • os + • typing + +
+
+imported by: + docx + • docx.parts.document + • docx.section + +
+ +
+ +
+ + docx.parts.image +SourceModule
+imports: + __future__ + • docx.image.image + • docx.opc.package + • docx.opc.packuri + • docx.opc.part + • docx.parts + • docx.shared + • hashlib + • typing + +
+
+imported by: + docx + • docx.package + +
+ +
+ +
+ + docx.parts.numbering +SourceModule
+imports: + docx.opc.part + • docx.parts + • docx.shared + +
+
+imported by: + docx + • docx.parts.document + +
+ +
+ +
+ + docx.parts.settings +SourceModule
+imports: + __future__ + • docx.opc.constants + • docx.opc.packuri + • docx.opc.part + • docx.oxml.parser + • docx.oxml.settings + • docx.package + • docx.parts + • docx.settings + • os + • typing + +
+
+imported by: + docx + • docx.parts.document + +
+ +
+ +
+ + docx.parts.story +SourceModule
+imports: + __future__ + • docx.enum.style + • docx.image.image + • docx.opc.constants + • docx.opc.part + • docx.oxml.shape + • docx.parts + • docx.parts.document + • docx.shared + • docx.styles.style + • typing + +
+
+imported by: + docx.parts.comments + • docx.parts.document + • docx.parts.hdrftr + • docx.section + • docx.shape + • docx.shared + • docx.types + +
+ +
+ +
+ + docx.parts.styles +SourceModule
+imports: + __future__ + • docx.opc.constants + • docx.opc.package + • docx.opc.packuri + • docx.opc.part + • docx.oxml.parser + • docx.parts + • docx.styles.styles + • os + • typing + +
+
+imported by: + docx + • docx.parts.document + +
+ +
+ +
+ + docx.section +SourceModule
+imports: + __future__ + • docx + • docx.blkcntnr + • docx.enum.section + • docx.oxml.document + • docx.oxml.section + • docx.oxml.text.paragraph + • docx.parts.document + • docx.parts.hdrftr + • docx.parts.story + • docx.shared + • docx.table + • docx.text.paragraph + • typing + +
+
+imported by: + docx.document + +
+ +
+ +
+ + docx.settings +SourceModule
+imports: + __future__ + • docx + • docx.oxml.settings + • docx.oxml.xmlchemy + • docx.shared + • docx.types + • typing + +
+
+imported by: + docx.document + • docx.parts.document + • docx.parts.settings + +
+ +
+ +
+ + docx.shape +SourceModule
+imports: + __future__ + • docx + • docx.enum.shape + • docx.oxml.document + • docx.oxml.ns + • docx.oxml.shape + • docx.parts.story + • docx.shared + • typing + +
+
+imported by: + docx.parts.document + • docx.text.run + +
+ +
+ +
+ + docx.shared +SourceModule
+imports: + __future__ + • docx + • docx.opc.part + • docx.oxml.xmlchemy + • docx.parts.story + • docx.types + • functools + • typing + +
+
+imported by: + core.styles + • core.tables + • docx.blkcntnr + • docx.dml.color + • docx.document + • docx.drawing + • docx.image.image + • docx.opc.package + • docx.opc.part + • docx.oxml.section + • docx.oxml.shape + • docx.oxml.simpletypes + • docx.oxml.table + • docx.oxml.text.font + • docx.oxml.text.pagebreak + • docx.oxml.text.parfmt + • docx.oxml.text.run + • docx.oxml.xmlchemy + • docx.package + • docx.parts.document + • docx.parts.image + • docx.parts.numbering + • docx.parts.story + • docx.section + • docx.settings + • docx.shape + • docx.styles.latent + • docx.styles.style + • docx.styles.styles + • docx.table + • docx.text.font + • docx.text.hyperlink + • docx.text.pagebreak + • docx.text.paragraph + • docx.text.parfmt + • docx.text.run + • docx.text.tabstops + • tools.content_tools + • tools.document_tools + +
+ +
+ +
+ + docx.styles +Package
+imports: + __future__ + • docx + • typing + +
+
+imported by: + docx.styles.latent + • docx.styles.style + • docx.styles.styles + +
+ +
+ +
+ + docx.styles.latent +SourceModule
+imports: + docx.shared + • docx.styles + +
+
+imported by: + docx.styles.styles + +
+ +
+ +
+ + docx.styles.style +SourceModule
+imports: + __future__ + • docx.enum.style + • docx.oxml.styles + • docx.shared + • docx.styles + • docx.text.font + • docx.text.parfmt + • typing + +
+
+imported by: + docx.blkcntnr + • docx.comments + • docx.document + • docx.parts.document + • docx.parts.story + • docx.styles.styles + • docx.table + • docx.text.paragraph + • docx.text.run + +
+ +
+ +
+ + docx.styles.styles +SourceModule
+imports: + __future__ + • docx.enum.style + • docx.oxml.styles + • docx.shared + • docx.styles + • docx.styles.latent + • docx.styles.style + • warnings + +
+
+imported by: + docx.parts.styles + +
+ +
+ +
+ + docx.table +SourceModule
+imports: + __future__ + • docx + • docx.blkcntnr + • docx.enum.style + • docx.enum.table + • docx.oxml.simpletypes + • docx.oxml.table + • docx.shared + • docx.styles.style + • docx.types + • typing + • typing_extensions + +
+
+imported by: + docx.blkcntnr + • docx.document + • docx.section + +
+ +
+ +
+ + docx.text +Package
+imports: + docx + +
+
+imported by: + docx.text.font + • docx.text.hyperlink + • docx.text.pagebreak + • docx.text.paragraph + • docx.text.parfmt + • docx.text.run + • docx.text.tabstops + +
+ +
+ +
+ + docx.text.font +SourceModule
+imports: + __future__ + • docx.dml.color + • docx.enum.text + • docx.oxml.text.run + • docx.shared + • docx.text + • typing + +
+
+imported by: + docx.styles.style + • docx.text.run + +
+ +
+ +
+ + docx.text.hyperlink +SourceModule
+imports: + __future__ + • docx.oxml.text.hyperlink + • docx.shared + • docx.text + • docx.text.run + • docx.types + • typing + +
+
+imported by: + docx.text.paragraph + +
+ +
+ +
+ + docx.text.pagebreak +SourceModule
+imports: + __future__ + • docx.oxml.text.pagebreak + • docx.shared + • docx.text + • docx.text.paragraph + • docx.types + • typing + +
+
+imported by: + docx.text.paragraph + • docx.text.run + +
+ +
+ +
+ + docx.text.paragraph +SourceModule
+imports: + __future__ + • docx.enum.style + • docx.enum.text + • docx.oxml.text.paragraph + • docx.oxml.text.run + • docx.shared + • docx.styles.style + • docx.text + • docx.text.hyperlink + • docx.text.pagebreak + • docx.text.parfmt + • docx.text.run + • docx.types + • typing + +
+
+imported by: + docx.blkcntnr + • docx.comments + • docx.document + • docx.section + • docx.text.pagebreak + +
+ +
+ +
+ + docx.text.parfmt +SourceModule
+imports: + docx.enum.text + • docx.shared + • docx.text + • docx.text.tabstops + +
+
+imported by: + docx.styles.style + • docx.text.paragraph + +
+ +
+ +
+ + docx.text.run +SourceModule
+imports: + __future__ + • docx.drawing + • docx.enum.style + • docx.enum.text + • docx.oxml.drawing + • docx.oxml.text.pagebreak + • docx.oxml.text.run + • docx.shape + • docx.shared + • docx.styles.style + • docx.text + • docx.text.font + • docx.text.pagebreak + • docx.types + • typing + +
+
+imported by: + docx.document + • docx.text.hyperlink + • docx.text.paragraph + +
+ +
+ +
+ + docx.text.tabstops +SourceModule
+imports: + docx.enum.text + • docx.shared + • docx.text + +
+
+imported by: + docx.text.parfmt + +
+ +
+ +
+ + docx.types +SourceModule
+imports: + __future__ + • docx + • docx.opc.part + • docx.parts.story + • typing + • typing_extensions + +
+
+imported by: + docx.blkcntnr + • docx.document + • docx.drawing + • docx.settings + • docx.shared + • docx.table + • docx.text.hyperlink + • docx.text.pagebreak + • docx.text.paragraph + • docx.text.run + +
+ +
+ +
+ + dummy_threading +MissingModule
+imported by: + requests.cookies + +
+ +
+ +
+ + email +Package
+imports: + email._header_value_parser + • email.charset + • email.errors + • email.header + • email.parser + +
+
+imported by: + email._encoded_words + • email._header_value_parser + • email._parseaddr + • email._policybase + • email.base64mime + • email.charset + • email.contentmanager + • email.encoders + • email.errors + • email.feedparser + • email.generator + • email.header + • email.headerregistry + • email.iterators + • email.message + • email.parser + • email.policy + • email.quoprimime + • email.utils + • importlib.metadata + • urllib.request + • urllib3.util.retry + +
+ +
+ +
+ + email._encoded_words +SourceModule
+imports: + base64 + • binascii + • email + • email.errors + • functools + • re + • string + +
+
+imported by: + email._header_value_parser + • email.message + +
+ +
+ +
+ + email._header_value_parser +SourceModule
+imports: + email + • email._encoded_words + • email.errors + • email.utils + • operator + • re + • string + • sys + • urllib + +
+
+imported by: + email + • email.headerregistry + +
+ +
+ +
+ + email._parseaddr +SourceModule
+imports: + calendar + • email + • time + +
+
+imported by: + email.utils + +
+ +
+ +
+ + email._policybase +SourceModule
+imports: + abc + • email + • email.charset + • email.header + • email.utils + +
+
+imported by: + email.feedparser + • email.message + • email.parser + • email.policy + +
+ +
+ +
+ + email.base64mime +SourceModule
+imports: + base64 + • binascii + • email + +
+
+imported by: + email.charset + • email.header + +
+ +
+ +
+ + email.charset +SourceModule
+imports: + email + • email.base64mime + • email.encoders + • email.errors + • email.quoprimime + • functools + +
+
+imported by: + email + • email._policybase + • email.contentmanager + • email.header + • email.message + • email.utils + +
+ +
+ +
+ + email.contentmanager +SourceModule
+imports: + binascii + • email + • email.charset + • email.errors + • email.message + • email.quoprimime + +
+
+imported by: + email.policy + +
+ +
+ +
+ + email.encoders +SourceModule
+imports: + base64 + • email + • quopri + +
+
+imported by: + email.charset + +
+ +
+ +
+ + email.errors +SourceModule
+imports: + email + +
+
+imported by: + email + • email._encoded_words + • email._header_value_parser + • email.charset + • email.contentmanager + • email.feedparser + • email.generator + • email.header + • email.headerregistry + • email.message + • urllib3.exceptions + • urllib3.util.response + +
+ +
+ +
+ + email.feedparser +SourceModule
+imports: + collections + • email + • email._policybase + • email.errors + • email.message + • io + • re + +
+
+imported by: + email.parser + +
+ +
+ +
+ + email.generator +SourceModule
+imports: + copy + • email + • email.errors + • email.utils + • io + • random + • re + • sys + • time + +
+
+imported by: + email.message + +
+ +
+ +
+ + email.header +SourceModule
+imports: + binascii + • email + • email.base64mime + • email.charset + • email.errors + • email.quoprimime + • re + +
+
+imported by: + email + • email._policybase + +
+ +
+ +
+ + email.headerregistry +SourceModule
+imports: + email + • email._header_value_parser + • email.errors + • email.utils + • types + +
+
+imported by: + email.policy + +
+ +
+ +
+ + email.iterators +SourceModule
+imports: + email + • io + • sys + +
+
+imported by: + email.message + +
+ +
+ +
+ + email.message +SourceModule
+imports: + email + • email._encoded_words + • email._policybase + • email.charset + • email.errors + • email.generator + • email.iterators + • email.policy + • email.utils + • io + • quopri + • re + • uu + +
+
+imported by: + cgi + • email.contentmanager + • email.feedparser + • email.policy + • http.client + • importlib.metadata._adapters + • pydoc + +
+ +
+ +
+ + email.parser +SourceModule
+imports: + email + • email._policybase + • email.feedparser + • io + +
+
+imported by: + cgi + • email + • http.client + • urllib3.contrib.emscripten.fetch + +
+ +
+ +
+ + email.policy +SourceModule
+imports: + email + • email._policybase + • email.contentmanager + • email.headerregistry + • email.message + • email.utils + • re + • sys + +
+
+imported by: + email.message + +
+ +
+ +
+ + email.quoprimime +SourceModule
+imports: + email + • re + • string + +
+
+imported by: + email.charset + • email.contentmanager + • email.header + +
+ +
+ +
+ + email.utils +SourceModule
+imports: + datetime + • email + • email._parseaddr + • email.charset + • os + • random + • re + • socket + • time + • urllib.parse + +
+
+imported by: + email._header_value_parser + • email._policybase + • email.generator + • email.headerregistry + • email.message + • email.policy + • http.server + • urllib.request + • urllib3.fields + +
+ +
+ +
+ + encodings +Package
+imports: + _winapi + • codecs + • encodings + • encodings.aliases + • encodings.ascii + • encodings.base64_codec + • encodings.big5 + • encodings.big5hkscs + • encodings.bz2_codec + • encodings.charmap + • encodings.cp037 + • encodings.cp1006 + • encodings.cp1026 + • encodings.cp1125 + • encodings.cp1140 + • encodings.cp1250 + • encodings.cp1251 + • encodings.cp1252 + • encodings.cp1253 + • encodings.cp1254 + • encodings.cp1255 + • encodings.cp1256 + • encodings.cp1257 + • encodings.cp1258 + • encodings.cp273 + • encodings.cp424 + • encodings.cp437 + • encodings.cp500 + • encodings.cp720 + • encodings.cp737 + • encodings.cp775 + • encodings.cp850 + • encodings.cp852 + • encodings.cp855 + • encodings.cp856 + • encodings.cp857 + • encodings.cp858 + • encodings.cp860 + • encodings.cp861 + • encodings.cp862 + • encodings.cp863 + • encodings.cp864 + • encodings.cp865 + • encodings.cp866 + • encodings.cp869 + • encodings.cp874 + • encodings.cp875 + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hex_codec + • encodings.hp_roman8 + • encodings.hz + • encodings.idna + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.iso8859_1 + • encodings.iso8859_10 + • encodings.iso8859_11 + • encodings.iso8859_13 + • encodings.iso8859_14 + • encodings.iso8859_15 + • encodings.iso8859_16 + • encodings.iso8859_2 + • encodings.iso8859_3 + • encodings.iso8859_4 + • encodings.iso8859_5 + • encodings.iso8859_6 + • encodings.iso8859_7 + • encodings.iso8859_8 + • encodings.iso8859_9 + • encodings.johab + • encodings.koi8_r + • encodings.koi8_t + • encodings.koi8_u + • encodings.kz1048 + • encodings.latin_1 + • encodings.mac_arabic + • encodings.mac_croatian + • encodings.mac_cyrillic + • encodings.mac_farsi + • encodings.mac_greek + • encodings.mac_iceland + • encodings.mac_latin2 + • encodings.mac_roman + • encodings.mac_romanian + • encodings.mac_turkish + • encodings.mbcs + • encodings.oem + • encodings.palmos + • encodings.ptcp154 + • encodings.punycode + • encodings.quopri_codec + • encodings.raw_unicode_escape + • encodings.rot_13 + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + • encodings.tis_620 + • encodings.undefined + • encodings.unicode_escape + • encodings.utf_16 + • encodings.utf_16_be + • encodings.utf_16_le + • encodings.utf_32 + • encodings.utf_32_be + • encodings.utf_32_le + • encodings.utf_7 + • encodings.utf_8 + • encodings.utf_8_sig + • encodings.uu_codec + • encodings.zlib_codec + • sys + +
+
+imported by: + Generate_Report.py + • codecs + • encodings + • encodings.aliases + • encodings.ascii + • encodings.base64_codec + • encodings.big5 + • encodings.big5hkscs + • encodings.bz2_codec + • encodings.charmap + • encodings.cp037 + • encodings.cp1006 + • encodings.cp1026 + • encodings.cp1125 + • encodings.cp1140 + • encodings.cp1250 + • encodings.cp1251 + • encodings.cp1252 + • encodings.cp1253 + • encodings.cp1254 + • encodings.cp1255 + • encodings.cp1256 + • encodings.cp1257 + • encodings.cp1258 + • encodings.cp273 + • encodings.cp424 + • encodings.cp437 + • encodings.cp500 + • encodings.cp720 + • encodings.cp737 + • encodings.cp775 + • encodings.cp850 + • encodings.cp852 + • encodings.cp855 + • encodings.cp856 + • encodings.cp857 + • encodings.cp858 + • encodings.cp860 + • encodings.cp861 + • encodings.cp862 + • encodings.cp863 + • encodings.cp864 + • encodings.cp865 + • encodings.cp866 + • encodings.cp869 + • encodings.cp874 + • encodings.cp875 + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hex_codec + • encodings.hp_roman8 + • encodings.hz + • encodings.idna + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.iso8859_1 + • encodings.iso8859_10 + • encodings.iso8859_11 + • encodings.iso8859_13 + • encodings.iso8859_14 + • encodings.iso8859_15 + • encodings.iso8859_16 + • encodings.iso8859_2 + • encodings.iso8859_3 + • encodings.iso8859_4 + • encodings.iso8859_5 + • encodings.iso8859_6 + • encodings.iso8859_7 + • encodings.iso8859_8 + • encodings.iso8859_9 + • encodings.johab + • encodings.koi8_r + • encodings.koi8_t + • encodings.koi8_u + • encodings.kz1048 + • encodings.latin_1 + • encodings.mac_arabic + • encodings.mac_croatian + • encodings.mac_cyrillic + • encodings.mac_farsi + • encodings.mac_greek + • encodings.mac_iceland + • encodings.mac_latin2 + • encodings.mac_roman + • encodings.mac_romanian + • encodings.mac_turkish + • encodings.mbcs + • encodings.oem + • encodings.palmos + • encodings.ptcp154 + • encodings.punycode + • encodings.quopri_codec + • encodings.raw_unicode_escape + • encodings.rot_13 + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + • encodings.tis_620 + • encodings.undefined + • encodings.unicode_escape + • encodings.utf_16 + • encodings.utf_16_be + • encodings.utf_16_le + • encodings.utf_32 + • encodings.utf_32_be + • encodings.utf_32_le + • encodings.utf_7 + • encodings.utf_8 + • encodings.utf_8_sig + • encodings.uu_codec + • encodings.zlib_codec + • locale + +
+ +
+ +
+ + encodings.aliases +SourceModule
+imports: + encodings + +
+
+imported by: + Generate_Report.py + • charset_normalizer.constant + • charset_normalizer.models + • charset_normalizer.utils + • encodings + • locale + +
+ +
+ +
+ + encodings.ascii +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.base64_codec +SourceModule
+imports: + base64 + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.big5 +SourceModule
+imports: + _codecs_tw + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.big5hkscs +SourceModule
+imports: + _codecs_hk + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.bz2_codec +SourceModule
+imports: + bz2 + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.charmap +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp037 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp1006 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp1026 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp1125 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp1140 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp1250 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp1251 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp1252 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp1253 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp1254 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp1255 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp1256 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp1257 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp1258 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp273 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp424 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp437 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp500 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp720 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp737 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp775 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp850 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp852 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp855 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp856 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp857 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp858 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp860 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp861 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp862 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp863 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp864 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp865 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp866 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp869 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp874 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp875 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp932 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp949 +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.cp950 +SourceModule
+imports: + _codecs_tw + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.euc_jis_2004 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.euc_jisx0213 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.euc_jp +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.euc_kr +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.gb18030 +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.gb2312 +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.gbk +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.hex_codec +SourceModule
+imports: + binascii + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.hp_roman8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.hz +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.idna +SourceModule
+imports: + codecs + • encodings + • re + • stringprep + • unicodedata + +
+
+imported by: + Generate_Report.py + • encodings + • requests.models + +
+ +
+ +
+ + encodings.iso2022_jp +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_jp_1 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_jp_2 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_jp_2004 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_jp_3 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_jp_ext +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_kr +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_1 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_10 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_11 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_13 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_14 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_15 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_16 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_2 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_3 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_4 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_5 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_6 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_7 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_9 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.johab +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.koi8_r +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.koi8_t +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.koi8_u +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.kz1048 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.latin_1 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.mac_arabic +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.mac_croatian +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.mac_cyrillic +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.mac_farsi +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.mac_greek +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.mac_iceland +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.mac_latin2 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.mac_roman +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.mac_romanian +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.mac_turkish +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.mbcs +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.oem +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.palmos +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.ptcp154 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.punycode +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.quopri_codec +SourceModule
+imports: + codecs + • encodings + • io + • quopri + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.raw_unicode_escape +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.rot_13 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.shift_jis +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.shift_jis_2004 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.shift_jisx0213 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.tis_620 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.undefined +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.unicode_escape +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.utf_16 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.utf_16_be +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.utf_16_le +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.utf_32 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.utf_32_be +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.utf_32_le +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.utf_7 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.utf_8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.utf_8_sig +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.uu_codec +SourceModule
+imports: + binascii + • codecs + • encodings + • io + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + encodings.zlib_codec +SourceModule
+imports: + codecs + • encodings + • zlib + +
+
+imported by: + Generate_Report.py + • encodings + +
+ +
+ +
+ + enum +SourceModule
+imports: + sys + • types + • warnings + +
+
+imported by: + Generate_Report.py + • PIL.BlpImagePlugin + • PIL.DdsImagePlugin + • PIL.ExifTags + • PIL.FtexImagePlugin + • PIL.GifImagePlugin + • PIL.Image + • PIL.ImageCms + • PIL.PngImagePlugin + • ast + • asyncio.constants + • docx.enum.base + • docx.enum.shape + • docx.enum.text + • http + • inspect + • py_compile + • re + • signal + • socket + • ssl + • typing_extensions + • urllib3._collections + • urllib3.util.request + • urllib3.util.timeout + +
+ +
+ +
+ + errno (builtin module)
+imported by: + asyncio.selector_events + • asyncio.unix_events + • asyncio.windows_events + • gettext + • gzip + • http.client + • multiprocessing.forkserver + • multiprocessing.queues + • multiprocessing.shared_memory + • pathlib + • shutil + • socket + • ssl + • subprocess + • tempfile + • urllib3.connectionpool + • xmlrpc.client + +
+ +
+ +
+ + fcntl (builtin module)
+imported by: + subprocess + +
+ +
+ +
+ + fnmatch +SourceModule
+imports: + functools + • itertools + • os + • posixpath + • re + +
+
+imported by: + bdb + • glob + • pathlib + • shutil + • tracemalloc + • unittest.loader + • urllib.request + +
+ +
+ +
+ + fractions +SourceModule
+imports: + decimal + • math + • numbers + • operator + • re + • sys + +
+
+imported by: + PIL.TiffImagePlugin + • statistics + +
+ +
+ +
+ + ftplib +SourceModule
+imports: + netrc + • re + • socket + • ssl + • sys + • warnings + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + functools +SourceModule
+imports: + _functools + • _thread + • abc + • collections + • reprlib + • types + • typing + • weakref + +
+
+imported by: + Generate_Report.py + • PIL.GifImagePlugin + • PIL.ImageCms + • PIL.ImageColor + • PIL.ImageFilter + • PIL.ImageMode + • PIL.ImageOps + • PIL.PsdImagePlugin + • asyncio.base_events + • asyncio.coroutines + • asyncio.format_helpers + • asyncio.selector_events + • asyncio.tasks + • asyncio.threads + • charset_normalizer.cd + • charset_normalizer.md + • charset_normalizer.utils + • concurrent.futures.process + • contextlib + • copyreg + • dataclasses + • docx.shared + • email._encoded_words + • email.charset + • fnmatch + • importlib._common + • importlib.metadata + • importlib.metadata._functools + • importlib.resources + • importlib.util + • inspect + • ipaddress + • linecache + • locale + • lxml.builder + • lxml.html + • lxml.html.diff + • multiprocessing.reduction + • multiprocessing.shared_memory + • operator + • pathlib + • pickle + • pkgutil + • platform + • re + • tempfile + • threading + • tokenize + • tracemalloc + • types + • typing + • typing_extensions + • unittest.case + • unittest.loader + • unittest.result + • unittest.signals + • urllib3.poolmanager + • urllib3.util.wait + +
+ +
+ +
+ + gc (builtin module)
+imports: + time + +
+
+imported by: + _posixsubprocess + • weakref + +
+ +
+ +
+ + genericpath +SourceModule
+imports: + os + • stat + +
+
+imported by: + Generate_Report.py + • ntpath + • posixpath + +
+ +
+ +
+ + getopt +SourceModule
+imports: + gettext + • os + • sys + +
+
+imported by: + base64 + • mimetypes + • pdb + • pydoc + • quopri + • webbrowser + +
+ +
+ +
+ + getpass +SourceModule
+imports: + contextlib + • io + • msvcrt + • os + • pwd + • sys + • termios + • warnings + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + gettext +SourceModule
+imports: + builtins + • copy + • errno + • locale + • os + • re + • struct + • sys + • warnings + +
+
+imported by: + argparse + • getopt + • optparse + +
+ +
+ +
+ + glob +SourceModule
+imports: + contextlib + • fnmatch + • itertools + • os + • re + • stat + • sys + +
+
+imported by: + pdb + • webbrowser + +
+ +
+ +
+ + grp (builtin module)
+imported by: + pathlib + • shutil + • subprocess + • tarfile + +
+ +
+ +
+ + gzip +SourceModule
+imports: + _compression + • argparse + • builtins + • errno + • io + • os + • struct + • sys + • time + • warnings + • zlib + +
+
+imported by: + PIL.FitsImagePlugin + • lxml.etree + • tarfile + • xmlrpc.client + +
+ +
+ +
+ + h2 +MissingModule
+imported by: + urllib3.http2.connection + +
+ +
+ +
+ + hashlib +SourceModule
+imports: + _blake2 + • _hashlib + • _md5 + • _sha1 + • _sha256 + • _sha3 + • _sha512 + • logging + • warnings + +
+
+imported by: + charset_normalizer.models + • docx.image.image + • docx.parts.image + • hmac + • random + • requests.auth + • urllib.request + • urllib3.util.ssl_ + +
+ +
+ +
+ + heapq +SourceModule
+imports: + _heapq + +
+
+imported by: + Generate_Report.py + • asyncio.base_events + • asyncio.queues + • collections + • difflib + • lxml.html._difflib + • queue + +
+ +
+ +
+ + hmac +SourceModule
+imports: + _hashlib + • _operator + • hashlib + • warnings + +
+
+imported by: + multiprocessing.connection + • secrets + • urllib3.util.ssl_ + +
+ +
+ +
+ + html +Package
+imports: + html.entities + • re + +
+
+imported by: + cgi + • html.entities + • http.server + • lxml.doctestcompare + • lxml.html.diff + +
+ +
+ +
+ + html.entities +SourceModule
+imports: + html + +
+
+imported by: + html + • lxml.html.soupparser + +
+ +
+ +
+ + html5lib +MissingModule
+imported by: + lxml.html._html5builder + • lxml.html.html5parser + +
+ +
+ +
+ + htmlentitydefs +MissingModule
+imported by: + lxml.html.soupparser + +
+ +
+ +
+ + http +Package
+imports: + enum + • http.cookiejar + +
+
+imported by: + http.client + • http.cookiejar + • http.cookies + • http.server + • requests.compat + +
+ +
+ +
+ + http.client +SourceModule
+imports: + collections.abc + • email.message + • email.parser + • errno + • http + • io + • re + • socket + • ssl + • sys + • urllib.parse + • warnings + +
+
+imported by: + http.cookiejar + • http.server + • urllib.request + • urllib3.connection + • urllib3.contrib.emscripten.connection + • urllib3.contrib.emscripten.response + • urllib3.exceptions + • urllib3.response + • urllib3.util.response + • xmlrpc.client + +
+ +
+ +
+ + http.cookiejar +SourceModule
+imports: + calendar + • copy + • datetime + • http + • http.client + • io + • logging + • os + • re + • threading + • time + • traceback + • urllib.parse + • urllib.request + • warnings + +
+
+imported by: + http + • requests.compat + • urllib.request + +
+ +
+ +
+ + http.cookies +SourceModule
+imports: + http + • re + • string + • time + • types + +
+
+imported by: + requests.compat + +
+ +
+ +
+ + http.server +SourceModule
+imports: + argparse + • base64 + • binascii + • contextlib + • copy + • datetime + • email.utils + • html + • http + • http.client + • io + • itertools + • mimetypes + • os + • posixpath + • pwd + • select + • shutil + • socket + • socketserver + • subprocess + • sys + • time + • urllib.parse + +
+
+imported by: + pydoc + +
+ +
+ +
+ + idna +Package
+imports: + idna + • idna.core + • idna.idnadata + • idna.intranges + • idna.package_data + +
+
+imported by: + idna + • idna.core + • idna.idnadata + • idna.intranges + • idna.package_data + • idna.uts46data + • requests.models + • urllib3.contrib.pyopenssl + • urllib3.util.url + +
+ +
+ +
+ + idna.core +SourceModule
+imports: + bisect + • idna + • idna.idnadata + • idna.intranges + • idna.uts46data + • re + • typing + • unicodedata + +
+
+imported by: + idna + +
+ +
+ +
+ + idna.idnadata +SourceModule
+imports: + idna + +
+
+imported by: + idna + • idna.core + +
+ +
+ +
+ + idna.intranges +SourceModule
+imports: + bisect + • idna + • typing + +
+
+imported by: + idna + • idna.core + +
+ +
+ +
+ + idna.package_data +SourceModule
+imports: + idna + +
+
+imported by: + idna + +
+ +
+ +
+ + idna.uts46data +SourceModule
+imports: + idna + • typing + +
+
+imported by: + idna.core + +
+ +
+ +
+ + importlib +Package
+imports: + _frozen_importlib + • _frozen_importlib_external + • _imp + • importlib + • importlib._bootstrap + • importlib._bootstrap_external + • importlib._common + • importlib.abc + • sys + • warnings + +
+
+imported by: + charset_normalizer.cd + • charset_normalizer.utils + • importlib + • importlib._abc + • importlib._adapters + • importlib._bootstrap + • importlib._bootstrap_external + • importlib._common + • importlib.abc + • importlib.machinery + • importlib.metadata + • importlib.readers + • importlib.resources + • importlib.util + • inspect + • pkgutil + • requests.compat + +
+ +
+ +
+ + importlib._abc +SourceModule
+imports: + abc + • importlib + • importlib._bootstrap + • warnings + +
+
+imported by: + importlib.abc + • importlib.util + +
+ +
+ +
+ + importlib._adapters +SourceModule
+imports: + contextlib + • importlib + • importlib.abc + +
+
+imported by: + importlib._common + +
+ +
+ +
+ + importlib._bootstrap +SourceModule
+imports: + _frozen_importlib_external + • importlib + +
+
+imported by: + importlib + • importlib._abc + • importlib.machinery + • importlib.util + • pydoc + +
+ +
+ +
+ + importlib._bootstrap_external +SourceModule
+imports: + _imp + • _io + • _warnings + • importlib + • importlib.metadata + • importlib.readers + • marshal + • nt + • posix + • sys + • tokenize + • winreg + +
+
+imported by: + importlib + • importlib.abc + • importlib.machinery + • importlib.util + • py_compile + • pydoc + +
+ +
+ +
+ + importlib._common +SourceModule
+imports: + contextlib + • functools + • importlib + • importlib._adapters + • importlib.abc + • os + • pathlib + • tempfile + • types + • typing + +
+
+imported by: + importlib + • importlib.resources + +
+ +
+ +
+ + importlib.abc +SourceModule
+imports: + _frozen_importlib + • _frozen_importlib_external + • abc + • importlib + • importlib._abc + • importlib._bootstrap_external + • importlib.machinery + • typing + • warnings + +
+
+imported by: + importlib + • importlib._adapters + • importlib._common + • importlib.metadata + • importlib.readers + • importlib.resources + +
+ +
+ +
+ + importlib.machinery +SourceModule
+imports: + importlib + • importlib._bootstrap + • importlib._bootstrap_external + +
+
+imported by: + importlib.abc + • importlib.resources + • inspect + • pkgutil + • py_compile + • pydoc + • runpy + +
+ +
+ +
+ + importlib.metadata +Package
+imports: + abc + • collections + • contextlib + • csv + • email + • functools + • importlib + • importlib.abc + • importlib.metadata + • importlib.metadata._adapters + • importlib.metadata._collections + • importlib.metadata._functools + • importlib.metadata._itertools + • importlib.metadata._meta + • itertools + • operator + • os + • pathlib + • pep517 + • posixpath + • re + • sys + • textwrap + • typing + • warnings + • zipfile + +
+
+imported by: + importlib._bootstrap_external + • importlib.metadata + • importlib.metadata._adapters + • importlib.metadata._collections + • importlib.metadata._functools + • importlib.metadata._itertools + • importlib.metadata._meta + • importlib.metadata._text + • urllib3.http2 + +
+ +
+ +
+ + importlib.metadata._adapters +SourceModule
+imports: + email.message + • importlib.metadata + • importlib.metadata._text + • re + • textwrap + +
+
+imported by: + importlib.metadata + +
+ +
+ +
+ + importlib.metadata._collections +SourceModule
+imports: + collections + • importlib.metadata + +
+
+imported by: + importlib.metadata + +
+ +
+ +
+ + importlib.metadata._functools +SourceModule
+imports: + functools + • importlib.metadata + • types + +
+
+imported by: + importlib.metadata + • importlib.metadata._text + +
+ +
+ +
+ + importlib.metadata._itertools +SourceModule
+imports: + importlib.metadata + • itertools + +
+
+imported by: + importlib.metadata + +
+ +
+ +
+ + importlib.metadata._meta +SourceModule
+imports: + importlib.metadata + • typing + +
+
+imported by: + importlib.metadata + +
+ +
+ +
+ + importlib.metadata._text +SourceModule
+imports: + importlib.metadata + • importlib.metadata._functools + • re + +
+
+imported by: + importlib.metadata._adapters + +
+ +
+ +
+ + importlib.readers +SourceModule
+imports: + collections + • importlib + • importlib.abc + • pathlib + • zipfile + +
+
+imported by: + importlib._bootstrap_external + • zipimport + +
+ +
+ +
+ + importlib.resources +SourceModule
+imports: + 'typing.io' + • collections.abc + • contextlib + • functools + • importlib + • importlib._common + • importlib.abc + • importlib.machinery + • io + • os + • pathlib + • types + • typing + +
+
+imported by: + certifi.core + • urllib3.contrib.emscripten.fetch + +
+ +
+ +
+ + importlib.util +SourceModule
+imports: + _imp + • contextlib + • functools + • importlib + • importlib._abc + • importlib._bootstrap + • importlib._bootstrap_external + • sys + • types + • warnings + +
+
+imported by: + pkgutil + • py_compile + • pydoc + • runpy + • zipfile + +
+ +
+ +
+ + inspect +SourceModule
+imports: + abc + • argparse + • ast + • builtins + • collections + • collections.abc + • dis + • enum + • functools + • importlib + • importlib.machinery + • itertools + • linecache + • operator + • os + • re + • sys + • token + • tokenize + • types + • warnings + +
+
+imported by: + ast + • asyncio.coroutines + • asyncio.format_helpers + • asyncio.tasks + • bdb + • dataclasses + • doctest + • lxml.html.diff + • pdb + • pkgutil + • pydoc + • pyi_rth_inspect.py + • typing_extensions + • unittest.async_case + +
+ +
+ +
+ + io +SourceModule
+imports: + _io + • abc + • warnings + +
+
+imported by: + Generate_Report.py + • PIL.AvifImagePlugin + • PIL.BlpImagePlugin + • PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.FtexImagePlugin + • PIL.GifImagePlugin + • PIL.GimpPaletteFile + • PIL.IcnsImagePlugin + • PIL.IcoImagePlugin + • PIL.Image + • PIL.ImageFile + • PIL.ImageQt + • PIL.ImageTk + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.MspImagePlugin + • PIL.PcxImagePlugin + • PIL.PdfImagePlugin + • PIL.PngImagePlugin + • PIL.PsdImagePlugin + • PIL.TiffImagePlugin + • PIL.WebPImagePlugin + • _compression + • asyncio.proactor_events + • asyncio.unix_events + • bz2 + • cgi + • csv + • dis + • doctest + • docx.image.image + • docx.image.jpeg + • email.feedparser + • email.generator + • email.iterators + • email.message + • email.parser + • encodings.quopri_codec + • encodings.uu_codec + • getpass + • gzip + • http.client + • http.cookiejar + • http.server + • importlib.resources + • logging + • lzma + • multiprocessing.connection + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.reduction + • os + • pathlib + • pdb + • pickle + • pprint + • pydoc + • quopri + • requests.compat + • requests.models + • requests.utils + • runpy + • shlex + • socket + • socketserver + • subprocess + • tarfile + • tempfile + • tokenize + • tools.content_tools + • typing_extensions + • unittest.result + • urllib.error + • urllib.request + • urllib3.contrib.emscripten.fetch + • urllib3.contrib.emscripten.response + • urllib3.contrib.pyopenssl + • urllib3.filepost + • urllib3.response + • urllib3.util.request + • urllib3.util.ssltransport + • xml.etree.ElementTree + • xml.sax + • xml.sax.saxutils + • xmlrpc.client + • zipfile + +
+ +
+ +
+ + ipaddress +SourceModule
+imports: + functools + • re + +
+
+imported by: + urllib.parse + • urllib3.util.ssl_match_hostname + +
+ +
+ +
+ + itertools (builtin module)
+imported by: + PIL.GifImagePlugin + • PIL.ImageFile + • PIL.PngImagePlugin + • PIL.TiffImagePlugin + • _pydecimal + • asyncio.base_events + • asyncio.tasks + • asyncio.unix_events + • asyncio.windows_utils + • calendar + • collections + • concurrent.futures.process + • concurrent.futures.thread + • fnmatch + • glob + • http.server + • importlib.metadata + • importlib.metadata._itertools + • inspect + • lxml.html.diff + • multiprocessing.connection + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.util + • pickle + • platform + • random + • reprlib + • statistics + • threading + • tokenize + • traceback + • urllib3.util.retry + • weakref + • zipfile + +
+ +
+ +
+ + java +MissingModule
+imported by: + platform + +
+ +
+ +
+ + js +MissingModule
+imported by: + urllib3.contrib.emscripten.fetch + +
+ +
+ +
+ + json +Package
+imports: + codecs + • json.decoder + • json.encoder + • json.scanner + +
+
+imported by: + charset_normalizer.models + • json.decoder + • json.encoder + • json.scanner + • requests.compat + • tools.Get_Json + • tools.document_tools + • urllib3._request_methods + • urllib3.contrib.emscripten.fetch + • urllib3.contrib.emscripten.response + • urllib3.response + • utils.document_utils + +
+ +
+ +
+ + json.decoder +SourceModule
+imports: + _json + • json + • json.scanner + • re + +
+
+imported by: + _json + • json + +
+ +
+ +
+ + json.encoder +SourceModule
+imports: + _json + • json + • re + +
+
+imported by: + json + +
+ +
+ +
+ + json.scanner +SourceModule
+imports: + _json + • json + • re + +
+
+imported by: + json + • json.decoder + +
+ +
+ +
+ + keyword +SourceModule
+imported by: + Generate_Report.py + • collections + • dataclasses + • typing_extensions + +
+ +
+ +
+ + linecache +SourceModule
+imports: + functools + • os + • sys + • tokenize + +
+
+imported by: + Generate_Report.py + • asyncio.base_tasks + • bdb + • doctest + • inspect + • pdb + • traceback + • tracemalloc + • warnings + +
+ +
+ +
+ + locale +SourceModule
+imports: + _collections_abc + • _locale + • builtins + • encodings + • encodings.aliases + • functools + • os + • re + • sys + • warnings + +
+
+imported by: + Generate_Report.py + • _pydecimal + • _strptime + • calendar + • cgi + • gettext + +
+ +
+ +
+ + logging +Package
+imports: + atexit + • collections.abc + • io + • os + • pickle + • re + • string + • sys + • threading + • time + • traceback + • warnings + • weakref + +
+
+imported by: + PIL.Image + • PIL.ImageFile + • PIL.PcxImagePlugin + • PIL.PngImagePlugin + • PIL.TiffImagePlugin + • asyncio.futures + • asyncio.log + • charset_normalizer + • charset_normalizer.api + • charset_normalizer.md + • charset_normalizer.utils + • concurrent.futures._base + • hashlib + • http.cookiejar + • multiprocessing.util + • requests + • unittest._log + • urllib3 + • urllib3.connection + • urllib3.connectionpool + • urllib3.contrib.emscripten.response + • urllib3.contrib.pyopenssl + • urllib3.http2.connection + • urllib3.poolmanager + • urllib3.response + • urllib3.util.retry + +
+ +
+ +
+ + lxml +Package
+imports: + lxml + • lxml.ElementInclude + • lxml._elementpath + • lxml.builder + • lxml.cssselect + • lxml.doctestcompare + • lxml.etree + • lxml.html + • lxml.html.ElementSoup + • lxml.html._diffcommand + • lxml.html._difflib + • lxml.html._html5builder + • lxml.html._setmixin + • lxml.html.builder + • lxml.html.clean + • lxml.html.defs + • lxml.html.diff + • lxml.html.formfill + • lxml.html.html5parser + • lxml.html.soupparser + • lxml.html.usedoctest + • lxml.includes + • lxml.includes.extlibs + • lxml.includes.libexslt + • lxml.includes.libxml + • lxml.includes.libxslt + • lxml.isoschematron + • lxml.objectify + • lxml.pyclasslookup + • lxml.sax + • lxml.usedoctest + • os + +
+
+imported by: + docx.opc.oxml + • docx.oxml.parser + • docx.oxml.section + • docx.oxml.xmlchemy + • lxml + • lxml.ElementInclude + • lxml._elementpath + • lxml.builder + • lxml.cssselect + • lxml.doctestcompare + • lxml.etree + • lxml.html + • lxml.html._html5builder + • lxml.html.diff + • lxml.html.html5parser + • lxml.html.soupparser + • lxml.html.usedoctest + • lxml.includes + • lxml.isoschematron + • lxml.objectify + • lxml.pyclasslookup + • lxml.sax + • lxml.usedoctest + +
+ +
+ +
+ + lxml.ElementInclude +SourceModule
+imports: + lxml + • lxml.etree + • urllib.parse + • urllib.request + • urllib2 + • urlparse + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml._elementpath /home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/_elementpath.cpython-310-x86_64-linux-gnu.so
+imports: + lxml + • re + +
+
+imported by: + lxml + • lxml.etree + +
+ +
+ +
+ + lxml.builder /home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/builder.cpython-310-x86_64-linux-gnu.so
+imports: + functools + • lxml + • lxml.etree + • types + +
+
+imported by: + lxml + • lxml.html.builder + +
+ +
+ +
+ + lxml.cssselect +SourceModule
+imports: + cssselect + • lxml + • lxml.etree + +
+
+imported by: + lxml + • lxml.html + +
+ +
+ +
+ + lxml.doctestcompare +SourceModule
+imports: + cgi + • doctest + • html + • lxml + • lxml.etree + • re + • sys + +
+
+imported by: + lxml + • lxml.html.usedoctest + • lxml.usedoctest + +
+ +
+ +
+ + lxml.etree /home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/etree.cpython-310-x86_64-linux-gnu.so
+imports: + contextlib + • gzip + • lxml + • lxml._elementpath + +
+
+imported by: + docx.opc.oxml + • docx.oxml.coreprops + • docx.oxml.parser + • docx.oxml.section + • docx.oxml.xmlchemy + • lxml + • lxml.ElementInclude + • lxml.builder + • lxml.cssselect + • lxml.doctestcompare + • lxml.html + • lxml.html._html5builder + • lxml.html.diff + • lxml.html.formfill + • lxml.html.html5parser + • lxml.html.soupparser + • lxml.isoschematron + • lxml.objectify + • lxml.pyclasslookup + • lxml.sax + +
+ +
+ +
+ + lxml.html +Package
+imports: + collections.abc + • copy + • functools + • lxml + • lxml.cssselect + • lxml.etree + • lxml.html + • lxml.html._diffcommand + • lxml.html._difflib + • lxml.html._setmixin + • lxml.html.defs + • os + • re + • tempfile + • urllib + • urllib.parse + • urllib.request + • urllib.urlencode + • urllib.urlopen + • webbrowser + +
+
+imported by: + lxml + • lxml.html + • lxml.html.ElementSoup + • lxml.html._diffcommand + • lxml.html._difflib + • lxml.html._html5builder + • lxml.html._setmixin + • lxml.html.builder + • lxml.html.clean + • lxml.html.defs + • lxml.html.diff + • lxml.html.formfill + • lxml.html.html5parser + • lxml.html.soupparser + • lxml.html.usedoctest + +
+ +
+ +
+ + lxml.html.ElementSoup +SourceModule
+imports: + lxml.html + • lxml.html.soupparser + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml.html._diffcommand +SourceModule
+imports: + lxml.html + • lxml.html.diff + • optparse + • os + • re + • sys + +
+
+imported by: + lxml + • lxml.html + • lxml.html.diff + +
+ +
+ +
+ + lxml.html._difflib /home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/_difflib.cpython-310-x86_64-linux-gnu.so
+imports: + collections + • cython + • heapq + • lxml.html + • re + • types + +
+
+imported by: + lxml + • lxml.html + • lxml.html.diff + +
+ +
+ +
+ + lxml.html._html5builder +SourceModule
+imports: + html5lib + • lxml + • lxml.etree + • lxml.html + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml.html._setmixin +SourceModule
+imports: + collections.abc + • lxml.html + +
+
+imported by: + lxml + • lxml.html + +
+ +
+ +
+ + lxml.html.builder +SourceModule
+imports: + lxml.builder + • lxml.html + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml.html.clean +SourceModule
+imports: + lxml.html + • lxml_html_clean + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml.html.defs +SourceModule
+imports: + lxml.html + +
+
+imported by: + lxml + • lxml.html + • lxml.html.diff + • lxml.html.formfill + +
+ +
+ +
+ + lxml.html.diff /home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/html/diff.cpython-310-x86_64-linux-gnu.so
+imports: + 'cython.cimports' + • cython + • difflib + • functools + • html + • inspect + • itertools + • lxml + • lxml.etree + • lxml.html + • lxml.html._diffcommand + • lxml.html._difflib + • lxml.html.defs + • operator + • re + +
+
+imported by: + lxml + • lxml.html._diffcommand + +
+ +
+ +
+ + lxml.html.formfill +SourceModule
+imports: + copy + • lxml.etree + • lxml.html + • lxml.html.defs + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml.html.html5parser +SourceModule
+imports: + 'html5lib.treebuilders' + • html5lib + • lxml + • lxml.etree + • lxml.html + • string + • sys + • urllib.parse + • urllib.request + • urllib2 + • urlparse + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml.html.soupparser +SourceModule
+imports: + BeautifulSoup + • bs4 + • html.entities + • htmlentitydefs + • lxml + • lxml.etree + • lxml.html + • re + +
+
+imported by: + lxml + • lxml.html.ElementSoup + +
+ +
+ +
+ + lxml.html.usedoctest +SourceModule
+imports: + lxml + • lxml.doctestcompare + • lxml.html + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml.includes +Package
+imports: + lxml + +
+
+imported by: + lxml + • lxml.includes.extlibs + • lxml.includes.libexslt + • lxml.includes.libxml + • lxml.includes.libxslt + +
+ +
+ +
+ + lxml.includes.extlibs +Package
+imports: + lxml.includes + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml.includes.libexslt +Package
+imports: + lxml.includes + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml.includes.libxml +Package
+imports: + lxml.includes + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml.includes.libxslt +Package
+imports: + lxml.includes + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml.isoschematron +Package
+imports: + lxml + • lxml.etree + • os.path + • sys + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml.objectify /home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/objectify.cpython-310-x86_64-linux-gnu.so
+imports: + lxml + • lxml.etree + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml.pyclasslookup +SourceModule
+imports: + lxml + • lxml.etree + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml.sax /home/dtyx/桌面/yhh/Report_Generate_Server/.venv/lib/python3.10/site-packages/lxml/sax.cpython-310-x86_64-linux-gnu.so
+imports: + lxml + • lxml.etree + • types + • xml.sax.handler + • xml.sax.xmlreader + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml.usedoctest +SourceModule
+imports: + lxml + • lxml.doctestcompare + +
+
+imported by: + lxml + +
+ +
+ +
+ + lxml_html_clean +MissingModule
+imported by: + lxml.html.clean + +
+ +
+ +
+ + lzma +SourceModule
+imports: + _compression + • _lzma + • builtins + • io + • os + +
+
+imported by: + shutil + • tarfile + • zipfile + +
+ +
+ +
+ + marshal (builtin module)
+imported by: + importlib._bootstrap_external + • pkgutil + • zipimport + +
+ +
+ +
+ + math (builtin module)
+imported by: + PIL.FitsImagePlugin + • PIL.GifImagePlugin + • PIL.GimpGradientFile + • PIL.IcoImagePlugin + • PIL.Image + • PIL.JpegImagePlugin + • PIL.PdfImagePlugin + • PIL.PpmImagePlugin + • PIL.TiffImagePlugin + • _pydecimal + • asyncio.windows_events + • datetime + • fractions + • random + • selectors + • statistics + • tools.get_pictures + +
+ +
+ +
+ + mimetypes +SourceModule
+imports: + _winapi + • getopt + • os + • posixpath + • sys + • urllib.parse + • winreg + +
+
+imported by: + http.server + • urllib.request + • urllib3.fields + +
+ +
+ +
+ + mmap /usr/lib/python3.10/lib-dynload/mmap.cpython-310-x86_64-linux-gnu.so
+imported by: + PIL.Image + • PIL.ImageFile + • PIL.PdfParser + • multiprocessing.heap + • multiprocessing.shared_memory + +
+ +
+ +
+ + msvcrt +MissingModule
+imported by: + asyncio.windows_events + • asyncio.windows_utils + • getpass + • multiprocessing.popen_spawn_win32 + • multiprocessing.spawn + • subprocess + +
+ +
+ +
+ + multiprocessing +Package
+imports: + multiprocessing + • multiprocessing.AuthenticationError + • multiprocessing.BufferTooShort + • multiprocessing.TimeoutError + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.get_context + • multiprocessing.get_start_method + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.set_start_method + • multiprocessing.shared_memory + • multiprocessing.spawn + • multiprocessing.util + • sys + +
+
+imported by: + concurrent.futures.process + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.dummy + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.popen_fork + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.shared_memory + • multiprocessing.sharedctypes + • multiprocessing.spawn + • multiprocessing.synchronize + • multiprocessing.util + • pyi_rth_multiprocessing.py + +
+ +
+ +
+ + multiprocessing.AuthenticationError +MissingModule
+imported by: + multiprocessing + • multiprocessing.connection + +
+ +
+ +
+ + multiprocessing.BufferTooShort +MissingModule
+imported by: + multiprocessing + • multiprocessing.connection + +
+ +
+ +
+ + multiprocessing.TimeoutError +MissingModule
+imported by: + multiprocessing + • multiprocessing.pool + +
+ +
+ +
+ + multiprocessing.connection +SourceModule
+imports: + _multiprocessing + • _winapi + • hmac + • io + • itertools + • multiprocessing + • multiprocessing.AuthenticationError + • multiprocessing.BufferTooShort + • multiprocessing.context + • multiprocessing.resource_sharer + • multiprocessing.util + • os + • selectors + • socket + • struct + • sys + • tempfile + • time + • xmlrpc.client + +
+
+imported by: + concurrent.futures.process + • multiprocessing + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.popen_fork + • multiprocessing.popen_forkserver + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.resource_sharer + +
+ +
+ +
+ + multiprocessing.context +SourceModule
+imports: + multiprocessing + • multiprocessing.connection + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.popen_fork + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.sharedctypes + • multiprocessing.spawn + • multiprocessing.synchronize + • multiprocessing.util + • os + • sys + • threading + +
+
+imported by: + multiprocessing + • multiprocessing.connection + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.sharedctypes + • multiprocessing.spawn + • multiprocessing.synchronize + +
+ +
+ +
+ + multiprocessing.dummy +Package
+imports: + array + • multiprocessing + • multiprocessing.dummy.connection + • multiprocessing.pool + • queue + • sys + • threading + • weakref + +
+
+imported by: + multiprocessing.dummy.connection + • multiprocessing.pool + +
+ +
+ +
+ + multiprocessing.dummy.connection +SourceModule
+imports: + multiprocessing.dummy + • queue + +
+
+imported by: + multiprocessing.dummy + +
+ +
+ +
+ + multiprocessing.forkserver +SourceModule
+imports: + errno + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.process + • multiprocessing.resource_tracker + • multiprocessing.spawn + • multiprocessing.util + • os + • selectors + • signal + • socket + • struct + • sys + • threading + • warnings + +
+
+imported by: + multiprocessing + • multiprocessing.context + • multiprocessing.popen_forkserver + • multiprocessing.util + +
+ +
+ +
+ + multiprocessing.get_context +MissingModule
+imported by: + multiprocessing + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.sharedctypes + +
+ +
+ +
+ + multiprocessing.get_start_method +MissingModule
+imported by: + multiprocessing + • multiprocessing.spawn + +
+ +
+ +
+ + multiprocessing.heap +SourceModule
+imports: + _winapi + • bisect + • collections + • mmap + • multiprocessing + • multiprocessing.context + • multiprocessing.util + • os + • sys + • tempfile + • threading + +
+
+imported by: + multiprocessing.sharedctypes + • multiprocessing.synchronize + +
+ +
+ +
+ + multiprocessing.managers +SourceModule
+imports: + array + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.get_context + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.resource_tracker + • multiprocessing.shared_memory + • multiprocessing.util + • os + • queue + • signal + • sys + • threading + • time + • traceback + • types + +
+
+imported by: + multiprocessing.context + +
+ +
+ +
+ + multiprocessing.pool +SourceModule
+imports: + collections + • itertools + • multiprocessing + • multiprocessing.TimeoutError + • multiprocessing.connection + • multiprocessing.dummy + • multiprocessing.get_context + • multiprocessing.util + • os + • queue + • threading + • time + • traceback + • types + • warnings + +
+
+imported by: + multiprocessing + • multiprocessing.context + • multiprocessing.dummy + • multiprocessing.managers + +
+ +
+ +
+ + multiprocessing.popen_fork +SourceModule
+imports: + multiprocessing + • multiprocessing.connection + • multiprocessing.util + • os + • signal + +
+
+imported by: + multiprocessing.context + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + +
+ +
+ +
+ + multiprocessing.popen_forkserver +SourceModule
+imports: + io + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.popen_fork + • multiprocessing.spawn + • multiprocessing.util + • os + +
+
+imported by: + multiprocessing.context + +
+ +
+ +
+ + multiprocessing.popen_spawn_posix +SourceModule
+imports: + io + • multiprocessing + • multiprocessing.context + • multiprocessing.popen_fork + • multiprocessing.resource_tracker + • multiprocessing.spawn + • multiprocessing.util + • os + +
+
+imported by: + multiprocessing.context + +
+ +
+ +
+ + multiprocessing.popen_spawn_win32 +SourceModule
+imports: + _winapi + • msvcrt + • multiprocessing + • multiprocessing.context + • multiprocessing.spawn + • multiprocessing.util + • os + • signal + • sys + +
+
+imported by: + multiprocessing.context + +
+ +
+ +
+ + multiprocessing.process +SourceModule
+imports: + _weakrefset + • itertools + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.util + • os + • signal + • sys + • threading + • traceback + +
+
+imported by: + multiprocessing + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.resource_sharer + • multiprocessing.spawn + • multiprocessing.synchronize + • multiprocessing.util + +
+ +
+ +
+ + multiprocessing.queues +SourceModule
+imports: + _multiprocessing + • collections + • errno + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.synchronize + • multiprocessing.util + • os + • queue + • sys + • threading + • time + • traceback + • types + • weakref + +
+
+imported by: + concurrent.futures.process + • multiprocessing.context + +
+ +
+ +
+ + multiprocessing.reduction +SourceModule
+imports: + _winapi + • abc + • array + • copyreg + • functools + • io + • multiprocessing + • multiprocessing.context + • multiprocessing.resource_sharer + • os + • pickle + • socket + • sys + +
+
+imported by: + multiprocessing + • multiprocessing.context + +
+ +
+ +
+ + multiprocessing.resource_sharer +SourceModule
+imports: + multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.process + • multiprocessing.util + • os + • signal + • socket + • sys + • threading + +
+
+imported by: + multiprocessing + • multiprocessing.connection + • multiprocessing.reduction + +
+ +
+ +
+ + multiprocessing.resource_tracker +SourceModule
+imports: + _multiprocessing + • _posixshmem + • multiprocessing + • multiprocessing.spawn + • multiprocessing.util + • os + • signal + • sys + • threading + • warnings + +
+
+imported by: + multiprocessing + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.popen_spawn_posix + • multiprocessing.shared_memory + • multiprocessing.spawn + • multiprocessing.synchronize + • multiprocessing.util + +
+ +
+ +
+ + multiprocessing.set_start_method +MissingModule
+imported by: + multiprocessing + • multiprocessing.spawn + +
+ +
+ +
+ + multiprocessing.shared_memory +SourceModule
+imports: + _posixshmem + • _winapi + • errno + • functools + • mmap + • multiprocessing + • multiprocessing.resource_tracker + • os + • secrets + • struct + • types + +
+
+imported by: + multiprocessing + • multiprocessing.managers + +
+ +
+ +
+ + multiprocessing.sharedctypes +SourceModule
+imports: + ctypes + • multiprocessing + • multiprocessing.context + • multiprocessing.get_context + • multiprocessing.heap + • weakref + +
+
+imported by: + multiprocessing.context + +
+ +
+ +
+ + multiprocessing.spawn +SourceModule
+imports: + _winapi + • msvcrt + • multiprocessing + • multiprocessing.context + • multiprocessing.get_start_method + • multiprocessing.process + • multiprocessing.resource_tracker + • multiprocessing.set_start_method + • multiprocessing.util + • os + • runpy + • sys + • types + +
+
+imported by: + multiprocessing + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.resource_tracker + • pyi_rth_multiprocessing.py + +
+ +
+ +
+ + multiprocessing.synchronize +SourceModule
+imports: + _multiprocessing + • multiprocessing + • multiprocessing.context + • multiprocessing.heap + • multiprocessing.process + • multiprocessing.resource_tracker + • multiprocessing.util + • struct + • sys + • tempfile + • threading + • time + +
+
+imported by: + concurrent.futures.process + • multiprocessing.context + • multiprocessing.queues + +
+ +
+ +
+ + multiprocessing.util +SourceModule
+imports: + _posixsubprocess + • atexit + • itertools + • logging + • multiprocessing + • multiprocessing.forkserver + • multiprocessing.process + • multiprocessing.resource_tracker + • os + • shutil + • subprocess + • sys + • tempfile + • threading + • traceback + • weakref + +
+
+imported by: + multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.popen_fork + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.spawn + • multiprocessing.synchronize + +
+ +
+ +
+ + netrc +SourceModule
+imports: + os + • pwd + • shlex + • stat + +
+
+imported by: + ftplib + • requests.utils + +
+ +
+ +
+ + nt +MissingModule
+imported by: + ctypes + • importlib._bootstrap_external + • ntpath + • os + • shutil + +
+ +
+ +
+ + ntpath +SourceModule
+imports: + _winapi + • genericpath + • nt + • os + • stat + • string + • sys + +
+
+imported by: + Generate_Report.py + • os + • pathlib + +
+ +
+ +
+ + nturl2path +SourceModule
+imports: + string + • urllib.parse + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + numbers +SourceModule
+imports: + abc + +
+
+imported by: + PIL.TiffImagePlugin + • PIL._typing + • _pydecimal + • fractions + • statistics + +
+ +
+ +
+ + numpy +MissingModule
+imported by: + PIL._typing + +
+ +
+ +
+ + olefile +MissingModule
+imported by: + PIL.FpxImagePlugin + • PIL.MicImagePlugin + +
+ +
+ +
+ + opcode +SourceModule
+imports: + _opcode + +
+
+imported by: + dis + +
+ +
+ +
+ + operator +SourceModule
+imports: + _operator + • builtins + • functools + +
+
+imported by: + Generate_Report.py + • PIL.ImageCms + • PIL.ImageOps + • collections + • copyreg + • datetime + • email._header_value_parser + • fractions + • importlib.metadata + • inspect + • lxml.html.diff + • pathlib + • random + • statistics + • typing + • typing_extensions + +
+ +
+ +
+ + optparse +SourceModule
+imports: + gettext + • os + • sys + • textwrap + +
+
+imported by: + lxml.html._diffcommand + • uu + +
+ +
+ +
+ + org +MissingModule
+imported by: + pickle + +
+ +
+ +
+ + os +SourceModule
+imports: + _collections_abc + • abc + • io + • nt + • ntpath + • os.path + • posix + • posixpath + • stat + • subprocess + • sys + • warnings + +
+
+imported by: + Generate_Report.py + • PIL.AvifImagePlugin + • PIL.BlpImagePlugin + • PIL.BmpImagePlugin + • PIL.BufrStubImagePlugin + • PIL.EpsImagePlugin + • PIL.FliImagePlugin + • PIL.GifImagePlugin + • PIL.GribStubImagePlugin + • PIL.Hdf5StubImagePlugin + • PIL.IcnsImagePlugin + • PIL.ImImagePlugin + • PIL.Image + • PIL.ImageFile + • PIL.ImageShow + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.MpoImagePlugin + • PIL.PdfImagePlugin + • PIL.PdfParser + • PIL.QoiImagePlugin + • PIL.SgiImagePlugin + • PIL.SpiderImagePlugin + • PIL.TiffImagePlugin + • PIL._typing + • PIL._util + • PIL.features + • _bootsubprocess + • argparse + • asyncio.base_events + • asyncio.coroutines + • asyncio.events + • asyncio.proactor_events + • asyncio.unix_events + • asyncio.windows_utils + • bdb + • bz2 + • cgi + • charset_normalizer.api + • concurrent.futures.process + • concurrent.futures.thread + • ctypes + • doctest + • docx.api + • docx.image.image + • docx.opc.phys_pkg + • docx.parts.comments + • docx.parts.hdrftr + • docx.parts.settings + • docx.parts.styles + • email.utils + • fnmatch + • genericpath + • getopt + • getpass + • gettext + • glob + • gzip + • http.cookiejar + • http.server + • importlib._common + • importlib.metadata + • importlib.resources + • inspect + • linecache + • locale + • logging + • lxml + • lxml.html + • lxml.html._diffcommand + • lzma + • mimetypes + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.popen_fork + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.shared_memory + • multiprocessing.spawn + • multiprocessing.util + • netrc + • ntpath + • optparse + • os.path + • pathlib + • pdb + • pkgutil + • platform + • posixpath + • py_compile + • pydoc + • pyi_rth_inspect.py + • random + • requests.auth + • requests.sessions + • requests.utils + • runpy + • shlex + • shutil + • socket + • socketserver + • ssl + • subprocess + • sysconfig + • tarfile + • tempfile + • threading + • tools.content_tools + • tools.document_tools + • tools.get_pictures + • unittest.loader + • unittest.main + • urllib.request + • urllib3.connection + • urllib3.contrib.emscripten.connection + • urllib3.filepost + • urllib3.util.ssl_ + • utils.document_utils + • utils.file_utils + • uu + • webbrowser + • xml.sax + • xml.sax.saxutils + • zipfile + • zipimport + +
+ +
+ +
+ + os.path +AliasNode
+imports: + os + • posixpath + +
+
+imported by: + lxml.isoschematron + • os + • pkgutil + • py_compile + • requests.adapters + • sysconfig + • tracemalloc + • unittest + • unittest.util + +
+ +
+ +
+ + pathlib +SourceModule
+imports: + _collections_abc + • errno + • fnmatch + • functools + • grp + • io + • ntpath + • operator + • os + • posixpath + • pwd + • re + • stat + • sys + • urllib.parse + • warnings + +
+
+imported by: + Generate_Report.py + • importlib._common + • importlib.metadata + • importlib.readers + • importlib.resources + • zipfile + +
+ +
+ +
+ + pdb +SourceModule
+imports: + bdb + • cmd + • code + • dis + • getopt + • glob + • inspect + • io + • linecache + • os + • pdb + • pprint + • pydoc + • re + • readline + • runpy + • shlex + • signal + • sys + • tokenize + • traceback + +
+
+imported by: + doctest + • pdb + +
+ +
+ +
+ + pep517 +MissingModule
+imported by: + importlib.metadata + +
+ +
+ +
+ + pickle +SourceModule
+imports: + _compat_pickle + • _pickle + • codecs + • copyreg + • functools + • io + • itertools + • org + • pprint + • re + • struct + • sys + • types + +
+
+imported by: + logging + • multiprocessing.reduction + • tracemalloc + +
+ +
+ +
+ + pkgutil +SourceModule
+imports: + collections + • functools + • importlib + • importlib.machinery + • importlib.util + • inspect + • marshal + • os + • os.path + • re + • sys + • types + • warnings + • zipimport + +
+
+imported by: + pydoc + • pyi_rth_pkgutil.py + • runpy + +
+ +
+ +
+ + platform +SourceModule
+imports: + 'java.lang' + • _winreg + • collections + • functools + • itertools + • java + • os + • re + • socket + • struct + • subprocess + • sys + • vms_lib + • winreg + +
+
+imported by: + pydoc + +
+ +
+ +
+ + posix (builtin module)
+imports: + resource + +
+
+imported by: + importlib._bootstrap_external + • os + • shutil + +
+ +
+ +
+ + posixpath +SourceModule
+imports: + genericpath + • os + • pwd + • re + • stat + • sys + +
+
+imported by: + Generate_Report.py + • docx.opc.packuri + • fnmatch + • http.server + • importlib.metadata + • mimetypes + • os + • os.path + • pathlib + • urllib.request + • zipfile + +
+ +
+ +
+ + pprint +SourceModule
+imports: + collections + • dataclasses + • io + • re + • sys + • time + • types + +
+
+imported by: + pdb + • pickle + • sysconfig + • unittest.case + +
+ +
+ +
+ + pwd (builtin module)
+imported by: + getpass + • http.server + • netrc + • pathlib + • posixpath + • shutil + • subprocess + • tarfile + • webbrowser + +
+ +
+ +
+ + py_compile +SourceModule
+imports: + argparse + • enum + • importlib._bootstrap_external + • importlib.machinery + • importlib.util + • os + • os.path + • sys + • traceback + +
+
+imported by: + zipfile + +
+ +
+ +
+ + pydoc +SourceModule
+imports: + builtins + • collections + • email.message + • getopt + • http.server + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.machinery + • importlib.util + • inspect + • io + • os + • pkgutil + • platform + • pydoc_data.topics + • re + • reprlib + • select + • subprocess + • sys + • sysconfig + • tempfile + • textwrap + • threading + • time + • tokenize + • traceback + • tty + • types + • urllib.parse + • warnings + • webbrowser + +
+
+imported by: + pdb + +
+ +
+ +
+ + pydoc_data +Package
+imported by: + pydoc_data.topics + +
+ +
+ +
+ + pydoc_data.topics +SourceModule
+imports: + pydoc_data + +
+
+imported by: + pydoc + +
+ +
+ +
+ + pyexpat (builtin module)
+imported by: + _elementtree + • xml.etree.ElementTree + • xml.parsers.expat + +
+ +
+ +
+ + pyimod02_importers +MissingModule
+imported by: + pyi_rth_pkgutil.py + +
+ +
+ +
+ + pyodide +MissingModule
+imported by: + urllib3.contrib.emscripten.fetch + +
+ +
+ +
+ + queue +SourceModule
+imports: + _queue + • collections + • heapq + • threading + • time + • types + +
+
+imported by: + concurrent.futures.process + • concurrent.futures.thread + • multiprocessing.dummy + • multiprocessing.dummy.connection + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.queues + • urllib3.connectionpool + +
+ +
+ +
+ + quopri +SourceModule
+imports: + binascii + • getopt + • io + • sys + +
+
+imported by: + email.encoders + • email.message + • encodings.quopri_codec + +
+ +
+ +
+ + random +SourceModule
+imports: + _collections_abc + • _random + • _sha512 + • bisect + • hashlib + • itertools + • math + • operator + • os + • statistics + • time + • warnings + +
+
+imported by: + PIL.ImagePalette + • email.generator + • email.utils + • secrets + • statistics + • tempfile + • urllib3.util.retry + +
+ +
+ +
+ + re +SourceModule
+imports: + _locale + • copyreg + • enum + • functools + • sre_compile + • sre_constants + • sre_parse + +
+
+imported by: + Generate_Report.py + • PIL.EpsImagePlugin + • PIL.GimpPaletteFile + • PIL.ImImagePlugin + • PIL.Image + • PIL.ImageColor + • PIL.ImageOps + • PIL.ImtImagePlugin + • PIL.PdfParser + • PIL.PngImagePlugin + • PIL.XbmImagePlugin + • PIL.XpmImagePlugin + • _pydecimal + • _sre + • _strptime + • argparse + • base64 + • cgi + • charset_normalizer.constant + • charset_normalizer.models + • charset_normalizer.utils + • csv + • dataclasses + • difflib + • doctest + • docx.opc.packuri + • docx.oxml.coreprops + • docx.oxml.xmlchemy + • email._encoded_words + • email._header_value_parser + • email.feedparser + • email.generator + • email.header + • email.message + • email.policy + • email.quoprimime + • email.utils + • encodings.idna + • fnmatch + • fractions + • ftplib + • gettext + • glob + • html + • http.client + • http.cookiejar + • http.cookies + • idna.core + • importlib.metadata + • importlib.metadata._adapters + • importlib.metadata._text + • inspect + • ipaddress + • json.decoder + • json.encoder + • json.scanner + • locale + • logging + • lxml._elementpath + • lxml.doctestcompare + • lxml.html + • lxml.html._diffcommand + • lxml.html._difflib + • lxml.html.diff + • lxml.html.soupparser + • pathlib + • pdb + • pickle + • pkgutil + • platform + • posixpath + • pprint + • pydoc + • requests._internal_utils + • requests.auth + • requests.utils + • shlex + • string + • sysconfig + • tarfile + • textwrap + • tokenize + • tools.document_tools + • typing + • unittest.case + • unittest.loader + • urllib.parse + • urllib.request + • urllib3.connection + • urllib3.http2.connection + • urllib3.response + • urllib3.util.retry + • urllib3.util.ssl_match_hostname + • urllib3.util.url + • warnings + • xml.etree.ElementPath + • xml.etree.ElementTree + • zipfile + +
+ +
+ +
+ + readline /usr/lib/python3.10/lib-dynload/readline.cpython-310-x86_64-linux-gnu.so
+imported by: + cmd + • code + • pdb + +
+ +
+ +
+ + reprlib +SourceModule
+imports: + _thread + • builtins + • itertools + +
+
+imported by: + Generate_Report.py + • asyncio.base_futures + • asyncio.format_helpers + • bdb + • collections + • functools + • pydoc + +
+ +
+ +
+ + requests +Package
+imports: + chardet + • charset_normalizer + • cryptography + • logging + • requests + • requests.__version__ + • requests.api + • requests.certs + • requests.exceptions + • requests.models + • requests.packages + • requests.sessions + • requests.status_codes + • requests.utils + • ssl + • urllib3 + • urllib3.contrib + • urllib3.contrib.pyopenssl + • urllib3.exceptions + • warnings + +
+
+imported by: + requests + • requests.__version__ + • requests._internal_utils + • requests.adapters + • requests.api + • requests.auth + • requests.certs + • requests.compat + • requests.cookies + • requests.exceptions + • requests.hooks + • requests.models + • requests.packages + • requests.sessions + • requests.status_codes + • requests.structures + • requests.utils + • tools.Get_Json + • tools.content_tools + +
+ +
+ +
+ + requests.__version__ +SourceModule
+imports: + requests + +
+
+imported by: + requests + • requests.utils + +
+ +
+ +
+ + requests._internal_utils +SourceModule
+imports: + re + • requests + • requests.compat + +
+
+imported by: + requests.auth + • requests.cookies + • requests.models + • requests.sessions + • requests.utils + +
+ +
+ +
+ + requests.adapters +SourceModule
+imports: + os.path + • requests + • requests.auth + • requests.compat + • requests.cookies + • requests.exceptions + • requests.models + • requests.structures + • requests.utils + • socket + • ssl + • typing + • urllib3.contrib.socks + • urllib3.exceptions + • urllib3.poolmanager + • urllib3.util + • urllib3.util.retry + • urllib3.util.ssl_ + • warnings + +
+
+imported by: + requests.sessions + +
+ +
+ +
+ + requests.api +SourceModule
+imports: + requests + • requests.sessions + +
+
+imported by: + requests + +
+ +
+ +
+ + requests.auth +SourceModule
+imports: + base64 + • hashlib + • os + • re + • requests + • requests._internal_utils + • requests.compat + • requests.cookies + • requests.utils + • threading + • time + • warnings + +
+
+imported by: + requests.adapters + • requests.models + • requests.sessions + +
+ +
+ +
+ + requests.certs +SourceModule
+imports: + certifi + • requests + +
+
+imported by: + requests + • requests.utils + +
+ +
+ +
+ + requests.compat +SourceModule
+imports: + collections + • collections.abc + • http + • http.cookiejar + • http.cookies + • importlib + • io + • json + • requests + • simplejson + • sys + • urllib.parse + • urllib.request + • urllib3 + +
+
+imported by: + requests._internal_utils + • requests.adapters + • requests.auth + • requests.cookies + • requests.exceptions + • requests.models + • requests.packages + • requests.sessions + • requests.structures + • requests.utils + +
+ +
+ +
+ + requests.cookies +SourceModule
+imports: + calendar + • copy + • dummy_threading + • requests + • requests._internal_utils + • requests.compat + • threading + • time + +
+
+imported by: + requests.adapters + • requests.auth + • requests.models + • requests.sessions + • requests.utils + +
+ +
+ +
+ + requests.exceptions +SourceModule
+imports: + requests + • requests.compat + • urllib3.exceptions + +
+
+imported by: + requests + • requests.adapters + • requests.models + • requests.sessions + • requests.utils + +
+ +
+ +
+ + requests.hooks +SourceModule
+imports: + requests + +
+
+imported by: + requests.models + • requests.sessions + +
+ +
+ +
+ + requests.models +SourceModule
+imports: + datetime + • encodings.idna + • idna + • io + • requests + • requests._internal_utils + • requests.auth + • requests.compat + • requests.cookies + • requests.exceptions + • requests.hooks + • requests.status_codes + • requests.structures + • requests.utils + • urllib3.exceptions + • urllib3.fields + • urllib3.filepost + • urllib3.util + +
+
+imported by: + requests + • requests.adapters + • requests.sessions + +
+ +
+ +
+ + requests.packages +SourceModule
+imports: + requests + • requests.compat + • sys + +
+
+imported by: + requests + +
+ +
+ +
+ + requests.sessions +SourceModule
+imports: + collections + • datetime + • os + • requests + • requests._internal_utils + • requests.adapters + • requests.auth + • requests.compat + • requests.cookies + • requests.exceptions + • requests.hooks + • requests.models + • requests.status_codes + • requests.structures + • requests.utils + • sys + • time + +
+
+imported by: + requests + • requests.api + +
+ +
+ +
+ + requests.status_codes +SourceModule
+imports: + requests + • requests.structures + +
+
+imported by: + requests + • requests.models + • requests.sessions + +
+ +
+ +
+ + requests.structures +SourceModule
+imports: + collections + • requests + • requests.compat + +
+
+imported by: + requests.adapters + • requests.models + • requests.sessions + • requests.status_codes + • requests.utils + +
+ +
+ +
+ + requests.utils +SourceModule
+imports: + codecs + • collections + • contextlib + • io + • netrc + • os + • re + • requests + • requests.__version__ + • requests._internal_utils + • requests.certs + • requests.compat + • requests.cookies + • requests.exceptions + • requests.structures + • socket + • struct + • sys + • tempfile + • urllib3.util + • warnings + • winreg + • zipfile + +
+
+imported by: + requests + • requests.adapters + • requests.auth + • requests.models + • requests.sessions + +
+ +
+ +
+ + resource /usr/lib/python3.10/lib-dynload/resource.cpython-310-x86_64-linux-gnu.so
+imported by: + posix + +
+ +
+ +
+ + runpy +SourceModule
+imports: + importlib.machinery + • importlib.util + • io + • os + • pkgutil + • sys + • types + • warnings + +
+
+imported by: + multiprocessing.spawn + • pdb + +
+ +
+ +
+ + secrets +SourceModule
+imports: + base64 + • binascii + • hmac + • random + +
+
+imported by: + multiprocessing.shared_memory + +
+ +
+ +
+ + select (builtin module)
+imported by: + http.server + • pydoc + • selectors + • subprocess + • urllib3.util.wait + +
+ +
+ +
+ + selectors +SourceModule
+imports: + abc + • collections + • collections.abc + • math + • select + • sys + +
+
+imported by: + asyncio.selector_events + • asyncio.unix_events + • multiprocessing.connection + • multiprocessing.forkserver + • socket + • socketserver + • subprocess + +
+ +
+ +
+ + shlex +SourceModule
+imports: + collections + • io + • os + • re + • sys + • warnings + +
+
+imported by: + PIL.ImageShow + • netrc + • pdb + • webbrowser + +
+ +
+ +
+ + shutil +SourceModule
+imports: + bz2 + • collections + • errno + • fnmatch + • grp + • lzma + • nt + • os + • posix + • pwd + • stat + • sys + • tarfile + • zipfile + • zlib + +
+
+imported by: + PIL.EpsImagePlugin + • PIL.ImageShow + • argparse + • http.server + • multiprocessing.util + • tarfile + • tempfile + • utils.file_utils + • webbrowser + • zipfile + +
+ +
+ +
+ + signal +SourceModule
+imports: + _signal + • enum + +
+
+imported by: + asyncio.proactor_events + • asyncio.unix_events + • multiprocessing.forkserver + • multiprocessing.managers + • multiprocessing.popen_fork + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • pdb + • subprocess + • unittest.signals + +
+ +
+ +
+ + simplejson +MissingModule
+imported by: + requests.compat + +
+ +
+ +
+ + socket +SourceModule
+imports: + _socket + • array + • enum + • errno + • io + • os + • selectors + • sys + +
+
+imported by: + _ssl + • asyncio.base_events + • asyncio.events + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.streams + • asyncio.trsock + • asyncio.unix_events + • asyncio.windows_events + • email.utils + • ftplib + • http.client + • http.server + • multiprocessing.connection + • multiprocessing.forkserver + • multiprocessing.reduction + • multiprocessing.resource_sharer + • platform + • requests.adapters + • requests.utils + • socketserver + • ssl + • urllib.request + • urllib3.connection + • urllib3.connectionpool + • urllib3.contrib.pyopenssl + • urllib3.contrib.socks + • urllib3.exceptions + • urllib3.response + • urllib3.util.connection + • urllib3.util.ssl_ + • urllib3.util.ssltransport + • urllib3.util.timeout + • urllib3.util.wait + • webbrowser + +
+ +
+ +
+ + socketserver +SourceModule
+imports: + io + • os + • selectors + • socket + • sys + • threading + • time + • traceback + +
+
+imported by: + http.server + +
+ +
+ +
+ + socks +MissingModule
+imported by: + urllib3.contrib.socks + +
+ +
+ +
+ + sre_compile +SourceModule
+imports: + _sre + • sre_constants + • sre_parse + • sys + +
+
+imported by: + Generate_Report.py + • re + +
+ +
+ +
+ + sre_constants +SourceModule
+imports: + _sre + +
+
+imported by: + Generate_Report.py + • re + • sre_compile + • sre_parse + +
+ +
+ +
+ + sre_parse +SourceModule
+imports: + sre_constants + • unicodedata + • warnings + +
+
+imported by: + Generate_Report.py + • re + • sre_compile + +
+ +
+ +
+ + ssl +SourceModule
+imports: + _ssl + • base64 + • calendar + • collections + • enum + • errno + • os + • socket + • sys + • time + • warnings + +
+
+imported by: + asyncio.base_events + • asyncio.selector_events + • asyncio.sslproto + • ftplib + • http.client + • requests + • requests.adapters + • urllib.request + • urllib3 + • urllib3._base_connection + • urllib3.connection + • urllib3.connectionpool + • urllib3.contrib.pyopenssl + • urllib3.contrib.socks + • urllib3.poolmanager + • urllib3.util.ssl_ + • urllib3.util.ssltransport + +
+ +
+ +
+ + stat +SourceModule
+imports: + _stat + +
+
+imported by: + Generate_Report.py + • asyncio.base_events + • asyncio.unix_events + • genericpath + • glob + • netrc + • ntpath + • os + • pathlib + • posixpath + • shutil + • tarfile + • tempfile + • zipfile + +
+ +
+ +
+ + statistics +SourceModule
+imports: + _statistics + • bisect + • collections + • decimal + • fractions + • itertools + • math + • numbers + • operator + • random + +
+
+imported by: + random + +
+ +
+ +
+ + string +SourceModule
+imports: + _string + • collections + • re + +
+
+imported by: + cmd + • email._encoded_words + • email._header_value_parser + • email.quoprimime + • http.cookies + • logging + • lxml.html.html5parser + • ntpath + • nturl2path + • urllib.request + +
+ +
+ +
+ + stringprep +SourceModule
+imports: + unicodedata + +
+
+imported by: + encodings.idna + +
+ +
+ +
+ + struct +SourceModule
+imports: + _struct + +
+
+imported by: + PIL.BlpImagePlugin + • PIL.DdsImagePlugin + • PIL.FtexImagePlugin + • PIL.IcnsImagePlugin + • PIL.Image + • PIL.ImageFile + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.McIdasImagePlugin + • PIL.MpoImagePlugin + • PIL.MspImagePlugin + • PIL.PngImagePlugin + • PIL.SgiImagePlugin + • PIL.SpiderImagePlugin + • PIL.TiffImagePlugin + • PIL._binary + • asyncio.windows_events + • base64 + • ctypes + • docx.image.gif + • docx.image.helpers + • gettext + • gzip + • multiprocessing.connection + • multiprocessing.forkserver + • multiprocessing.shared_memory + • multiprocessing.synchronize + • pickle + • platform + • requests.utils + • tarfile + • zipfile + +
+ +
+ +
+ + subprocess +SourceModule
+imports: + _posixsubprocess + • _winapi + • builtins + • contextlib + • errno + • fcntl + • grp + • io + • msvcrt + • os + • pwd + • select + • selectors + • signal + • sys + • threading + • time + • types + • warnings + +
+
+imported by: + PIL.EpsImagePlugin + • PIL.GifImagePlugin + • PIL.ImageShow + • PIL.JpegImagePlugin + • _aix_support + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.events + • asyncio.subprocess + • asyncio.unix_events + • asyncio.windows_utils + • http.server + • multiprocessing.util + • os + • platform + • pydoc + • pyi_rth_multiprocessing.py + • webbrowser + +
+ +
+ +
+ + sys (builtin module)
+imported by: + PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.IcnsImagePlugin + • PIL.Image + • PIL.ImageCms + • PIL.ImageMode + • PIL.ImageQt + • PIL.ImageShow + • PIL.JpegImagePlugin + • PIL.SpiderImagePlugin + • PIL._imagingcms + • PIL._typing + • PIL.features + • _aix_support + • _collections_abc + • _compression + • _pydecimal + • argparse + • ast + • asyncio + • asyncio.base_events + • asyncio.coroutines + • asyncio.events + • asyncio.format_helpers + • asyncio.futures + • asyncio.streams + • asyncio.unix_events + • asyncio.windows_events + • asyncio.windows_utils + • base64 + • bdb + • calendar + • certifi.core + • cgi + • cmd + • code + • codecs + • collections + • concurrent.futures.process + • contextlib + • ctypes + • ctypes._endian + • dataclasses + • datetime + • dis + • doctest + • email._header_value_parser + • email.generator + • email.iterators + • email.policy + • encodings + • encodings.rot_13 + • encodings.utf_16 + • encodings.utf_32 + • enum + • fractions + • ftplib + • getopt + • getpass + • gettext + • glob + • gzip + • http.client + • http.server + • importlib + • importlib._bootstrap_external + • importlib.metadata + • importlib.util + • inspect + • linecache + • locale + • logging + • lxml.doctestcompare + • lxml.html._diffcommand + • lxml.html.html5parser + • lxml.isoschematron + • mimetypes + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.dummy + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.spawn + • multiprocessing.synchronize + • multiprocessing.util + • ntpath + • optparse + • os + • pathlib + • pdb + • pickle + • pkgutil + • platform + • posixpath + • pprint + • py_compile + • pydoc + • pyi_rth_inspect.py + • pyi_rth_multiprocessing.py + • quopri + • requests.compat + • requests.packages + • requests.sessions + • requests.utils + • runpy + • selectors + • shlex + • shutil + • socket + • socketserver + • sre_compile + • ssl + • subprocess + • sysconfig + • tarfile + • tempfile + • threading + • tokenize + • traceback + • types + • typing + • typing_extensions + • unittest.case + • unittest.loader + • unittest.main + • unittest.result + • unittest.runner + • unittest.suite + • urllib.parse + • urllib.request + • urllib3 + • urllib3.connection + • urllib3.connectionpool + • urllib3.response + • urllib3.util.ssl_ + • uu + • warnings + • weakref + • webbrowser + • xml.etree.ElementTree + • xml.parsers.expat + • xml.sax + • xml.sax._exceptions + • xml.sax.expatreader + • xml.sax.saxutils + • xmlrpc.client + • zipfile + • zipimport + +
+ +
+ +
+ + sysconfig +SourceModule
+imports: + _aix_support + • _imp + • _sysconfigdata__x86_64-linux-gnu + • os + • os.path + • pprint + • re + • sys + • types + • warnings + +
+
+imported by: + _aix_support + • pydoc + +
+ +
+ +
+ + tarfile +SourceModule
+imports: + argparse + • builtins + • bz2 + • copy + • grp + • gzip + • io + • lzma + • os + • pwd + • re + • shutil + • stat + • struct + • sys + • time + • warnings + • zlib + +
+
+imported by: + shutil + +
+ +
+ +
+ + tempfile +SourceModule
+imports: + _thread + • errno + • functools + • io + • os + • random + • shutil + • stat + • sys + • types + • warnings + • weakref + +
+
+imported by: + PIL.EpsImagePlugin + • PIL.Image + • PIL.JpegImagePlugin + • asyncio.windows_utils + • cgi + • importlib._common + • lxml.html + • multiprocessing.connection + • multiprocessing.heap + • multiprocessing.synchronize + • multiprocessing.util + • pydoc + • requests.utils + • urllib.request + • urllib.response + • webbrowser + +
+ +
+ +
+ + termios /usr/lib/python3.10/lib-dynload/termios.cpython-310-x86_64-linux-gnu.so
+imported by: + getpass + • tty + +
+ +
+ +
+ + textwrap +SourceModule
+imports: + re + +
+
+imported by: + argparse + • docx.enum.base + • importlib.metadata + • importlib.metadata._adapters + • optparse + • pydoc + +
+ +
+ +
+ + threading +SourceModule
+imports: + _collections + • _thread + • _threading_local + • _weakrefset + • collections + • functools + • itertools + • os + • sys + • time + • traceback + • warnings + +
+
+imported by: + _threading_local + • asyncio.base_events + • asyncio.events + • asyncio.mixins + • asyncio.proactor_events + • asyncio.unix_events + • concurrent.futures._base + • concurrent.futures.process + • concurrent.futures.thread + • http.cookiejar + • logging + • multiprocessing.context + • multiprocessing.dummy + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.synchronize + • multiprocessing.util + • pydoc + • queue + • requests.auth + • requests.cookies + • socketserver + • subprocess + • urllib3._collections + • urllib3.connection + • urllib3.http2.connection + • urllib3.http2.probe + • webbrowser + • zipfile + +
+ +
+ +
+ + time (builtin module)
+imports: + _strptime + +
+
+imported by: + PIL.PdfImagePlugin + • PIL.PdfParser + • _datetime + • _strptime + • asyncio.base_events + • asyncio.windows_events + • concurrent.futures._base + • datetime + • email._parseaddr + • email.generator + • email.utils + • gc + • gzip + • http.cookiejar + • http.cookies + • http.server + • logging + • multiprocessing.connection + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.queues + • multiprocessing.synchronize + • pprint + • pydoc + • queue + • random + • requests.auth + • requests.cookies + • requests.sessions + • socketserver + • ssl + • subprocess + • tarfile + • threading + • unittest.runner + • urllib.request + • urllib3.util.retry + • urllib3.util.timeout + • xmlrpc.client + • zipfile + • zipimport + +
+ +
+ +
+ + token +SourceModule
+imported by: + inspect + • tokenize + +
+ +
+ +
+ + tokenize +SourceModule
+imports: + argparse + • builtins + • codecs + • collections + • functools + • io + • itertools + • re + • sys + • token + +
+
+imported by: + importlib._bootstrap_external + • inspect + • linecache + • pdb + • pydoc + +
+ +
+ +
+ + tools +NamespacePackage
+imported by: + tools.API + • tools.Get_Json + • tools.content_tools + • tools.dataproccess + • tools.defines + • tools.document_tools + • tools.get_pictures + +
+ +
+ +
+ + tools.API +SourceModule
+imports: + tools + +
+
+imported by: + tools.Get_Json + +
+ +
+ +
+ + tools.Get_Json +SourceModule
+imports: + json + • requests + • tools + • tools.API + +
+
+imported by: + Generate_Report.py + +
+ +
+ +
+ + tools.content_tools +SourceModule
+imports: + PIL + • PIL.Image + • core.styles + • docx + • docx.enum.table + • docx.oxml.shared + • docx.shared + • io + • os + • requests + • tools + • typing + • utils.document_utils + • utils.file_utils + +
+
+imported by: + Generate_Report.py + • tools.dataproccess + • tools.document_tools + +
+ +
+ +
+ + tools.dataproccess +SourceModule
+imports: + datetime + • tools + • tools.content_tools + • tools.document_tools + • tools.get_pictures + +
+
+imported by: + Generate_Report.py + +
+ +
+ +
+ + tools.defines +SourceModule
+imports: + tools + +
+
+imported by: + Generate_Report.py + +
+ +
+ +
+ + tools.document_tools +SourceModule
+imports: + core.styles + • core.tables + • docx + • docx.enum.table + • docx.enum.text + • docx.oxml + • docx.oxml.shared + • docx.shared + • json + • os + • re + • tools + • tools.content_tools + • typing + • utils.document_utils + • utils.file_utils + +
+
+imported by: + Generate_Report.py + • tools.dataproccess + +
+ +
+ +
+ + tools.get_pictures +SourceModule
+imports: + PIL + • PIL.Image + • concurrent.futures + • math + • os + • tools + +
+
+imported by: + Generate_Report.py + • tools.dataproccess + +
+ +
+ +
+ + traceback +SourceModule
+imports: + collections + • itertools + • linecache + • sys + +
+
+imported by: + Generate_Report.py + • asyncio.base_events + • asyncio.base_tasks + • asyncio.coroutines + • asyncio.format_helpers + • cgi + • code + • concurrent.futures.process + • doctest + • http.cookiejar + • logging + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.util + • pdb + • py_compile + • pydoc + • socketserver + • threading + • unittest.case + • unittest.loader + • unittest.result + • warnings + +
+ +
+ +
+ + tracemalloc +SourceModule
+imports: + _tracemalloc + • collections.abc + • fnmatch + • functools + • linecache + • os.path + • pickle + +
+
+imported by: + warnings + +
+ +
+ +
+ + tty +SourceModule
+imports: + termios + +
+
+imported by: + pydoc + +
+ +
+ +
+ + types +SourceModule
+imports: + _collections_abc + • functools + • sys + +
+
+imported by: + Generate_Report.py + • PIL.Image + • PIL.ImageFilter + • PIL.ImageMath + • PIL._typing + • _weakrefset + • asyncio.coroutines + • asyncio.futures + • asyncio.queues + • asyncio.tasks + • concurrent.futures._base + • concurrent.futures.thread + • contextlib + • copy + • ctypes + • dataclasses + • difflib + • dis + • email.headerregistry + • enum + • functools + • http.cookies + • importlib._common + • importlib.metadata._functools + • importlib.resources + • importlib.util + • inspect + • lxml.builder + • lxml.html._difflib + • lxml.sax + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.queues + • multiprocessing.shared_memory + • multiprocessing.spawn + • pickle + • pkgutil + • pprint + • pydoc + • queue + • runpy + • subprocess + • sysconfig + • tempfile + • typing + • typing_extensions + • unittest.case + • unittest.loader + • urllib.parse + • urllib3.connectionpool + • urllib3.http2.connection + • urllib3.poolmanager + • urllib3.util.retry + • urllib3.util.util + +
+ +
+ +
+ + typing +SourceModule
+imports: + abc + • collections + • collections.abc + • contextlib + • functools + • operator + • re + • sys + • types + +
+
+imported by: + PIL.AvifImagePlugin + • PIL.BlpImagePlugin + • PIL.BmpImagePlugin + • PIL.BufrStubImagePlugin + • PIL.DdsImagePlugin + • PIL.EpsImagePlugin + • PIL.GifImagePlugin + • PIL.GimpGradientFile + • PIL.GimpPaletteFile + • PIL.GribStubImagePlugin + • PIL.Hdf5StubImagePlugin + • PIL.IcnsImagePlugin + • PIL.IcoImagePlugin + • PIL.ImImagePlugin + • PIL.Image + • PIL.ImageCms + • PIL.ImageFile + • PIL.ImageFilter + • PIL.ImageMath + • PIL.ImageMode + • PIL.ImageOps + • PIL.ImagePalette + • PIL.ImageQt + • PIL.ImageSequence + • PIL.ImageShow + • PIL.ImageTk + • PIL.IptcImagePlugin + • PIL.Jpeg2KImagePlugin + • PIL.JpegImagePlugin + • PIL.MpoImagePlugin + • PIL.MspImagePlugin + • PIL.PaletteFile + • PIL.PalmImagePlugin + • PIL.PcxImagePlugin + • PIL.PdfImagePlugin + • PIL.PdfParser + • PIL.PngImagePlugin + • PIL.PpmImagePlugin + • PIL.PsdImagePlugin + • PIL.QoiImagePlugin + • PIL.SgiImagePlugin + • PIL.SpiderImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL.TiffTags + • PIL.WebPImagePlugin + • PIL.WmfImagePlugin + • PIL.XbmImagePlugin + • PIL._avif + • PIL._imaging + • PIL._imagingcms + • PIL._imagingmath + • PIL._imagingtk + • PIL._typing + • PIL._util + • PIL._webp + • PIL.features + • asyncio.staggered + • charset_normalizer.api + • charset_normalizer.cd + • charset_normalizer.legacy + • charset_normalizer.models + • charset_normalizer.utils + • docx + • docx.api + • docx.blkcntnr + • docx.comments + • docx.dml.color + • docx.document + • docx.drawing + • docx.enum.base + • docx.image.image + • docx.opc.coreprops + • docx.opc.oxml + • docx.opc.package + • docx.opc.part + • docx.opc.parts.coreprops + • docx.opc.pkgwriter + • docx.opc.rel + • docx.opc.shared + • docx.oxml.comments + • docx.oxml.coreprops + • docx.oxml.document + • docx.oxml.ns + • docx.oxml.parser + • docx.oxml.section + • docx.oxml.settings + • docx.oxml.shape + • docx.oxml.shared + • docx.oxml.simpletypes + • docx.oxml.table + • docx.oxml.text.font + • docx.oxml.text.hyperlink + • docx.oxml.text.pagebreak + • docx.oxml.text.paragraph + • docx.oxml.text.parfmt + • docx.oxml.text.run + • docx.oxml.xmlchemy + • docx.package + • docx.parts.comments + • docx.parts.document + • docx.parts.hdrftr + • docx.parts.image + • docx.parts.settings + • docx.parts.story + • docx.parts.styles + • docx.section + • docx.settings + • docx.shape + • docx.shared + • docx.styles + • docx.styles.style + • docx.table + • docx.text.font + • docx.text.hyperlink + • docx.text.pagebreak + • docx.text.paragraph + • docx.text.run + • docx.types + • functools + • idna.core + • idna.intranges + • idna.uts46data + • importlib._common + • importlib.abc + • importlib.metadata + • importlib.metadata._meta + • importlib.resources + • requests.adapters + • tools.content_tools + • tools.document_tools + • typing_extensions + • urllib3 + • urllib3._base_connection + • urllib3._collections + • urllib3._request_methods + • urllib3._version + • urllib3.connection + • urllib3.connectionpool + • urllib3.contrib.emscripten.connection + • urllib3.contrib.emscripten.fetch + • urllib3.contrib.emscripten.response + • urllib3.contrib.pyopenssl + • urllib3.contrib.socks + • urllib3.exceptions + • urllib3.fields + • urllib3.filepost + • urllib3.http2 + • urllib3.http2.connection + • urllib3.poolmanager + • urllib3.response + • urllib3.util.connection + • urllib3.util.proxy + • urllib3.util.request + • urllib3.util.retry + • urllib3.util.ssl_ + • urllib3.util.ssl_match_hostname + • urllib3.util.ssltransport + • urllib3.util.timeout + • urllib3.util.url + • urllib3.util.util + • utils.document_utils + • utils.file_utils + +
+ +
+ +
+ + typing_extensions +SourceModule
+imports: + _socket + • abc + • annotationlib + • asyncio.coroutines + • builtins + • collections + • collections.abc + • contextlib + • enum + • functools + • inspect + • io + • keyword + • operator + • sys + • types + • typing + • warnings + +
+
+imported by: + PIL._typing + • charset_normalizer.legacy + • docx.blkcntnr + • docx.dml.color + • docx.enum.base + • docx.opc.package + • docx.oxml.section + • docx.parts.comments + • docx.table + • docx.types + • urllib3._collections + • urllib3.connectionpool + • urllib3.contrib.emscripten.fetch + • urllib3.poolmanager + • urllib3.util.retry + • urllib3.util.ssltransport + +
+ +
+ +
+ + unicodedata (builtin module)
+imported by: + charset_normalizer.utils + • encodings.idna + • idna.core + • sre_parse + • stringprep + • urllib.parse + +
+ +
+ +
+ + unittest +Package
+imports: + os.path + • unittest + • unittest.async_case + • unittest.case + • unittest.loader + • unittest.main + • unittest.result + • unittest.runner + • unittest.signals + • unittest.suite + • unittest.util + +
+
+imported by: + doctest + • unittest + • unittest._log + • unittest.async_case + • unittest.case + • unittest.loader + • unittest.main + • unittest.result + • unittest.runner + • unittest.signals + • unittest.suite + • unittest.util + +
+ +
+ +
+ + unittest._log +SourceModule
+imports: + collections + • logging + • unittest + • unittest.case + +
+
+imported by: + unittest.case + +
+ +
+ +
+ + unittest.async_case +SourceModule
+imports: + asyncio + • inspect + • unittest + • unittest.case + +
+
+imported by: + unittest + +
+ +
+ +
+ + unittest.case +SourceModule
+imports: + collections + • contextlib + • difflib + • functools + • pprint + • re + • sys + • traceback + • types + • unittest + • unittest._log + • unittest.result + • unittest.util + • warnings + +
+
+imported by: + unittest + • unittest._log + • unittest.async_case + • unittest.loader + • unittest.suite + +
+ +
+ +
+ + unittest.loader +SourceModule
+imports: + fnmatch + • functools + • os + • re + • sys + • traceback + • types + • unittest + • unittest.case + • unittest.suite + • unittest.util + • warnings + +
+
+imported by: + unittest + • unittest.main + +
+ +
+ +
+ + unittest.main +SourceModule
+imports: + argparse + • os + • sys + • unittest + • unittest.loader + • unittest.runner + • unittest.signals + +
+
+imported by: + unittest + +
+ +
+ +
+ + unittest.result +SourceModule
+imports: + functools + • io + • sys + • traceback + • unittest + • unittest.util + +
+
+imported by: + unittest + • unittest.case + • unittest.runner + +
+ +
+ +
+ + unittest.runner +SourceModule
+imports: + sys + • time + • unittest + • unittest.result + • unittest.signals + • warnings + +
+
+imported by: + unittest + • unittest.main + +
+ +
+ +
+ + unittest.signals +SourceModule
+imports: + functools + • signal + • unittest + • weakref + +
+
+imported by: + unittest + • unittest.main + • unittest.runner + +
+ +
+ +
+ + unittest.suite +SourceModule
+imports: + sys + • unittest + • unittest.case + • unittest.util + +
+
+imported by: + unittest + • unittest.loader + +
+ +
+ +
+ + unittest.util +SourceModule
+imports: + collections + • os.path + • unittest + +
+
+imported by: + unittest + • unittest.case + • unittest.loader + • unittest.result + • unittest.suite + +
+ +
+ +
+ + urllib +Package
+imports: + urllib.urlencode + • urllib.urlopen + +
+
+imported by: + email._header_value_parser + • lxml.html + • urllib.error + • urllib.parse + • urllib.request + • urllib.response + +
+ +
+ +
+ + urllib.error +SourceModule
+imports: + io + • urllib + • urllib.response + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + urllib.parse +SourceModule
+imports: + collections + • ipaddress + • re + • sys + • types + • unicodedata + • urllib + • warnings + +
+
+imported by: + cgi + • email.utils + • http.client + • http.cookiejar + • http.server + • lxml.ElementInclude + • lxml.html + • lxml.html.html5parser + • mimetypes + • nturl2path + • pathlib + • pydoc + • requests.compat + • urllib.request + • urllib3._request_methods + • urllib3.poolmanager + • xml.etree.ElementInclude + • xml.sax.saxutils + • xmlrpc.client + +
+ +
+ +
+ + urllib.request +SourceModule
+imports: + _scproxy + • base64 + • bisect + • contextlib + • email + • email.utils + • fnmatch + • ftplib + • getpass + • hashlib + • http.client + • http.cookiejar + • io + • mimetypes + • nturl2path + • os + • posixpath + • re + • socket + • ssl + • string + • sys + • tempfile + • time + • urllib + • urllib.error + • urllib.parse + • urllib.response + • warnings + • winreg + +
+
+imported by: + http.cookiejar + • lxml.ElementInclude + • lxml.html + • lxml.html.html5parser + • requests.compat + • xml.sax.saxutils + +
+ +
+ +
+ + urllib.response +SourceModule
+imports: + tempfile + • urllib + +
+
+imported by: + urllib.error + • urllib.request + +
+ +
+ +
+ + urllib.urlencode +MissingModule
+imported by: + lxml.html + • urllib + +
+ +
+ +
+ + urllib.urlopen +MissingModule
+imported by: + lxml.html + • urllib + +
+ +
+ +
+ + urllib2 +MissingModule
+imported by: + lxml.ElementInclude + • lxml.html.html5parser + +
+ +
+ +
+ + urllib3 +Package
+imports: + __future__ + • logging + • ssl + • sys + • typing + • urllib3 + • urllib3._base_connection + • urllib3._collections + • urllib3._version + • urllib3.connectionpool + • urllib3.contrib.emscripten + • urllib3.exceptions + • urllib3.filepost + • urllib3.poolmanager + • urllib3.response + • urllib3.util.request + • urllib3.util.retry + • urllib3.util.timeout + • warnings + +
+
+imported by: + requests + • requests.compat + • urllib3 + • urllib3._base_connection + • urllib3._collections + • urllib3._request_methods + • urllib3._version + • urllib3.connection + • urllib3.connectionpool + • urllib3.contrib + • urllib3.contrib.pyopenssl + • urllib3.exceptions + • urllib3.fields + • urllib3.filepost + • urllib3.http2 + • urllib3.poolmanager + • urllib3.response + • urllib3.util + +
+ +
+ +
+ + urllib3._base_connection +SourceModule
+imports: + __future__ + • ssl + • typing + • urllib3 + • urllib3.response + • urllib3.util.connection + • urllib3.util.timeout + • urllib3.util.url + +
+
+imported by: + urllib3 + • urllib3._request_methods + • urllib3.connection + • urllib3.connectionpool + • urllib3.contrib.emscripten.connection + • urllib3.contrib.emscripten.request + • urllib3.contrib.emscripten.response + • urllib3.http2.connection + • urllib3.response + • urllib3.util.connection + +
+ +
+ +
+ + urllib3._collections +SourceModule
+imports: + __future__ + • collections + • enum + • threading + • typing + • typing_extensions + • urllib3 + +
+
+imported by: + urllib3 + • urllib3._request_methods + • urllib3.connection + • urllib3.connectionpool + • urllib3.http2.connection + • urllib3.poolmanager + • urllib3.response + +
+ +
+ +
+ + urllib3._request_methods +SourceModule
+imports: + __future__ + • json + • typing + • urllib.parse + • urllib3 + • urllib3._base_connection + • urllib3._collections + • urllib3.filepost + • urllib3.response + +
+
+imported by: + urllib3.connectionpool + • urllib3.poolmanager + +
+ +
+ +
+ + urllib3._version +SourceModule
+imports: + typing + • urllib3 + +
+
+imported by: + urllib3 + • urllib3.connection + +
+ +
+ +
+ + urllib3.connection +SourceModule
+imports: + __future__ + • datetime + • http.client + • logging + • os + • re + • socket + • ssl + • sys + • threading + • typing + • urllib3 + • urllib3._base_connection + • urllib3._collections + • urllib3._version + • urllib3.exceptions + • urllib3.http2 + • urllib3.http2.probe + • urllib3.response + • urllib3.util + • urllib3.util.connection + • urllib3.util.request + • urllib3.util.response + • urllib3.util.ssl_ + • urllib3.util.ssl_match_hostname + • urllib3.util.ssltransport + • urllib3.util.timeout + • urllib3.util.url + • urllib3.util.util + • urllib3.util.wait + • warnings + +
+
+imported by: + urllib3.connectionpool + • urllib3.contrib.emscripten + • urllib3.contrib.emscripten.connection + • urllib3.contrib.socks + • urllib3.exceptions + • urllib3.http2 + • urllib3.http2.connection + • urllib3.poolmanager + • urllib3.response + • urllib3.util.proxy + +
+ +
+ +
+ + urllib3.connectionpool +SourceModule
+imports: + __future__ + • errno + • logging + • queue + • socket + • ssl + • sys + • types + • typing + • typing_extensions + • urllib3 + • urllib3._base_connection + • urllib3._collections + • urllib3._request_methods + • urllib3.connection + • urllib3.exceptions + • urllib3.response + • urllib3.util.connection + • urllib3.util.proxy + • urllib3.util.request + • urllib3.util.retry + • urllib3.util.ssl_match_hostname + • urllib3.util.timeout + • urllib3.util.url + • urllib3.util.util + • warnings + • weakref + +
+
+imported by: + urllib3 + • urllib3.contrib.emscripten + • urllib3.contrib.socks + • urllib3.exceptions + • urllib3.http2 + • urllib3.poolmanager + • urllib3.response + • urllib3.util.retry + +
+ +
+ +
+ + urllib3.contrib +Package
+imports: + urllib3 + • urllib3.contrib.pyopenssl + +
+
+imported by: + requests + • urllib3.contrib.emscripten + • urllib3.contrib.pyopenssl + • urllib3.contrib.socks + +
+ +
+ +
+ + urllib3.contrib.emscripten +Package
+imports: + __future__ + • urllib3.connection + • urllib3.connectionpool + • urllib3.contrib + • urllib3.contrib.emscripten.connection + +
+
+imported by: + urllib3 + • urllib3.contrib.emscripten.connection + • urllib3.contrib.emscripten.fetch + • urllib3.contrib.emscripten.request + • urllib3.contrib.emscripten.response + +
+ +
+ +
+ + urllib3.contrib.emscripten.connection +SourceModule
+imports: + __future__ + • http.client + • os + • typing + • urllib3._base_connection + • urllib3.connection + • urllib3.contrib.emscripten + • urllib3.contrib.emscripten.fetch + • urllib3.contrib.emscripten.request + • urllib3.contrib.emscripten.response + • urllib3.exceptions + • urllib3.response + • urllib3.util.connection + • urllib3.util.timeout + • urllib3.util.url + +
+
+imported by: + urllib3.contrib.emscripten + +
+ +
+ +
+ + urllib3.contrib.emscripten.fetch +SourceModule
+imports: + 'pyodide.ffi' + • __future__ + • email.parser + • importlib.resources + • io + • js + • json + • pyodide + • typing + • typing_extensions + • urllib3.contrib.emscripten + • urllib3.contrib.emscripten.request + • urllib3.contrib.emscripten.response + +
+
+imported by: + urllib3.contrib.emscripten.connection + • urllib3.contrib.emscripten.response + +
+ +
+ +
+ + urllib3.contrib.emscripten.request +SourceModule
+imports: + __future__ + • dataclasses + • urllib3._base_connection + • urllib3.contrib.emscripten + +
+
+imported by: + urllib3.contrib.emscripten.connection + • urllib3.contrib.emscripten.fetch + • urllib3.contrib.emscripten.response + +
+ +
+ +
+ + urllib3.contrib.emscripten.response +SourceModule
+imports: + __future__ + • contextlib + • dataclasses + • http.client + • io + • json + • logging + • typing + • urllib3._base_connection + • urllib3.contrib.emscripten + • urllib3.contrib.emscripten.fetch + • urllib3.contrib.emscripten.request + • urllib3.exceptions + • urllib3.response + • urllib3.util.retry + +
+
+imported by: + urllib3.contrib.emscripten.connection + • urllib3.contrib.emscripten.fetch + +
+ +
+ +
+ + urllib3.contrib.pyopenssl +SourceModule
+imports: + 'OpenSSL.crypto' + • 'cryptography.x509' + • OpenSSL + • __future__ + • cryptography + • idna + • io + • logging + • socket + • ssl + • typing + • urllib3 + • urllib3.contrib + • urllib3.util + +
+
+imported by: + requests + • urllib3.contrib + +
+ +
+ +
+ + urllib3.contrib.socks +SourceModule
+imports: + __future__ + • socket + • socks + • ssl + • typing + • urllib3.connection + • urllib3.connectionpool + • urllib3.contrib + • urllib3.exceptions + • urllib3.poolmanager + • urllib3.util.url + • warnings + +
+
+imported by: + requests.adapters + +
+ +
+ +
+ + urllib3.exceptions +SourceModule
+imports: + __future__ + • email.errors + • http.client + • socket + • typing + • urllib3 + • urllib3.connection + • urllib3.connectionpool + • urllib3.response + • urllib3.util.retry + • warnings + +
+
+imported by: + requests + • requests.adapters + • requests.exceptions + • requests.models + • urllib3 + • urllib3.connection + • urllib3.connectionpool + • urllib3.contrib.emscripten.connection + • urllib3.contrib.emscripten.response + • urllib3.contrib.socks + • urllib3.http2.connection + • urllib3.poolmanager + • urllib3.response + • urllib3.util.connection + • urllib3.util.request + • urllib3.util.response + • urllib3.util.retry + • urllib3.util.ssl_ + • urllib3.util.ssltransport + • urllib3.util.timeout + • urllib3.util.url + +
+ +
+ +
+ + urllib3.fields +SourceModule
+imports: + __future__ + • email.utils + • mimetypes + • typing + • urllib3 + • warnings + +
+
+imported by: + requests.models + • urllib3.filepost + +
+ +
+ +
+ + urllib3.filepost +SourceModule
+imports: + __future__ + • binascii + • codecs + • io + • os + • typing + • urllib3 + • urllib3.fields + +
+
+imported by: + requests.models + • urllib3 + • urllib3._request_methods + +
+ +
+ +
+ + urllib3.http2 +Package
+imports: + __future__ + • importlib.metadata + • typing + • urllib3 + • urllib3.connection + • urllib3.connectionpool + • urllib3.http2.connection + • urllib3.http2.probe + • urllib3.util + • urllib3.util.ssl_ + +
+
+imported by: + urllib3.connection + • urllib3.http2.connection + • urllib3.http2.probe + +
+ +
+ +
+ + urllib3.http2.connection +SourceModule
+imports: + 'h2.connection' + • 'h2.events' + • __future__ + • h2 + • logging + • re + • threading + • types + • typing + • urllib3._base_connection + • urllib3._collections + • urllib3.connection + • urllib3.exceptions + • urllib3.http2 + • urllib3.response + +
+
+imported by: + urllib3.http2 + +
+ +
+ +
+ + urllib3.http2.probe +SourceModule
+imports: + __future__ + • threading + • urllib3.http2 + +
+
+imported by: + urllib3.connection + • urllib3.http2 + +
+ +
+ +
+ + urllib3.poolmanager +SourceModule
+imports: + __future__ + • functools + • logging + • ssl + • types + • typing + • typing_extensions + • urllib.parse + • urllib3 + • urllib3._collections + • urllib3._request_methods + • urllib3.connection + • urllib3.connectionpool + • urllib3.exceptions + • urllib3.response + • urllib3.util.connection + • urllib3.util.proxy + • urllib3.util.retry + • urllib3.util.timeout + • urllib3.util.url + • warnings + +
+
+imported by: + requests.adapters + • urllib3 + • urllib3.contrib.socks + +
+ +
+ +
+ + urllib3.response +SourceModule
+imports: + __future__ + • brotli + • brotlicffi + • collections + • compression + • contextlib + • http.client + • io + • json + • logging + • re + • socket + • sys + • typing + • urllib3 + • urllib3._base_connection + • urllib3._collections + • urllib3.connection + • urllib3.connectionpool + • urllib3.exceptions + • urllib3.util + • urllib3.util.response + • urllib3.util.retry + • warnings + • zlib + • zstandard + +
+
+imported by: + urllib3 + • urllib3._base_connection + • urllib3._request_methods + • urllib3.connection + • urllib3.connectionpool + • urllib3.contrib.emscripten.connection + • urllib3.contrib.emscripten.response + • urllib3.exceptions + • urllib3.http2.connection + • urllib3.poolmanager + • urllib3.util.retry + +
+ +
+ +
+ + urllib3.util +Package
+imports: + __future__ + • urllib3 + • urllib3.util.connection + • urllib3.util.request + • urllib3.util.response + • urllib3.util.retry + • urllib3.util.ssl_ + • urllib3.util.timeout + • urllib3.util.url + • urllib3.util.wait + +
+
+imported by: + requests.adapters + • requests.models + • requests.utils + • urllib3.connection + • urllib3.contrib.pyopenssl + • urllib3.http2 + • urllib3.response + • urllib3.util.connection + • urllib3.util.proxy + • urllib3.util.request + • urllib3.util.response + • urllib3.util.retry + • urllib3.util.ssl_ + • urllib3.util.ssl_match_hostname + • urllib3.util.ssltransport + • urllib3.util.timeout + • urllib3.util.url + • urllib3.util.util + • urllib3.util.wait + +
+ +
+ +
+ + urllib3.util.connection +SourceModule
+imports: + __future__ + • socket + • typing + • urllib3._base_connection + • urllib3.exceptions + • urllib3.util + • urllib3.util.timeout + +
+
+imported by: + urllib3._base_connection + • urllib3.connection + • urllib3.connectionpool + • urllib3.contrib.emscripten.connection + • urllib3.poolmanager + • urllib3.util + +
+ +
+ +
+ + urllib3.util.proxy +SourceModule
+imports: + __future__ + • typing + • urllib3.connection + • urllib3.util + • urllib3.util.url + +
+
+imported by: + urllib3.connectionpool + • urllib3.poolmanager + +
+ +
+ +
+ + urllib3.util.request +SourceModule
+imports: + __future__ + • base64 + • brotli + • brotlicffi + • compression + • enum + • io + • typing + • urllib3.exceptions + • urllib3.util + • urllib3.util.util + • zstandard + +
+
+imported by: + urllib3 + • urllib3.connection + • urllib3.connectionpool + • urllib3.util + +
+ +
+ +
+ + urllib3.util.response +SourceModule
+imports: + __future__ + • email.errors + • http.client + • urllib3.exceptions + • urllib3.util + +
+
+imported by: + urllib3.connection + • urllib3.response + • urllib3.util + +
+ +
+ +
+ + urllib3.util.retry +SourceModule
+imports: + __future__ + • email + • itertools + • logging + • random + • re + • time + • types + • typing + • typing_extensions + • urllib3.connectionpool + • urllib3.exceptions + • urllib3.response + • urllib3.util + • urllib3.util.util + +
+
+imported by: + requests.adapters + • urllib3 + • urllib3.connectionpool + • urllib3.contrib.emscripten.response + • urllib3.exceptions + • urllib3.poolmanager + • urllib3.response + • urllib3.util + +
+ +
+ +
+ + urllib3.util.ssl_ +SourceModule
+imports: + __future__ + • binascii + • hashlib + • hmac + • os + • socket + • ssl + • sys + • typing + • urllib3.exceptions + • urllib3.util + • urllib3.util.ssltransport + • urllib3.util.url + • warnings + +
+
+imported by: + requests.adapters + • urllib3.connection + • urllib3.http2 + • urllib3.util + • urllib3.util.ssl_match_hostname + • urllib3.util.ssltransport + +
+ +
+ +
+ + urllib3.util.ssl_match_hostname +SourceModule
+imports: + __future__ + • ipaddress + • re + • typing + • urllib3.util + • urllib3.util.ssl_ + +
+
+imported by: + urllib3.connection + • urllib3.connectionpool + +
+ +
+ +
+ + urllib3.util.ssltransport +SourceModule
+imports: + __future__ + • io + • socket + • ssl + • typing + • typing_extensions + • urllib3.exceptions + • urllib3.util + • urllib3.util.ssl_ + +
+
+imported by: + urllib3.connection + • urllib3.util.ssl_ + +
+ +
+ +
+ + urllib3.util.timeout +SourceModule
+imports: + __future__ + • enum + • socket + • time + • typing + • urllib3.exceptions + • urllib3.util + +
+
+imported by: + urllib3 + • urllib3._base_connection + • urllib3.connection + • urllib3.connectionpool + • urllib3.contrib.emscripten.connection + • urllib3.poolmanager + • urllib3.util + • urllib3.util.connection + +
+ +
+ +
+ + urllib3.util.url +SourceModule
+imports: + __future__ + • idna + • re + • typing + • urllib3.exceptions + • urllib3.util + • urllib3.util.util + +
+
+imported by: + urllib3._base_connection + • urllib3.connection + • urllib3.connectionpool + • urllib3.contrib.emscripten.connection + • urllib3.contrib.socks + • urllib3.poolmanager + • urllib3.util + • urllib3.util.proxy + • urllib3.util.ssl_ + +
+ +
+ +
+ + urllib3.util.util +SourceModule
+imports: + __future__ + • types + • typing + • urllib3.util + +
+
+imported by: + urllib3.connection + • urllib3.connectionpool + • urllib3.util.request + • urllib3.util.retry + • urllib3.util.url + +
+ +
+ +
+ + urllib3.util.wait +SourceModule
+imports: + __future__ + • functools + • select + • socket + • urllib3.util + +
+
+imported by: + urllib3.connection + • urllib3.util + +
+ +
+ +
+ + urlparse +MissingModule
+imported by: + lxml.ElementInclude + • lxml.html.html5parser + +
+ +
+ +
+ + utils +Package
+imports: + utils.document_utils + • utils.file_utils + +
+
+imported by: + utils.document_utils + • utils.file_utils + +
+ +
+ +
+ + utils.document_utils +SourceModule
+imports: + docx + • json + • os + • typing + • utils + +
+
+imported by: + tools.content_tools + • tools.document_tools + • utils + +
+ +
+ +
+ + utils.file_utils +SourceModule
+imports: + os + • shutil + • typing + • utils + +
+
+imported by: + tools.content_tools + • tools.document_tools + • utils + +
+ +
+ +
+ + uu +SourceModule
+imports: + binascii + • optparse + • os + • sys + +
+
+imported by: + email.message + +
+ +
+ +
+ + vms_lib +MissingModule
+imported by: + platform + +
+ +
+ +
+ + warnings +SourceModule
+imports: + _warnings + • builtins + • linecache + • re + • sys + • traceback + • tracemalloc + +
+
+imported by: + Generate_Report.py + • PIL.IcoImagePlugin + • PIL.Image + • PIL.JpegImagePlugin + • PIL.PngImagePlugin + • PIL.TgaImagePlugin + • PIL.TiffImagePlugin + • PIL._deprecate + • PIL.features + • argparse + • ast + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.coroutines + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.streams + • asyncio.tasks + • asyncio.trsock + • asyncio.unix_events + • asyncio.windows_utils + • cgi + • charset_normalizer.legacy + • codeop + • docx.styles.styles + • enum + • ftplib + • getpass + • gettext + • gzip + • hashlib + • hmac + • http.client + • http.cookiejar + • importlib + • importlib._abc + • importlib.abc + • importlib.metadata + • importlib.util + • inspect + • io + • locale + • logging + • multiprocessing.forkserver + • multiprocessing.pool + • multiprocessing.resource_tracker + • os + • pathlib + • pkgutil + • pydoc + • random + • requests + • requests.adapters + • requests.auth + • requests.utils + • runpy + • shlex + • sre_parse + • ssl + • subprocess + • sysconfig + • tarfile + • tempfile + • threading + • typing_extensions + • unittest.case + • unittest.loader + • unittest.runner + • urllib.parse + • urllib.request + • urllib3 + • urllib3.connection + • urllib3.connectionpool + • urllib3.contrib.socks + • urllib3.exceptions + • urllib3.fields + • urllib3.poolmanager + • urllib3.response + • urllib3.util.ssl_ + • xml.etree.ElementTree + • zipfile + +
+ +
+ +
+ + weakref +SourceModule
+imports: + _collections_abc + • _weakref + • _weakrefset + • atexit + • copy + • gc + • itertools + • sys + +
+
+imported by: + Generate_Report.py + • _threading_local + • asyncio.base_events + • asyncio.selector_events + • asyncio.streams + • asyncio.tasks + • asyncio.windows_events + • concurrent.futures.process + • concurrent.futures.thread + • copy + • functools + • logging + • multiprocessing.dummy + • multiprocessing.queues + • multiprocessing.sharedctypes + • multiprocessing.util + • tempfile + • unittest.signals + • urllib3.connectionpool + • xml.sax.expatreader + +
+ +
+ +
+ + webbrowser +SourceModule
+imports: + copy + • getopt + • glob + • os + • pwd + • shlex + • shutil + • socket + • subprocess + • sys + • tempfile + • threading + +
+
+imported by: + lxml.html + • pydoc + +
+ +
+ +
+ + winreg +MissingModule
+imported by: + importlib._bootstrap_external + • mimetypes + • platform + • requests.utils + • urllib.request + +
+ +
+ +
+ + xml +Package
+imports: + xml.sax.expatreader + • xml.sax.xmlreader + +
+
+imported by: + xml.etree + • xml.parsers + • xml.sax + +
+ +
+ +
+ + xml.etree +Package
+imports: + xml + • xml.etree + • xml.etree.ElementPath + • xml.etree.ElementTree + +
+
+imported by: + xml.etree + • xml.etree.ElementInclude + • xml.etree.ElementPath + • xml.etree.ElementTree + • xml.etree.cElementTree + +
+ +
+ +
+ + xml.etree.ElementInclude +SourceModule
+imports: + copy + • urllib.parse + • xml.etree + • xml.etree.ElementTree + +
+
+imported by: + _elementtree + +
+ +
+ +
+ + xml.etree.ElementPath +SourceModule
+imports: + re + • xml.etree + +
+
+imported by: + _elementtree + • xml.etree + • xml.etree.ElementTree + +
+ +
+ +
+ + xml.etree.ElementTree +SourceModule
+imports: + _elementtree + • collections + • collections.abc + • contextlib + • io + • pyexpat + • re + • sys + • warnings + • xml.etree + • xml.etree.ElementPath + • xml.parsers + • xml.parsers.expat + +
+
+imported by: + PIL.Image + • _elementtree + • xml.etree + • xml.etree.ElementInclude + • xml.etree.cElementTree + +
+ +
+ +
+ + xml.etree.cElementTree +SourceModule
+imports: + xml.etree + • xml.etree.ElementTree + +
+
+imported by: + _elementtree + +
+ +
+ +
+ + xml.parsers +Package
+imports: + xml + • xml.parsers.expat + +
+
+imported by: + xml.etree.ElementTree + • xml.parsers.expat + • xml.sax.expatreader + • xmlrpc.client + +
+ +
+ +
+ + xml.parsers.expat +SourceModule
+imports: + pyexpat + • sys + • xml.parsers + +
+
+imported by: + xml.etree.ElementTree + • xml.parsers + • xml.sax.expatreader + • xmlrpc.client + +
+ +
+ +
+ + xml.sax +Package
+imports: + 'org.python' + • io + • os + • sys + • xml + • xml.sax + • xml.sax._exceptions + • xml.sax.expatreader + • xml.sax.handler + • xml.sax.saxutils + • xml.sax.xmlreader + +
+
+imported by: + xml.sax + • xml.sax._exceptions + • xml.sax.expatreader + • xml.sax.handler + • xml.sax.saxutils + • xml.sax.xmlreader + +
+ +
+ +
+ + xml.sax._exceptions +SourceModule
+imports: + 'java.lang' + • sys + • xml.sax + +
+
+imported by: + xml.sax + • xml.sax.expatreader + • xml.sax.xmlreader + +
+ +
+ +
+ + xml.sax.expatreader +SourceModule
+imports: + _weakref + • sys + • weakref + • xml.parsers + • xml.parsers.expat + • xml.sax + • xml.sax._exceptions + • xml.sax.handler + • xml.sax.saxutils + • xml.sax.xmlreader + +
+
+imported by: + xml + • xml.sax + +
+ +
+ +
+ + xml.sax.handler +SourceModule
+imports: + xml.sax + +
+
+imported by: + lxml.sax + • xml.sax + • xml.sax.expatreader + • xml.sax.saxutils + • xml.sax.xmlreader + +
+ +
+ +
+ + xml.sax.saxutils +SourceModule
+imports: + codecs + • io + • os + • sys + • urllib.parse + • urllib.request + • xml.sax + • xml.sax.handler + • xml.sax.xmlreader + +
+
+imported by: + xml.sax + • xml.sax.expatreader + • xml.sax.xmlreader + +
+ +
+ +
+ + xml.sax.xmlreader +SourceModule
+imports: + xml.sax + • xml.sax._exceptions + • xml.sax.handler + • xml.sax.saxutils + +
+
+imported by: + lxml.sax + • xml + • xml.sax + • xml.sax.expatreader + • xml.sax.saxutils + +
+ +
+ +
+ + xmlrpc +Package
+imported by: + xmlrpc.client + +
+ +
+ +
+ + xmlrpc.client +SourceModule
+imports: + base64 + • datetime + • decimal + • errno + • gzip + • http.client + • io + • sys + • time + • urllib.parse + • xml.parsers + • xml.parsers.expat + • xmlrpc + +
+
+imported by: + multiprocessing.connection + +
+ +
+ +
+ + zipfile +SourceModule
+imports: + argparse + • binascii + • bz2 + • contextlib + • importlib.util + • io + • itertools + • lzma + • os + • pathlib + • posixpath + • py_compile + • re + • shutil + • stat + • struct + • sys + • threading + • time + • warnings + • zlib + +
+
+imported by: + docx.opc.phys_pkg + • importlib.metadata + • importlib.readers + • pyi_rth_inspect.py + • requests.utils + • shutil + +
+ +
+ +
+ + zipimport +SourceModule
+imports: + _frozen_importlib + • _frozen_importlib_external + • _imp + • _io + • _warnings + • importlib.readers + • marshal + • os + • sys + • time + • zlib + +
+
+imported by: + pkgutil + +
+ +
+ +
+ + zlib (builtin module)
+imported by: + PIL.PdfParser + • PIL.PngImagePlugin + • encodings.zlib_codec + • gzip + • shutil + • tarfile + • urllib3.response + • zipfile + • zipimport + +
+ +
+ +
+ + zstandard +MissingModule
+imported by: + urllib3.response + • urllib3.util.request + +
+ +
+ + + diff --git a/core/__pycache__/styles.cpython-310.pyc b/core/__pycache__/styles.cpython-310.pyc new file mode 100644 index 0000000..49cb949 Binary files /dev/null and b/core/__pycache__/styles.cpython-310.pyc differ diff --git a/core/__pycache__/tables.cpython-310.pyc b/core/__pycache__/tables.cpython-310.pyc new file mode 100644 index 0000000..13f866b Binary files /dev/null and b/core/__pycache__/tables.cpython-310.pyc differ diff --git a/dist/report_generator b/dist/report_generator new file mode 100755 index 0000000..d6ad102 Binary files /dev/null and b/dist/report_generator differ diff --git a/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月09日版.docx b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月09日版.docx deleted file mode 100644 index 75a6f50..0000000 Binary files a/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月09日版.docx and /dev/null differ diff --git a/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月09日版1.docx b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月09日版1.docx deleted file mode 100644 index 84cca7d..0000000 Binary files a/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月09日版1.docx and /dev/null differ diff --git a/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版.docx b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版.docx new file mode 100644 index 0000000..d6bae8e Binary files /dev/null and b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版.docx differ diff --git a/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版1.docx b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版1.docx new file mode 100644 index 0000000..d7cc642 Binary files /dev/null and b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版1.docx differ diff --git a/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版2.docx b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版2.docx new file mode 100644 index 0000000..8fdf462 Binary files /dev/null and b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版2.docx differ diff --git a/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版3.docx b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版3.docx new file mode 100644 index 0000000..d2f4b10 Binary files /dev/null and b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版3.docx differ diff --git a/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版4.docx b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版4.docx new file mode 100644 index 0000000..0060570 Binary files /dev/null and b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版4.docx differ diff --git a/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版5.docx b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版5.docx new file mode 100644 index 0000000..9225bf9 Binary files /dev/null and b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版5.docx differ diff --git a/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版6.docx b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版6.docx new file mode 100644 index 0000000..4c3fc71 Binary files /dev/null and b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版6.docx differ diff --git a/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版7.docx b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版7.docx new file mode 100644 index 0000000..1508d20 Binary files /dev/null and b/output/三峡能源阿城万兴风电场防雷通道检测项目项目叶片外观、内部、防雷检查报告一期012号2025年07月22日版7.docx differ diff --git a/report_generator b/report_generator new file mode 100755 index 0000000..d6ad102 Binary files /dev/null and b/report_generator differ diff --git a/tools/Get_Json.py b/tools/Get_Json.py index 70aaeaf..6ca7672 100644 --- a/tools/Get_Json.py +++ b/tools/Get_Json.py @@ -41,6 +41,10 @@ def get_weather(weatherid : str) -> dict: weatherurl = DTURL + GETWEATHERINFO.format(weatherCode=weatherid) return get_data(weatherurl, "data") +def get_defect_record_list() -> list[dict]: + url = DTURL + "/defect/list" + return get_data(url) + def get_part_list(turbineId : str) -> dict: parturl = DTURL + GETPARTLIST params = { @@ -50,16 +54,12 @@ def get_part_list(turbineId : str) -> dict: print(f"获取到部件{result}") return result, [item["partId"] for item in result] - - def get_part_picture(turbineId : str) -> tuple[list[dict], list[dict]]: """获取对应机组所有图片 - Args: turbineId (str): 机组ID Return: list: 包含所有对应机组的部件信息的列表 - list: 包含所有图片信息的列表(按部件分list) [ { @@ -112,4 +112,48 @@ def find_defect_record(defect_pictures : list[dict]): Args: defect_pictures (list[dict]): 缺陷图列表 """ - \ No newline at end of file + for pic in defect_pictures: + pic_id = pic["imageId"] + +def get_full_picture_url(pic_url : str) -> str: + """获取完整的图片URL + + Args: + pic_url (str): 图片URL + + Returns: + str: 完整的图片URL + """ + return DTURL + pic_url + +def check_pic_url(pic_url: str, timeout: int = 5) -> bool: + """检查图片URL是否有效 + 仅验证了头部和Content-Type + + Args: + pic_url: 图片URL + timeout: 请求超时时间(秒) + + Returns: + bool: True 如果是有效图片,否则 False + """ + print(f"检查图片URL:{pic_url}") + pic_url = get_full_picture_url(pic_url) + if pic_url is None: + return False + try: + # 发起HEAD请求(更快,仅获取头部信息) + response = requests.head(pic_url, timeout=timeout, allow_redirects=True) + if response.status_code != 200: + print(f"请求图片失败,状态码:{response.status_code}") + return False + + # 检查Content-Type是否是图片类型 + content_type = response.headers.get("Content-Type", "").lower() + if not content_type.startswith("image/"): + print(f"图片类型错误:{content_type}") + return False + return True + except Exception as e: + print(f"请求图片失败, 未知错误{e}") + return False \ No newline at end of file diff --git a/tools/__pycache__/API.cpython-310.pyc b/tools/__pycache__/API.cpython-310.pyc new file mode 100644 index 0000000..8f26000 Binary files /dev/null and b/tools/__pycache__/API.cpython-310.pyc differ diff --git a/tools/__pycache__/Get_Json.cpython-310.pyc b/tools/__pycache__/Get_Json.cpython-310.pyc new file mode 100644 index 0000000..4509553 Binary files /dev/null and b/tools/__pycache__/Get_Json.cpython-310.pyc differ diff --git a/tools/__pycache__/content_tools.cpython-310.pyc b/tools/__pycache__/content_tools.cpython-310.pyc new file mode 100644 index 0000000..6e7a2e3 Binary files /dev/null and b/tools/__pycache__/content_tools.cpython-310.pyc differ diff --git a/tools/__pycache__/dataproccess.cpython-310.pyc b/tools/__pycache__/dataproccess.cpython-310.pyc new file mode 100644 index 0000000..2498470 Binary files /dev/null and b/tools/__pycache__/dataproccess.cpython-310.pyc differ diff --git a/tools/__pycache__/defines.cpython-310.pyc b/tools/__pycache__/defines.cpython-310.pyc new file mode 100644 index 0000000..802b331 Binary files /dev/null and b/tools/__pycache__/defines.cpython-310.pyc differ diff --git a/tools/__pycache__/document_tools.cpython-310.pyc b/tools/__pycache__/document_tools.cpython-310.pyc new file mode 100644 index 0000000..66e03f4 Binary files /dev/null and b/tools/__pycache__/document_tools.cpython-310.pyc differ diff --git a/tools/__pycache__/get_pictures.cpython-310.pyc b/tools/__pycache__/get_pictures.cpython-310.pyc new file mode 100644 index 0000000..5daffae Binary files /dev/null and b/tools/__pycache__/get_pictures.cpython-310.pyc differ diff --git a/tools/content_tools.py b/tools/content_tools.py index 2b2719d..86fb26b 100644 --- a/tools/content_tools.py +++ b/tools/content_tools.py @@ -393,63 +393,79 @@ async def add_picture_to_table(target_doc: Document, target_filename: str, row: except Exception as e: return f"Failed to add picture to table: {str(e)}" -async def add_picture(filename: str, image_path: str, width: Optional[float] = None) -> str: - """添加一个图片到文档中 +import requests +from io import BytesIO +from PIL import Image + +async def add_picture(filename: str, image_path: str, width: Optional[float] = None, height: Optional[float] = None) -> str: + """添加一个图片到文档中(支持本地路径或 URL) Args: filename: 文档路径 - image_path: 图片路径 - width: 图片大小 + image_path: 图片路径(本地路径或 URL) + width: 图片大小(英寸) """ filename = ensure_docx_extension(filename) - # Validate document existence + # 检查文档是否存在 if not os.path.exists(filename): return f"Document {filename} does not exist" - # Get absolute paths for better diagnostics abs_filename = os.path.abspath(filename) - abs_image_path = os.path.abspath(image_path) - - # Validate image existence with improved error message - if not os.path.exists(abs_image_path): - return f"Image file not found: {abs_image_path}" - - # Check image file size - try: - image_size = os.path.getsize(abs_image_path) / 1024 # Size in KB - if image_size <= 0: - return f"Image file appears to be empty: {abs_image_path} (0 KB)" - except Exception as size_error: - return f"Error checking image file: {str(size_error)}" - - # Check if file is writeable - is_writeable, error_message = check_file_writeable(abs_filename) - if not is_writeable: - return f"Cannot modify document: {error_message}. Consider creating a copy first or creating a new document." + is_url = image_path.startswith(("http://", "https://")) try: doc = Document(abs_filename) - # Additional diagnostic info - diagnostic = f"Attempting to add image ({abs_image_path}, {image_size:.2f} KB) to document ({abs_filename})" - try: - if width: - doc.add_picture(abs_image_path, width=Inches(width)) - else: - doc.add_picture(abs_image_path) - doc.save(abs_filename) - return f"Picture {image_path} added to {filename}" - except Exception as inner_error: - # More detailed error for the specific operation - error_type = type(inner_error).__name__ - error_msg = str(inner_error) - return f"Failed to add picture: {error_type} - {error_msg or 'No error details available'}\nDiagnostic info: {diagnostic}" + # 处理 URL 图片 + if is_url: + try: + response = requests.get(image_path, timeout=10) + response.raise_for_status() # 检查请求是否成功 + image_bytes = BytesIO(response.content) + + # 验证图片有效性(可选) + Image.open(image_bytes).verify() + image_bytes.seek(0) # 重置指针 + + # 添加到文档 + if width: + doc.add_picture(image_bytes, width=Inches(width), height=Inches(height)) + else: + doc.add_picture(image_bytes) + + doc.save(abs_filename) + return f"Picture from URL {image_path} added to {filename}" + except Exception as url_error: + return f"Failed to download/add URL image: {str(url_error)}" + + # 处理本地图片 + else: + abs_image_path = os.path.abspath(image_path) + if not os.path.exists(abs_image_path): + return f"Image file not found: {abs_image_path}" + + # 检查文件大小和可读性(原逻辑) + try: + image_size = os.path.getsize(abs_image_path) / 1024 + if image_size <= 0: + return f"Image file is empty: {abs_image_path}" + except Exception as size_error: + return f"Error checking image file: {str(size_error)}" + + # 添加到文档 + try: + if width: + doc.add_picture(abs_image_path, width=Inches(width), height=Inches(height)) + else: + doc.add_picture(abs_image_path) + doc.save(abs_filename) + return f"Picture {image_path} added to {filename}" + except Exception as inner_error: + return f"Failed to add picture: {str(inner_error)}" + except Exception as outer_error: - # Fallback error handling - error_type = type(outer_error).__name__ - error_msg = str(outer_error) - return f"Document processing error: {error_type} - {error_msg or 'No error details available'}" + return f"Document processing error: {str(outer_error)}" async def add_page_break(filename: str) -> str: diff --git a/tools/dataproccess.py b/tools/dataproccess.py index cb37f1f..caa03ce 100644 --- a/tools/dataproccess.py +++ b/tools/dataproccess.py @@ -80,7 +80,7 @@ def get_year_month(date): def merge_info(frontend_info, default_info): """ 合并前端传入的 info 和默认 info - 规则:如果前端传入的值为空(None 或空字符串),则使用默认值 + 新规则:以default_info为基础字典,用frontend_info完全覆写,取两者的并集 Args: frontend_info: 前端传入的字典 @@ -90,17 +90,10 @@ def merge_info(frontend_info, default_info): """ if not isinstance(frontend_info, dict) or frontend_info is None: return default_info.copy() - - merged_info = {} - for key, default_value in default_info.items(): - # 获取前端传入的值 - frontend_value = frontend_info.get(key) - - # 判断前端值是否为空(None 或空字符串) - if frontend_value is None or frontend_value == "": - merged_info[key] = default_value - else: - merged_info[key] = frontend_value + # 先复制默认字典 + merged_info = default_info.copy() + # 用前端字典完全覆写 + merged_info.update(frontend_info) return merged_info \ No newline at end of file diff --git a/tools/defines.py b/tools/defines.py index ab3e2dc..a434592 100644 --- a/tools/defines.py +++ b/tools/defines.py @@ -13,6 +13,9 @@ 缺陷例:轮毂至塔基未导通 #即标明未导通即可 """ +DEFAULT_BASE_INFO = { #项目基本信息 + "turbine_id" : None, +} DEFAULT_BAOGAO_INFO = { #目录 'shengcheng_dir': "", #报告生成的路径 @@ -31,8 +34,9 @@ DEFAULT_BAOGAO_INFO = { "baogaoCheck" : "未审核", 'key_words': '缺,损,裂,脱,污', #关键字,用于汇总图的名字包含缺陷时标红,匹配逻辑为正则匹配单个字则为红 后续可优化 - "shigong_fangan" : "None", + "shigong_fangan" : None, 'jiancha_renyuan': '张三', + "check_date" : None, } class JIANCHA_ENUM : @@ -69,20 +73,6 @@ class SHIGONG_FANGAN_ENUM : SHIGONG_FANGAN = "" FEISHOURENYUAN_PEIZHI = "1人;主检飞手1人" LUNGUZUOYERENYUAN_PEIZHI = "2人;轮毂作业检查2人" - -DEFAULT_BASE_INFO = { #项目基本信息 - #项目概况 - 'jituan_jianxie': '甲方集团', - 'jia_Company': '甲方公司名', - 'jizu_num': '项目规格(台)', - 'fengchang_name': '风场名称', - 'fengchang_location': '风场位置', - 'jizu_xinghao': '机组型号', #机组的型号 - #乙方信息 - 'yi_Company': '乙方公司名', - 'fuzeren': '甲方负责人(吴明洲)', - 'phone_fuzeren': '联系电话:18807109269 ', -} oneproject = { "status": 200, "data": { diff --git a/tools/get_pictures.py b/tools/get_pictures.py index 65f3182..3b6bff2 100644 --- a/tools/get_pictures.py +++ b/tools/get_pictures.py @@ -238,7 +238,7 @@ def process_picture_data(picture_data : list[dict], quexian_type : str, dianxing_type : str, other_type : str -) -> tuple[list[str], list[str]]: +) -> tuple[list[dict], list[dict], list[dict], int]: """处理从数据库获取的图片数据 Args: @@ -255,11 +255,44 @@ def process_picture_data(picture_data : list[dict], total_num 总图片数量 ) """ - #过滤目标来源的图片数据 - picture_data = [pic for pic in picture_data if pic['imageSource'] in image_source_to_find] - #分别择出缺陷图和典型图 - return ([pic for pic in picture_data if pic['imageType'] == quexian_type], - [pic for pic in picture_data if pic['imageType'] == dianxing_type], - [pic for pic in picture_data if pic['imageType'] == other_type], - len(picture_data)) - \ No newline at end of file + print(f"image_source_to_find: {image_source_to_find}, quexian_type: {quexian_type}, dianxing_type: {dianxing_type}, other_type: {other_type}") + # 过滤目标来源的图片数据 + filtered_picture_data = [pic for pic in picture_data if pic['imageSource'] in image_source_to_find] + print(f"过滤来源后的图片数据数量: {len(filtered_picture_data)}") + # 分别择出缺陷图和典型图 + defct_pictures = [pic for pic in filtered_picture_data if pic['imageType'] == quexian_type] + dianxing_pictures = [pic for pic in filtered_picture_data if pic['imageType'] == dianxing_type] + other_pictures = [pic for pic in filtered_picture_data if pic['imageType'] == other_type] + + # 计算总图片数量 + total_num = len(filtered_picture_data) + + # 打印数据信息 + print(f"总图片数量: {total_num}") + print(f"缺陷图数量: {len(defct_pictures)}") + print(f"典型图数量: {len(dianxing_pictures)}") + print(f"其他图数量: {len(other_pictures)}") + + return defct_pictures, dianxing_pictures, other_pictures, total_num + +def get_records_with_pic(records : list[dict], pic_id : list[str]) -> tuple[list[dict], list[dict]]: + """获取指定图片ID的记录 + + Args: + records (list[dict]): 记录列表 + pic_id (list[str]): 图片ID列表 + Returns: + tuple( + records_with_pic , 包含指定图片ID的记录列表,记录为键,图片ID为值 + error_pic, 是缺陷图,但找不到对应图片的记录列表,记录为键,图片ID为值 + ) + """ + records_with_pic = {} + error_pic = {} + for record in records: + if record['picId'] in pic_id: + records_with_pic[record] = record['picId'] + else: + error_pic[record] = record['picId'] + + return records_with_pic, error_pic \ No newline at end of file diff --git a/utils/__pycache__/__init__.cpython-310.pyc b/utils/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000..d7b2107 Binary files /dev/null and b/utils/__pycache__/__init__.cpython-310.pyc differ diff --git a/utils/__pycache__/document_utils.cpython-310.pyc b/utils/__pycache__/document_utils.cpython-310.pyc new file mode 100644 index 0000000..2343e63 Binary files /dev/null and b/utils/__pycache__/document_utils.cpython-310.pyc differ diff --git a/utils/__pycache__/file_utils.cpython-310.pyc b/utils/__pycache__/file_utils.cpython-310.pyc new file mode 100644 index 0000000..17aa8ee Binary files /dev/null and b/utils/__pycache__/file_utils.cpython-310.pyc differ diff --git a/无图片版.zip b/无图片版.zip new file mode 100644 index 0000000..4ee51c8 Binary files /dev/null and b/无图片版.zip differ