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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tinykw
3
- Version: 1.0.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](../examples/python/) for full usage.
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](../examples/python/) for full usage.
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).
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tinykw"
7
- version = "1.0.0"
7
+ version = "1.0.2"
8
8
  description = "Python binding for TinyKW"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tinykw
3
- Version: 1.0.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](../examples/python/) for full usage.
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