pyeasyphd 0.1.6__tar.gz → 0.2.0__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 (43) hide show
  1. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/PKG-INFO +5 -4
  2. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyproject.toml +5 -4
  3. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/README.md +0 -0
  4. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/.python-version +0 -0
  5. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/Main.sublime-menu +0 -0
  6. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/__init__.py +0 -0
  7. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/data/Templates/CSL/apa-no-ampersand.csl +0 -0
  8. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/data/Templates/CSL/apa.csl +0 -0
  9. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/data/Templates/CSL/ieee.csl +0 -0
  10. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/data/Templates/TEX/Article.tex +0 -0
  11. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/data/Templates/TEX/Article_Header.tex +0 -0
  12. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/data/Templates/TEX/Article_Tail.tex +0 -0
  13. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/data/Templates/TEX/Beamer_Header.tex +0 -0
  14. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/data/Templates/TEX/Beamer_Tail.tex +0 -0
  15. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/data/Templates/TEX/Style.tex +0 -0
  16. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/data/Templates/TEX/TEVC_Header.tex +0 -0
  17. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/data/Templates/TEX/TEVC_Tail.tex +0 -0
  18. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/data/Templates/TEX/eisvogel.beamer +0 -0
  19. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/data/Templates/TEX/eisvogel.latex +0 -0
  20. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/data/Templates/TEX/eisvogel.tex +0 -0
  21. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/data/Templates/TEX/math.tex +0 -0
  22. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/data/Templates/TEX/math_commands.tex +0 -0
  23. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/main/__init__.py +0 -0
  24. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/main/basic_input.py +0 -0
  25. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/main/pandoc_md_to.py +0 -0
  26. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/main/python_run_md.py +0 -0
  27. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/main/python_run_tex.py +0 -0
  28. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/pyeasyphd.py +0 -0
  29. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/pyeasyphd.sublime-settings +0 -0
  30. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
  31. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/tools/__init__.py +0 -0
  32. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
  33. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/tools/generate/generate_html.py +0 -0
  34. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/tools/generate/generate_library.py +0 -0
  35. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/tools/generate/generate_links.py +0 -0
  36. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
  37. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/tools/search/data.py +0 -0
  38. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/tools/search/search_base.py +0 -0
  39. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/tools/search/search_core.py +0 -0
  40. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/tools/search/search_keywords.py +0 -0
  41. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/tools/search/search_writers.py +0 -0
  42. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/tools/search/utils.py +0 -0
  43. {pyeasyphd-0.1.6 → pyeasyphd-0.2.0}/pyeasyphd/utils/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyeasyphd
3
- Version: 0.1.6
3
+ Version: 0.2.0
4
4
  Summary: pyeasyphd
5
5
  License: GPL-3.0-or-later
6
6
  Keywords: Python,Markdown,LaTex
@@ -8,14 +8,15 @@ Author: NextAI
8
8
  Author-email: nextartifintell@gmail.com
9
9
  Maintainer: NextAI
10
10
  Maintainer-email: nextartifintell@gmail.com
11
- Requires-Python: >=3.13
11
+ Requires-Python: >=3.12
12
12
  Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
13
13
  Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3.12
14
15
  Classifier: Programming Language :: Python :: 3.13
15
16
  Classifier: Programming Language :: Python :: 3.14
16
17
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
17
- Requires-Dist: pyadvtools (>=0.1.5,<0.2.0)
18
- Requires-Dist: pybibtexer (>=0.1.6,<0.2.0)
18
+ Requires-Dist: pyadvtools (>=0.2.0,<0.3.0)
19
+ Requires-Dist: pybibtexer (>=0.2.0,<0.3.0)
19
20
  Project-URL: Documentation, https://github.com/NextArtifIntell/pyeasyphd
20
21
  Project-URL: Homepage, https://github.com/NextArtifIntell/pyeasyphd
21
22
  Project-URL: Repository, https://github.com/NextArtifIntell/pyeasyphd
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyeasyphd"
3
- version = "0.1.6"
3
+ version = "0.2.0"
4
4
  description = "pyeasyphd"
5
5
  license = "GPL-3.0-or-later"
6
6
  authors = ["NextAI <nextartifintell@gmail.com>"]
@@ -13,9 +13,9 @@ keywords = ["Python", "Markdown", "LaTex"]
13
13
  classifiers = ["Topic :: Software Development :: Libraries :: Python Modules"]
14
14
 
15
15
  [tool.poetry.dependencies]
16
- python = ">=3.13"
17
- pyadvtools = "^0.1.5"
18
- pybibtexer = "^0.1.6"
16
+ python = ">=3.12"
17
+ pyadvtools = "^0.2.0"
18
+ pybibtexer = "^0.2.0"
19
19
 
20
20
  [tool.poetry.group.dev.dependencies]
21
21
  mypy = "^1.18.1"
@@ -25,6 +25,7 @@ pydocstyle = "^6.3.0"
25
25
  flake8 = "^7.3.0"
26
26
  isort = "^6.0.1"
27
27
  black = "^25.1.0"
28
+ pyright = "^1.1.405"
28
29
 
29
30
  [tool.pyright]
30
31
  venvPath = "."
File without changes