pyeasyphd 0.3.25__tar.gz → 0.3.28__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.25 → pyeasyphd-0.3.28}/PKG-INFO +9 -3
  2. pyeasyphd-0.3.28/README.md +7 -0
  3. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/scripts/run_article_md.py +4 -4
  4. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyproject.toml +3 -3
  5. pyeasyphd-0.3.25/README.md +0 -1
  6. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/LICENSE +0 -0
  7. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/.python-version +0 -0
  8. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/Main.sublime-menu +0 -0
  9. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/__init__.py +0 -0
  10. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/data/templates/csl/apa-no-ampersand.csl +0 -0
  11. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/data/templates/csl/apa.csl +0 -0
  12. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/data/templates/csl/ieee.csl +0 -0
  13. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/data/templates/tex/Article.tex +0 -0
  14. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/data/templates/tex/Article_Header.tex +0 -0
  15. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/data/templates/tex/Article_Tail.tex +0 -0
  16. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/data/templates/tex/Beamer_Header.tex +0 -0
  17. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/data/templates/tex/Beamer_Tail.tex +0 -0
  18. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/data/templates/tex/Style.tex +0 -0
  19. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/data/templates/tex/TEVC_Header.tex +0 -0
  20. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/data/templates/tex/TEVC_Tail.tex +0 -0
  21. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/data/templates/tex/eisvogel.tex +0 -0
  22. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/data/templates/tex/math.tex +0 -0
  23. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/data/templates/tex/math_commands.tex +0 -0
  24. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/data/templates/tex/nextaimathmacros.sty +0 -0
  25. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/main/__init__.py +0 -0
  26. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/main/basic_input.py +0 -0
  27. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/main/pandoc_md_to.py +0 -0
  28. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/main/python_run_md.py +0 -0
  29. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/main/python_run_tex.py +0 -0
  30. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/pyeasyphd.py +0 -0
  31. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/pyeasyphd.sublime-settings +0 -0
  32. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
  33. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/scripts/__init__.py +0 -0
  34. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/scripts/_base.py +0 -0
  35. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/scripts/run_article_tex.py +0 -0
  36. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/scripts/run_beamer_tex.py +0 -0
  37. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/scripts/run_compare.py +0 -0
  38. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/scripts/run_format.py +0 -0
  39. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/scripts/run_generate.py +0 -0
  40. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/scripts/run_replace.py +0 -0
  41. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/scripts/run_search.py +0 -0
  42. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/tools/__init__.py +0 -0
  43. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
  44. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/tools/generate/generate_html.py +0 -0
  45. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/tools/generate/generate_library.py +0 -0
  46. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/tools/generate/generate_links.py +0 -0
  47. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
  48. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/tools/search/data.py +0 -0
  49. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/tools/search/search_base.py +0 -0
  50. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/tools/search/search_core.py +0 -0
  51. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/tools/search/search_keywords.py +0 -0
  52. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/tools/search/search_writers.py +0 -0
  53. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/tools/search/utils.py +0 -0
  54. {pyeasyphd-0.3.25 → pyeasyphd-0.3.28}/pyeasyphd/utils/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyeasyphd
3
- Version: 0.3.25
3
+ Version: 0.3.28
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.4,<0.3.0)
20
- Requires-Dist: pybibtexer (>=0.2.10,<0.3.0)
19
+ Requires-Dist: pyadvtools (>=0.2.14,<0.3.0)
20
+ Requires-Dist: pybibtexer (>=0.2.12,<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
@@ -25,3 +25,9 @@ Description-Content-Type: text/markdown
25
25
 
26
26
  # pyeasyphd
27
27
 
28
+ ![Visitors](https://visitor-badge.laobi.icu/badge?page_id=Easy-PhD.pyeasyphd)
29
+ [![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
30
+ ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyeasyphd)
31
+ [![PyPI](https://img.shields.io/pypi/v/pyeasyphd)](https://pypi.org/project/pyeasyphd/)
32
+ [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
33
+
@@ -0,0 +1,7 @@
1
+ # pyeasyphd
2
+
3
+ ![Visitors](https://visitor-badge.laobi.icu/badge?page_id=Easy-PhD.pyeasyphd)
4
+ [![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
5
+ ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyeasyphd)
6
+ [![PyPI](https://img.shields.io/pypi/v/pyeasyphd)](https://pypi.org/project/pyeasyphd/)
7
+ [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
@@ -48,10 +48,9 @@ def run_article_md_daily_notes(
48
48
  "bib_for_abbr_name": "abbr.bib",
49
49
  "bib_for_zotero_name": "zotero.bib",
50
50
  "bib_for_save_name": "save.bib",
51
- "display_google_connected_scite": ["google", "connected", "scite"],
52
51
 
53
52
  "bib_folder_name": "bibs", # "" or "bib" or "bibs" or "main"
54
- "delete_original_bib_in_output_folder": True,
53
+ "delete_original_bib_in_output_folder": True, # default is False
55
54
  "bib_path_or_file": os.path.expanduser(bib_path_or_file),
56
55
 
57
56
  # tex options
@@ -64,13 +63,14 @@ def run_article_md_daily_notes(
64
63
  "shutil_input_texs": False, # True or False
65
64
  "input_texs_in_relative_path": True,
66
65
  "tex_folder_name": "texs", # "" or "tex" or "texs" or "main"
67
- "delete_original_tex_in_output_folder": True,
66
+ "delete_original_tex_in_output_folder": True, # default is False
68
67
  "generate_tex": False,
69
68
 
70
69
  # md options
71
70
  # ["www", "google", "connected", "scite"]
72
71
  "display_www_google_connected_scite": ["google", "connected"], # python_writers.py
73
72
 
73
+ "join_flag_in_http": " | ", # default is " | " or " |\n"
74
74
  "add_url_for_basic_dict": False, # default is True
75
75
  "add_anchor_for_basic_dict": True, # default is False
76
76
  "add_anchor_for_beauty_dict": False, # default is False
@@ -86,7 +86,7 @@ def run_article_md_daily_notes(
86
86
  "add_anchor_in_md": True, # default is False
87
87
 
88
88
  "md_folder_name": "mds", # "" or "md" or "main"
89
- "delete_original_md_in_output_folder": True, # False
89
+ "delete_original_md_in_output_folder": True, # default is False
90
90
 
91
91
  # html options
92
92
  "generate_html": False,
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyeasyphd"
3
- version = "0.3.25"
3
+ version = "0.3.28"
4
4
  description = "pyeasyphd"
5
5
  license = "GPL-3.0-or-later"
6
6
  authors = ["NextAI <nextartifintell@gmail.com>"]
@@ -14,8 +14,8 @@ classifiers = ["Topic :: Software Development :: Libraries :: Python Modules"]
14
14
 
15
15
  [tool.poetry.dependencies]
16
16
  python = ">=3.12"
17
- pyadvtools = "^0.2.4"
18
- pybibtexer = "^0.2.10"
17
+ pyadvtools = "^0.2.14"
18
+ pybibtexer = "^0.2.12"
19
19
 
20
20
  [tool.poetry.group.dev.dependencies]
21
21
  mypy = "^1.18.1"
@@ -1 +0,0 @@
1
- # pyeasyphd
File without changes