pyeasyphd 0.3.30__tar.gz → 0.3.32__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.30 → pyeasyphd-0.3.32}/PKG-INFO +1 -1
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/scripts/run_search.py +1 -1
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/tools/generate/generate_library.py +3 -3
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/tools/search/search_keywords.py +7 -7
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyproject.toml +1 -1
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/LICENSE +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/README.md +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/.python-version +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/Main.sublime-menu +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/__init__.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/data/templates/csl/apa-no-ampersand.csl +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/data/templates/csl/apa.csl +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/data/templates/csl/ieee.csl +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/data/templates/tex/Article.tex +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/data/templates/tex/Article_Header.tex +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/data/templates/tex/Article_Tail.tex +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/data/templates/tex/Beamer_Header.tex +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/data/templates/tex/Beamer_Tail.tex +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/data/templates/tex/Style.tex +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/data/templates/tex/TEVC_Header.tex +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/data/templates/tex/TEVC_Tail.tex +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/data/templates/tex/eisvogel.tex +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/data/templates/tex/math.tex +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/data/templates/tex/math_commands.tex +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/data/templates/tex/nextaimathmacros.sty +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/main/__init__.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/main/basic_input.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/main/pandoc_md_to.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/main/python_run_md.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/main/python_run_tex.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/pyeasyphd.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/pyeasyphd.sublime-settings +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/scripts/__init__.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/scripts/_base.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/scripts/run_article_md.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/scripts/run_article_tex.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/scripts/run_beamer_tex.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/scripts/run_compare.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/scripts/run_format.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/scripts/run_generate.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/scripts/run_replace.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/tools/__init__.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/tools/generate/generate_html.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/tools/generate/generate_links.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/tools/search/data.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/tools/search/search_base.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/tools/search/search_core.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/tools/search/search_writers.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/tools/search/utils.py +0 -0
- {pyeasyphd-0.3.30 → pyeasyphd-0.3.32}/pyeasyphd/utils/utils.py +0 -0
|
@@ -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
|
|
@@ -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
|