metahq-core 1.0.0rc3__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.
Files changed (32) hide show
  1. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/PKG-INFO +8 -2
  2. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/README.md +7 -1
  3. metahq_core-1.0.0rc4/src/metahq_core/__init__.py +1 -0
  4. metahq_core-1.0.0rc3/src/metahq_core/__init__.py +0 -1
  5. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/.gitignore +0 -0
  6. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/LICENSE +0 -0
  7. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/pyproject.toml +0 -0
  8. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/README.md +0 -0
  9. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/curations/__init__.py +0 -0
  10. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/curations/_multiprocess_propagator.py +0 -0
  11. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/curations/annotation_converter.py +0 -0
  12. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/curations/annotations.py +0 -0
  13. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/curations/base.py +0 -0
  14. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/curations/index.py +0 -0
  15. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/curations/labels.py +0 -0
  16. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/curations/propagator.py +0 -0
  17. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/export/__init__.py +0 -0
  18. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/export/annotations.py +0 -0
  19. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/export/base.py +0 -0
  20. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/export/labels.py +0 -0
  21. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/logger.py +0 -0
  22. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/query.py +0 -0
  23. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/relations_loader.py +0 -0
  24. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/search.py +0 -0
  25. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/util/__init__.py +0 -0
  26. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/util/alltypes.py +0 -0
  27. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/util/checkers.py +0 -0
  28. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/util/exceptions.py +0 -0
  29. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/util/helpers.py +0 -0
  30. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/util/io.py +0 -0
  31. {metahq_core-1.0.0rc3 → metahq_core-1.0.0rc4}/src/metahq_core/util/progress.py +0 -0
  32. {metahq_core-1.0.0rc3 → 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.0rc3
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
  ![pypi](https://img.shields.io/pypi/v/metahq-core.svg)
49
49
  [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](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
  ![pypi](https://img.shields.io/pypi/v/metahq-core.svg)
7
7
  [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](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.3"
File without changes