pyeasyphd 0.0.2__tar.gz → 0.0.3__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 (80) hide show
  1. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/PKG-INFO +2 -2
  2. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/pyeasyphd.sublime-settings +15 -14
  3. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/search/search_keywords.py +4 -3
  4. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyproject.toml +2 -2
  5. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/README.md +0 -0
  6. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/.python-version +0 -0
  7. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/Main.sublime-menu +0 -0
  8. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/__init__.py +0 -0
  9. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/__init__.py +0 -0
  10. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexbase/__init__.py +0 -0
  11. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexbase/standardize/_base.py +0 -0
  12. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexbase/standardize/default_data.py +0 -0
  13. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexbase/standardize/do_on_bib.py +0 -0
  14. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexbase/standardize/do_on_comment_block.py +0 -0
  15. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexbase/standardize/do_on_entry_block.py +0 -0
  16. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexbase/standardize/do_on_preamble_block.py +0 -0
  17. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexbase/standardize/do_on_string_block.py +0 -0
  18. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexbase/standardize_bib.py +0 -0
  19. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/__init__.py +0 -0
  20. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/bibtex_format.py +0 -0
  21. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/exceptions.py +0 -0
  22. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/library.py +0 -0
  23. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/block/add.py +0 -0
  24. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/block/authors.py +0 -0
  25. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/block/doi_url.py +0 -0
  26. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/block/entry_field_keys_normalize.py +0 -0
  27. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/block/entry_field_keys_replace.py +0 -0
  28. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/block/entry_field_values_normalize.py +0 -0
  29. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/block/entry_fields_delete.py +0 -0
  30. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/block/entry_fields_keep.py +0 -0
  31. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/block/entry_fields_sort.py +0 -0
  32. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/block/entry_types.py +0 -0
  33. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/block/journal_booktitle.py +0 -0
  34. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/block/month_year.py +0 -0
  35. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/block/number_volume.py +0 -0
  36. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/block/pages.py +0 -0
  37. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/block/title.py +0 -0
  38. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/library/generating_entrykeys.py +0 -0
  39. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/library/keeping_blocks.py +0 -0
  40. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/library/sorting_blocks.py +0 -0
  41. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/middleware.py +0 -0
  42. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/parsestack.py +0 -0
  43. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares/utils.py +0 -0
  44. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares_library_to_library.py +0 -0
  45. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares_library_to_str.py +0 -0
  46. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares_str_to_library.py +0 -0
  47. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/middlewares_str_to_str.py +0 -0
  48. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/model.py +0 -0
  49. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/bibtexparser/splitter.py +0 -0
  50. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/core/__init__.py +0 -0
  51. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/core/convert_library_to_library.py +0 -0
  52. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/core/convert_library_to_str.py +0 -0
  53. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/core/convert_str_to_library.py +0 -0
  54. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/bib/core/convert_str_to_str.py +0 -0
  55. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/main/__init__.py +0 -0
  56. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/main/basic_input.py +0 -0
  57. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/main/pandoc_md_to.py +0 -0
  58. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/main/python_run_bib.py +0 -0
  59. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/main/python_run_md.py +0 -0
  60. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/main/python_run_tex.py +0 -0
  61. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/main/python_writers.py +0 -0
  62. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/pyeasyphd.py +0 -0
  63. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/pyeasyphd.sublime-syntax +0 -0
  64. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/__init__.py +0 -0
  65. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/compare/compare_bibs.py +0 -0
  66. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/experiments_base.py +0 -0
  67. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/format_save_bibs.py +0 -0
  68. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/generate/generate_from_bibs.py +0 -0
  69. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/generate/generate_links.py +0 -0
  70. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/py_run_bib_md_tex.py +0 -0
  71. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/replace/replace.py +0 -0
  72. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/search/data.py +0 -0
  73. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/search/search_base.py +0 -0
  74. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/search/search_core.py +0 -0
  75. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/search/search_writers.py +0 -0
  76. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/search/utils.py +0 -0
  77. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/spider/process_spider_bib.py +0 -0
  78. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/spider/process_spider_url.py +0 -0
  79. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/tools/spider/process_spider_url_bib.py +0 -0
  80. {pyeasyphd-0.0.2 → pyeasyphd-0.0.3}/pyeasyphd/utils/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyeasyphd
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: pyeasyphd
5
5
  License: GPL-3.0-or-later
