metahq-core 1.0.0rc2__tar.gz → 1.0.0rc4__tar.gz
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-1.0.0rc2 → metahq_core-1.0.0rc4}/PKG-INFO +8 -2
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/README.md +7 -1
- metahq_core-1.0.0rc4/src/metahq_core/__init__.py +1 -0
- metahq_core-1.0.0rc2/src/metahq_core/__init__.py +0 -1
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/.gitignore +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/LICENSE +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/pyproject.toml +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/README.md +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/curations/__init__.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/curations/_multiprocess_propagator.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/curations/annotation_converter.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/curations/annotations.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/curations/base.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/curations/index.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/curations/labels.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/curations/propagator.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/export/__init__.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/export/annotations.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/export/base.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/export/labels.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/logger.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/query.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/relations_loader.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/search.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/util/__init__.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/util/alltypes.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/util/checkers.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/util/exceptions.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/util/helpers.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/util/io.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/util/progress.py +0 -0
- {metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/util/supported.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: metahq-core
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.0rc4
|
|
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
|
License-File: LICENSE
|
|
@@ -48,9 +48,15 @@ Description-Content-Type: text/markdown
|
|
|
48
48
|

|
|
49
49
|
[](https://opensource.org/licenses/BSD-3-Clause)
|
|
50
50
|
|
|
51
|
-
Backend package for `metahq-cli` also available on PyPI. Currently this package
|
|
51
|
+
Backend package for `metahq-cli` which is also available on PyPI. Currently this package
|
|
52
52
|
is solely intended to be used through the MetaHQ CLI.
|
|
53
53
|
|
|
54
|
+
## Docs
|
|
55
|
+
|
|
56
|
+
Documentation: [https://meta-hq.readthedocs.io/en/latest](https://meta-hq.readthedocs.io/en/latest/)
|
|
57
|
+
|
|
58
|
+
Source Code: [https://github.com/krishnanlab/meta-hq/tree/main/packages/core](https://github.com/krishnanlab/meta-hq/tree/main/packages/core)
|
|
59
|
+
|
|
54
60
|
## Install
|
|
55
61
|
|
|
56
62
|
```bash
|
|
@@ -6,9 +6,15 @@
|
|
|
6
6
|

|
|
7
7
|
[](https://opensource.org/licenses/BSD-3-Clause)
|
|
8
8
|
|
|
9
|
-
Backend package for `metahq-cli` also available on PyPI. Currently this package
|
|
9
|
+
Backend package for `metahq-cli` which is also available on PyPI. Currently this package
|
|
10
10
|
is solely intended to be used through the MetaHQ CLI.
|
|
11
11
|
|
|
12
|
+
## Docs
|
|
13
|
+
|
|
14
|
+
Documentation: [https://meta-hq.readthedocs.io/en/latest](https://meta-hq.readthedocs.io/en/latest/)
|
|
15
|
+
|
|
16
|
+
Source Code: [https://github.com/krishnanlab/meta-hq/tree/main/packages/core](https://github.com/krishnanlab/meta-hq/tree/main/packages/core)
|
|
17
|
+
|
|
12
18
|
## Install
|
|
13
19
|
|
|
14
20
|
```bash
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.0.0-rc.4"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.0.0-rc.2"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/curations/_multiprocess_propagator.py
RENAMED
|
File without changes
|
{metahq_core-1.0.0rc2 → metahq_core-1.0.0rc4}/src/metahq_core/curations/annotation_converter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|