pyxllib 0.3.190__tar.gz → 0.3.200__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (440) hide show
  1. pyxllib-0.3.200/.gitignore +16 -0
  2. {pyxllib-0.3.190 → pyxllib-0.3.200}/LICENSE +190 -190
  3. pyxllib-0.3.200/PKG-INFO +48 -0
  4. pyxllib-0.3.200/README.md +12 -0
  5. pyxllib-0.3.200/pyproject.toml +58 -0
  6. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/__init__.py +21 -21
  7. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/algo/__init__.py +8 -8
  8. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/algo/disjoint.py +54 -54
  9. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/algo/geo.py +541 -541
  10. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/algo/intervals.py +964 -964
  11. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/algo/matcher.py +389 -389
  12. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/algo/newbie.py +166 -166
  13. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/algo/pupil.py +629 -629
  14. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/algo/shapelylib.py +67 -67
  15. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/algo/specialist.py +241 -241
  16. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/algo/stat.py +494 -494
  17. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/algo/treelib.py +149 -149
  18. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/algo/unitlib.py +66 -66
  19. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/autogui/__init__.py +5 -5
  20. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/autogui/activewin.py +246 -246
  21. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/autogui/all.py +9 -9
  22. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/autogui/autogui.py +852 -852
  23. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/autogui/uiautolib.py +362 -357
  24. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/autogui/virtualkey.py +102 -102
  25. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/autogui/wechat.py +827 -827
  26. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/autogui/wechat_msg.py +421 -421
  27. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/autogui/wxautolib.py +84 -84
  28. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/cv/__init__.py +5 -5
  29. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/cv/expert.py +267 -267
  30. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/cv/imfile.py +159 -159
  31. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/cv/imhash.py +39 -39
  32. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/cv/pupil.py +9 -9
  33. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/cv/rgbfmt.py +1525 -1525
  34. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/cv/slidercaptcha.py +137 -137
  35. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/cv/trackbartools.py +251 -251
  36. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/cv/xlcvlib.py +1040 -1040
  37. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/cv/xlpillib.py +423 -423
  38. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/data/echarts.py +240 -240
  39. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/data/jsonlib.py +89 -89
  40. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/data/oss.py +72 -72
  41. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/data/pglib.py +1127 -1127
  42. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/data/sqlite.py +568 -568
  43. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/data/sqllib.py +297 -297
  44. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/ext/JLineViewer.py +505 -505
  45. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/ext/__init__.py +6 -6
  46. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/ext/demolib.py +246 -246
  47. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/ext/drissionlib.py +277 -277
  48. pyxllib-0.3.200/pyxllib/ext/kq5034lib.py +12 -0
  49. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/ext/old.py +663 -663
  50. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/ext/qt.py +449 -449
  51. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/ext/robustprocfile.py +497 -497
  52. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/ext/seleniumlib.py +76 -76
  53. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/ext/tk.py +173 -173
  54. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/ext/unixlib.py +827 -827
  55. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/ext/utools.py +351 -351
  56. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/ext/webhook.py +124 -91
  57. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/ext/win32lib.py +40 -40
  58. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/ext/wjxlib.py +88 -88
  59. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/ext/wpsapi.py +124 -102
  60. pyxllib-0.3.200/pyxllib/ext/xlwork.py +9 -0
  61. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/ext/yuquelib.py +1105 -650
  62. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/__init__.py +17 -17
  63. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/docxlib.py +761 -761
  64. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/gitlib.py +309 -309
  65. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/libreoffice.py +165 -165
  66. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/movielib.py +148 -148
  67. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/newbie.py +10 -10
  68. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/onenotelib.py +1469 -1469
  69. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/packlib/__init__.py +330 -330
  70. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/packlib/zipfile.py +2441 -2441
  71. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/pdflib.py +426 -426
  72. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/pupil.py +185 -185
  73. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/specialist/__init__.py +685 -685
  74. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/specialist/dirlib.py +799 -799
  75. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/specialist/download.py +193 -193
  76. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/specialist/filelib.py +2829 -2829
  77. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/xlsxlib.py +3131 -3131
  78. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/file/xlsyncfile.py +341 -341
  79. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/__init__.py +5 -5
  80. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/cachetools.py +64 -64
  81. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/deprecatedlib.py +233 -233
  82. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/filelock.py +42 -42
  83. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/ipyexec.py +253 -253
  84. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/multiprogs.py +940 -938
  85. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/newbie.py +451 -451
  86. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/pupil.py +1197 -1197
  87. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/sitepackages.py +33 -33
  88. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/specialist/__init__.py +391 -391
  89. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/specialist/bc.py +203 -203
  90. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/specialist/browser.py +497 -497
  91. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/specialist/common.py +347 -347
  92. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/specialist/datetime.py +199 -134
  93. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/specialist/tictoc.py +240 -240
  94. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/specialist/xllog.py +180 -180
  95. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/prog/xlosenv.py +108 -108
  96. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/stdlib/__init__.py +17 -17
  97. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/stdlib/tablepyxl/__init__.py +10 -10
  98. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/stdlib/tablepyxl/style.py +303 -303
  99. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/stdlib/tablepyxl/tablepyxl.py +130 -130
  100. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/__init__.py +8 -8
  101. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/ahocorasick.py +39 -39
  102. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/airscript.js +744 -784
  103. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/charclasslib.py +121 -121
  104. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/jiebalib.py +267 -267
  105. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/jinjalib.py +32 -32
  106. pyxllib-0.3.200/pyxllib/text/jsa_ai_prompt.md +271 -0
  107. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/jscode.py +922 -918
  108. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/latex/__init__.py +158 -158
  109. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/levenshtein.py +303 -303
  110. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/nestenv.py +1215 -1215
  111. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/newbie.py +300 -300
  112. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/pupil/__init__.py +8 -8
  113. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/pupil/common.py +1121 -1121
  114. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/pupil/xlalign.py +326 -326
  115. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/pycode.py +47 -47
  116. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/specialist/__init__.py +8 -8
  117. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/specialist/common.py +112 -112
  118. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/specialist/ptag.py +186 -186
  119. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/spellchecker.py +172 -172
  120. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/templates/echart_base.html +10 -10
  121. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/templates/highlight_code.html +16 -16
  122. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/templates/latex_editor.html +102 -102
  123. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/vbacode.py +17 -17
  124. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/text/xmllib.py +747 -747
  125. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/xl.py +42 -39
  126. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/xlcv.py +17 -17
  127. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/__init__.py +5 -5
  128. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ai/__init__.py +5 -5
  129. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ai/clientlib.py +1292 -1292
  130. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ai/specialist.py +286 -286
  131. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ai/torch_app.py +172 -172
  132. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ai/xlpaddle.py +652 -652
  133. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ai/xltorch.py +705 -705
  134. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/data/__init__.py +11 -11
  135. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/data/coco.py +1325 -1325
  136. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/data/datacls.py +365 -365
  137. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/data/datasets.py +200 -200
  138. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/data/gptlib.py +1279 -1279
  139. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/data/icdar/__init__.py +96 -96
  140. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/data/icdar/rrc_evaluation_funcs_1_1.py +462 -462
  141. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/data/imtextline.py +473 -473
  142. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/data/labelme.py +866 -866
  143. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/data/removeline.py +179 -179
  144. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/data/specialist.py +57 -57
  145. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/data/tiktokenlib.py +43 -43
  146. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/eval/__init__.py +85 -85
  147. pyxllib-0.3.200/pyxlpr/openai2/LICENSE +202 -0
  148. pyxllib-0.3.200/pyxlpr/openai2/README.md +427 -0
  149. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/openai2/__init__.py +2 -2
  150. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/openai2/_core/chat.py +857 -857
  151. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/openai2/_core/chat_in_cmd.py +66 -66
  152. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/openai2/_core/group_chat.py +119 -119
  153. pyxllib-0.3.200/pyxlpr/openai2/art.json +4 -0
  154. pyxllib-0.3.200/pyxlpr/openai2/licenses/README.md +1 -0
  155. pyxllib-0.3.200/pyxlpr/openai2/licenses/openai/LICENSE +21 -0
  156. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/openai2/openai2.py +2 -2
  157. pyxllib-0.3.200/pyxlpr/openai2/pyproject.toml +22 -0
  158. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/paddleocr.py +776 -776
  159. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/__init__.py +15 -15
  160. pyxllib-0.3.200/pyxlpr/ppocr/configs/cls/cls_mv3.yml +95 -0
  161. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_cml.yml +204 -0
  162. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_distill.yml +175 -0
  163. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_dml.yml +178 -0
  164. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_student.yml +132 -0
  165. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/ch_ppocr_v2.0/ch_det_mv3_db_v2.0.yml +132 -0
  166. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/ch_ppocr_v2.0/ch_det_res18_db_v2.0.yml +131 -0
  167. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/ch_ppocr_v2.0/ch_det_res18_db_v2.0_2.yml +127 -0
  168. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/det_mv3_db.yml +131 -0
  169. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/det_mv3_db2.yml +128 -0
  170. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/det_mv3_east.yml +109 -0
  171. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/det_mv3_pse.yml +135 -0
  172. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/det_r50_vd_db.yml +128 -0
  173. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/det_r50_vd_east.yml +108 -0
  174. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/det_r50_vd_pse.yml +134 -0
  175. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/det_r50_vd_sast_icdar15.yml +109 -0
  176. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/det_r50_vd_sast_totaltext.yml +108 -0
  177. pyxllib-0.3.200/pyxlpr/ppocr/configs/det/det_res18_db_v2.0.yml +131 -0
  178. pyxllib-0.3.200/pyxlpr/ppocr/configs/e2e/e2e_r50_vd_pg.yml +114 -0
  179. pyxllib-0.3.200/pyxlpr/ppocr/configs/kie/kie_unet_sdmgr.yml +111 -0
  180. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/ch_PP-OCRv2/ch_PP-OCRv2_rec.yml +110 -0
  181. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/ch_PP-OCRv2/ch_PP-OCRv2_rec_distillation.yml +159 -0
  182. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/ch_PP-OCRv2/ch_PP-OCRv2_rec_enhanced_ctc_loss.yml +124 -0
  183. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/ch_ppocr_v2.0/rec_chinese_common_train_v2.0.yml +100 -0
  184. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/ch_ppocr_v2.0/rec_chinese_lite_train_v2.0.yml +102 -0
  185. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/configs/rec/multi_language/generate_multi_language_configs.py +226 -226
  186. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/multi_language/rec_arabic_lite_train.yml +110 -0
  187. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/multi_language/rec_cyrillic_lite_train.yml +110 -0
  188. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/multi_language/rec_devanagari_lite_train.yml +110 -0
  189. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/multi_language/rec_en_number_lite_train.yml +101 -0
  190. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/multi_language/rec_french_lite_train.yml +101 -0
  191. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/multi_language/rec_german_lite_train.yml +101 -0
  192. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/multi_language/rec_japan_lite_train.yml +101 -0
  193. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/multi_language/rec_korean_lite_train.yml +101 -0
  194. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/multi_language/rec_latin_lite_train.yml +110 -0
  195. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/multi_language/rec_multi_language_lite_train.yml +103 -0
  196. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/rec_icdar15_train.yml +99 -0
  197. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/rec_mtb_nrtr.yml +101 -0
  198. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/rec_mv3_none_bilstm_ctc.yml +95 -0
  199. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/rec_mv3_none_none_ctc.yml +94 -0
  200. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/rec_mv3_tps_bilstm_att.yml +101 -0
  201. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/rec_mv3_tps_bilstm_ctc.yml +99 -0
  202. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/rec_r31_sar.yml +98 -0
  203. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/rec_r34_vd_none_bilstm_ctc.yml +94 -0
  204. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/rec_r34_vd_none_none_ctc.yml +92 -0
  205. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/rec_r34_vd_tps_bilstm_att.yml +100 -0
  206. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/rec_r34_vd_tps_bilstm_ctc.yml +98 -0
  207. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/rec_r50_fpn_srn.yml +106 -0
  208. pyxllib-0.3.200/pyxlpr/ppocr/configs/rec/rec_resnet_stn_bilstm_att.yml +108 -0
  209. pyxllib-0.3.200/pyxlpr/ppocr/configs/table/table_mv3.yml +117 -0
  210. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/__init__.py +135 -135
  211. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/ColorJitter.py +26 -26
  212. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/__init__.py +67 -67
  213. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/copy_paste.py +170 -170
  214. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/east_process.py +437 -437
  215. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/gen_table_mask.py +243 -243
  216. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/iaa_augment.py +114 -114
  217. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/label_ops.py +789 -789
  218. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/make_border_map.py +184 -184
  219. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/make_pse_gt.py +106 -106
  220. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/make_shrink_map.py +126 -126
  221. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/operators.py +433 -433
  222. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/pg_process.py +906 -906
  223. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/randaugment.py +143 -143
  224. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/random_crop_data.py +238 -238
  225. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/rec_img_aug.py +533 -533
  226. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/sast_process.py +777 -777
  227. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/text_image_aug/__init__.py +17 -17
  228. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/text_image_aug/augment.py +119 -119
  229. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/imaug/text_image_aug/warp_mls.py +167 -167
  230. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/lmdb_dataset.py +115 -115
  231. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/pgnet_dataset.py +104 -104
  232. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/pubtab_dataset.py +107 -107
  233. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/data/simple_dataset.py +372 -372
  234. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/__init__.py +61 -61
  235. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/ace_loss.py +52 -52
  236. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/basic_loss.py +135 -135
  237. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/center_loss.py +88 -88
  238. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/cls_loss.py +30 -30
  239. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/combined_loss.py +67 -67
  240. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/det_basic_loss.py +208 -208
  241. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/det_db_loss.py +80 -80
  242. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/det_east_loss.py +63 -63
  243. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/det_pse_loss.py +149 -149
  244. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/det_sast_loss.py +121 -121
  245. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/distillation_loss.py +272 -272
  246. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/e2e_pg_loss.py +140 -140
  247. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/kie_sdmgr_loss.py +113 -113
  248. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/rec_aster_loss.py +99 -99
  249. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/rec_att_loss.py +39 -39
  250. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/rec_ctc_loss.py +44 -44
  251. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/rec_enhanced_ctc_loss.py +70 -70
  252. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/rec_nrtr_loss.py +30 -30
  253. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/rec_sar_loss.py +28 -28
  254. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/rec_srn_loss.py +47 -47
  255. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/losses/table_att_loss.py +108 -108
  256. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/metrics/__init__.py +44 -44
  257. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/metrics/cls_metric.py +45 -45
  258. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/metrics/det_metric.py +82 -82
  259. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/metrics/distillation_metric.py +73 -73
  260. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/metrics/e2e_metric.py +86 -86
  261. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/metrics/eval_det_iou.py +274 -274
  262. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/metrics/kie_metric.py +70 -70
  263. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/metrics/rec_metric.py +75 -75
  264. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/metrics/table_metric.py +50 -50
  265. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/architectures/__init__.py +32 -32
  266. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/architectures/base_model.py +88 -88
  267. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/architectures/distillation_model.py +60 -60
  268. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/backbones/__init__.py +54 -54
  269. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/backbones/det_mobilenet_v3.py +268 -268
  270. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/backbones/det_resnet_vd.py +246 -246
  271. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/backbones/det_resnet_vd_sast.py +284 -284
  272. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/backbones/e2e_resnet_vd_pg.py +265 -265
  273. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/backbones/kie_unet_sdmgr.py +186 -186
  274. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/backbones/rec_mobilenet_v3.py +138 -138
  275. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/backbones/rec_mv1_enhance.py +258 -258
  276. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/backbones/rec_nrtr_mtb.py +48 -48
  277. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/backbones/rec_resnet_31.py +210 -210
  278. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/backbones/rec_resnet_aster.py +143 -143
  279. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/backbones/rec_resnet_fpn.py +307 -307
  280. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/backbones/rec_resnet_vd.py +286 -286
  281. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/__init__.py +54 -54
  282. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/cls_head.py +52 -52
  283. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/det_db_head.py +118 -118
  284. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/det_east_head.py +121 -121
  285. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/det_pse_head.py +37 -37
  286. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/det_sast_head.py +127 -127
  287. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/e2e_pg_head.py +253 -253
  288. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/kie_sdmgr_head.py +206 -206
  289. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/multiheadAttention.py +163 -163
  290. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/rec_aster_head.py +392 -392
  291. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/rec_att_head.py +202 -202
  292. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/rec_ctc_head.py +88 -88
  293. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/rec_nrtr_head.py +826 -826
  294. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/rec_sar_head.py +402 -402
  295. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/rec_srn_head.py +280 -280
  296. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/self_attention.py +406 -406
  297. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/heads/table_att_head.py +246 -246
  298. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/necks/__init__.py +32 -32
  299. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/necks/db_fpn.py +111 -111
  300. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/necks/east_fpn.py +187 -187
  301. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/necks/fpn.py +138 -138
  302. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/necks/pg_fpn.py +314 -314
  303. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/necks/rnn.py +92 -92
  304. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/necks/sast_fpn.py +284 -284
  305. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/necks/table_fpn.py +110 -110
  306. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/transforms/__init__.py +28 -28
  307. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/transforms/stn.py +135 -135
  308. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/transforms/tps.py +308 -308
  309. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/modeling/transforms/tps_spatial_transformer.py +156 -156
  310. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/optimizer/__init__.py +61 -61
  311. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/optimizer/learning_rate.py +228 -228
  312. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/optimizer/lr_scheduler.py +49 -49
  313. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/optimizer/optimizer.py +160 -160
  314. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/optimizer/regularizer.py +52 -52
  315. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/postprocess/__init__.py +55 -55
  316. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/postprocess/cls_postprocess.py +33 -33
  317. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/postprocess/db_postprocess.py +234 -234
  318. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/postprocess/east_postprocess.py +143 -143
  319. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/postprocess/locality_aware_nms.py +199 -199
  320. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/postprocess/pg_postprocess.py +52 -52
  321. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/postprocess/pse_postprocess/__init__.py +14 -14
  322. pyxllib-0.3.200/pyxlpr/ppocr/postprocess/pse_postprocess/pse/README.md +6 -0
  323. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/postprocess/pse_postprocess/pse/__init__.py +29 -29
  324. pyxllib-0.3.200/pyxlpr/ppocr/postprocess/pse_postprocess/pse/pse.pyx +70 -0
  325. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/postprocess/pse_postprocess/pse/setup.py +14 -14
  326. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/postprocess/pse_postprocess/pse_postprocess.py +118 -118
  327. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/postprocess/rec_postprocess.py +654 -654
  328. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/postprocess/sast_postprocess.py +355 -355
  329. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/__init__.py +14 -14
  330. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/eval.py +83 -83
  331. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/export_center.py +77 -77
  332. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/export_model.py +129 -129
  333. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/infer/predict_cls.py +151 -151
  334. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/infer/predict_det.py +300 -300
  335. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/infer/predict_e2e.py +169 -169
  336. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/infer/predict_rec.py +414 -414
  337. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/infer/predict_system.py +204 -204
  338. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/infer/utility.py +629 -629
  339. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/infer_cls.py +83 -83
  340. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/infer_det.py +134 -134
  341. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/infer_e2e.py +122 -122
  342. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/infer_kie.py +153 -153
  343. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/infer_rec.py +146 -146
  344. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/infer_table.py +107 -107
  345. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/program.py +596 -596
  346. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/test_hubserving.py +117 -117
  347. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/train.py +163 -163
  348. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/tools/xlprog.py +748 -748
  349. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/EN_symbol_dict.txt +93 -93
  350. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/__init__.py +24 -24
  351. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/ar_dict.txt +117 -117
  352. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/arabic_dict.txt +162 -162
  353. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/be_dict.txt +145 -145
  354. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/bg_dict.txt +140 -140
  355. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/chinese_cht_dict.txt +8421 -8421
  356. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/cyrillic_dict.txt +163 -163
  357. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/devanagari_dict.txt +167 -167
  358. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/en_dict.txt +63 -63
  359. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/fa_dict.txt +136 -136
  360. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/french_dict.txt +136 -136
  361. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/german_dict.txt +143 -143
  362. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/hi_dict.txt +162 -162
  363. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/it_dict.txt +118 -118
  364. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/japan_dict.txt +4399 -4399
  365. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/ka_dict.txt +153 -153
  366. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/korean_dict.txt +3688 -3688
  367. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/latin_dict.txt +185 -185
  368. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/mr_dict.txt +153 -153
  369. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/ne_dict.txt +153 -153
  370. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/oc_dict.txt +96 -96
  371. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/pu_dict.txt +130 -130
  372. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/rs_dict.txt +91 -91
  373. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/rsc_dict.txt +134 -134
  374. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/ru_dict.txt +125 -125
  375. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/ta_dict.txt +128 -128
  376. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/table_dict.txt +277 -277
  377. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/table_structure_dict.txt +2759 -2759
  378. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/te_dict.txt +151 -151
  379. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/ug_dict.txt +114 -114
  380. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/uk_dict.txt +142 -142
  381. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/ur_dict.txt +137 -137
  382. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict/xi_dict.txt +110 -110
  383. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/dict90.txt +89 -89
  384. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/e2e_metric/Deteval.py +574 -574
  385. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/e2e_metric/polygon_fast.py +83 -83
  386. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/e2e_utils/extract_batchsize.py +87 -87
  387. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/e2e_utils/extract_textpoint_fast.py +457 -457
  388. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/e2e_utils/extract_textpoint_slow.py +592 -592
  389. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/e2e_utils/pgnet_pp_utils.py +162 -162
  390. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/e2e_utils/visual.py +162 -162
  391. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/en_dict.txt +95 -95
  392. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/gen_label.py +81 -81
  393. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/ic15_dict.txt +35 -35
  394. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/iou.py +54 -54
  395. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/logging.py +69 -69
  396. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/network.py +84 -84
  397. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/ppocr_keys_v1.txt +6622 -6622
  398. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/profiler.py +110 -110
  399. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/save_load.py +150 -150
  400. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/stats.py +72 -72
  401. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppocr/utils/utility.py +80 -80
  402. pyxllib-0.3.200/pyxlpr/ppstructure/README.md +140 -0
  403. pyxllib-0.3.200/pyxlpr/ppstructure/README_ch.md +137 -0
  404. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppstructure/__init__.py +13 -13
  405. pyxllib-0.3.200/pyxlpr/ppstructure/layout/README.md +141 -0
  406. pyxllib-0.3.200/pyxlpr/ppstructure/layout/README_ch.md +141 -0
  407. pyxllib-0.3.200/pyxlpr/ppstructure/layout/train_layoutparser_model.md +203 -0
  408. pyxllib-0.3.200/pyxlpr/ppstructure/layout/train_layoutparser_model_ch.md +203 -0
  409. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppstructure/predict_system.py +187 -187
  410. pyxllib-0.3.200/pyxlpr/ppstructure/table/README.md +116 -0
  411. pyxllib-0.3.200/pyxlpr/ppstructure/table/README_ch.md +126 -0
  412. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppstructure/table/__init__.py +13 -13
  413. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppstructure/table/eval_table.py +72 -72
  414. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppstructure/table/matcher.py +192 -192
  415. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppstructure/table/predict_structure.py +136 -136
  416. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppstructure/table/predict_table.py +221 -221
  417. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppstructure/table/table_metric/__init__.py +15 -15
  418. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppstructure/table/table_metric/parallel.py +51 -51
  419. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppstructure/table/table_metric/table_metric.py +247 -247
  420. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppstructure/table/tablepyxl/__init__.py +12 -12
  421. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppstructure/table/tablepyxl/style.py +282 -282
  422. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppstructure/table/tablepyxl/tablepyxl.py +117 -117
  423. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/ppstructure/utility.py +71 -71
  424. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/xlai.py +10 -10
  425. pyxllib-0.3.190/MANIFEST.in +0 -5
  426. pyxllib-0.3.190/PKG-INFO +0 -80
  427. pyxllib-0.3.190/README.md +0 -12
  428. pyxllib-0.3.190/pyxllib/ext/kq5034lib.py +0 -1270
  429. pyxllib-0.3.190/pyxllib.egg-info/PKG-INFO +0 -80
  430. pyxllib-0.3.190/pyxllib.egg-info/SOURCES.txt +0 -366
  431. pyxllib-0.3.190/pyxllib.egg-info/dependency_links.txt +0 -1
  432. pyxllib-0.3.190/pyxllib.egg-info/requires.txt +0 -54
  433. pyxllib-0.3.190/pyxllib.egg-info/top_level.txt +0 -2
  434. pyxllib-0.3.190/requirements.txt +0 -23
  435. pyxllib-0.3.190/setup.cfg +0 -4
  436. pyxllib-0.3.190/setup.py +0 -84
  437. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxllib/data/__init__.py +0 -0
  438. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/data/icdar/deteval.py +0 -0
  439. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/data/icdar/icdar2013.py +0 -0
  440. {pyxllib-0.3.190 → pyxllib-0.3.200}/pyxlpr/data/icdar/iou.py +0 -0
