esgvoc 1.1.1__py3-none-any.whl → 1.1.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.

Potentially problematic release.


This version of esgvoc might be problematic. Click here for more details.

esgvoc/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  import esgvoc.core.logging_handler # noqa
2
2
 
3
- __version__ = "1.1.1"
3
+ __version__ = "1.1.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: esgvoc
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: python library and CLI to interact with WCRP CVs
5
5
  Project-URL: Repository, https://github.com/ESGF/esgf-vocab
6
6
  Author-email: Sébastien Gardoll <sebastien@gardoll.fr>, Guillaume Levavasseur <guillaume.levavasseur@ipsl.fr>, Laurent Troussellier <laurent.troussellier@ipsl.fr>
@@ -11,6 +11,7 @@ Requires-Dist: jinja2>=3.1.6
11
11
  Requires-Dist: platformdirs>=4.3.6
12
12
  Requires-Dist: pydantic>=2.9.2
13
13
  Requires-Dist: pyld>=2.0.4
14
+ Requires-Dist: pyyaml>=6.0.2
14
15
  Requires-Dist: requests>=2.32.3
15
16
  Requires-Dist: sqlalchemy>=2.0.36
16
17
  Requires-Dist: sqlmodel>=0.0.22
@@ -1,4 +1,4 @@
1
- esgvoc/__init__.py,sha256=xC83Z2-Xjyr_rPnfy4Hh5cwrX2ZaweIaNfAM2Guu27o,66
1
+ esgvoc/__init__.py,sha256=roYsHxvc3ZJqEuVzFCfPfebASQoCUCAnNluFrXM5BgA,66
2
2
  esgvoc/api/__init__.py,sha256=5MK2lhD2L8DC_qlVjj5KNJNQ90UkX60eoPJOBuSG18A,3916
3
3
  esgvoc/api/project_specs.py,sha256=GZ26U5B-LsBQN8u5JMFxeUWMjdqIw8Xh6kWdp-WgErU,3310
4
4
  esgvoc/api/projects.py,sha256=mAoAdrK6xj0AoXb3zai_a9JGMUH8Y7z6ACT2TuWL4Z4,58953
@@ -99,8 +99,8 @@ esgvoc/core/service/esg_voc.py,sha256=5G0P4_xmQzoI_RG_agpq-yHoYYZx220P27v2nPrpyN
99
99
  esgvoc/core/service/state.py,sha256=fyKQuC71ezuFLFm4IRUW_IC2uBa3DIsrcr7UcDW9AbQ,11655
100
100
  esgvoc/core/service/configuration/config_manager.py,sha256=K-gU3Kd-eJMunxDKOk4x72CRcyJ50IZXLfqQgyI9zTs,8282
101
101
  esgvoc/core/service/configuration/setting.py,sha256=yzxK9LVHMIRF1pnzcL0zhN77LXA8kKF_QGzw5k-fJxY,9213
102
- esgvoc-1.1.1.dist-info/METADATA,sha256=1gq9zs-f2QusXGKuaVB7LRlYok5DAMK7K-p64jLpHKc,2066
103
- esgvoc-1.1.1.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
104
- esgvoc-1.1.1.dist-info/entry_points.txt,sha256=ZXufSC7Jlx1lb52U6Buv9IitJMcqAAXOerR2V9DaIto,48
105
- esgvoc-1.1.1.dist-info/licenses/LICENSE.txt,sha256=rWJoZt3vach8ZNdLq-Ee5djzCMFnJ1gIfBeJU5RIop4,21782
106
- esgvoc-1.1.1.dist-info/RECORD,,
102
+ esgvoc-1.1.2.dist-info/METADATA,sha256=n9DD4yNB956Jnf70n-E2NYd045r60XOWSk-qOYhvsK4,2095
103
+ esgvoc-1.1.2.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
104
+ esgvoc-1.1.2.dist-info/entry_points.txt,sha256=ZXufSC7Jlx1lb52U6Buv9IitJMcqAAXOerR2V9DaIto,48
105
+ esgvoc-1.1.2.dist-info/licenses/LICENSE.txt,sha256=rWJoZt3vach8ZNdLq-Ee5djzCMFnJ1gIfBeJU5RIop4,21782
106
+ esgvoc-1.1.2.dist-info/RECORD,,
File without changes