pyeasyphd 0.4.10__tar.gz → 0.4.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.4.10 → pyeasyphd-0.4.12}/PKG-INFO +3 -3
  2. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/tools/generate/generate_html.py +3 -3
  3. pyeasyphd-0.4.12/pyproject.toml +94 -0
  4. pyeasyphd-0.4.10/pyproject.toml +0 -67
  5. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/LICENSE +0 -0
  6. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/README.md +0 -0
  7. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/.python-version +0 -0
  8. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/Main.sublime-menu +0 -0
  9. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/__init__.py +0 -0
  10. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/data/templates/csl/apa-no-ampersand.csl +0 -0
  11. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/data/templates/csl/apa.csl +0 -0
  12. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/data/templates/csl/ieee.csl +0 -0
  13. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/data/templates/tex/Article.tex +0 -0
  14. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/data/templates/tex/Article_Header.tex +0 -0
  15. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/data/templates/tex/Article_Tail.tex +0 -0
  16. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/data/templates/tex/Beamer_Header.tex +0 -0
  17. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/data/templates/tex/Beamer_Tail.tex +0 -0
  18. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/data/templates/tex/Style.tex +0 -0
  19. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/data/templates/tex/TEVC_Header.tex +0 -0
  20. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/data/templates/tex/TEVC_Tail.tex +0 -0
  21. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/data/templates/tex/eisvogel.tex +0 -0
  22. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/data/templates/tex/math.tex +0 -0
  23. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/data/templates/tex/math_commands.tex +0 -0
  24. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/data/templates/tex/nextaimathmacros.sty +0 -0
  25. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/main/__init__.py +0 -0
  26. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/main/basic_input.py +0 -0
  27. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/main/pandoc_md_to.py +0 -0
  28. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/main/python_run_md.py +0 -0
  29. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/main/python_run_tex.py +0 -0
  30. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/pyeasyphd.py +0 -0
  31. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/pyeasyphd.sublime-settings +0 -0
  32. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
  33. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/scripts/__init__.py +0 -0
  34. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/scripts/_base.py +0 -0
  35. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/scripts/run_article_md.py +0 -0
  36. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/scripts/run_article_tex.py +0 -0
  37. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/scripts/run_beamer_tex.py +0 -0
  38. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/scripts/run_compare.py +0 -0
  39. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/scripts/run_format.py +0 -0
  40. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/scripts/run_generate.py +0 -0
  41. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/scripts/run_replace.py +0 -0
  42. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/scripts/run_search.py +0 -0
  43. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/tools/__init__.py +0 -0
  44. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
  45. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/tools/generate/generate_library.py +0 -0
  46. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/tools/generate/generate_links.py +0 -0
  47. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
  48. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/tools/search/data.py +0 -0
  49. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/tools/search/search_base.py +0 -0
  50. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/tools/search/search_core.py +0 -0
  51. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/tools/search/search_keywords.py +0 -0
  52. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/tools/search/search_writers.py +0 -0
  53. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/tools/search/utils.py +0 -0
  54. {pyeasyphd-0.4.10 → pyeasyphd-0.4.12}/pyeasyphd/utils/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyeasyphd
3
- Version: 0.4.10
3
+ Version: 0.4.12
4
4
  Summary: pyeasyphd
5
5
  License: GPL-3.0-or-later
6
6
  License-File: LICENSE
@@ -16,8 +16,8 @@ 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.2.14,<0.3.0)
20
- Requires-Dist: pybibtexer (>=0.2.26,<0.3.0)
19
+ Requires-Dist: pyadvtools (>=0.3.8,<0.4.0)
20
+ Requires-Dist: pybibtexer (>=0.3.3,<0.4.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
@@ -50,9 +50,9 @@ def generate_html_from_bib_data(
50
50
  # convert_library_to_library.py
51
51
  # middlewares_library_to_library.py
52
52
  "function_common_again": False,
53
- "function_common_again_abbr": False,
54
- "function_common_again_zotero": False,
55
- "function_common_again_save": False,
53
+ "function_common_again_for_abbr": False,
54
+ "function_common_again_for_zotero": False,
55
+ "function_common_again_for_save": False,
56
56
  "abbr_index_article_for_abbr": 2,
57
57
  "abbr_index_inproceedings_for_abbr": 2,
58
58
  #
@@ -0,0 +1,94 @@
1
+ [tool.poetry]
2
+ name = "pyeasyphd"
3
+ version = "0.4.12"
4
+ description = "pyeasyphd"
5
+ license = "GPL-3.0-or-later"
6
+ authors = ["NextAI <nextartifintell@gmail.com>"]
7
+ maintainers = ["NextAI <nextartifintell@gmail.com>"]
8
+ readme = ["README.md"]
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
+ keywords = ["Python", "Markdown", "LaTex"]
13
+ classifiers = ["Topic :: Software Development :: Libraries :: Python Modules"]
14
+
15
+ [tool.poetry.dependencies]
16
+ python = ">=3.12"
17
+ pyadvtools = "^0.3.8"
18
+ pybibtexer = "^0.3.3"
19
+
20
+ [tool.poetry.group.dev.dependencies]
21
+ sphinx = "^8.2.3"
22
+ sphinx-rtd-theme = "^3.0.2"
23
+ sphinx-copybutton = "^0.5.2"
24
+
25
+ [tool.pyright]
26
+ venvPath = "."
27
+ venv = ".venv"
28
+ reportOptionalSubscript = "none" # "none", "information", "error"
29
+ reportIncompatibleMethodOverride = "none" # "none", "information", "error"
30
+
31
+ [tool.ruff]
32
+ line-length = 120
33
+ indent-width = 4
34
+ exclude = [".venv"]
35
+ extend-exclude = ["tests"]
36
+
37
+ [tool.ruff.lint]
38
+ extend-select = [
39
+ "E", # pycodestyle errors
40
+ "W", # pycodestyle warnings
41
+ "F", # Pyflakes
42
+ "I", # isort
43
+ "D", # pydocstyle (docstring conventions)
44
+ "N", # pep8-naming
45
+ "UP", # pyupgrade
46
+ "YTT", # flake8-2020
47
+ "ANN", # flake8-annotations
48
+ "S", # flake8-bandit
49
+ "B", # flake8-bugbear
50
+ "A", # flake8-builtins
51
+ "C4", # flake8-comprehensions
52
+ "RUF", # Ruff-specific rules
53
+ ]
54
+
55
+ ignore = [
56
+ "ANN001", # Missing type annotation of function argument
57
+ "ANN002", # Missing type annotation for `*args`
58
+ "ANN003", # Missing type annotation for `**kwargs`
59
+ "ANN201", # Missing return type of public function
60
+ "ANN202", # Missing return type of private function
61
+ "ANN204", # Missing return type annotation for special method `__init__`
62
+ "ANN205", # Missing return type annotation for staticmethod
63
+ "D102", # Missing docstring in public method
64
+ "D103", # Missing docstring in public function
65
+ "D107", # Missing docstring in `__init__`
66
+ "D204", # 1 blank line required after class docstring
67
+ "D417", # Missing argument description in the docstring
68
+ "RUF002", # Docstring contains ambiguous `–` (EN-DASH)
69
+ ]
70
+
71
+ [tool.ruff.lint.pydocstyle]
72
+ convention = "google"
73
+
74
+ [tool.ruff.format]
75
+ quote-style = "double"
76
+ indent-style = "space"
77
+
78
+ [tool.mypy]
79
+ ignore_missing_imports = true
80
+
81
+ [tool.black]
82
+ line-length = 120
83
+ skip-magic-trailing-comma = true
84
+
85
+ [tool.isort]
86
+ line_length = 120
87
+ profile = "black"
88
+ include_trailing_comma = true
89
+
90
+ [tool.pytest]
91
+
92
+ [build-system]
93
+ requires = ["poetry-core>=1.0.0"]
94
+ build-backend = "poetry.core.masonry.api"
@@ -1,67 +0,0 @@
1
- [tool.poetry]
2
- name = "pyeasyphd"
3
- version = "0.4.10"
4
- description = "pyeasyphd"
5
- license = "GPL-3.0-or-later"
6
- authors = ["NextAI <nextartifintell@gmail.com>"]
7
- maintainers = ["NextAI <nextartifintell@gmail.com>"]
8
- readme = ["README.md"]
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
- keywords = ["Python", "Markdown", "LaTex"]
13
- classifiers = ["Topic :: Software Development :: Libraries :: Python Modules"]
14
-
15
- [tool.poetry.dependencies]
16
- python = ">=3.12"
17
- pyadvtools = "^0.2.14"
18
- pybibtexer = "^0.2.26"
19
-
20
- [tool.poetry.group.dev.dependencies]
21
- mypy = "^1.18.1"
22
- ruff = "^0.13.1"
23
- pycodestyle = "^2.14.0"
24
- pydocstyle = "^6.3.0"
25
- flake8 = "^7.3.0"
26
- isort = "^6.0.1"
27
- black = "^25.1.0"
28
- pyright = "^1.1.405"
29
- sphinx = "^8.2.3"
30
- sphinx-rtd-theme = "^3.0.2"
31
- sphinx-copybutton = "^0.5.2"
32
-
33
- [tool.pyright]
34
- venvPath = "."
35
- venv = ".venv"
36
-
37
- [tool.ruff]
38
- line-length = 120
39
- indent-width = 4
40
-
41
- exclude = [".venv"]
42
- extend-exclude = ["tests"]
43
-
44
- [tool.ruff.lint]
45
- extend-select = ["I"]
46
-
47
- [tool.ruff.format]
48
- quote-style = "double"
49
- indent-style = "space"
50
-
51
- [tool.mypy]
52
- ignore_missing_imports = true
53
-
54
- [tool.black]
55
- line-length = 120
56
- skip-magic-trailing-comma = true
57
-
58
- [tool.isort]
59
- line_length = 120
60
- profile = "black"
61
- include_trailing_comma = true
62
-
63
- [tool.pytest]
64
-
65
- [build-system]
66
- requires = ["poetry-core>=1.0.0"]
67
- build-backend = "poetry.core.masonry.api"
File without changes
File without changes