invenio-subjects-mesh-lite 2025.1.15__py3-none-any.whl → 2025.1.15.2__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.
- {invenio_subjects_mesh_lite-2025.1.15.dist-info → invenio_subjects_mesh_lite-2025.1.15.2.dist-info}/METADATA +46 -8
- invenio_subjects_mesh_lite-2025.1.15.2.dist-info/RECORD +10 -0
- {invenio_subjects_mesh_lite-2025.1.15.dist-info → invenio_subjects_mesh_lite-2025.1.15.2.dist-info}/WHEEL +1 -1
- invenio_subjects_mesh_lite-2025.1.15.dist-info/RECORD +0 -10
- {invenio_subjects_mesh_lite-2025.1.15.dist-info → invenio_subjects_mesh_lite-2025.1.15.2.dist-info}/entry_points.txt +0 -0
- {invenio_subjects_mesh_lite-2025.1.15.dist-info → invenio_subjects_mesh_lite-2025.1.15.2.dist-info/licenses}/LICENSE +0 -0
- {invenio_subjects_mesh_lite-2025.1.15.dist-info → invenio_subjects_mesh_lite-2025.1.15.2.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: invenio-subjects-mesh-lite
|
|
3
|
-
Version: 2025.1.15
|
|
3
|
+
Version: 2025.1.15.2
|
|
4
4
|
Summary: MeSH subject terms without qualifiers
|
|
5
5
|
Author-email: Northwestern University <DL_FSM_GDS@e.northwestern.edu>
|
|
6
6
|
License: MIT License
|
|
@@ -38,16 +38,24 @@ Classifier: Programming Language :: Python :: 3
|
|
|
38
38
|
Classifier: Programming Language :: Python :: 3.9
|
|
39
39
|
Classifier: Programming Language :: Python :: 3.11
|
|
40
40
|
Classifier: Programming Language :: Python :: 3.12
|
|
41
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
41
42
|
Requires-Python: >=3.9
|
|
42
43
|
Description-Content-Type: text/markdown
|
|
43
44
|
License-File: LICENSE
|
|
44
|
-
Requires-Dist: galter-subjects-utils<2.0,>=0.
|
|
45
|
+
Requires-Dist: galter-subjects-utils<2.0,>=0.7.0
|
|
45
46
|
Provides-Extra: dev
|
|
46
47
|
Requires-Dist: check-manifest>=0.49; extra == "dev"
|
|
47
48
|
Requires-Dist: invenio-search[opensearch2]<3.0,>=2.1.0; extra == "dev"
|
|
48
49
|
Requires-Dist: invoke<3.0,>=2.2; extra == "dev"
|
|
49
50
|
Requires-Dist: pyyaml>=5.4.1; extra == "dev"
|
|
50
51
|
Requires-Dist: pytest-invenio<3.0.0,>=2.1.1; extra == "dev"
|
|
52
|
+
Provides-Extra: dev-pre
|
|
53
|
+
Requires-Dist: check-manifest>=0.49; extra == "dev-pre"
|
|
54
|
+
Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == "dev-pre"
|
|
55
|
+
Requires-Dist: invoke<3.0,>=2.2; extra == "dev-pre"
|
|
56
|
+
Requires-Dist: pyyaml>=5.4.1; extra == "dev-pre"
|
|
57
|
+
Requires-Dist: pytest-invenio<4.0.0,>=3.3.0; extra == "dev-pre"
|
|
58
|
+
Dynamic: license-file
|
|
51
59
|
|
|
52
60
|
# invenio-subjects-mesh-lite
|
|
53
61
|
|
|
@@ -79,13 +87,32 @@ This will add it to your Pipfile.
|
|
|
79
87
|
|
|
80
88
|
## Versions
|
|
81
89
|
|
|
82
|
-
|
|
90
|
+
**From 2025.1.15.2 onwards**
|
|
83
91
|
|
|
84
|
-
|
|
85
|
-
|
|
92
|
+
This package follows the following format for versions: `YYYY.mm.dd.patch` where
|
|
93
|
+
|
|
94
|
+
- `YYYY.mm.dd` is the date of retrieval of the MeSH terms with `mm` and `dd` NOT being 0-prefixed.
|
|
95
|
+
- `patch` is the patch number (0-indexed) so that multiple releases can be done on the same day (bug/security fixes) and non-subject related releases can be done as well.
|
|
96
|
+
|
|
97
|
+
This follows [calendar versioning](https://calver.org/) (for year, month, and day) and adds a patch number at the end. The package is typically updated on a quarterly basis. The following are illustrative (fictitious) examples of how to understand the versioning of this distribution package:
|
|
98
|
+
|
|
99
|
+
| Last MeSH update included | patch number | version of this project |
|
|
100
|
+
| ------------------------- | ------------ | ----------------------- |
|
|
101
|
+
| 2025-06-31 | 2 | 2025.6.31.2 |
|
|
102
|
+
| 2025-12-01 | 0 | 2025.12.1.0 |
|
|
103
|
+
|
|
104
|
+
**Prior to 2025.1.15.2**
|
|
105
|
+
|
|
106
|
+
This repository follows [calendar versioning](https://calver.org/) for year and month. It does a "best effort" attempt at tracking the MeSH updates in an *up-to-and-including* version date manner. The following are illustrative cases of how to understand the versioning of this distribution package:
|
|
107
|
+
|
|
108
|
+
| Last MeSH update included | version of this project | date of release of this project |
|
|
109
|
+
| ------------------------- | ----------------------- | ------------------------------- |
|
|
110
|
+
| 2024-01-31 | 2024.1.X | any time after 2024-01-31 |
|
|
111
|
+
| 2023-12-31 | 2023.12.X | any time after 2023-12-31 |
|
|
86
112
|
|
|
87
|
-
|
|
88
|
-
|
|
113
|
+
|
|
114
|
+
`2021.06.18` is both a valid semantic version and an indicator of the year-month corresponding to the loaded terms.
|
|
115
|
+
`18` here is a patch number (not a day).
|
|
89
116
|
|
|
90
117
|
## Usage
|
|
91
118
|
|
|
@@ -156,6 +183,17 @@ Run tests:
|
|
|
156
183
|
pipenv run inv test
|
|
157
184
|
```
|
|
158
185
|
|
|
186
|
+
Test compatibility with the pre-release version of InvenioRDM (invenio-app-rdm):
|
|
187
|
+
|
|
188
|
+
```bash
|
|
189
|
+
# Step 1 - install the pre-release dependencies
|
|
190
|
+
(venv) pip install --pre -e .[dev_pre]
|
|
191
|
+
# Step 2 - Run the pre-release tests
|
|
192
|
+
(venv) inv test
|
|
193
|
+
# if using uv run:
|
|
194
|
+
uv run --extra dev_pre --prerelease=allow inv test
|
|
195
|
+
```
|
|
196
|
+
|
|
159
197
|
Check manifest:
|
|
160
198
|
|
|
161
199
|
```bash
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
invenio_subjects_mesh_lite/__init__.py,sha256=OMjv34qKJaCfpWkviS2Flm5-x102etEeCDeZxwfg-fk,279
|
|
2
|
+
invenio_subjects_mesh_lite/vocabularies/__init__.py,sha256=Jan6XCvJwfPkOh2K9HsMvKN2aL3uNbfYaGyWcesfwHI,251
|
|
3
|
+
invenio_subjects_mesh_lite/vocabularies/subjects_mesh.csv,sha256=H_1_WFU4_AHFEGOyJCB4dgqxaIex-hcw-U9PIhPPqZw,1854040
|
|
4
|
+
invenio_subjects_mesh_lite/vocabularies/vocabularies.yaml,sha256=GZNfEe-5B10X0xcJxR780orv7Z7H0mu5lWUxug8agTg,180
|
|
5
|
+
invenio_subjects_mesh_lite-2025.1.15.2.dist-info/licenses/LICENSE,sha256=pvn4sHeXv1itkPsbMsOgqg14rm28oYDUbLm8UNiCYbE,1086
|
|
6
|
+
invenio_subjects_mesh_lite-2025.1.15.2.dist-info/METADATA,sha256=v6WiVtjT56kWyPw3wIel79dKcODq8NXOvXkf6qutpAc,8839
|
|
7
|
+
invenio_subjects_mesh_lite-2025.1.15.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
+
invenio_subjects_mesh_lite-2025.1.15.2.dist-info/entry_points.txt,sha256=e7moK0iCK4p9usRWiwQIHW_zjN3P9d5fxtx-WZW7-a0,100
|
|
9
|
+
invenio_subjects_mesh_lite-2025.1.15.2.dist-info/top_level.txt,sha256=V6HkvobY26xog1stvPmVbhG5Xh3fclE4LtcTajmeu3c,27
|
|
10
|
+
invenio_subjects_mesh_lite-2025.1.15.2.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
invenio_subjects_mesh_lite/__init__.py,sha256=OMjv34qKJaCfpWkviS2Flm5-x102etEeCDeZxwfg-fk,279
|
|
2
|
-
invenio_subjects_mesh_lite/vocabularies/__init__.py,sha256=Jan6XCvJwfPkOh2K9HsMvKN2aL3uNbfYaGyWcesfwHI,251
|
|
3
|
-
invenio_subjects_mesh_lite/vocabularies/subjects_mesh.csv,sha256=H_1_WFU4_AHFEGOyJCB4dgqxaIex-hcw-U9PIhPPqZw,1854040
|
|
4
|
-
invenio_subjects_mesh_lite/vocabularies/vocabularies.yaml,sha256=GZNfEe-5B10X0xcJxR780orv7Z7H0mu5lWUxug8agTg,180
|
|
5
|
-
invenio_subjects_mesh_lite-2025.1.15.dist-info/LICENSE,sha256=pvn4sHeXv1itkPsbMsOgqg14rm28oYDUbLm8UNiCYbE,1086
|
|
6
|
-
invenio_subjects_mesh_lite-2025.1.15.dist-info/METADATA,sha256=4SQcVXvUrPIGPs5X98dLx6lLsbX98vrXlbMHlsyoL0E,6763
|
|
7
|
-
invenio_subjects_mesh_lite-2025.1.15.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
8
|
-
invenio_subjects_mesh_lite-2025.1.15.dist-info/entry_points.txt,sha256=e7moK0iCK4p9usRWiwQIHW_zjN3P9d5fxtx-WZW7-a0,100
|
|
9
|
-
invenio_subjects_mesh_lite-2025.1.15.dist-info/top_level.txt,sha256=V6HkvobY26xog1stvPmVbhG5Xh3fclE4LtcTajmeu3c,27
|
|
10
|
-
invenio_subjects_mesh_lite-2025.1.15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|