pyeasyphd 0.3.13__tar.gz → 0.3.15__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 (57) hide show
  1. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/PKG-INFO +1 -1
  2. pyeasyphd-0.3.15/pyeasyphd/data/templates/abbr_full/conferences.json +1 -0
  3. pyeasyphd-0.3.15/pyeasyphd/data/templates/abbr_full/journals.json +1 -0
  4. pyeasyphd-0.3.15/pyeasyphd/data/templates/abbr_full/keywords.json +1 -0
  5. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/main/basic_input.py +12 -12
  6. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyproject.toml +1 -1
  7. pyeasyphd-0.3.13/pyeasyphd/data/Templates/TEX/eisvogel.beamer +0 -700
  8. pyeasyphd-0.3.13/pyeasyphd/data/Templates/TEX/eisvogel.latex +0 -1040
  9. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/LICENSE +0 -0
  10. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/README.md +0 -0
  11. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/.python-version +0 -0
  12. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/Main.sublime-menu +0 -0
  13. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/__init__.py +0 -0
  14. {pyeasyphd-0.3.13/pyeasyphd/data/Templates/CSL → pyeasyphd-0.3.15/pyeasyphd/data/templates/csl}/apa-no-ampersand.csl +0 -0
  15. {pyeasyphd-0.3.13/pyeasyphd/data/Templates/CSL → pyeasyphd-0.3.15/pyeasyphd/data/templates/csl}/apa.csl +0 -0
  16. {pyeasyphd-0.3.13/pyeasyphd/data/Templates/CSL → pyeasyphd-0.3.15/pyeasyphd/data/templates/csl}/ieee.csl +0 -0
  17. {pyeasyphd-0.3.13/pyeasyphd/data/Templates/TEX → pyeasyphd-0.3.15/pyeasyphd/data/templates/tex}/Article.tex +0 -0
  18. {pyeasyphd-0.3.13/pyeasyphd/data/Templates/TEX → pyeasyphd-0.3.15/pyeasyphd/data/templates/tex}/Article_Header.tex +0 -0
  19. {pyeasyphd-0.3.13/pyeasyphd/data/Templates/TEX → pyeasyphd-0.3.15/pyeasyphd/data/templates/tex}/Article_Tail.tex +0 -0
  20. {pyeasyphd-0.3.13/pyeasyphd/data/Templates/TEX → pyeasyphd-0.3.15/pyeasyphd/data/templates/tex}/Beamer_Header.tex +0 -0
  21. {pyeasyphd-0.3.13/pyeasyphd/data/Templates/TEX → pyeasyphd-0.3.15/pyeasyphd/data/templates/tex}/Beamer_Tail.tex +0 -0
  22. {pyeasyphd-0.3.13/pyeasyphd/data/Templates/TEX → pyeasyphd-0.3.15/pyeasyphd/data/templates/tex}/Style.tex +0 -0
  23. {pyeasyphd-0.3.13/pyeasyphd/data/Templates/TEX → pyeasyphd-0.3.15/pyeasyphd/data/templates/tex}/TEVC_Header.tex +0 -0
  24. {pyeasyphd-0.3.13/pyeasyphd/data/Templates/TEX → pyeasyphd-0.3.15/pyeasyphd/data/templates/tex}/TEVC_Tail.tex +0 -0
  25. {pyeasyphd-0.3.13/pyeasyphd/data/Templates/TEX → pyeasyphd-0.3.15/pyeasyphd/data/templates/tex}/eisvogel.tex +0 -0
  26. {pyeasyphd-0.3.13/pyeasyphd/data/Templates/TEX → pyeasyphd-0.3.15/pyeasyphd/data/templates/tex}/math.tex +0 -0
  27. {pyeasyphd-0.3.13/pyeasyphd/data/Templates/TEX → pyeasyphd-0.3.15/pyeasyphd/data/templates/tex}/math_commands.tex +0 -0
  28. {pyeasyphd-0.3.13/pyeasyphd/data/Templates/TEX → pyeasyphd-0.3.15/pyeasyphd/data/templates/tex}/nextaimathmacros.sty +0 -0
  29. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/main/__init__.py +0 -0
  30. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/main/pandoc_md_to.py +0 -0
  31. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/main/python_run_md.py +0 -0
  32. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/main/python_run_tex.py +0 -0
  33. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/pyeasyphd.py +0 -0
  34. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/pyeasyphd.sublime-settings +0 -0
  35. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
  36. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/scripts/__init__.py +0 -0
  37. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/scripts/_base.py +0 -0
  38. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/scripts/run_article_md.py +0 -0
  39. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/scripts/run_article_tex.py +0 -0
  40. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/scripts/run_beamer_tex.py +0 -0
  41. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/scripts/run_compare.py +0 -0
  42. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/scripts/run_format.py +0 -0
  43. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/scripts/run_generate.py +0 -0
  44. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/scripts/run_search.py +0 -0
  45. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/tools/__init__.py +0 -0
  46. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
  47. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/tools/generate/generate_html.py +0 -0
  48. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/tools/generate/generate_library.py +0 -0
  49. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/tools/generate/generate_links.py +0 -0
  50. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
  51. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/tools/search/data.py +0 -0
  52. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/tools/search/search_base.py +0 -0
  53. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/tools/search/search_core.py +0 -0
  54. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/tools/search/search_keywords.py +0 -0
  55. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/tools/search/search_writers.py +0 -0
  56. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/tools/search/utils.py +0 -0
  57. {pyeasyphd-0.3.13 → pyeasyphd-0.3.15}/pyeasyphd/utils/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyeasyphd
