scribe-cli 0.12.3__tar.gz → 0.12.4__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 (31) hide show
  1. {scribe_cli-0.12.3/scribe_cli.egg-info → scribe_cli-0.12.4}/PKG-INFO +3 -3
  2. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/README.md +2 -2
  3. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe/_version.py +2 -2
  4. {scribe_cli-0.12.3 → scribe_cli-0.12.4/scribe_cli.egg-info}/PKG-INFO +3 -3
  5. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/.github/workflows/pypi.yml +0 -0
  6. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/.gitignore +0 -0
  7. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/LICENSE +0 -0
  8. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/icon.xcf +0 -0
  9. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/pyproject.toml +0 -0
  10. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe/__init__.py +0 -0
  11. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe/app.py +0 -0
  12. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe/audio.py +0 -0
  13. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe/install_desktop.py +0 -0
  14. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe/keyboard.py +0 -0
  15. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe/models.py +0 -0
  16. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe/models.toml +0 -0
  17. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe/saverecording.py +0 -0
  18. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe/testpynput.py +0 -0
  19. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe/util.py +0 -0
  20. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe_cli.egg-info/SOURCES.txt +0 -0
  21. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe_cli.egg-info/dependency_links.txt +0 -0
  22. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe_cli.egg-info/entry_points.txt +0 -0
  23. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe_cli.egg-info/requires.txt +0 -0
  24. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe_cli.egg-info/top_level.txt +0 -0
  25. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe_data/__init__.py +0 -0
  26. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe_data/share/icon.png +0 -0
  27. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe_data/share/icon_recording.png +0 -0
  28. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe_data/share/icon_writing.png +0 -0
  29. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scribe_data/templates/scribe.desktop +0 -0
  30. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/scripts/test_python_versions_install.sh +0 -0
  31. {scribe_cli-0.12.3 → scribe_cli-0.12.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: scribe-cli
3
- Version: 0.12.3
3
+ Version: 0.12.4
4
4
  Summary: scribe is a local speech recognition tool that provides real-time transcription using vosk and whisper AI, with the goal of serving as a virtual keyboard on a computer
5
5
  Author-email: Mahé Perrette <mahe.perrette@gmail.com>
6
6
  License: MIT License
@@ -73,7 +73,7 @@ Requires-Dist: pystray; extra == "all"
73
73
  [![pypi](https://img.shields.io/pypi/v/scribe-cli)](https://pypi.org/project/scribe-cli)
74
74
  ![](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fperrette%2Fscribe%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)
75
75
 
76
- # Scribe <img src="scribe_data/share/icon.png" width=48px>
76
+ # Scribe <img src="https://github.com/perrette/bard/raw/main/bard_data/share/icon.png" width=48px>
77
77
 
78
78
  `scribe` is a speech recognition tool that provides real-time transcription using cutting-edge AI models, with the goal of serving as a virtual keyboard on a computer.
79
79
 
@@ -233,7 +233,7 @@ sudo HOME=$HOME XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR PYNPUT_BACKEND_KEYBOARD=uinput
233
233
  ```
234
234
  You're on the right path :)
235
235
 
236
- ## System tray icon (experimental) <img src="scribe_data/share/icon.png" width=48px>
236
+ ## System tray icon (experimental) <img src="https://github.com/perrette/bard/raw/main/bard_data/share/icon.png" width=48px>
237
237
 
238
238
  <img src=https://github.com/user-attachments/assets/4c97f4b1-1a65-4d49-9f5a-a9f4287cfa5a width=300px>
239
239
 
@@ -1,7 +1,7 @@
1
1
  [![pypi](https://img.shields.io/pypi/v/scribe-cli)](https://pypi.org/project/scribe-cli)
2
2
  ![](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fperrette%2Fscribe%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)
3
3
 
4
- # Scribe <img src="scribe_data/share/icon.png" width=48px>
4
+ # Scribe <img src="https://github.com/perrette/bard/raw/main/bard_data/share/icon.png" width=48px>
5
5
 
6
6
  `scribe` is a speech recognition tool that provides real-time transcription using cutting-edge AI models, with the goal of serving as a virtual keyboard on a computer.
7
7
 
@@ -161,7 +161,7 @@ sudo HOME=$HOME XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR PYNPUT_BACKEND_KEYBOARD=uinput
161
161
  ```
162
162
  You're on the right path :)
163
163
 
164
- ## System tray icon (experimental) <img src="scribe_data/share/icon.png" width=48px>
164
+ ## System tray icon (experimental) <img src="https://github.com/perrette/bard/raw/main/bard_data/share/icon.png" width=48px>
165
165
 
166
166
  <img src=https://github.com/user-attachments/assets/4c97f4b1-1a65-4d49-9f5a-a9f4287cfa5a width=300px>
167
167
 
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.12.3'
21
- __version_tuple__ = version_tuple = (0, 12, 3)
20
+ __version__ = version = '0.12.4'
21
+ __version_tuple__ = version_tuple = (0, 12, 4)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: scribe-cli
3
- Version: 0.12.3
3
+ Version: 0.12.4
4
4
  Summary: scribe is a local speech recognition tool that provides real-time transcription using vosk and whisper AI, with the goal of serving as a virtual keyboard on a computer
5
5
  Author-email: Mahé Perrette <mahe.perrette@gmail.com>
6
6
  License: MIT License
@@ -73,7 +73,7 @@ Requires-Dist: pystray; extra == "all"
73
73
  [![pypi](https://img.shields.io/pypi/v/scribe-cli)](https://pypi.org/project/scribe-cli)
74
74
  ![](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fperrette%2Fscribe%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)
75
75
 
76
- # Scribe <img src="scribe_data/share/icon.png" width=48px>
76
+ # Scribe <img src="https://github.com/perrette/bard/raw/main/bard_data/share/icon.png" width=48px>
77
77
 
78
78
  `scribe` is a speech recognition tool that provides real-time transcription using cutting-edge AI models, with the goal of serving as a virtual keyboard on a computer.
79
79
 
@@ -233,7 +233,7 @@ sudo HOME=$HOME XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR PYNPUT_BACKEND_KEYBOARD=uinput
233
233
  ```
234
234
  You're on the right path :)
235
235
 
236
- ## System tray icon (experimental) <img src="scribe_data/share/icon.png" width=48px>
236
+ ## System tray icon (experimental) <img src="https://github.com/perrette/bard/raw/main/bard_data/share/icon.png" width=48px>
237
237
 
238
238
  <img src=https://github.com/user-attachments/assets/4c97f4b1-1a65-4d49-9f5a-a9f4287cfa5a width=300px>
239
239
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes