wowool-sdk-cpp 3.5.0__tar.gz → 3.5.1__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 (24) hide show
  1. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/PKG-INFO +1 -4
  2. wowool_sdk_cpp-3.5.1/install_requires_wowool.txt +0 -0
  3. wowool_sdk_cpp-3.5.1/version.txt +1 -0
  4. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/wowool_sdk_cpp.egg-info/PKG-INFO +1 -4
  5. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/wowool_sdk_cpp.egg-info/requires.txt +0 -3
  6. wowool_sdk_cpp-3.5.0/install_requires_wowool.txt +0 -3
  7. wowool_sdk_cpp-3.5.0/version.txt +0 -1
  8. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/MANIFEST.in +0 -0
  9. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/common_setup.py +0 -0
  10. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/install_requires.txt +0 -0
  11. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/long_description.md +0 -0
  12. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/pre_setup.py +0 -0
  13. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/pyproject.toml +0 -0
  14. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/sdk_version.txt +0 -0
  15. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/setup.cfg +0 -0
  16. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/setup.py +0 -0
  17. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/wowool/native/core/wowool_sdk.cpp +0 -0
  18. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/wowool/plugin/wowool_plugin.cpp +0 -0
  19. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/wowool/plugin/wowool_plugin.hpp +0 -0
  20. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/wowool_sdk_cpp.egg-info/SOURCES.txt +0 -0
  21. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/wowool_sdk_cpp.egg-info/dependency_links.txt +0 -0
  22. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/wowool_sdk_cpp.egg-info/entry_points.txt +0 -0
  23. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/wowool_sdk_cpp.egg-info/not-zip-safe +0 -0
  24. {wowool_sdk_cpp-3.5.0 → wowool_sdk_cpp-3.5.1}/wowool_sdk_cpp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wowool-sdk-cpp
3
- Version: 3.5.0
3
+ Version: 3.5.1
4
4
  Summary: Wowool NLP Toolkit
5
5
  Author: Wowool
6
6
  Requires-Python: >=3.11
@@ -13,9 +13,6 @@ Requires-Dist: jinja2
13
13
  Requires-Dist: jsonpath_ng
14
14
  Requires-Dist: rich
15
15
  Requires-Dist: tabulate
16
- Requires-Dist: wowool-common<3.6.0,>=3.5.5
17
- Requires-Dist: wowool-lid
18
- Requires-Dist: wowool-generic
19
16
  Dynamic: author
20
17
  Dynamic: description
21
18
  Dynamic: description-content-type
File without changes
@@ -0,0 +1 @@
1
+ 3.5.1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wowool-sdk-cpp
3
- Version: 3.5.0
3
+ Version: 3.5.1
4
4
  Summary: Wowool NLP Toolkit
5
5
  Author: Wowool
6
6
  Requires-Python: >=3.11
@@ -13,9 +13,6 @@ Requires-Dist: jinja2
13
13
  Requires-Dist: jsonpath_ng
14
14
  Requires-Dist: rich
15
15
  Requires-Dist: tabulate
16
- Requires-Dist: wowool-common<3.6.0,>=3.5.5
17
- Requires-Dist: wowool-lid
18
- Requires-Dist: wowool-generic
19
16
  Dynamic: author
20
17
  Dynamic: description
21
18
  Dynamic: description-content-type
@@ -6,6 +6,3 @@ jinja2
6
6
  jsonpath_ng
7
7
  rich
8
8
  tabulate
9
- wowool-common<3.6.0,>=3.5.5
10
- wowool-lid
11
- wowool-generic
@@ -1,3 +0,0 @@
1
- wowool-common >=3.5.5, <3.6.0
2
- wowool-lid
3
- wowool-generic
@@ -1 +0,0 @@
1
- 3.5.0
File without changes
File without changes