6
6
  Keywords: Python,Markdown,LaTex
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
18
  Classifier: Programming Language :: Python :: 3.13
19
19
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
20
- Requires-Dist: pyadvtools (>=0.0.3,<0.0.4)
20
+ Requires-Dist: pyadvtools (>=0.0.5,<0.0.6)
21
21
  Project-URL: Documentation, https://github.com/NextArtifIntell/pyeasyphd
22
22
  Project-URL: Homepage, https://github.com/NextArtifIntell/pyeasyphd
23
23
  Project-URL: Repository, https://github.com/NextArtifIntell/pyeasyphd
@@ -1,6 +1,7 @@
1
1
  {
2
2
  // config
3
3
  // config path
4
+ // Must be configured by the user.
4
5
  "path_config": "",
5
6
 
6
7
  // figures, templates, bibs
@@ -8,27 +9,27 @@
8
9
  "path_figures": "",
9
10
  "path_templates": "",
10
11
 
11
- // pypapers/bib/core/convert_str_to_str.py
12
+ // pyeasyphd/bib/core/convert_str_to_str.py
12
13
  "default_additional_field_list": [],
13
14
 
14
- // pypapers/bib/bibtexparser/middlewares_str_to_str.py
15
+ // pyeasyphd/bib/bibtexparser/middlewares_str_to_str.py
15
16
  "substitute_in_bib": true,
16
17
  "substitute_old_list": [],
17
18
  "substitute_new_list": [],
18
19
 
19
20
 
20
- // pypapers/bib/core/convert_str_to_library.py
21
+ // pyeasyphd/bib/core/convert_str_to_library.py
21
22
  "is_standardize_bib": true,
22
23
 
23
- // pypapers/bib/bibtexparser/middlewares_str_to_library.py
24
+ // pyeasyphd/bib/bibtexparser/middlewares_str_to_library.py
24
25
  "is_display_implicit_comments": true,
25
26
 
26
27
 
27
- // pypapers/bib/core/convert_library_to_library.py
28
+ // pyeasyphd/bib/core/convert_library_to_library.py
28
29
  // "abbr", "zotero", or "save"
29
30
  "choose_abbr_zotero_save": "save",
30
31
 
31
- // pypapers/bib/bibtexparser/middlewares_library_to_library.py
32
+ // pyeasyphd/bib/bibtexparser/middlewares_library_to_library.py
32
33
  "function_common_again": true,
33
34
  "function_common_again_abbr": true,
34
35
  "function_common_again_zotero": true,
@@ -134,13 +135,13 @@
134
135
  "delete_fields_list_for_save": [],
135
136
 
136
137
 
137
- // pypapers/bib/core/convert_library_to_str.py
138
+ // pyeasyphd/bib/core/convert_library_to_str.py
138
139
  "is_standardize_library": false,
139
140
  "empty_entry_cite_keys": false,
140
141
  "add_index_to_entries": false,
141
142
  "entries_necessary": true,
142
143
 
143
- // pypapers/bib/bibtexparser/middlewares_library_to_str.py
144
+ // pyeasyphd/bib/bibtexparser/middlewares_library_to_str.py
144
145
  "is_sort_entry_fields": true,
145
146
  "is_sort_blocks": true,
146
147
  "sort_entries_by_cite_keys": [],
@@ -148,7 +149,7 @@
148
149
  "sort_entries_by_field_keys_reverse": true,
149
150
 
150
151
 
151
- // pypapers/main/pandoc_md_to.py
152
+ // pyeasyphd/main/pandoc_md_to.py
152
153
  // for pandoc
153
154
  "csl_name": "apa-no-ampersand",
154
155
  // the number of columns in md files
@@ -160,7 +161,7 @@
160
161
  "cite_flag_in_tex": "cite",
161
162
 
162
163
  // for bib file
163
- // pypapers/main/python_writers.py
164
+ // pyeasyphd/main/python_writers.py
164
165
  // "abbr.bib", "zotero.bib", "save.bib"
165
166
  "bib_for_abbr_name": "abbr.bib",
166
167
  "bib_for_zotero_name": "zotero.bib",
@@ -174,7 +175,7 @@
174
175
  "bibtex_format_block_separator": "",
175
176
 
176
177
  // for md file
177
- // pypapers/main/python_run_md.py
178
+ // pyeasyphd/main/python_run_md.py
178
179
  // default is ""
179
180
  "final_output_main_md_name": "",
180
181
  // true, false
@@ -191,7 +192,7 @@
191
192
  "display_basic_beauty_complex_references_in_md": "beauty",
192
193
 
193
194
  // for tex file
194
- // pypapers/main/python_run_tex.py
195
+ // pyeasyphd/main/python_run_tex.py
195
196
  // handly preamble
196
197
  "handly_preamble": false,
197
198
 
@@ -208,7 +209,7 @@
208
209
  ".nav", ".snm", ".toc", ".xdv"
209
210
  ],
