commonmeta-py 0.53__py3-none-any.whl → 0.55__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.
- commonmeta/__init__.py +1 -1
- commonmeta/doi_utils.py +3 -2
- {commonmeta_py-0.53.dist-info → commonmeta_py-0.55.dist-info}/METADATA +2 -2
- {commonmeta_py-0.53.dist-info → commonmeta_py-0.55.dist-info}/RECORD +7 -7
- {commonmeta_py-0.53.dist-info → commonmeta_py-0.55.dist-info}/LICENSE +0 -0
- {commonmeta_py-0.53.dist-info → commonmeta_py-0.55.dist-info}/WHEEL +0 -0
- {commonmeta_py-0.53.dist-info → commonmeta_py-0.55.dist-info}/entry_points.txt +0 -0
commonmeta/__init__.py
CHANGED
commonmeta/doi_utils.py
CHANGED
@@ -263,10 +263,11 @@ def is_rogue_scholar_doi(doi: str) -> bool:
|
|
263
263
|
"""Return True if DOI is from Rogue Scholar"""
|
264
264
|
prefix = validate_prefix(doi)
|
265
265
|
return prefix in [
|
266
|
-
"10.34732",
|
266
|
+
"10.34732", # not managed by Front Matter
|
267
267
|
"10.53731",
|
268
268
|
"10.54900",
|
269
|
-
"10.57689",
|
269
|
+
"10.57689", # not managed by Front Matter
|
270
|
+
"10.58079", # not managed by Front Matter
|
270
271
|
"10.59348",
|
271
272
|
"10.59349",
|
272
273
|
"10.59350",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: commonmeta-py
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.55
|
4
4
|
Summary: Library for conversions to/from the Commonmeta scholarly metadata format
|
5
5
|
Home-page: https://python.commonmeta.org
|
6
6
|
License: MIT
|
@@ -28,7 +28,7 @@ Requires-Dist: click (>=8.1.7,<9.0.0)
|
|
28
28
|
Requires-Dist: datacite (>=1.1,<2.0)
|
29
29
|
Requires-Dist: dateparser (>=1.1.7,<2.0.0)
|
30
30
|
Requires-Dist: docutils (>=0.19,<0.20)
|
31
|
-
Requires-Dist: edtf (>=
|
31
|
+
Requires-Dist: edtf (>=5.0.0,<6.0.0)
|
32
32
|
Requires-Dist: furl (>=2.1.3,<3.0.0)
|
33
33
|
Requires-Dist: httpx (>=0.27,<0.28)
|
34
34
|
Requires-Dist: jsonschema (>=4.21,<5.0)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
commonmeta/__init__.py,sha256=
|
1
|
+
commonmeta/__init__.py,sha256=GjhFP1p3u1oRLsytjPJgLU7qHz-CpHtKmkinPaGJclE,1779
|
2
2
|
commonmeta/api_utils.py,sha256=-ZHGVZZhJqnjnsLtp4-PoeHYbDqL0cQme7W70BEjo4U,2677
|
3
3
|
commonmeta/author_utils.py,sha256=zBIPTgP5n7Zx57xomJ2h7x0dvC0AV8gJ2gPoYeDy5Lo,8348
|
4
4
|
commonmeta/base_utils.py,sha256=AsUElA5kT2fw_Osy7Uaj2F6MKeq9yB7d5f2V-h2lh7c,3750
|
@@ -6,7 +6,7 @@ commonmeta/cli.py,sha256=0IJF1SQ1sKPg7M0Gb8fpX2nBps-G0L13o01__M6c5Z0,6104
|
|
6
6
|
commonmeta/constants.py,sha256=VfjXLkwoV4A5uztH3vgDJ_qrt7PaWGO6QtHbAt4r03c,17501
|
7
7
|
commonmeta/crossref_utils.py,sha256=qJlTZtfKR2shAXQDm8VBYUujKFkTtZTUz19GuMUANaI,22198
|
8
8
|
commonmeta/date_utils.py,sha256=rJRV4YmWKQWU__iAV8www3cqwaefC0iRKyHwvxrr_XY,6316
|
9
|
-
commonmeta/doi_utils.py,sha256=
|
9
|
+
commonmeta/doi_utils.py,sha256=uIlWi065ButcaB17unaRpSqu3c6uKwj9MgLJ6i8viMo,8319
|
10
10
|
commonmeta/metadata.py,sha256=cjvCcxW1FMtKCbNKan0zXX0FN6z5orHFGPYsgkp6fSI,12480
|
11
11
|
commonmeta/readers/__init__.py,sha256=vOf7UsOKNoh_ZCuyexxhAmPMt8wjB-pF_CfpWRaN8pk,45
|
12
12
|
commonmeta/readers/bibtex_reader.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -69,8 +69,8 @@ commonmeta/writers/datacite_writer.py,sha256=G7Lr0aZ4sAEdbfXe3dG4Y6AyGUKA9UWr_ii
|
|
69
69
|
commonmeta/writers/inveniordm_writer.py,sha256=UMFjUC_uvF8Bkm-Le5mR_nDolagqr9M6XTUH-x2sxYc,9994
|
70
70
|
commonmeta/writers/ris_writer.py,sha256=AcnCszS3WY9lF594NbFBtLylsA8ownnYp_XLQJ84Ios,2093
|
71
71
|
commonmeta/writers/schema_org_writer.py,sha256=5j002uCNLdlScZMNQmPjodcVWqaBh2z38zL1H4lo2hY,5741
|
72
|
-
commonmeta_py-0.
|
73
|
-
commonmeta_py-0.
|
74
|
-
commonmeta_py-0.
|
75
|
-
commonmeta_py-0.
|
76
|
-
commonmeta_py-0.
|
72
|
+
commonmeta_py-0.55.dist-info/LICENSE,sha256=746hEF2wZCKkcckk5-_DcBLtHewfaEMS4iXTlA1PVwk,1074
|
73
|
+
commonmeta_py-0.55.dist-info/METADATA,sha256=GiA00Kruv5kxWUbo1-G866EDBKVW6p25DG-FM58DGFM,8282
|
74
|
+
commonmeta_py-0.55.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
75
|
+
commonmeta_py-0.55.dist-info/entry_points.txt,sha256=vbcDw3_2lMTKdcAL2VUF4DRYRpKuzXVYLMCdgKVf88U,49
|
76
|
+
commonmeta_py-0.55.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|