3
- Version: 0.3.13
3
+ Version: 0.3.15
4
4
  Summary: pyeasyphd
5
5
  License: GPL-3.0-or-later
6
6
  License-File: LICENSE
@@ -37,7 +37,7 @@ class BasicInput(BasicInputInPyBibtexer):
37
37
  super().__init__(options)
38
38
 
39
39
  current_dir = os.path.dirname(os.path.abspath(__file__))
40
- self._path_templates = os.path.join(os.path.dirname(current_dir), "data", "Templates")
40
+ self._path_templates = os.path.join(os.path.dirname(current_dir), "data", "templates")
41
41
 
42
42
  # main
43
43
  self._initialize_pandoc_md_to(options)
@@ -54,14 +54,14 @@ class BasicInput(BasicInputInPyBibtexer):
54
54
  csl_name = options.get("csl_name", "apa-no-ampersand")
55
55
  if not isinstance(csl_name, str):
56
56
  csl_name = "apa-no-ampersand"
57
- self.full_csl_style_pandoc = os.path.join(self._path_templates, "CSL", f"{csl_name}.csl")
57
+ self.full_csl_style_pandoc = os.path.join(self._path_templates, "csl", f"{csl_name}.csl")
58
58
  if not os.path.exists(self.full_csl_style_pandoc):
59
- self.full_csl_style_pandoc = os.path.join(self._path_templates, "CSL", "apa-no-ampersand.csl")
59
+ self.full_csl_style_pandoc = os.path.join(self._path_templates, "csl", "apa-no-ampersand.csl")
60
60
 
61
- self.full_tex_article_template_pandoc = os.path.join(self._path_templates, "TEX", "eisvogel.latex")
62
- self.full_tex_beamer_template_pandoc = os.path.join(self._path_templates, "TEX", "eisvogel.beamer")
61
+ self.full_tex_article_template_pandoc = os.path.join(self._path_templates, "tex", "eisvogel.latex")
62
+ self.full_tex_beamer_template_pandoc = os.path.join(self._path_templates, "tex", "eisvogel.beamer")
63
63
 
64
- self.article_template_tex = self._try_read_list("TEX", "Article.tex")
64
+ self.article_template_tex = self._try_read_list("tex", "Article.tex")
65
65
 
66
66
  def _initialize_python_run_tex(self, options: Dict[str, Any]) -> None:
67
67
  """Initialize Python LaTeX processing configuration.
@@ -69,12 +69,12 @@ class BasicInput(BasicInputInPyBibtexer):
69
69
  Args:
70
70
  options (Dict[str, Any]): Configuration options.
71
71
  """
72
- self.article_template_header_tex = self._try_read_list("TEX", "Article_Header.tex")
73
- self.article_template_tail_tex = self._try_read_list("TEX", "Article_Tail.tex")
74
- self.beamer_template_header_tex = self._try_read_list("TEX", "Beamer_Header.tex")
75
- self.beamer_template_tail_tex = self._try_read_list("TEX", "Beamer_Tail.tex")
76
- self.math_commands_tex = self._try_read_list("TEX", "math_commands.tex")
77
- self.usepackages_tex = self._try_read_list("TEX", "Style.tex")
72
+ self.article_template_header_tex = self._try_read_list("tex", "Article_Header.tex")
73
+ self.article_template_tail_tex = self._try_read_list("tex", "Article_Tail.tex")
74
+ self.beamer_template_header_tex = self._try_read_list("tex", "Beamer_Header.tex")
75
+ self.beamer_template_tail_tex = self._try_read_list("tex", "Beamer_Tail.tex")
76
+ self.math_commands_tex = self._try_read_list("tex", "math_commands.tex")
77
+ self.usepackages_tex = self._try_read_list("tex", "Style.tex")
78
78
 
79
79
  # handly preamble
80
80
  self.handly_preamble = options.get("handly_preamble", False)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyeasyphd"
3
- version = "0.3.13"
3
+ version = "0.3.15"
4
4
  description = "pyeasyphd"
5
5
  license = "GPL-3.0-or-later"
6
6
  authors = ["NextAI <nextartifintell@gmail.com>"]