210
211
 
211
- // pypapers/tools/python_run_latex_md.py
212
+ // pyeasyphd/tools/python_run_latex_md.py
212
213
  // true, false
213
214
  "generate_html": false,
214
215
 
@@ -229,7 +230,7 @@
229
230
  "delete_original_tex_in_output_folder": false,
230
231
  "delete_original_bib_in_output_folder": false,
231
232
 
232
- // pypapers/pypapers.py
233
+ // pyeasyphd/pyeasyphd.py
233
234
  // default is the same with the active file
234
235
  "path_output": "",
235
236
  }
@@ -1,6 +1,7 @@
1
1
  import copy
2
2
  import os
3
3
  import re
4
+ from pathlib import Path
4
5
  from typing import Any, Dict, List
5
6
 
6
7
  from pyadvtools import (
@@ -214,11 +215,11 @@ class Searchkeywords(object):
214
215
  data_list.append(f"<td>{name}</td>\n")
215
216
 
216
217
  for f in data_dict[name]:
218
+ folders = Path(f).parts[1:]
217
219
  if index == "combine":
218
- data_list.append(x.format(f, f.split("-")[0].split("/")[-1].title() + ":" + f.split(".")[-1]))
220
+ data_list.append(x.format(f, folders[-1].split("-")[0].title() + ":" + f.split(".")[-1]))
219
221
  elif index == "separate":
220
- data_list.append(x.format(f, f.split("/")[-2].split("-")[0].title() + ":" + f.split(".")[-1]))
221
-
222
+ data_list.append(x.format(f, folders[-2].split("-")[0].title() + ":" + f.split(".")[-1]))
222
223
  data_list.append("</tr>\n")
223
224
  data_list.append("</tbody>\n")
224
225
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyeasyphd"
3
- version = "0.0.2"
3
+ version = "0.0.3"
4
4
  description = "pyeasyphd"
5
5
  license = "GPL-3.0-or-later"
6
6
  authors = ["NextAI <nextartifintell@gmail.com>"]
@@ -14,7 +14,7 @@ classifiers = ["Topic :: Software Development :: Libraries :: Python Modules"]
14
14
 
15
15
  [tool.poetry.dependencies]
16
16
  python = ">=3.8.1"
17
- pyadvtools = "^0.0.3"
17
+ pyadvtools = "^0.0.5"
18
18
 
19
19
  [tool.poetry.group.dev.dependencies]
20
20
  mypy = "^1.10.0"
File without changes