pyeasyphd 0.3.6__tar.gz → 0.3.8__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.6 → pyeasyphd-0.3.8}/PKG-INFO +1 -1
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/scripts/__init__.py +10 -10
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/scripts/run_generate.py +6 -6
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyproject.toml +1 -1
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/LICENSE +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/README.md +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/.python-version +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/Main.sublime-menu +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/__init__.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/CSL/apa-no-ampersand.csl +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/CSL/apa.csl +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/CSL/ieee.csl +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/TEX/Article.tex +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/TEX/Article_Header.tex +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/TEX/Article_Tail.tex +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/TEX/Beamer_Header.tex +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/TEX/Beamer_Tail.tex +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/TEX/Style.tex +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/TEX/TEVC_Header.tex +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/TEX/TEVC_Tail.tex +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/TEX/eisvogel.beamer +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/TEX/eisvogel.latex +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/TEX/eisvogel.tex +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/TEX/math.tex +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/TEX/math_commands.tex +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/data/Templates/TEX/nextaimathmacros.sty +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/main/__init__.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/main/basic_input.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/main/pandoc_md_to.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/main/python_run_md.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/main/python_run_tex.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/pyeasyphd.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/pyeasyphd.sublime-settings +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/scripts/_base.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/scripts/run_article_md.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/scripts/run_article_tex.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/scripts/run_beamer_tex.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/scripts/run_search.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/tools/__init__.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/tools/generate/generate_html.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/tools/generate/generate_library.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/tools/generate/generate_links.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/tools/search/data.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/tools/search/search_base.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/tools/search/search_core.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/tools/search/search_keywords.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/tools/search/search_writers.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/tools/search/utils.py +0 -0
- {pyeasyphd-0.3.6 → pyeasyphd-0.3.8}/pyeasyphd/utils/utils.py +0 -0
|
@@ -5,21 +5,21 @@ __all__ = [
|
|
|
5
5
|
"run_search_for_screen",
|
|
6
6
|
"run_search_for_files",
|
|
7
7
|
"run_compare_after_search",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
8
|
+
"run_generate_c_yearly",
|
|
9
|
+
"run_generate_j_e_weekly",
|
|
10
|
+
"run_generate_j_weekly",
|
|
11
|
+
"run_generate_j_monthly",
|
|
12
|
+
"run_generate_j_yearly",
|
|
13
13
|
]
|
|
14
14
|
|
|
15
15
|
from .run_article_md import run_article_md_daily_notes
|
|
16
16
|
from .run_article_tex import run_article_tex_submit
|
|
17
17
|
from .run_beamer_tex import run_beamer_tex_weekly_reports
|
|
18
18
|
from .run_generate import (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
19
|
+
run_generate_c_yearly,
|
|
20
|
+
run_generate_j_e_weekly,
|
|
21
|
+
run_generate_j_monthly,
|
|
22
|
+
run_generate_j_weekly,
|
|
23
|
+
run_generate_j_yearly,
|
|
24
24
|
)
|
|
25
25
|
from .run_search import run_compare_after_search, run_search_for_files, run_search_for_screen
|
|
@@ -6,7 +6,7 @@ from pyeasyphd.utils.utils import is_last_week_of_month
|
|
|
6
6
|
from ._base import build_base_options, expand_path
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
def
|
|
9
|
+
def run_generate_j_weekly(
|
|
10
10
|
options: dict,
|
|
11
11
|
path_weekly_docs: str,
|
|
12
12
|
keywords_category_names: list[str],
|
|
@@ -39,7 +39,7 @@ def run_generate_j_Weekly(
|
|
|
39
39
|
generator.generate_keywords_links_weekly("Journals", output_basename)
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
def
|
|
42
|
+
def run_generate_j_e_weekly(
|
|
43
43
|
options: dict,
|
|
44
44
|
path_weekly_docs: str,
|
|
45
45
|
keywords_category_names: list[str],
|
|
@@ -58,7 +58,7 @@ def run_generate_j_e_Weekly(
|
|
|
58
58
|
for gc in ["generate_data", "combine_data"]:
|
|
59
59
|
path_storage = os.path.join(path_spidering_bibs, "spider_j_e")
|
|
60
60
|
output_basename = os.path.join("data", "Weekly")
|
|
61
|
-
path_output = os.path.expanduser(os.path.join(path_weekly_docs, output_basename, "
|
|
61
|
+
path_output = os.path.expanduser(os.path.join(path_weekly_docs, output_basename, "Journals"))
|
|
62
62
|
# "current_month"
|
|
63
63
|
for flag in ["current_month"]:
|
|
64
64
|
generate_from_bibs_and_write(
|
|
@@ -79,7 +79,7 @@ def run_generate_j_e_Weekly(
|
|
|
79
79
|
generator.generate_keywords_links_weekly("Journals", output_basename)
|
|
80
80
|
|
|
81
81
|
|
|
82
|
-
def
|
|
82
|
+
def run_generate_j_monthly(
|
|
83
83
|
options: dict,
|
|
84
84
|
path_monthly_docs: str,
|
|
85
85
|
keywords_category_names: list[str],
|
|
@@ -118,7 +118,7 @@ def run_generate_j_Monthly(
|
|
|
118
118
|
generator.generate_keywords_links_monthly("Journals", output_basename)
|
|
119
119
|
|
|
120
120
|
|
|
121
|
-
def
|
|
121
|
+
def run_generate_j_yearly(
|
|
122
122
|
options: dict,
|
|
123
123
|
path_yearly_docs: str,
|
|
124
124
|
keywords_category_names: list[str],
|
|
@@ -185,7 +185,7 @@ def run_generate_base(
|
|
|
185
185
|
)
|
|
186
186
|
|
|
187
187
|
|
|
188
|
-
def
|
|
188
|
+
def run_generate_c_yearly(
|
|
189
189
|
options: dict,
|
|
190
190
|
path_yearly_docs: str,
|
|
191
191
|
keywords_category_names: list[str],
|
|
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
|