pyeasyphd 0.0.4__py3-none-any.whl → 0.0.5__py3-none-any.whl
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.
Potentially problematic release.
This version of pyeasyphd might be problematic. Click here for more details.
|
@@ -305,7 +305,7 @@ class SearchResultsCore(BasicInput):
|
|
|
305
305
|
|
|
306
306
|
for d in delete_folder_list:
|
|
307
307
|
for field in self.search_field_list:
|
|
308
|
-
path_delete = os.path.join(p_separate, rf"{
|
|
308
|
+
path_delete = os.path.join(p_separate, keywords_type, rf"{field}-md-{d}")
|
|
309
309
|
if os.path.exists(path_delete):
|
|
310
310
|
shutil.rmtree(path_delete)
|
|
311
311
|
|
|
@@ -73,7 +73,7 @@ class WriteInitialResult(object):
|
|
|
73
73
|
_python_writer.write_to_file(data_list[i], file_name, "w", path_write)
|
|
74
74
|
|
|
75
75
|
# pandoc md to generate md file
|
|
76
|
-
path_bib = f"{
|
|
76
|
+
path_bib = os.path.join(path_write, f"{file_prefix}{mid_list[2]}.bib") # bib_for_abbr
|
|
77
77
|
data_list_pandoc_md = self._pandoc_md_to.pandoc_md_to_md(
|
|
78
78
|
path_bib,
|
|
79
79
|
path_write,
|
|
@@ -67,14 +67,14 @@ pyeasyphd/tools/py_run_bib_md_tex.py,sha256=lc6JqfXeJSMA8icTJTC7X1pq4tgurOaXq9f0
|
|
|
67
67
|
pyeasyphd/tools/replace/replace.py,sha256=wXdO72PpqZ-Iyzq5AjVCIpx8h2d1YCTiWY9VSbQAVvs,3337
|
|
68
68
|
pyeasyphd/tools/search/data.py,sha256=7uHXfHTcn88zkfqAGZMNcSd2OjS2LhkpE9paNuSUUqw,10754
|
|
69
69
|
pyeasyphd/tools/search/search_base.py,sha256=Q8IWqVLk-rGZwRZ316WkZNs0qyF7PVHP6lx6Ul5mLKI,4507
|
|
70
|
-
pyeasyphd/tools/search/search_core.py,sha256=
|
|
70
|
+
pyeasyphd/tools/search/search_core.py,sha256=Gn_9vWojSn4Pg5jOaN54Kiv1osW3TM6D3SvZ53Xk9-Y,13782
|
|
71
71
|
pyeasyphd/tools/search/search_keywords.py,sha256=O_ivQzElsjujTHqU0Sxw4w4v3VwcN560HcoBhS1B3WA,10430
|
|
72
|
-
pyeasyphd/tools/search/search_writers.py,sha256=
|
|
72
|
+
pyeasyphd/tools/search/search_writers.py,sha256=qP6UE_oK2LKriP7kfoDR4j8p7MlV09zdK7LnXHHB1_8,12564
|
|
73
73
|
pyeasyphd/tools/search/utils.py,sha256=yLKrMmM2x-fHdm6P8haFZzagd9sLkViTdwJTHyGRgXY,6092
|
|
74
74
|
pyeasyphd/tools/spider/process_spider_bib.py,sha256=p1UNUaLAxMZPYtuwjNi20e1ms--cyjlB7CIZFP3SX6U,10443
|
|
75
75
|
pyeasyphd/tools/spider/process_spider_url.py,sha256=YKG4GER5TiFDjyk94n1ocUQ8bM7ZvXImx0lKNvnyVC4,2970
|
|
76
76
|
pyeasyphd/tools/spider/process_spider_url_bib.py,sha256=1b0FnUlTt5BzaOqFZJmnY5gnAhdD4pbQolHR1e3wiyE,2705
|
|
77
77
|
pyeasyphd/utils/utils.py,sha256=yuHy6D2mTsd2aAwNBSMC7CU4LV-MkWwzKeO_0Iehbyg,1655
|
|
78
|
-
pyeasyphd-0.0.
|
|
79
|
-
pyeasyphd-0.0.
|
|
80
|
-
pyeasyphd-0.0.
|
|
78
|
+
pyeasyphd-0.0.5.dist-info/METADATA,sha256=OLfqsS9SEDB7k9-kU8hD_egVQHpxqRL5grdJl_Cnn9U,1043
|
|
79
|
+
pyeasyphd-0.0.5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
80
|
+
pyeasyphd-0.0.5.dist-info/RECORD,,
|
|
File without changes
|