commonmeta-py 0.45__tar.gz → 0.48__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.
Files changed (75) hide show
  1. {commonmeta_py-0.45 → commonmeta_py-0.48}/PKG-INFO +1 -1
  2. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/__init__.py +1 -1
  3. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/metadata.py +2 -0
  4. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/readers/json_feed_reader.py +4 -0
  5. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/writers/inveniordm_writer.py +5 -2
  6. {commonmeta_py-0.45 → commonmeta_py-0.48}/pyproject.toml +1 -1
  7. {commonmeta_py-0.45 → commonmeta_py-0.48}/LICENSE +0 -0
  8. {commonmeta_py-0.45 → commonmeta_py-0.48}/README.md +0 -0
  9. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/api_utils.py +0 -0
  10. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/author_utils.py +0 -0
  11. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/base_utils.py +0 -0
  12. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/cli.py +0 -0
  13. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/constants.py +0 -0
  14. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/crossref_utils.py +0 -0
  15. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/date_utils.py +0 -0
  16. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/doi_utils.py +0 -0
  17. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/readers/__init__.py +0 -0
  18. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/readers/bibtex_reader.py +0 -0
  19. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/readers/cff_reader.py +0 -0
  20. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/readers/codemeta_reader.py +0 -0
  21. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/readers/commonmeta_reader.py +0 -0
  22. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/readers/crossref_reader.py +0 -0
  23. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/readers/crossref_xml_reader.py +0 -0
  24. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/readers/csl_reader.py +0 -0
  25. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/readers/datacite_reader.py +0 -0
  26. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/readers/datacite_xml_reader.py +0 -0
  27. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/readers/inveniordm_reader.py +0 -0
  28. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/readers/kbase_reader.py +0 -0
  29. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/readers/ris_reader.py +0 -0
  30. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/readers/schema_org_reader.py +0 -0
  31. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/cff_v1.2.0.json +0 -0
  32. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/commonmeta_v0.12.json +0 -0
  33. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/commonmeta_v0.13.json +0 -0
  34. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/commonmeta_v0.14.json +0 -0
  35. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/commonmeta_v0.15.json +0 -0
  36. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/crossref/AccessIndicators.xsd +0 -0
  37. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/crossref/JATS-journalpublishing1-3d2-mathml3-elements.xsd +0 -0
  38. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/crossref/JATS-journalpublishing1-3d2-mathml3.xsd +0 -0
  39. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/crossref/JATS-journalpublishing1-elements.xsd +0 -0
  40. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/crossref/JATS-journalpublishing1-mathml3-elements.xsd +0 -0
  41. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/crossref/JATS-journalpublishing1-mathml3.xsd +0 -0
  42. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/crossref/JATS-journalpublishing1.xsd +0 -0
  43. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/crossref/clinicaltrials.xsd +0 -0
  44. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/crossref/common5.3.1.xsd +0 -0
  45. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/crossref/crossref5.3.1.xsd +0 -0
  46. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/crossref/crossref_query_output3.0.xsd +0 -0
  47. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/crossref/fundref.xsd +0 -0
  48. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/crossref/module-ali.xsd +0 -0
  49. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/crossref/relations.xsd +0 -0
  50. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/crossref-v0.2.json +0 -0
  51. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/csl-data.json +0 -0
  52. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/datacite-v4.5.json +0 -0
  53. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/datacite-v4.5pr.json +0 -0
  54. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/ietf-bcp-47.json +0 -0
  55. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/iso-8601.json +0 -0
  56. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/spdx/licenses.json +0 -0
  57. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/spdx-schema.json +0 -0
  58. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/styles/apa.csl +0 -0
  59. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/styles/chicago-author-date.csl +0 -0
  60. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/styles/harvard-cite-them-right.csl +0 -0
  61. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/styles/ieee.csl +0 -0
  62. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/styles/modern-language-association.csl +0 -0
  63. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/resources/styles/vancouver.csl +0 -0
  64. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/schema_utils.py +0 -0
  65. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/translators.py +0 -0
  66. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/utils.py +0 -0
  67. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/writers/__init__.py +0 -0
  68. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/writers/bibtex_writer.py +0 -0
  69. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/writers/citation_writer.py +0 -0
  70. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/writers/commonmeta_writer.py +0 -0
  71. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/writers/crossref_xml_writer.py +0 -0
  72. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/writers/csl_writer.py +0 -0
  73. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/writers/datacite_writer.py +0 -0
  74. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/writers/ris_writer.py +0 -0
  75. {commonmeta_py-0.45 → commonmeta_py-0.48}/commonmeta/writers/schema_org_writer.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: commonmeta-py
