pyeasyphd 0.4.14__py3-none-any.whl → 0.4.16__py3-none-any.whl
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.
- pyeasyphd/tools/py_run_bib_md_tex.py +0 -11
- {pyeasyphd-0.4.14.dist-info → pyeasyphd-0.4.16.dist-info}/METADATA +2 -2
- {pyeasyphd-0.4.14.dist-info → pyeasyphd-0.4.16.dist-info}/RECORD +5 -5
- {pyeasyphd-0.4.14.dist-info → pyeasyphd-0.4.16.dist-info}/WHEEL +0 -0
- {pyeasyphd-0.4.14.dist-info → pyeasyphd-0.4.16.dist-info}/licenses/LICENSE +0 -0
|
@@ -217,11 +217,6 @@ class PyRunBibMdTex(BasicInput):
|
|
|
217
217
|
original_bib_data, key_in_md_tex
|
|
218
218
|
)
|
|
219
219
|
|
|
220
|
-
# Update entries
|
|
221
|
-
abbr_library = self._update_library_by_entry_keys(abbr_library, key_in_md_tex)
|
|
222
|
-
zotero_library = self._update_library_by_entry_keys(zotero_library, key_in_md_tex)
|
|
223
|
-
save_library = self._update_library_by_entry_keys(save_library, key_in_md_tex)
|
|
224
|
-
|
|
225
220
|
key_in_md_tex = sorted(abbr_library.entries_dict.keys(), key=key_in_md_tex.index)
|
|
226
221
|
|
|
227
222
|
# Write bibliography files
|
|
@@ -277,12 +272,6 @@ class PyRunBibMdTex(BasicInput):
|
|
|
277
272
|
|
|
278
273
|
return data_list_md, data_list_tex
|
|
279
274
|
|
|
280
|
-
@staticmethod
|
|
281
|
-
def _update_library_by_entry_keys(library: Library, keys: list[str]):
|
|
282
|
-
remove_entries = [entry for entry in library.entries if entry.key not in keys]
|
|
283
|
-
library.remove(remove_entries)
|
|
284
|
-
return library
|
|
285
|
-
|
|
286
275
|
@staticmethod
|
|
287
276
|
def search_subfile_names(data_list: list[str], postfixes: list[str]) -> list[str]:
|
|
288
277
|
"""Search for figure filenames in content.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyeasyphd
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.16
|
|
4
4
|
Summary: pyeasyphd
|
|
5
5
|
License: GPL-3.0-or-later
|
|
6
6
|
License-File: LICENSE
|
|
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.14
|
|
18
18
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
19
19
|
Requires-Dist: pyadvtools (>=0.3.8,<0.4.0)
|
|
20
|
-
Requires-Dist: pybibtexer (>=0.3.
|
|
20
|
+
Requires-Dist: pybibtexer (>=0.3.6,<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
|
|
@@ -39,7 +39,7 @@ pyeasyphd/tools/generate/generate_from_bibs.py,sha256=AwY9gDcxOzPkPd0PzVVSv05rVu
|
|
|
39
39
|
pyeasyphd/tools/generate/generate_html.py,sha256=DP4Ti6xC0FJnKR6TpUpMysrRa0e7-jEdszHamN5JDMU,5393
|
|
40
40
|
pyeasyphd/tools/generate/generate_library.py,sha256=u6s7VgcEo-qlDWHHRYIJ8EuoUIqulva76JV2SinTMtc,7825
|
|
41
41
|
pyeasyphd/tools/generate/generate_links.py,sha256=8xswaKtBsTHVNrj55lK7hLVupe9cV4cQ_3wlPajJTlE,16015
|
|
42
|
-
pyeasyphd/tools/py_run_bib_md_tex.py,sha256=
|
|
42
|
+
pyeasyphd/tools/py_run_bib_md_tex.py,sha256=QerNToVIa5WYkPoULqDDyJUDPOOfsLWBGkxLZdH4SBk,17401
|
|
43
43
|
pyeasyphd/tools/search/data.py,sha256=iL7mZO49SRMHUkPtrK_3xzhFJAbHURIpXr0nGF76DH0,10300
|
|
44
44
|
pyeasyphd/tools/search/search_base.py,sha256=wwqtKN5gkvypO1ZQFVtRlZDy1aqtYuMaXgpbeKBAbf4,5909
|
|
45
45
|
pyeasyphd/tools/search/search_core.py,sha256=cR-2ix68PA2DstxpSEjFzb-KLivYo3pYVpnxldsezfo,17421
|
|
@@ -47,7 +47,7 @@ pyeasyphd/tools/search/search_keywords.py,sha256=pPEYhLaaQCYcyGlf8ULA_VNWBA_-Wtf
|
|
|
47
47
|
pyeasyphd/tools/search/search_writers.py,sha256=LfI_oxpuX8C5uZP9uosGJ4utO11UJQG230x1YwUJWPU,15665
|
|
48
48
|
pyeasyphd/tools/search/utils.py,sha256=hpYHXTm4XAL2f7e0BSuYDyvA86sVkELetvmPzllapF0,7487
|
|
49
49
|
pyeasyphd/utils/utils.py,sha256=8NfdQC0V3UGYeSweb7gjimQkQqM5dWeuUHOiRjVXaxk,3123
|
|
50
|
-
pyeasyphd-0.4.
|
|
51
|
-
pyeasyphd-0.4.
|
|
52
|
-
pyeasyphd-0.4.
|
|
53
|
-
pyeasyphd-0.4.
|
|
50
|
+
pyeasyphd-0.4.16.dist-info/METADATA,sha256=MTYWHkNqdv8iwhee5zGKUkhZGVfHlH5oQEpVjPlTRuw,1468
|
|
51
|
+
pyeasyphd-0.4.16.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
52
|
+
pyeasyphd-0.4.16.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
53
|
+
pyeasyphd-0.4.16.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|