pyeasyphd 0.2.3__tar.gz → 0.2.4__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.2.3 → pyeasyphd-0.2.4}/PKG-INFO +4 -4
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/tools/generate/generate_links.py +22 -3
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyproject.toml +4 -4
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/README.md +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/.python-version +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/Main.sublime-menu +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/__init__.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/data/Templates/CSL/apa-no-ampersand.csl +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/data/Templates/CSL/apa.csl +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/data/Templates/CSL/ieee.csl +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/data/Templates/TEX/Article.tex +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/data/Templates/TEX/Article_Header.tex +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/data/Templates/TEX/Article_Tail.tex +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/data/Templates/TEX/Beamer_Header.tex +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/data/Templates/TEX/Beamer_Tail.tex +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/data/Templates/TEX/Style.tex +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/data/Templates/TEX/TEVC_Header.tex +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/data/Templates/TEX/TEVC_Tail.tex +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/data/Templates/TEX/eisvogel.beamer +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/data/Templates/TEX/eisvogel.latex +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/data/Templates/TEX/eisvogel.tex +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/data/Templates/TEX/math.tex +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/data/Templates/TEX/math_commands.tex +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/main/__init__.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/main/basic_input.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/main/pandoc_md_to.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/main/python_run_md.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/main/python_run_tex.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/pyeasyphd.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/pyeasyphd.sublime-settings +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/tools/__init__.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/tools/generate/generate_html.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/tools/generate/generate_library.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/tools/search/data.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/tools/search/search_base.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/tools/search/search_core.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/tools/search/search_keywords.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/tools/search/search_writers.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/tools/search/utils.py +0 -0
- {pyeasyphd-0.2.3 → pyeasyphd-0.2.4}/pyeasyphd/utils/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyeasyphd
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: pyeasyphd
|
|
5
5
|
License: GPL-3.0-or-later
|
|
6
6
|
Keywords: Python,Markdown,LaTex
|
|
@@ -17,9 +17,9 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
17
17
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
18
18
|
Requires-Dist: pyadvtools (>=0.2.0,<0.3.0)
|
|
19
19
|
Requires-Dist: pybibtexer (>=0.2.0,<0.3.0)
|
|
20
|
-
Project-URL: Documentation, https://github.com/
|
|
21
|
-
Project-URL: Homepage, https://github.com/
|
|
22
|
-
Project-URL: Repository, https://github.com/
|
|
20
|
+
Project-URL: Documentation, https://github.com/Easy-PhD/pyeasyphd
|
|
21
|
+
Project-URL: Homepage, https://github.com/Easy-PhD/pyeasyphd
|
|
22
|
+
Project-URL: Repository, https://github.com/Easy-PhD/pyeasyphd
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
|
|
25
25
|
# pyeasyphd
|
|
@@ -62,6 +62,19 @@ class PaperLinksGenerator(object):
|
|
|
62
62
|
|
|
63
63
|
self._generate_links(cj, flags, folder_flags, folder_name)
|
|
64
64
|
|
|
65
|
+
def generate_monthly_links(self, folder_name=os.path.join("data", "Monthly")) -> None:
|
|
66
|
+
"""Generate monthly markdown table with journal paper links.
|
|
67
|
+
|
|
68
|
+
Args:
|
|
69
|
+
folder_name (str, optional): Output folder name. Defaults to "data/Weekly".
|
|
70
|
+
"""
|
|
71
|
+
cj = "Journals"
|
|
72
|
+
|
|
73
|
+
flags = ["All Months"]
|
|
74
|
+
folder_flags = [f"current_year_{f.replace(' ', '_').lower()}" for f in flags]
|
|
75
|
+
|
|
76
|
+
self._generate_links(cj, flags, folder_flags, folder_name)
|
|
77
|
+
|
|
65
78
|
def generate_weekly_links(self, folder_name=os.path.join("data", "Weekly")) -> None:
|
|
66
79
|
"""Generate weekly markdown table with journal paper links.
|
|
67
80
|
|
|
@@ -70,7 +83,7 @@ class PaperLinksGenerator(object):
|
|
|
70
83
|
"""
|
|
71
84
|
cj = "Journals"
|
|
72
85
|
|
|
73
|
-
flags = ["Current Issue", "Current Month"
|
|
86
|
+
flags = ["Current Issue", "Current Month"]
|
|
74
87
|
folder_flags = [f"current_year_{f.replace(' ', '_').lower()}" for f in flags]
|
|
75
88
|
|
|
76
89
|
self._generate_links(cj, flags, folder_flags, folder_name)
|
|
@@ -269,8 +282,14 @@ class PaperLinksGenerator(object):
|
|
|
269
282
|
|
|
270
283
|
return None
|
|
271
284
|
|
|
272
|
-
def
|
|
273
|
-
flags = ["Current Issue", "Current Month"
|
|
285
|
+
def generate_keywords_links_weekly(self, cj: str, folder_name=os.path.join("data", "Weekly")):
|
|
286
|
+
flags = ["Current Issue", "Current Month"]
|
|
287
|
+
folder_flags = [f"current_year_{f.replace(' ', '_').lower()}" for f in flags]
|
|
288
|
+
|
|
289
|
+
self._generate_keywords_links(cj, folder_name, flags, folder_flags)
|
|
290
|
+
|
|
291
|
+
def generate_keywords_links_monthly(self, cj: str, folder_name=os.path.join("data", "Monthly")):
|
|
292
|
+
flags = ["All Months"]
|
|
274
293
|
folder_flags = [f"current_year_{f.replace(' ', '_').lower()}" for f in flags]
|
|
275
294
|
|
|
276
295
|
self._generate_keywords_links(cj, folder_name, flags, folder_flags)
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "pyeasyphd"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.4"
|
|
4
4
|
description = "pyeasyphd"
|
|
5
5
|
license = "GPL-3.0-or-later"
|
|
6
6
|
authors = ["NextAI <nextartifintell@gmail.com>"]
|
|
7
7
|
maintainers = ["NextAI <nextartifintell@gmail.com>"]
|
|
8
8
|
readme = ["README.md"]
|
|
9
|
-
homepage = "https://github.com/
|
|
10
|
-
repository = "https://github.com/
|
|
11
|
-
documentation = "https://github.com/
|
|
9
|
+
homepage = "https://github.com/Easy-PhD/pyeasyphd"
|
|
10
|
+
repository = "https://github.com/Easy-PhD/pyeasyphd"
|
|
11
|
+
documentation = "https://github.com/Easy-PhD/pyeasyphd"
|
|
12
12
|
keywords = ["Python", "Markdown", "LaTex"]
|
|
13
13
|
classifiers = ["Topic :: Software Development :: Libraries :: Python Modules"]
|
|
14
14
|
|
|
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
|