invenio-subjects-mesh-lite 2025.1.15__py3-none-any.whl → 2026.1.27.0__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.
@@ -1,53 +1,39 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: invenio-subjects-mesh-lite
3
- Version: 2025.1.15
3
+ Version: 2026.1.27.0
4
4
  Summary: MeSH subject terms without qualifiers
5
5
  Author-email: Northwestern University <DL_FSM_GDS@e.northwestern.edu>
6
- License: MIT License
7
-
8
- Copyright (C) 2021-2023 Northwestern University.
9
-
10
- Permission is hereby granted, free of charge, to any person obtaining a copy of
11
- this software and associated documentation files (the "Software"), to deal in
12
- the Software without restriction, including without limitation the rights to
13
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
14
- of the Software, and to permit persons to whom the Software is furnished to do
15
- so, subject to the following conditions:
16
-
17
- The above copyright notice and this permission notice shall be included in all
18
- copies or substantial portions of the Software.
19
-
20
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
- SOFTWARE.
27
-
6
+ License-Expression: MIT
28
7
  Project-URL: Repository, https://github.com/galterlibrary/invenio-subjects-mesh-lite
29
8
  Keywords: invenio,inveniordm,subjects,MeSH
30
9
  Classifier: Environment :: Web Environment
31
10
  Classifier: Intended Audience :: Developers
32
- Classifier: License :: OSI Approved :: MIT License
33
11
  Classifier: Operating System :: OS Independent
34
12
  Classifier: Programming Language :: Python
35
13
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
36
14
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
37
15
  Classifier: Programming Language :: Python :: 3
38
- Classifier: Programming Language :: Python :: 3.9
39
16
  Classifier: Programming Language :: Python :: 3.11
40
17
  Classifier: Programming Language :: Python :: 3.12
41
- Requires-Python: >=3.9
18
+ Classifier: Programming Language :: Python :: 3.13
19
+ Classifier: Programming Language :: Python :: 3.14
20
+ Requires-Python: >=3.11
42
21
  Description-Content-Type: text/markdown
43
22
  License-File: LICENSE
44
- Requires-Dist: galter-subjects-utils<2.0,>=0.4.2
23
+ Requires-Dist: invenio-subjects-mesh-common<2.0,>=0.2.0
45
24
  Provides-Extra: dev
46
25
  Requires-Dist: check-manifest>=0.49; extra == "dev"
47
- Requires-Dist: invenio-search[opensearch2]<3.0,>=2.1.0; extra == "dev"
26
+ Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == "dev"
48
27
  Requires-Dist: invoke<3.0,>=2.2; extra == "dev"
49
28
  Requires-Dist: pyyaml>=5.4.1; extra == "dev"
50
- Requires-Dist: pytest-invenio<3.0.0,>=2.1.1; extra == "dev"
29
+ Requires-Dist: pytest-invenio<5.0.0,>=3.3.0; extra == "dev"
30
+ Provides-Extra: dev-pre
31
+ Requires-Dist: check-manifest>=0.49; extra == "dev-pre"
32
+ Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == "dev-pre"
33
+ Requires-Dist: invoke<3.0,>=2.2; extra == "dev-pre"
34
+ Requires-Dist: pyyaml>=5.4.1; extra == "dev-pre"
35
+ Requires-Dist: pytest-invenio<5.0.0,>=3.3.0; extra == "dev-pre"
36
+ Dynamic: license-file
51
37
 
52
38
  # invenio-subjects-mesh-lite
53
39
 
@@ -79,13 +65,32 @@ This will add it to your Pipfile.
79
65
 
80
66
  ## Versions
81
67
 
82
- This repository follows [calendar versioning](https://calver.org/) for year and month:
68
+ **From 2025.1.15.2 onwards**
83
69
 
84
- `2021.06.18` is both a valid semantic version and an indicator of the year-month corresponding to the loaded MeSH terms.
85
- `18` here is a patch number (not a day).
70
+ This package follows the following format for versions: `YYYY.mm.dd.patch` where
71
+
72
+ - `YYYY.mm.dd` is the date of retrieval of the MeSH terms with `mm` and `dd` NOT being 0-prefixed.
73
+ - `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.
74
+
75
+ 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:
76
+
77
+ | Last MeSH update included | patch number | version of this project |
78
+ | ------------------------- | ------------ | ----------------------- |
79
+ | 2025-06-31 | 2 | 2025.6.31.2 |
80
+ | 2025-12-01 | 0 | 2025.12.1.0 |
81
+
82
+ **Prior to 2025.1.15.2**
83
+
84
+ 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:
85
+
86
+ | Last MeSH update included | version of this project | date of release of this project |
87
+ | ------------------------- | ----------------------- | ------------------------------- |
88
+ | 2024-01-31 | 2024.1.X | any time after 2024-01-31 |
89
+ | 2023-12-31 | 2023.12.X | any time after 2023-12-31 |
86
90
 
87
- So far the package is compatible with InvenioRDM 9.1+'s subjects "ABI". If there is a breaking change, a compatibility
88
- table will be provided to indicate version cross-compatibility.
91
+
92
+ `2021.06.18` is both a valid semantic version and an indicator of the year-month corresponding to the loaded terms.
93
+ `18` here is a patch number (not a day).
89
94
 
90
95
  ## Usage
91
96
 
@@ -156,6 +161,17 @@ Run tests:
156
161
  pipenv run inv test
157
162
  ```
158
163
 
164
+ Test compatibility with the pre-release version of InvenioRDM (invenio-app-rdm):
165
+
166
+ ```bash
167
+ # Step 1 - install the pre-release dependencies
168
+ (venv) pip install --pre -e .[dev_pre]
169
+ # Step 2 - Run the pre-release tests
170
+ (venv) inv test
171
+ # if using uv run:
172
+ uv run --extra dev_pre --prerelease=allow inv test
173
+ ```
174
+
159
175
  Check manifest:
160
176
 
161
177
  ```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=IvKFCvIPF7A9DNsQ5VdzlyCCjie9KClbOceJOWn3QKs,1896156
4
+ invenio_subjects_mesh_lite/vocabularies/vocabularies.yaml,sha256=GZNfEe-5B10X0xcJxR780orv7Z7H0mu5lWUxug8agTg,180
5
+ invenio_subjects_mesh_lite-2026.1.27.0.dist-info/licenses/LICENSE,sha256=pvn4sHeXv1itkPsbMsOgqg14rm28oYDUbLm8UNiCYbE,1086
6
+ invenio_subjects_mesh_lite-2026.1.27.0.dist-info/METADATA,sha256=Hfe5JiJ2vOsTBeEzVyyG8au87fj6xUIGDJ8RXC5XpFU,7559
7
+ invenio_subjects_mesh_lite-2026.1.27.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
8
+ invenio_subjects_mesh_lite-2026.1.27.0.dist-info/entry_points.txt,sha256=e7moK0iCK4p9usRWiwQIHW_zjN3P9d5fxtx-WZW7-a0,100
9
+ invenio_subjects_mesh_lite-2026.1.27.0.dist-info/top_level.txt,sha256=V6HkvobY26xog1stvPmVbhG5Xh3fclE4LtcTajmeu3c,27
10
+ invenio_subjects_mesh_lite-2026.1.27.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -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,,