pyeasyphd 0.4.17__tar.gz → 0.4.19__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.4.17 → pyeasyphd-0.4.19}/PKG-INFO +1 -2
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/scripts/run_article_md.py +1 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/scripts/run_article_tex.py +7 -3
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/scripts/run_beamer_tex.py +1 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/tools/py_run_bib_md_tex.py +1 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyproject.toml +1 -2
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/LICENSE +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/README.md +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/.python-version +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/Main.sublime-menu +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/__init__.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/data/templates/csl/apa-no-ampersand.csl +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/data/templates/csl/apa.csl +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/data/templates/csl/ieee.csl +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/data/templates/tex/Article.tex +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/data/templates/tex/Article_Header.tex +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/data/templates/tex/Article_Tail.tex +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/data/templates/tex/Beamer_Header.tex +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/data/templates/tex/Beamer_Tail.tex +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/data/templates/tex/Style.tex +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/data/templates/tex/TEVC_Header.tex +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/data/templates/tex/TEVC_Tail.tex +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/data/templates/tex/eisvogel.tex +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/data/templates/tex/math.tex +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/data/templates/tex/math_commands.tex +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/data/templates/tex/nextaimathmacros.sty +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/main/__init__.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/main/basic_input.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/main/pandoc_md_to.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/main/python_run_md.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/main/python_run_tex.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/pyeasyphd.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/pyeasyphd.sublime-settings +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/scripts/__init__.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/scripts/_base.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/scripts/run_compare.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/scripts/run_format.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/scripts/run_generate.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/scripts/run_replace.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/scripts/run_search.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/tools/__init__.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/tools/generate/generate_html.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/tools/generate/generate_library.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/tools/generate/generate_links.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/tools/search/data.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/tools/search/search_base.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/tools/search/search_core.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/tools/search/search_keywords.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/tools/search/search_writers.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/tools/search/utils.py +0 -0
- {pyeasyphd-0.4.17 → pyeasyphd-0.4.19}/pyeasyphd/utils/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyeasyphd
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.19
|
|
4
4
|
Summary: pyeasyphd
|
|
5
5
|
License: GPL-3.0-or-later
|
|
6
6
|
License-File: LICENSE
|
|
@@ -16,7 +16,6 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.13
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.14
|
|
18
18
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
19
|
-
Requires-Dist: pyadvtools (>=0.3.8,<0.4.0)
|
|
20
19
|
Requires-Dist: pybibtexer (>=0.3.7,<0.4.0)
|
|
21
20
|
Project-URL: Documentation, https://github.com/Easy-PhD/pyeasyphd
|
|
22
21
|
Project-URL: Homepage, https://github.com/Easy-PhD/pyeasyphd
|
|
@@ -39,6 +39,7 @@ def run_article_md_daily_notes(
|
|
|
39
39
|
"includegraphics_figs_in_relative_path": True,
|
|
40
40
|
"figure_folder_name": "figs", # "" or "figs" or "main"
|
|
41
41
|
# bib options
|
|
42
|
+
"is_standardize_bib": False, # default is True
|
|
42
43
|
"abbr_index_article_for_abbr": 1, # 0, 1, 2
|
|
43
44
|
"abbr_index_inproceedings_for_abbr": 2, # 0, 1, 2
|
|
44
45
|
"add_link_to_fields_for_abbr": ["title"], # None, or ["title", "journal", "booktitle"]
|
|
@@ -14,6 +14,9 @@ def run_article_tex_submit(
|
|
|
14
14
|
bib_path_or_file: str,
|
|
15
15
|
path_conf_j_jsons: str,
|
|
16
16
|
options: dict,
|
|
17
|
+
auto_git: bool = False,
|
|
18
|
+
remote: str = "origin",
|
|
19
|
+
branch: str = "master",
|
|
17
20
|
) -> None:
|
|
18
21
|
"""Process academic article files (TeX, and bibliography) with automated Git version control.
|
|
19
22
|
|
|
@@ -46,6 +49,7 @@ def run_article_tex_submit(
|
|
|
46
49
|
"includegraphics_figs_in_relative_path": True,
|
|
47
50
|
"figure_folder_name": "figs", # "" or "figs" or "main"
|
|
48
51
|
# bib options
|
|
52
|
+
"is_standardize_bib": False, # default is True
|
|
49
53
|
"abbr_index_article_for_abbr": 1, # 0, 1, 2
|
|
50
54
|
"abbr_index_inproceedings_for_abbr": 0, # 0, 1, 2
|
|
51
55
|
"add_link_to_fields_for_abbr": None, # None, or ["title", "journal", "booktitle"]
|
|
@@ -77,7 +81,7 @@ def run_article_tex_submit(
|
|
|
77
81
|
|
|
78
82
|
committer = GitAutoCommitter(path_output_file)
|
|
79
83
|
|
|
80
|
-
if not committer.auto_check(remote=
|
|
84
|
+
if auto_git and (not committer.auto_check(remote=remote, branch=branch)):
|
|
81
85
|
print("Remote != Local, please manually pull")
|
|
82
86
|
|
|
83
87
|
else:
|
|
@@ -86,10 +90,10 @@ def run_article_tex_submit(
|
|
|
86
90
|
|
|
87
91
|
PyRunBibMdTex(path_output_file, ".tex", "paper", _options).run_files(file_list, "", "current")
|
|
88
92
|
|
|
89
|
-
if committer.has_changes():
|
|
93
|
+
if auto_git and committer.has_changes():
|
|
90
94
|
# Auto commit
|
|
91
95
|
committer.auto_commit()
|
|
92
96
|
# Auto push
|
|
93
|
-
committer.auto_push(remote=
|
|
97
|
+
committer.auto_push(remote=remote, branch=branch)
|
|
94
98
|
|
|
95
99
|
return None
|
|
@@ -44,6 +44,7 @@ def run_beamer_tex_weekly_reports(
|
|
|
44
44
|
"includegraphics_figs_in_relative_path": True,
|
|
45
45
|
"figure_folder_name": "figs", # "" or "figs" or "main"
|
|
46
46
|
# bib options
|
|
47
|
+
"is_standardize_bib": False, # default is True
|
|
47
48
|
"abbr_index_article_for_abbr": 1, # 0, 1, 2
|
|
48
49
|
"abbr_index_inproceedings_for_abbr": 0, # 0, 1, 2
|
|
49
50
|
"add_link_to_fields_for_abbr": None, # None, or ["title", "journal", "booktitle"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "pyeasyphd"
|
|
3
|
-
version = "0.4.
|
|
3
|
+
version = "0.4.19"
|
|
4
4
|
description = "pyeasyphd"
|
|
5
5
|
license = "GPL-3.0-or-later"
|
|
6
6
|
authors = ["NextAI <nextartifintell@gmail.com>"]
|
|
@@ -14,7 +14,6 @@ classifiers = ["Topic :: Software Development :: Libraries :: Python Modules"]
|
|
|
14
14
|
|
|
15
15
|
[tool.poetry.dependencies]
|
|
16
16
|
python = ">=3.12"
|
|
17
|
-
pyadvtools = "^0.3.8"
|
|
18
17
|
pybibtexer = "^0.3.7"
|
|
19
18
|
|
|
20
19
|
[tool.poetry.group.dev.dependencies]
|
|
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
|