@@ -0,0 +1,16 @@
1
+ # PyCharm config dir
2
+ .idea/
3
+
4
+ # compile files
5
+ build/
6
+ dist/
7
+ *.egg-info/
8
+
9
+ # ingore file types
10
+ *.pyc
11
+ *.pyd
12
+ *.so
13
+ *.pkl
14
+ *.lock
15
+
16
+ /pyxllib/ext/wpsapi2.py
@@ -1,191 +1,191 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction, and
10
- distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by the copyright
13
- owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all other entities
16
- that control, are controlled by, or are under common control with that entity.
17
- For the purposes of this definition, "control" means (i) the power, direct or
18
- indirect, to cause the direction or management of such entity, whether by
19
- contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
20
- outstanding shares, or (iii) beneficial ownership of such entity.
21
-
22
- "You" (or "Your") shall mean an individual or Legal Entity exercising
23
- permissions granted by this License.
24
-
25
- "Source" form shall mean the preferred form for making modifications, including
26
- but not limited to software source code, documentation source, and configuration
27
- files.
28
-
29
- "Object" form shall mean any form resulting from mechanical transformation or
30
- translation of a Source form, including but not limited to compiled object code,
31
- generated documentation, and conversions to other media types.
32
-
33
- "Work" shall mean the work of authorship, whether in Source or Object form, made
34
- available under the License, as indicated by a copyright notice that is included
35
- in or attached to the work (an example is provided in the Appendix below).
36
-
37
- "Derivative Works" shall mean any work, whether in Source or Object form, that
38
- is based on (or derived from) the Work and for which the editorial revisions,
39
- annotations, elaborations, or other modifications represent, as a whole, an
40
- original work of authorship. For the purposes of this License, Derivative Works
41
- shall not include works that remain separable from, or merely link (or bind by
42
- name) to the interfaces of, the Work and Derivative Works thereof.
43
-
44
- "Contribution" shall mean any work of authorship, including the original version
45
- of the Work and any modifications or additions to that Work or Derivative Works
46
- thereof, that is intentionally submitted to Licensor for inclusion in the Work
47
- by the copyright owner or by an individual or Legal Entity authorized to submit
48
- on behalf of the copyright owner. For the purposes of this definition,
49
- "submitted" means any form of electronic, verbal, or written communication sent
50
- to the Licensor or its representatives, including but not limited to
51
- communication on electronic mailing lists, source code control systems, and
52
- issue tracking systems that are managed by, or on behalf of, the Licensor for
53
- the purpose of discussing and improving the Work, but excluding communication
54
- that is conspicuously marked or otherwise designated in writing by the copyright
55
- owner as "Not a Contribution."
56
-
57
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf
58
- of whom a Contribution has been received by Licensor and subsequently
59
- incorporated within the Work.
60
-
61
- 2. Grant of Copyright License.
62
-
63
- Subject to the terms and conditions of this License, each Contributor hereby
64
- grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
65
- irrevocable copyright license to reproduce, prepare Derivative Works of,
66
- publicly display, publicly perform, sublicense, and distribute the Work and such
67
- Derivative Works in Source or Object form.
68
-
69
- 3. Grant of Patent License.
70
-
71
- Subject to the terms and conditions of this License, each Contributor hereby
72
- grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
73
- irrevocable (except as stated in this section) patent license to make, have
74
- made, use, offer to sell, sell, import, and otherwise transfer the Work, where
75
- such license applies only to those patent claims licensable by such Contributor
76
- that are necessarily infringed by their Contribution(s) alone or by combination
77
- of their Contribution(s) with the Work to which such Contribution(s) was
78
- submitted. If You institute patent litigation against any entity (including a
79
- cross-claim or counterclaim in a lawsuit) alleging that the Work or a
80
- Contribution incorporated within the Work constitutes direct or contributory
81
- patent infringement, then any patent licenses granted to You under this License
82
- for that Work shall terminate as of the date such litigation is filed.
83
-
84
- 4. Redistribution.
85
-
86
- You may reproduce and distribute copies of the Work or Derivative Works thereof
87
- in any medium, with or without modifications, and in Source or Object form,
88
- provided that You meet the following conditions:
89
-
90
- You must give any other recipients of the Work or Derivative Works a copy of
91
- this License; and
92
- You must cause any modified files to carry prominent notices stating that You
93
- changed the files; and
94
- You must retain, in the Source form of any Derivative Works that You distribute,
95
- all copyright, patent, trademark, and attribution notices from the Source form
96
- of the Work, excluding those notices that do not pertain to any part of the
97
- Derivative Works; and
98
- If the Work includes a "NOTICE" text file as part of its distribution, then any
99
- Derivative Works that You distribute must include a readable copy of the
100
- attribution notices contained within such NOTICE file, excluding those notices
101
- that do not pertain to any part of the Derivative Works, in at least one of the
102
- following places: within a NOTICE text file distributed as part of the
103
- Derivative Works; within the Source form or documentation, if provided along
104
- with the Derivative Works; or, within a display generated by the Derivative
105
- Works, if and wherever such third-party notices normally appear. The contents of
106
- the NOTICE file are for informational purposes only and do not modify the
107
- License. You may add Your own attribution notices within Derivative Works that
108
- You distribute, alongside or as an addendum to the NOTICE text from the Work,
109
- provided that such additional attribution notices cannot be construed as
110
- modifying the License.
111
- You may add Your own copyright statement to Your modifications and may provide
112
- additional or different license terms and conditions for use, reproduction, or
113
- distribution of Your modifications, or for any such Derivative Works as a whole,
114
- provided Your use, reproduction, and distribution of the Work otherwise complies
115
- with the conditions stated in this License.
116
-
117
- 5. Submission of Contributions.
118
-
119
- Unless You explicitly state otherwise, any Contribution intentionally submitted
120
- for inclusion in the Work by You to the Licensor shall be under the terms and
121
- conditions of this License, without any additional terms or conditions.
122
- Notwithstanding the above, nothing herein shall supersede or modify the terms of
123
- any separate license agreement you may have executed with Licensor regarding
124
- such Contributions.
125
-
126
- 6. Trademarks.
127
-
128
- This License does not grant permission to use the trade names, trademarks,
129
- service marks, or product names of the Licensor, except as required for
130
- reasonable and customary use in describing the origin of the Work and
131
- reproducing the content of the NOTICE file.
132
-
133
- 7. Disclaimer of Warranty.
134
-
135
- Unless required by applicable law or agreed to in writing, Licensor provides the
136
- Work (and each Contributor provides its Contributions) on an "AS IS" BASIS,
137
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied,
138
- including, without limitation, any warranties or conditions of TITLE,
139
- NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are
140
- solely responsible for determining the appropriateness of using or
141
- redistributing the Work and assume any risks associated with Your exercise of
142
- permissions under this License.
143
-
144
- 8. Limitation of Liability.
145
-
146
- In no event and under no legal theory, whether in tort (including negligence),
147
- contract, or otherwise, unless required by applicable law (such as deliberate
148
- and grossly negligent acts) or agreed to in writing, shall any Contributor be
149
- liable to You for damages, including any direct, indirect, special, incidental,
150
- or consequential damages of any character arising as a result of this License or
151
- out of the use or inability to use the Work (including but not limited to
152
- damages for loss of goodwill, work stoppage, computer failure or malfunction, or
153
- any and all other commercial damages or losses), even if such Contributor has
154
- been advised of the possibility of such damages.
155
-
156
- 9. Accepting Warranty or Additional Liability.
157
-
158
- While redistributing the Work or Derivative Works thereof, You may choose to
159
- offer, and charge a fee for, acceptance of support, warranty, indemnity, or
160
- other liability obligations and/or rights consistent with this License. However,
161
- in accepting such obligations, You may act only on Your own behalf and on Your
162
- sole responsibility, not on behalf of any other Contributor, and only if You
163
- agree to indemnify, defend, and hold each Contributor harmless for any liability
164
- incurred by, or claims asserted against, such Contributor by reason of your
165
- accepting any such warranty or additional liability.
166
-
167
- END OF TERMS AND CONDITIONS
168
-
169
- APPENDIX: How to apply the Apache License to your work
170
-
171
- To apply the Apache License to your work, attach the following boilerplate
172
- notice, with the fields enclosed by brackets "{}" replaced with your own
173
- identifying information. (Don't include the brackets!) The text should be
174
- enclosed in the appropriate comment syntax for the file format. We also
175
- recommend that a file or class name and description of purpose be included on
176
- the same "printed page" as the copyright notice for easier identification within
177
- third-party archives.
178
-
179
- Copyright 2018 code4101
180
-
181
- Licensed under the Apache License, Version 2.0 (the "License");
182
- you may not use this file except in compliance with the License.
183
- You may obtain a copy of the License at
184
-
185
- http://www.apache.org/licenses/LICENSE-2.0
186
-
187
- Unless required by applicable law or agreed to in writing, software
188
- distributed under the License is distributed on an "AS IS" BASIS,
189
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
190
- See the License for the specific language governing permissions and
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction, and
10
+ distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright
13
+ owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all other entities
16
+ that control, are controlled by, or are under common control with that entity.
17
+ For the purposes of this definition, "control" means (i) the power, direct or
18
+ indirect, to cause the direction or management of such entity, whether by
19
+ contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
20
+ outstanding shares, or (iii) beneficial ownership of such entity.
21
+
22
+ "You" (or "Your") shall mean an individual or Legal Entity exercising
23
+ permissions granted by this License.
24
+
25
+ "Source" form shall mean the preferred form for making modifications, including
26
+ but not limited to software source code, documentation source, and configuration
27
+ files.
28
+
29
+ "Object" form shall mean any form resulting from mechanical transformation or
30
+ translation of a Source form, including but not limited to compiled object code,
31
+ generated documentation, and conversions to other media types.
32
+
33
+ "Work" shall mean the work of authorship, whether in Source or Object form, made
34
+ available under the License, as indicated by a copyright notice that is included
35
+ in or attached to the work (an example is provided in the Appendix below).
36
+
37
+ "Derivative Works" shall mean any work, whether in Source or Object form, that
38
+ is based on (or derived from) the Work and for which the editorial revisions,
39
+ annotations, elaborations, or other modifications represent, as a whole, an
40
+ original work of authorship. For the purposes of this License, Derivative Works
41
+ shall not include works that remain separable from, or merely link (or bind by
42
+ name) to the interfaces of, the Work and Derivative Works thereof.
43
+
44
+ "Contribution" shall mean any work of authorship, including the original version
45
+ of the Work and any modifications or additions to that Work or Derivative Works
46
+ thereof, that is intentionally submitted to Licensor for inclusion in the Work
47
+ by the copyright owner or by an individual or Legal Entity authorized to submit
48
+ on behalf of the copyright owner. For the purposes of this definition,
49
+ "submitted" means any form of electronic, verbal, or written communication sent
50
+ to the Licensor or its representatives, including but not limited to
51
+ communication on electronic mailing lists, source code control systems, and
52
+ issue tracking systems that are managed by, or on behalf of, the Licensor for
53
+ the purpose of discussing and improving the Work, but excluding communication
54
+ that is conspicuously marked or otherwise designated in writing by the copyright
55
+ owner as "Not a Contribution."
56
+
57
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf
58
+ of whom a Contribution has been received by Licensor and subsequently
59
+ incorporated within the Work.
60
+
61
+ 2. Grant of Copyright License.
62
+
63
+ Subject to the terms and conditions of this License, each Contributor hereby
64
+ grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
65
+ irrevocable copyright license to reproduce, prepare Derivative Works of,
66
+ publicly display, publicly perform, sublicense, and distribute the Work and such
67
+ Derivative Works in Source or Object form.
68
+
69
+ 3. Grant of Patent License.
70
+
71
+ Subject to the terms and conditions of this License, each Contributor hereby
72
+ grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
73
+ irrevocable (except as stated in this section) patent license to make, have
74
+ made, use, offer to sell, sell, import, and otherwise transfer the Work, where
75
+ such license applies only to those patent claims licensable by such Contributor
76
+ that are necessarily infringed by their Contribution(s) alone or by combination
77
+ of their Contribution(s) with the Work to which such Contribution(s) was
78
+ submitted. If You institute patent litigation against any entity (including a
79
+ cross-claim or counterclaim in a lawsuit) alleging that the Work or a
80
+ Contribution incorporated within the Work constitutes direct or contributory
81
+ patent infringement, then any patent licenses granted to You under this License
82
+ for that Work shall terminate as of the date such litigation is filed.
83
+
84
+ 4. Redistribution.
85
+
86
+ You may reproduce and distribute copies of the Work or Derivative Works thereof
87
+ in any medium, with or without modifications, and in Source or Object form,
88
+ provided that You meet the following conditions:
89
+
90
+ You must give any other recipients of the Work or Derivative Works a copy of
91
+ this License; and
92
+ You must cause any modified files to carry prominent notices stating that You
93
+ changed the files; and
94
+ You must retain, in the Source form of any Derivative Works that You distribute,
95
+ all copyright, patent, trademark, and attribution notices from the Source form
96
+ of the Work, excluding those notices that do not pertain to any part of the
97
+ Derivative Works; and
98
+ If the Work includes a "NOTICE" text file as part of its distribution, then any
99
+ Derivative Works that You distribute must include a readable copy of the
100
+ attribution notices contained within such NOTICE file, excluding those notices
101
+ that do not pertain to any part of the Derivative Works, in at least one of the
102
+ following places: within a NOTICE text file distributed as part of the
103
+ Derivative Works; within the Source form or documentation, if provided along
104
+ with the Derivative Works; or, within a display generated by the Derivative
105
+ Works, if and wherever such third-party notices normally appear. The contents of
106
+ the NOTICE file are for informational purposes only and do not modify the
107
+ License. You may add Your own attribution notices within Derivative Works that
108
+ You distribute, alongside or as an addendum to the NOTICE text from the Work,
109
+ provided that such additional attribution notices cannot be construed as
110
+ modifying the License.
111
+ You may add Your own copyright statement to Your modifications and may provide
112
+ additional or different license terms and conditions for use, reproduction, or
113
+ distribution of Your modifications, or for any such Derivative Works as a whole,
114
+ provided Your use, reproduction, and distribution of the Work otherwise complies
115
+ with the conditions stated in this License.
116
+
117
+ 5. Submission of Contributions.
118
+
119
+ Unless You explicitly state otherwise, any Contribution intentionally submitted
120
+ for inclusion in the Work by You to the Licensor shall be under the terms and
121
+ conditions of this License, without any additional terms or conditions.
122
+ Notwithstanding the above, nothing herein shall supersede or modify the terms of
123
+ any separate license agreement you may have executed with Licensor regarding
124
+ such Contributions.
125
+
126
+ 6. Trademarks.
127
+
128
+ This License does not grant permission to use the trade names, trademarks,
129
+ service marks, or product names of the Licensor, except as required for
130
+ reasonable and customary use in describing the origin of the Work and
131
+ reproducing the content of the NOTICE file.
132
+
133
+ 7. Disclaimer of Warranty.
134
+
135
+ Unless required by applicable law or agreed to in writing, Licensor provides the
136
+ Work (and each Contributor provides its Contributions) on an "AS IS" BASIS,
137
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied,
138
+ including, without limitation, any warranties or conditions of TITLE,
139
+ NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are
140
+ solely responsible for determining the appropriateness of using or
141
+ redistributing the Work and assume any risks associated with Your exercise of
142
+ permissions under this License.
143
+
144
+ 8. Limitation of Liability.
145
+
146
+ In no event and under no legal theory, whether in tort (including negligence),
147
+ contract, or otherwise, unless required by applicable law (such as deliberate
148
+ and grossly negligent acts) or agreed to in writing, shall any Contributor be
149
+ liable to You for damages, including any direct, indirect, special, incidental,
150
+ or consequential damages of any character arising as a result of this License or
151
+ out of the use or inability to use the Work (including but not limited to
152
+ damages for loss of goodwill, work stoppage, computer failure or malfunction, or
153
+ any and all other commercial damages or losses), even if such Contributor has
154
+ been advised of the possibility of such damages.
155
+
156
+ 9. Accepting Warranty or Additional Liability.
157
+
158
+ While redistributing the Work or Derivative Works thereof, You may choose to
159
+ offer, and charge a fee for, acceptance of support, warranty, indemnity, or
160
+ other liability obligations and/or rights consistent with this License. However,
161
+ in accepting such obligations, You may act only on Your own behalf and on Your
162
+ sole responsibility, not on behalf of any other Contributor, and only if You
163
+ agree to indemnify, defend, and hold each Contributor harmless for any liability
164
+ incurred by, or claims asserted against, such Contributor by reason of your
165
+ accepting any such warranty or additional liability.
166
+
167
+ END OF TERMS AND CONDITIONS
168
+
169
+ APPENDIX: How to apply the Apache License to your work
170
+
171
+ To apply the Apache License to your work, attach the following boilerplate
172
+ notice, with the fields enclosed by brackets "{}" replaced with your own
173
+ identifying information. (Don't include the brackets!) The text should be
174
+ enclosed in the appropriate comment syntax for the file format. We also
175
+ recommend that a file or class name and description of purpose be included on
176
+ the same "printed page" as the copyright notice for easier identification within
177
+ third-party archives.
178
+
179
+ Copyright 2018 code4101
180
+
181
+ Licensed under the Apache License, Version 2.0 (the "License");
182
+ you may not use this file except in compliance with the License.
183
+ You may obtain a copy of the License at
184
+
185
+ http://www.apache.org/licenses/LICENSE-2.0
186
+
187
+ Unless required by applicable law or agreed to in writing, software
188
+ distributed under the License is distributed on an "AS IS" BASIS,
189
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
190
+ See the License for the specific language governing permissions and
191
191
  limitations under the License.
@@ -0,0 +1,48 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyxllib
3
+ Version: 0.3.200
4
+ Summary: 厦门理工模式识别团队通用python代码工具库
5
+ Project-URL: Homepage, https://github.com/XLPRUtils/pyxllib
6
+ Author-email: code4101 <877362867@qq.com>
7
+ License-File: LICENSE
8
+ Classifier: License :: OSI Approved :: Apache Software License
9
+ Classifier: Operating System :: OS Independent
10
+ Classifier: Programming Language :: Python :: 3
11
+ Requires-Python: <3.13,>=3.6
12
+ Requires-Dist: arrow
13
+ Requires-Dist: beautifulsoup4
14
+ Requires-Dist: charset-normalizer
15
+ Requires-Dist: decorator
16
+ Requires-Dist: deprecated
17
+ Requires-Dist: envariable
18
+ Requires-Dist: fire
19
+ Requires-Dist: humanfriendly
20
+ Requires-Dist: jinja2
21
+ Requires-Dist: loguru
22
+ Requires-Dist: lxml
23
+ Requires-Dist: more-itertools
24
+ Requires-Dist: numpy
25
+ Requires-Dist: pandas>=0.23.4
26
+ Requires-Dist: pillow
27
+ Requires-Dist: pympler
28
+ Requires-Dist: pyperclip
29
+ Requires-Dist: pyyaml
30
+ Requires-Dist: qiniu
31
+ Requires-Dist: requests
32
+ Requires-Dist: tqdm
33
+ Requires-Dist: ujson
34
+ Requires-Dist: xlrd
35
+ Description-Content-Type: text/markdown
36
+
37
+
38
+ # 1 安装
39
+
40
+ ```
41
+ pip install pyxllib
42
+ ```
43
+
44
+ 更多介绍: https://www.yuque.com/xlpr/pyxllib/install
45
+
46
+ # 2 文档
47
+
48
+ 文档都在语雀: https://www.yuque.com/xlpr/pyxllib
@@ -0,0 +1,12 @@
1
+
2
+ # 1 安装
3
+
4
+ ```
5
+ pip install pyxllib
6
+ ```
7
+
8
+ 更多介绍: https://www.yuque.com/xlpr/pyxllib/install
9
+
10
+ # 2 文档
11
+
12
+ 文档都在语雀: https://www.yuque.com/xlpr/pyxllib
@@ -0,0 +1,58 @@
1
+ [project]
2
+ name = "pyxllib"
3
+ version = "0.3.200"
4
+ description = "厦门理工模式识别团队通用python代码工具库"
5
+ readme = "README.md"
6
+ authors = [
7
+ { name = "code4101", email = "877362867@qq.com" },
8
+ ]
9
+ requires-python = ">=3.6, <3.13" # 3.6可以兼容大部分功能,但并不保证所有功能都可用
10
+ classifiers = [
11
+ "Programming Language :: Python :: 3",
12
+ "Operating System :: OS Independent",
13
+ "License :: OSI Approved :: Apache Software License",
14
+ ]
15
+ dependencies = [
16
+ "arrow",
17
+ "charset-normalizer",
18
+ "requests",
19
+ "qiniu",
20
+ "pyyaml",
21
+ "loguru",
22
+ "humanfriendly",
23
+ "tqdm",
24
+ "ujson",
25
+ "Deprecated",
26
+ "pyperclip",
27
+ "envariable",
28
+ "decorator",
29
+ "more-itertools",
30
+ "fire",
31
+ "xlrd",
32
+ "pympler",
33
+ "lxml",
34
+ "beautifulsoup4",
35
+ "numpy",
36
+ "Jinja2",
37
+ "pandas>=0.23.4",
38
+ "pillow",
39
+ ]
40
+
41
+ [project.urls]
42
+ Homepage = "https://github.com/XLPRUtils/pyxllib"
43
+
44
+ [build-system]
45
+ requires = ["hatchling"]
46
+ build-backend = "hatchling.build"
47
+
48
+ [tool.hatch.build]
49
+ exclude = [
50
+ ".github",
51
+ ".gitignore",
52
+ ".gitattributes",
53
+ ]
54
+
55
+ [tool.uv]
56
+ index-url = "https://pypi.tuna.tsinghua.edu.cn/simple"
57
+ dev-dependencies = [
58
+ ]
@@ -1,21 +1,21 @@
1
- #!/usr/bin/env python3
2
- # -*- coding: utf-8 -*-
3
- # @Author : 陈坤泽
4
- # @Email : 877362867@qq.com
5
- # @Date : 2020/05/30 10:00
6
-
7
-
8
- """
9
- 厦门理工模式识别团队通用python代码工具库
10
-
11
- 注意为了避免循环嵌套引用,代码逻辑清晰,请尽量不要在此文件写代码
12
-
13
- 文档:https://www.yuque.com/xlpr/pyxllib/home/edit
14
- """
15
-
16
- import sys
17
-
18
- if sys.version_info.major == 3 and sys.version_info.minor >= 8:
19
- import importlib.metadata
20
-
21
- version = importlib.metadata.version('pyxllib')
1
+ #!/usr/bin/env python3
2
+ # -*- coding: utf-8 -*-
3
+ # @Author : 陈坤泽
4
+ # @Email : 877362867@qq.com
5
+ # @Date : 2020/05/30 10:00
6
+
7
+
8
+ """
9
+ 厦门理工模式识别团队通用python代码工具库
10
+
11
+ 注意为了避免循环嵌套引用,代码逻辑清晰,请尽量不要在此文件写代码
12
+
13
+ 文档:https://www.yuque.com/xlpr/pyxllib/home/edit
14
+ """
15
+
16
+ import sys
17
+
18
+ if sys.version_info.major == 3 and sys.version_info.minor >= 8:
19
+ import importlib.metadata
20
+
21
+ version = importlib.metadata.version('pyxllib')
@@ -1,8 +1,8 @@
1
- #!/usr/bin/env python3
2
- # -*- coding: utf-8 -*-
3
- # @Author : 陈坤泽
4
- # @Email : 877362867@qq.com
5
- # @Date : 2021/06/03 14:21
6
-
7
- """ 算法功能库 """
8
-
1
+ #!/usr/bin/env python3
2
+ # -*- coding: utf-8 -*-
3
+ # @Author : 陈坤泽
4
+ # @Email : 877362867@qq.com
5
+ # @Date : 2021/06/03 14:21
6
+
7
+ """ 算法功能库 """
8
+