pyeasyphd 0.3.31__tar.gz → 0.4.0__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.
Potentially problematic release.
This version of pyeasyphd might be problematic. Click here for more details.
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/PKG-INFO +1 -1
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/scripts/run_search.py +3 -3
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/tools/generate/generate_library.py +3 -3
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/tools/search/search_keywords.py +7 -7
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyproject.toml +1 -1
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/LICENSE +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/README.md +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/.python-version +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/Main.sublime-menu +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/__init__.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/data/templates/csl/apa-no-ampersand.csl +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/data/templates/csl/apa.csl +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/data/templates/csl/ieee.csl +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/data/templates/tex/Article.tex +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/data/templates/tex/Article_Header.tex +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/data/templates/tex/Article_Tail.tex +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/data/templates/tex/Beamer_Header.tex +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/data/templates/tex/Beamer_Tail.tex +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/data/templates/tex/Style.tex +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/data/templates/tex/TEVC_Header.tex +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/data/templates/tex/TEVC_Tail.tex +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/data/templates/tex/eisvogel.tex +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/data/templates/tex/math.tex +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/data/templates/tex/math_commands.tex +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/data/templates/tex/nextaimathmacros.sty +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/main/__init__.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/main/basic_input.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/main/pandoc_md_to.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/main/python_run_md.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/main/python_run_tex.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/pyeasyphd.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/pyeasyphd.sublime-settings +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/scripts/__init__.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/scripts/_base.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/scripts/run_article_md.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/scripts/run_article_tex.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/scripts/run_beamer_tex.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/scripts/run_compare.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/scripts/run_format.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/scripts/run_generate.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/scripts/run_replace.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/tools/__init__.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/tools/generate/generate_html.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/tools/generate/generate_links.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/tools/search/data.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/tools/search/search_base.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/tools/search/search_core.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/tools/search/search_writers.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/tools/search/utils.py +0 -0
- {pyeasyphd-0.3.31 → pyeasyphd-0.4.0}/pyeasyphd/utils/utils.py +0 -0
|
@@ -56,7 +56,7 @@ def run_search_for_screen(
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
# Execute searches across different bibliography sources
|
|
59
|
-
_execute_searches(options, "", path_spidered_bibs, path_spidering_bibs)
|
|
59
|
+
_execute_searches(options, "", path_spidered_bibs, path_spidering_bibs, True, True)
|
|
60
60
|
|
|
61
61
|
return None
|
|
62
62
|
|
|
@@ -69,7 +69,7 @@ def run_search_for_files(
|
|
|
69
69
|
path_spidering_bibs: str,
|
|
70
70
|
path_conf_j_jsons: str,
|
|
71
71
|
search_in_spidered_bibs: bool = False,
|
|
72
|
-
search_in_spidering_bibs: bool =
|
|
72
|
+
search_in_spidering_bibs: bool = True,
|
|
73
73
|
options: Optional[dict] = None
|
|
74
74
|
) -> None:
|
|
75
75
|
"""
|
|
@@ -134,7 +134,7 @@ def _execute_searches(
|
|
|
134
134
|
path_spidered_bibs: str,
|
|
135
135
|
path_spidering_bibs: str,
|
|
136
136
|
search_in_spidered_bibs: bool = False,
|
|
137
|
-
search_in_spidering_bibs: bool =
|
|
137
|
+
search_in_spidering_bibs: bool = True,
|
|
138
138
|
) -> None:
|
|
139
139
|
"""
|
|
140
140
|
Execute searches across different bibliography sources.
|
|
@@ -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["
|
|
39
|
-
_options["
|
|
40
|
-
_options["
|
|
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_["
|
|
49
|
-
options_["
|
|
50
|
-
options_["
|
|
51
|
-
options_["is_sort_entry_fields"] = True # default is
|
|
52
|
-
options_["
|
|
53
|
-
options_["sort_entries_by_field_keys_reverse"] = True # default is
|
|
54
|
-
options_["generate_entry_cite_keys"] = True # default is
|
|
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"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|