ose-plugin-hbcp 0.2.5__py3-none-any.whl → 0.3.1__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,3 +1,10 @@
1
+ from importlib.metadata import version, PackageNotFoundError
2
+
3
+ try:
4
+ __version__ = version("ose-plugin-hbcp")
5
+ except PackageNotFoundError:
6
+ __version__ = "unknown"
7
+
1
8
  from ose.model.Plugin import Plugin
2
9
 
3
10
 
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ose-plugin-hbcp
3
- Version: 0.2.5
3
+ Version: 0.3.1
4
4
  Summary: OntoSpreadEd plugin for HBCP common services
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
7
- Requires-Dist: ose-core==0.2.5
7
+ Requires-Dist: ose-core==0.3.1
8
8
 
9
9
  # OSE Plugin: HBCP
10
10
 
@@ -1,10 +1,10 @@
1
- ose_plugin_hbcp/__init__.py,sha256=z4YuujZ0zcVLHuMlgXkJOtKJNusl-57jPiMom_712JM,283
1
+ ose_plugin_hbcp/__init__.py,sha256=WFDQoT_HmuU4YB6lNthf13ZMxMy1qhBtZAKbmfbaX2s,453
2
2
  ose_plugin_hbcp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  ose_plugin_hbcp/search_api/APIClient.py,sha256=Kl1Xck06FCbQ2V8vlSZAQi7QYfHlwnymAXmW4C-iQyE,15239
4
4
  ose_plugin_hbcp/search_api/APIService.py,sha256=2zYhciN5oM4Bng-wmsOmVij6OoWKdzDUgMWbMCpAh54,7303
5
5
  ose_plugin_hbcp/search_api/HttpError.py,sha256=UhSsF47PX7XEuHCFaGwUi4IFSlWJ3YJRndJTlhnc_ww,151
6
6
  ose_plugin_hbcp/search_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- ose_plugin_hbcp-0.2.5.dist-info/METADATA,sha256=hhPJcV8WTHBaKzPDVj9cslyW5GuEh2ZgK4YGrjHNwbo,752
8
- ose_plugin_hbcp-0.2.5.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
9
- ose_plugin_hbcp-0.2.5.dist-info/top_level.txt,sha256=7QS5dsHVKSRq0_1ibGbZbFS292DMDHDCyY_pSd34fkg,16
10
- ose_plugin_hbcp-0.2.5.dist-info/RECORD,,
7
+ ose_plugin_hbcp-0.3.1.dist-info/METADATA,sha256=2B5LICe4Q8eDfqzGWrMXgrBJLIaiF95gto5R0yAi7-o,752
8
+ ose_plugin_hbcp-0.3.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
9
+ ose_plugin_hbcp-0.3.1.dist-info/top_level.txt,sha256=7QS5dsHVKSRq0_1ibGbZbFS292DMDHDCyY_pSd34fkg,16
10
+ ose_plugin_hbcp-0.3.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.10.1)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5