pyeasyphd 0.3.29__tar.gz → 0.3.31__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.29 → pyeasyphd-0.3.31}/PKG-INFO +1 -1
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/scripts/run_search.py +13 -13
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyproject.toml +1 -1
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/LICENSE +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/README.md +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/.python-version +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/Main.sublime-menu +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/__init__.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/data/templates/csl/apa-no-ampersand.csl +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/data/templates/csl/apa.csl +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/data/templates/csl/ieee.csl +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/data/templates/tex/Article.tex +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/data/templates/tex/Article_Header.tex +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/data/templates/tex/Article_Tail.tex +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/data/templates/tex/Beamer_Header.tex +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/data/templates/tex/Beamer_Tail.tex +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/data/templates/tex/Style.tex +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/data/templates/tex/TEVC_Header.tex +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/data/templates/tex/TEVC_Tail.tex +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/data/templates/tex/eisvogel.tex +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/data/templates/tex/math.tex +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/data/templates/tex/math_commands.tex +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/data/templates/tex/nextaimathmacros.sty +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/main/__init__.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/main/basic_input.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/main/pandoc_md_to.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/main/python_run_md.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/main/python_run_tex.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/pyeasyphd.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/pyeasyphd.sublime-settings +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/scripts/__init__.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/scripts/_base.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/scripts/run_article_md.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/scripts/run_article_tex.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/scripts/run_beamer_tex.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/scripts/run_compare.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/scripts/run_format.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/scripts/run_generate.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/scripts/run_replace.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/tools/__init__.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/tools/generate/generate_html.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/tools/generate/generate_library.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/tools/generate/generate_links.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/tools/search/data.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/tools/search/search_base.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/tools/search/search_core.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/tools/search/search_keywords.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/tools/search/search_writers.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/tools/search/utils.py +0 -0
- {pyeasyphd-0.3.29 → pyeasyphd-0.3.31}/pyeasyphd/utils/utils.py +0 -0
|
@@ -68,8 +68,8 @@ def run_search_for_files(
|
|
|
68
68
|
path_spidered_bibs: str,
|
|
69
69
|
path_spidering_bibs: str,
|
|
70
70
|
path_conf_j_jsons: str,
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
search_in_spidered_bibs: bool = False,
|
|
72
|
+
search_in_spidering_bibs: bool = False,
|
|
73
73
|
options: Optional[dict] = None
|
|
74
74
|
) -> None:
|
|
75
75
|
"""
|
|
@@ -82,8 +82,8 @@ def run_search_for_files(
|
|
|
82
82
|
path_spidered_bibs: Path to spidered bibliography files
|
|
83
83
|
path_spidering_bibs: Path to spidering bibliography files
|
|
84
84
|
path_conf_j_jsons: Path to conferences/journals JSON files
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
search_in_spidered_bibs: Whether to search in spidered bibliography files
|
|
86
|
+
search_in_spidering_bibs: Whether to search in spidering bibliography files
|
|
87
87
|
options: Additional search options to override defaults
|
|
88
88
|
"""
|
|
89
89
|
# Initialize options dictionary if not provided
|
|
@@ -121,8 +121,8 @@ def run_search_for_files(
|
|
|
121
121
|
path_main_output,
|
|
122
122
|
path_spidered_bibs,
|
|
123
123
|
path_spidering_bibs,
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
search_in_spidered_bibs, # Flag to control spidered bibliography search
|
|
125
|
+
search_in_spidering_bibs # Flag to control spidering bibliography search
|
|
126
126
|
)
|
|
127
127
|
|
|
128
128
|
return None
|
|
@@ -133,8 +133,8 @@ def _execute_searches(
|
|
|
133
133
|
path_main_output: str,
|
|
134
134
|
path_spidered_bibs: str,
|
|
135
135
|
path_spidering_bibs: str,
|
|
136
|
-
|
|
137
|
-
|
|
136
|
+
search_in_spidered_bibs: bool = False,
|
|
137
|
+
search_in_spidering_bibs: bool = False,
|
|
138
138
|
) -> None:
|
|
139
139
|
"""
|
|
140
140
|
Execute searches across different bibliography sources.
|
|
@@ -144,12 +144,12 @@ def _execute_searches(
|
|
|
144
144
|
path_main_output: Base path for search results output
|
|
145
145
|
path_spidered_bibs: Path to spidered bibliography files
|
|
146
146
|
path_spidering_bibs: Path to spidering bibliography files
|
|
147
|
-
|
|
148
|
-
|
|
147
|
+
search_in_spidered_bibs: Whether to search in spidered bibliography files
|
|
148
|
+
search_in_spidering_bibs: Whether to search in spidering bibliography files
|
|
149
149
|
"""
|
|
150
150
|
# Search in spidered bibliographies (Conferences and Journals)
|
|
151
151
|
# If enabled, search through completed/conference and journal bibliographies
|
|
152
|
-
if
|
|
152
|
+
if search_in_spidered_bibs:
|
|
153
153
|
for cj in ["Conferences", "Journals"]:
|
|
154
154
|
# Construct path to stored bibliography files for conferences/journals
|
|
155
155
|
path_storage = os.path.join(path_spidered_bibs, cj)
|
|
@@ -160,7 +160,7 @@ def _execute_searches(
|
|
|
160
160
|
|
|
161
161
|
# Search in spidering bibliographies (Journals and Journals Early Access)
|
|
162
162
|
# If enabled, search through actively spidering/in-progress journal bibliographies
|
|
163
|
-
if
|
|
163
|
+
if search_in_spidering_bibs:
|
|
164
164
|
for je in ["spider_j", "spider_j_e"]:
|
|
165
165
|
# Construct path to spidering bibliography files (journals and early access)
|
|
166
166
|
path_storage = os.path.join(path_spidering_bibs, je)
|
|
@@ -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, "
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|