pyeasyphd 0.3.10__tar.gz → 0.3.12__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.

Files changed (54) hide show
  1. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/PKG-INFO +2 -2
  2. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/main/pandoc_md_to.py +0 -5
  3. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/pyeasyphd.sublime-settings +0 -1
  4. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/scripts/run_article_md.py +7 -4
  5. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/scripts/run_article_tex.py +0 -18
  6. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/scripts/run_beamer_tex.py +0 -18
  7. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyproject.toml +2 -2
  8. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/LICENSE +0 -0
  9. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/README.md +0 -0
  10. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/.python-version +0 -0
  11. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/Main.sublime-menu +0 -0
  12. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/__init__.py +0 -0
  13. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/CSL/apa-no-ampersand.csl +0 -0
  14. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/CSL/apa.csl +0 -0
  15. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/CSL/ieee.csl +0 -0
  16. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/TEX/Article.tex +0 -0
  17. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/TEX/Article_Header.tex +0 -0
  18. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/TEX/Article_Tail.tex +0 -0
  19. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/TEX/Beamer_Header.tex +0 -0
  20. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/TEX/Beamer_Tail.tex +0 -0
  21. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/TEX/Style.tex +0 -0
  22. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/TEX/TEVC_Header.tex +0 -0
  23. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/TEX/TEVC_Tail.tex +0 -0
  24. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/TEX/eisvogel.beamer +0 -0
  25. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/TEX/eisvogel.latex +0 -0
  26. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/TEX/eisvogel.tex +0 -0
  27. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/TEX/math.tex +0 -0
  28. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/TEX/math_commands.tex +0 -0
  29. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/data/Templates/TEX/nextaimathmacros.sty +0 -0
  30. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/main/__init__.py +0 -0
  31. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/main/basic_input.py +0 -0
  32. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/main/python_run_md.py +0 -0
  33. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/main/python_run_tex.py +0 -0
  34. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/pyeasyphd.py +0 -0
  35. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
  36. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/scripts/__init__.py +0 -0
  37. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/scripts/_base.py +0 -0
  38. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/scripts/run_compare.py +0 -0
  39. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/scripts/run_format.py +0 -0
  40. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/scripts/run_generate.py +0 -0
  41. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/scripts/run_search.py +0 -0
  42. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/tools/__init__.py +0 -0
  43. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
  44. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/tools/generate/generate_html.py +0 -0
  45. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/tools/generate/generate_library.py +0 -0
  46. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/tools/generate/generate_links.py +0 -0
  47. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
  48. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/tools/search/data.py +0 -0
  49. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/tools/search/search_base.py +0 -0
  50. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/tools/search/search_core.py +0 -0
  51. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/tools/search/search_keywords.py +0 -0
  52. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/tools/search/search_writers.py +0 -0
  53. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/tools/search/utils.py +0 -0
  54. {pyeasyphd-0.3.10 → pyeasyphd-0.3.12}/pyeasyphd/utils/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyeasyphd
3
- Version: 0.3.10
3
+ Version: 0.3.12
4
4
  Summary: pyeasyphd
5
5
  License: GPL-3.0-or-later
6
6
  License-File: LICENSE
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.13
17
17
  Classifier: Programming Language :: Python :: 3.14
18
18
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
19
  Requires-Dist: pyadvtools (>=0.2.4,<0.3.0)
20
- Requires-Dist: pybibtexer (>=0.2.1,<0.3.0)
20
+ Requires-Dist: pybibtexer (>=0.2.3,<0.3.0)
21
21
  Project-URL: Documentation, https://github.com/Easy-PhD/pyeasyphd
22
22
  Project-URL: Homepage, https://github.com/Easy-PhD/pyeasyphd
23
23
  Project-URL: Repository, https://github.com/Easy-PhD/pyeasyphd
@@ -28,7 +28,6 @@ class PandocMdTo(BasicInput):
28
28
  markdown_name (str): Markdown name. Defaults to "multi-markdown".
29
29
  markdown_citation (str): Markdown citation format. Defaults to "markdown_mmd".
30
30
  columns_in_md (int): Number of columns in markdown. Defaults to 120.
31
- google_connected_paper_scite (bool): Whether to use Google connected paper scite. Defaults to True.
32
31
  display_one_line_reference_note (bool): Whether to display one line reference note. Defaults to False.
33
32
  cite_flag_in_tex (str): Citation flag in LaTeX. Defaults to "cite".
34
33
  add_url_for_basic_dict (bool): Whether to add url for items in basic dict. Defualts to True.
@@ -51,7 +50,6 @@ class PandocMdTo(BasicInput):
51
50
  self.markdown_citation = "markdown-citations"
52
51
 
53
52
  self.columns_in_md: int = options.get("columns_in_md", 120)
54
- self.google_connected_paper_scite: bool = options.get("google_connected_paper_scite", True)
55
53
  self.display_one_line_reference_note: bool = options.get("display_one_line_reference_note", False)
56
54
  # tex
57
55
  self.cite_flag_in_tex: str = options.get("cite_flag_in_tex", "cite")
@@ -317,9 +315,6 @@ class PandocMdTo(BasicInput):
317
315
  aa: List[str] = key_url_http_bib_dict[k][0]