3
- Version: 0.45
3
+ Version: 0.48
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
@@ -10,7 +10,7 @@ commonmeta-py is a Python library to convert scholarly metadata
10
10
  """
11
11
 
12
12
  __title__ = "commonmeta-py"
13
- __version__ = "0.45"
13
+ __version__ = "0.48"
14
14
  __author__ = "Martin Fenner"
15
15
  __license__ = "MIT"
16
16
 
@@ -101,6 +101,8 @@ class Metadata:
101
101
  self.titles = meta.get("titles")
102
102
  self.url = meta.get("url")
103
103
  self.version = meta.get("version")
104
+ self.content = meta.get("content")
105
+ self.image = meta.get("image")
104
106
  # other properties
105
107
  self.date_created = meta.get("date_created")
106
108
  self.date_registered = meta.get("date_registered")
@@ -134,6 +134,8 @@ def read_json_feed_item(data: Optional[dict], **kwargs) -> Commonmeta:
134
134
  {"identifier": meta.get("id"), "identifierType": "UUID"},
135
135
  {"identifier": meta.get("guid"), "identifierType": "GUID"},
136
136
  ]
137
+ content = py_.get(meta, "content_text", None)
138
+ image = py_.get(meta, "image", None)
137
139
  files = get_files(_id)
138
140
  state = "findable" if meta or read_options else "not_found"
139
141
 
@@ -158,6 +160,8 @@ def read_json_feed_item(data: Optional[dict], **kwargs) -> Commonmeta:
158
160
  "fundingReferences": presence(funding_references),
159
161
  "references": presence(references),
160
162
  "relations": presence(relations),
163
+ "content": presence(content),
164
+ "image": presence(image),
161
165
  "files": files,
162
166
  # other properties
163
167
  "container": presence(container),
@@ -46,7 +46,6 @@ def write_inveniordm(metadata):
46
46
  "scheme": "url",
47
47
  }
48
48
  )
49
- print(identifiers, metadata.id)
50
49
  references = [
51
50
  to_inveniordm_related_identifier(i)
52
51
  for i in wrap(metadata.references)
@@ -127,6 +126,8 @@ def write_inveniordm(metadata):
127
126
  "related_identifiers": presence(related_identifiers),
128
127
  "funding": presence(funding),
129
128
  "version": metadata.version,
129
+ "content": presence(metadata.content),
130
+ "image": presence(metadata.image),
130
131
  }
131
132
  ),
132
133
  "custom_fields": {
@@ -226,8 +227,10 @@ def to_inveniordm_related_identifier(relation: dict) -> dict:
226
227
  relation_type = relation.get("type")
227
228
  if relation.get("type", None) is None:
228
229
  relation_type = "References"
229
- if relation.get("type") == "HasReview":
230
+ elif relation.get("type") == "HasReview":
230
231
  relation_type = "IsReviewedBy"
232
+ elif relation.get("type") == "IsPreprintOf":
233
+ relation_type = "IsPreviousVersionOf"
231
234
 
232
235
  return compact(
233
236
  {
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name="commonmeta-py"
3
- version="0.45"
3
+ version="0.48"
4
4
  repository = "https://github.com/front-matter/commonmeta-py"
5
5
  homepage = "https://python.commonmeta.org"
6
6
  documentation = "https://python.commonmeta.org"
File without changes
File without changes