tinykw 1.0.0__tar.gz → 1.0.2__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.
- {tinykw-1.0.0/src/tinykw.egg-info → tinykw-1.0.2}/PKG-INFO +3 -3
- {tinykw-1.0.0 → tinykw-1.0.2}/README.md +2 -2
- {tinykw-1.0.0 → tinykw-1.0.2}/pyproject.toml +1 -1
- {tinykw-1.0.0 → tinykw-1.0.2}/src/tinykw/libs/linux-arm64/libtinykw.so +0 -0
- {tinykw-1.0.0 → tinykw-1.0.2}/src/tinykw/libs/linux-x86_64/libtinykw.so +0 -0
- {tinykw-1.0.0 → tinykw-1.0.2}/src/tinykw/libs/macos-arm64/libtinykw.dylib +0 -0
- {tinykw-1.0.0 → tinykw-1.0.2}/src/tinykw/libs/macos-x86_64/libtinykw.dylib +0 -0
- {tinykw-1.0.0 → tinykw-1.0.2}/src/tinykw/libs/windows-arm64/libtinykw.dll +0 -0
- {tinykw-1.0.0 → tinykw-1.0.2}/src/tinykw/libs/windows-x86_64/libtinykw.dll +0 -0
- {tinykw-1.0.0 → tinykw-1.0.2/src/tinykw.egg-info}/PKG-INFO +3 -3
- {tinykw-1.0.0 → tinykw-1.0.2}/LICENSE +0 -0
- {tinykw-1.0.0 → tinykw-1.0.2}/setup.cfg +0 -0
- {tinykw-1.0.0 → tinykw-1.0.2}/src/tinykw/__init__.py +0 -0
- {tinykw-1.0.0 → tinykw-1.0.2}/src/tinykw/wrapper.py +0 -0
- {tinykw-1.0.0 → tinykw-1.0.2}/src/tinykw.egg-info/SOURCES.txt +0 -0
- {tinykw-1.0.0 → tinykw-1.0.2}/src/tinykw.egg-info/dependency_links.txt +0 -0
- {tinykw-1.0.0 → tinykw-1.0.2}/src/tinykw.egg-info/requires.txt +0 -0
- {tinykw-1.0.0 → tinykw-1.0.2}/src/tinykw.egg-info/top_level.txt +0 -0
- {tinykw-1.0.0 → tinykw-1.0.2}/tests/test_tinykw.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tinykw
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Python binding for TinyKW
|
|
5
5
|
Project-URL: Homepage, https://voyelle.io/tinykw
|
|
6
6
|
Project-URL: Repository, https://github.com/voyelle-io/tinykw.git
|
|
@@ -35,9 +35,9 @@ if tinykw.tkw_is_keyword_detected(kw_id):
|
|
|
35
35
|
tinykw.tkw_clear_keyword_flag(kw_id)
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
See [examples/python](
|
|
38
|
+
See [examples/python](https://github.com/voyelle-io/tinykw/tree/main/examples/python) for full usage.
|
|
39
39
|
|
|
40
40
|
## License
|
|
41
41
|
|
|
42
42
|
TinyKW is free for non-commercial use, including research, education, prototyping, and evaluation.
|
|
43
|
-
Please see [LICENSE](LICENSE) for details. For commercial enquiries, please contact [contact@voyelle.io](mailto:contact@voyelle.io).
|
|
43
|
+
Please see [LICENSE](https://github.com/voyelle-io/tinykw/tree/main/LICENSE) for details. For commercial enquiries, please contact [contact@voyelle.io](mailto:contact@voyelle.io).
|
|
@@ -19,9 +19,9 @@ if tinykw.tkw_is_keyword_detected(kw_id):
|
|
|
19
19
|
tinykw.tkw_clear_keyword_flag(kw_id)
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
See [examples/python](
|
|
22
|
+
See [examples/python](https://github.com/voyelle-io/tinykw/tree/main/examples/python) for full usage.
|
|
23
23
|
|
|
24
24
|
## License
|
|
25
25
|
|
|
26
26
|
TinyKW is free for non-commercial use, including research, education, prototyping, and evaluation.
|
|
27
|
-
Please see [LICENSE](LICENSE) for details. For commercial enquiries, please contact [contact@voyelle.io](mailto:contact@voyelle.io).
|
|
27
|
+
Please see [LICENSE](https://github.com/voyelle-io/tinykw/tree/main/LICENSE) for details. For commercial enquiries, please contact [contact@voyelle.io](mailto:contact@voyelle.io).
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tinykw
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Python binding for TinyKW
|
|
5
5
|
Project-URL: Homepage, https://voyelle.io/tinykw
|
|
6
6
|
Project-URL: Repository, https://github.com/voyelle-io/tinykw.git
|
|
@@ -35,9 +35,9 @@ if tinykw.tkw_is_keyword_detected(kw_id):
|
|
|
35
35
|
tinykw.tkw_clear_keyword_flag(kw_id)
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
See [examples/python](
|
|
38
|
+
See [examples/python](https://github.com/voyelle-io/tinykw/tree/main/examples/python) for full usage.
|
|
39
39
|
|
|
40
40
|
## License
|
|
41
41
|
|
|
42
42
|
TinyKW is free for non-commercial use, including research, education, prototyping, and evaluation.
|
|
43
|
-
Please see [LICENSE](LICENSE) for details. For commercial enquiries, please contact [contact@voyelle.io](mailto:contact@voyelle.io).
|
|
43
|
+
Please see [LICENSE](https://github.com/voyelle-io/tinykw/tree/main/LICENSE) for details. For commercial enquiries, please contact [contact@voyelle.io](mailto:contact@voyelle.io).
|
|
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
|