318
316
  bb: List[str] = key_url_http_bib_dict[k][1]
319
317
 
320
- if (not self.google_connected_paper_scite) and aa:
321
- bb = [f"([www]({aa[0].strip()}))\n"]
322
-
323
318
  # add url
324
319
  if self.add_url_for_basic_dict:
325
320
  a.extend(aa)
@@ -5,7 +5,6 @@
5
5
  // the number of columns in md files
6
6
  "columns_in_md": 120,
7
7
  // display one line reference note
8
- "google_connected_paper_scite": true,
9
8
  "display_one_line_reference_note": false,
10
9
  // "fullcite", "cite"
11
10
  "cite_flag_in_tex": "cite",
@@ -68,9 +68,12 @@ def run_article_md_daily_notes(
68
68
  "generate_tex": False,
69
69
 
70
70
  # md options
71
+ # ["www", "google", "connected", "scite"]
72
+ "display_www_google_connected_scite": ["google", "connected"], # python_writers.py
73
+
71
74
  "add_url_for_basic_dict": False, # default is True
72
- "add_anchor_for_basic_dict": False, # default is False
73
- "add_anchor_for_beauty_dict": True, # default is False
75
+ "add_anchor_for_basic_dict": True, # default is False
76
+ "add_anchor_for_beauty_dict": False, # default is False
74
77
  "add_anchor_for_complex_dict": False, # default is False
75
78
 
76
79
  "final_output_main_md_name": "main.md",
@@ -78,8 +81,8 @@ def run_article_md_daily_notes(
78
81
  "add_reference_in_md": True,
79
82
  "add_bib_in_md": False,
80
83
  "replace_cite_to_fullcite_in_md": True,
81
- "replace_by_basic_beauty_complex_in_md": "basic",
82
- "display_basic_beauty_complex_references_in_md": "beauty",
84
+ "replace_by_basic_beauty_complex_in_md": "beauty", # default is "basic"
85
+ "display_basic_beauty_complex_references_in_md": "basic", # default is "beauty"
83
86
  "add_anchor_in_md": True, # default is False
84
87
 
85
88
  "md_folder_name": "mds", # "" or "md" or "main"
@@ -74,24 +74,6 @@ def run_article_tex_submit(
74
74
  "delete_original_tex_in_output_folder": True,
75
75
  "generate_tex": True,
76
76
 
77
- # md options
78
- "add_url_for_basic_dict": True, # default is True
79
- "add_anchor_for_basic_dict": False, # default is False
80
- "add_anchor_for_beauty_dict": False, # default is False
81
- "add_anchor_for_complex_dict": False, # default is False
82
-
83
- "final_output_main_md_name": "main.md",
84
- "delete_temp_generate_md": True,
85
- "add_reference_in_md": True,
86
- "add_bib_in_md": False,
87
- "replace_cite_to_fullcite_in_md": True,
88
- "replace_by_basic_beauty_complex_in_md": "basic",
89
- "display_basic_beauty_complex_references_in_md": "beauty",
90
- "add_anchor_in_md": False, # default is False
91
-
92
- "md_folder_name": "mds", # "" or "md" or "main"
93
- "delete_original_md_in_output_folder": False, # default is False
94
-
95
77
  # html options
96
78
  "generate_html": False,
97
79
  }
@@ -72,24 +72,6 @@ def run_beamer_tex_weekly_reports(
72
72
  "delete_original_tex_in_output_folder": True, # default is False
73
73
  "generate_tex": True,
74
74
 
75
- # md options
76
- "add_url_for_basic_dict": True, # default is True
77
- "add_anchor_for_basic_dict": False, # default is False
78
- "add_anchor_for_beauty_dict": False, # default is False
79
- "add_anchor_for_complex_dict": False, # default is False
80
-
81
- "final_output_main_md_name": "main.md",
82
- "delete_temp_generate_md": True,
83
- "add_reference_in_md": True,
84
- "add_bib_in_md": False,
85
- "replace_cite_to_fullcite_in_md": True,
86
- "replace_by_basic_beauty_complex_in_md": "basic",
87
- "display_basic_beauty_complex_references_in_md": "beauty",
88
- "add_anchor_in_md": False, # default is False
89
-
90
- "md_folder_name": "mds", # "" or "md" or "main"
91
- "delete_original_md_in_output_folder": False, # default is False
92
-
93
75
  # html options
94
76
  "generate_html": False,
95
77
  }
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyeasyphd"
3
- version = "0.3.10"
3
+ version = "0.3.12"
4
4
  description = "pyeasyphd"
5
5
  license = "GPL-3.0-or-later"
6
6
  authors = ["NextAI <nextartifintell@gmail.com>"]
@@ -15,7 +15,7 @@ classifiers = ["Topic :: Software Development :: Libraries :: Python Modules"]
15
15
  [tool.poetry.dependencies]
16
16
  python = ">=3.12"
17
17
  pyadvtools = "^0.2.4"
18
- pybibtexer = "^0.2.1"
18
+ pybibtexer = "^0.2.3"
19
19
 
20
20
  [tool.poetry.group.dev.dependencies]
21
21
  mypy = "^1.18.1"
File without changes
File without changes