pyeasyphd 0.3.30__py3-none-any.whl → 0.3.32__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.

@@ -207,7 +207,7 @@ def run_compare_after_search(
207
207
  download_bib = _download_bib_from_local(path_main_output, keywords_type)
208
208
 
209
209
  # Generate comparison output path and run comparison
210
- path_output = os.path.join(path_main_output, "comparison_new")
210
+ path_output = os.path.join(path_main_output, "Compared")
211
211
  compare_bibs_with_zotero(zotero_bib, download_bib, path_output, options)
212
212
 
213
213
  return None
@@ -35,9 +35,9 @@ def generate_library_by_filters(
35
35
  # middlewares_library_to_library.py
36
36
  _options["generate_entry_cite_keys"] = False # default is False
37
37
  _options["function_common_again"] = False # default is True
38
- _options["function_common_again_abbr"] = False # default is True
39
- _options["function_common_again_zotero"] = False # default is True
40
- _options["function_common_again_save"] = False # default is True
38
+ _options["function_common_again_for_abbr"] = False # default is True
39
+ _options["function_common_again_for_zotero"] = False # default is True
40
+ _options["function_common_again_for_save"] = False # default is True
41
41
 
42
42
  # convert_library_to_str.py
43
43
  # middlewares_library_to_str.py
@@ -45,13 +45,13 @@ class Searchkeywords(object):
45
45
  options_["is_standardize_bib"] = False # default is True
46
46
  options_["choose_abbr_zotero_save"] = "save" # default is "save"
47
47
  options_["function_common_again"] = True # default is True
48
- options_["function_common_again_abbr"] = False # default is True
49
- options_["function_common_again_zotero"] = False # default is True
50
- options_["function_common_again_save"] = False # default is True
51
- options_["is_sort_entry_fields"] = True # default is False
52
- options_["is_sort_entries_by_field_keys"] = True # default is False
53
- options_["sort_entries_by_field_keys_reverse"] = True # default is False
54
- options_["generate_entry_cite_keys"] = True # default is False
48
+ options_["function_common_again_for_abbr"] = False # default is True
49
+ options_["function_common_again_for_zotero"] = False # default is True
50
+ options_["function_common_again_for_save"] = False # default is True
51
+ options_["is_sort_entry_fields"] = True # default is True
52
+ options_["is_sort_blocks"] = True # default is True
53
+ options_["sort_entries_by_field_keys_reverse"] = True # default is True
54
+ options_["generate_entry_cite_keys"] = True # default is True
55
55
 
56
56
  options_["default_keywords_dict"] = obtain_search_keywords()
57
57
  options_["default_search_field_list"] = ["title", "abstract"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyeasyphd
3
- Version: 0.3.30
3
+ Version: 0.3.32
4
4
  Summary: pyeasyphd
5
5
  License: GPL-3.0-or-later
6
6
  License-File: LICENSE
@@ -33,21 +33,21 @@ pyeasyphd/scripts/run_compare.py,sha256=6UfsAjy9giKTIhvgW2gRbfETkc29_KSV4KyMi1ub
33
33
  pyeasyphd/scripts/run_format.py,sha256=P1h--AKWblRhbdf1IDmLuu54mbFBFwgGxpGpdLEpZI4,2972
34
34
  pyeasyphd/scripts/run_generate.py,sha256=i8J3X3zn2QMuKUshu3FGpaq4kPw_P7TVXU46Wy_mZ8s,8549
35
35
  pyeasyphd/scripts/run_replace.py,sha256=IyH12rM1QRIDDFsFnHV2ZAa5oocsD9-1llXJHhD32Ck,1368
36
- pyeasyphd/scripts/run_search.py,sha256=x8SiIuxxx9gWqmDLn4jUinmLhYN0Lmfzre9R9ykPv6k,10607
36
+ pyeasyphd/scripts/run_search.py,sha256=ny3v8NOHZ5aXlAPX8t7HQs2BSsOeCPLOx9knJexo1-M,10601
37
37
  pyeasyphd/tools/__init__.py,sha256=u1MZu_JjVac3HhEmcSTwroS83UVu0W5Vspy3Wu_-GH8,496
38
38
  pyeasyphd/tools/generate/generate_from_bibs.py,sha256=Dp1MyADwIRb9qFTFOkMPJLaeeh7NBjuiSLBN7smP2eo,7640
39
39
  pyeasyphd/tools/generate/generate_html.py,sha256=JzUEqgTVCaFzd4hXTYUEf0cVSO1QRe0nVUS72W6oyyU,5349
40
- pyeasyphd/tools/generate/generate_library.py,sha256=cU043qWCG4CSITuJpyYECdSzWcNCJ5nlRoq1k-0f4p8,7918
40
+ pyeasyphd/tools/generate/generate_library.py,sha256=AihCJVFMRJExlpWDQVqvBczOwmbmXqGzGU4cL-5s0F4,7930
41
41
  pyeasyphd/tools/generate/generate_links.py,sha256=_tsiFSKXM3-k7oDIBt-y9wpXY5Yb7DlYv5cwYvajwJY,15891
42
42
  pyeasyphd/tools/py_run_bib_md_tex.py,sha256=zEWy7yglVU9hscrHnWmkPy2qvDOjU3KS97VK645W_Yw,17358
43
43
  pyeasyphd/tools/search/data.py,sha256=ykFEd8Tc04dupiG9Y8viOcEe5g56LCaMH-0KwbV4vt4,10306
44
44
  pyeasyphd/tools/search/search_base.py,sha256=JR80m72UBJu__CWV1KP7ixPhK1uDyApPhDaExrlzfKM,5950
45
45
  pyeasyphd/tools/search/search_core.py,sha256=Ks_dK69dRfOelaoK_B3fLvmLA9qONgZNb9OxI5HG_V0,17352
46
- pyeasyphd/tools/search/search_keywords.py,sha256=YCurXuoYeU1ftve0cb8Hcn_g2FXCXf7Zn8EdFZZCBy8,10855
46
+ pyeasyphd/tools/search/search_keywords.py,sha256=tUEKsCqiaUHEyRa23wzDLri3puAWrNKhnpZKaeYgdeY,10848
47
47
  pyeasyphd/tools/search/search_writers.py,sha256=Dz6D8m17R7x8NT7_PCjwmzlq29AfUz-N6sjyCguDTo4,15702
48
48
  pyeasyphd/tools/search/utils.py,sha256=bo7xtIZu31dQvjol1lwyWq1t6ldbw28oondwK8VbAqk,7562
49
49
  pyeasyphd/utils/utils.py,sha256=kWxzzgNwz77K9Q7j-RKTaoPpxqiVLVtaBMMhLuEenwE,3128
50
- pyeasyphd-0.3.30.dist-info/METADATA,sha256=lLvETGugUQz66V4xrSCOHueQkwXeLPY0VqlreAYnKC4,1470
51
- pyeasyphd-0.3.30.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
52
- pyeasyphd-0.3.30.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
53
- pyeasyphd-0.3.30.dist-info/RECORD,,
50
+ pyeasyphd-0.3.32.dist-info/METADATA,sha256=1yS7vmQu7OXkKfTdrNu4QnymvUTuigXQxdnBS8Anjl4,1470
51
+ pyeasyphd-0.3.32.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
52
+ pyeasyphd-0.3.32.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
53
+ pyeasyphd-0.3.32.dist-info/RECORD,,