metahq-core 0.1.1__py3-none-any.whl → 0.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.
metahq_core/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.1.1"
1
+ __version__ = "0.1.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metahq-core
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Core API for the meta-hq CLI.
5
5
  Author-email: Parker Hicks <parker.hicks@cuanschutz.edu>, Faisal Alquaddoomi <faisal.alquaddoomi@cuanschutz.edu>
6
6
  Keywords: CLI,Data Curation,Database,Public Biomedical Data
@@ -32,3 +32,20 @@ Provides-Extra: test
32
32
  Requires-Dist: pytest-benchmark; extra == 'test'
33
33
  Requires-Dist: pytest-cov; extra == 'test'
34
34
  Requires-Dist: pytest>=8.0; extra == 'test'
35
+ Description-Content-Type: text/markdown
36
+
37
+ # metahq-core
38
+
39
+ ![Core Tests](https://github.com/krishnanlab/meta-hq/workflows/Core%20Tests/badge.svg)
40
+ ![Python](https://img.shields.io/badge/python-3.11+-blue.svg)
41
+ ![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)
42
+ ![pypi](https://img.shields.io/pypi/v/metahq-core.svg)
43
+
44
+ Backend package for `metahq-cli` also available on PyPI. Currently this package
45
+ is solely intended to be used through the MetaHQ CLI.
46
+
47
+ ## Install
48
+
49
+ ```bash
50
+ pip install metahq-core
51
+ ```
@@ -1,5 +1,5 @@
1
1
  metahq_core/README.md,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- metahq_core/__init__.py,sha256=rnObPjuBcEStqSO0S6gsdS_ot8ITOQjVj_-P1LUUYpg,22
2
+ metahq_core/__init__.py,sha256=YvuYzWnKtqBb-IqG8HAu-nhIYAsgj9Vmc_b9o7vO-js,22
3
3
  metahq_core/logger.py,sha256=06QrC5msnehVLZ40T8oBFIUrlmBB-ysNiF5zo7Ms4fw,1319
4
4
  metahq_core/query.py,sha256=B8oyh_vKps02QXW3MgBQmZgCK20tdy2bUB4tTmNfBXk,18526
5
5
  metahq_core/search.py,sha256=XEyZqqAIE5GPK-kUw2YQFnntvcsjMmZkAR_xjRJjuYI,9549
@@ -25,6 +25,6 @@ metahq_core/util/helpers.py,sha256=sak1A7gp2qvnbhCBYHNQ5IUxIZeljgyRSu5U7C8a7bU,9
25
25
  metahq_core/util/io.py,sha256=3JY04VjxuWA1TSx59iIQaON1LG-ZZp2zxSLkuFDoHWg,3075
26
26
  metahq_core/util/progress.py,sha256=NF158KVFO9pO3vrsl7OrPAhYtd-cXaXRavL0iOV5XeM,2128
27
27
  metahq_core/util/supported.py,sha256=RRMCaNh5xKBL8zNDW_7oR7v0bWRXyhI4FgWmiUH4_i4,10995
28
- metahq_core-0.1.1.dist-info/METADATA,sha256=yinFkGS-uh3OYPZ7sEcHhdmwx98AUD1tiA57x41pbVA,1311
29
- metahq_core-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
- metahq_core-0.1.1.dist-info/RECORD,,
28
+ metahq_core-0.1.2.dist-info/METADATA,sha256=lcjV5sxKOWdTV69O1FSgWbVN-fa4DJu7Cy1YcTCT5RI,1836
29
+ metahq_core-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
+ metahq_core-0.1.2.dist-info/RECORD,,