meeting-noter 0.3.4__tar.gz → 0.3.5__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.
Potentially problematic release.
This version of meeting-noter might be problematic. Click here for more details.
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/PKG-INFO +6 -5
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/README.md +5 -4
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/pyproject.toml +1 -1
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter.egg-info/PKG-INFO +6 -5
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/setup.cfg +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/__init__.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/__main__.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/audio/__init__.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/audio/capture.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/audio/encoder.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/audio/system_audio.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/cli.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/config.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/daemon.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/gui/__init__.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/gui/__main__.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/gui/app.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/gui/main_window.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/gui/meetings_tab.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/gui/recording_tab.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/gui/settings_tab.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/install/__init__.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/install/macos.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/meeting_detector.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/menubar.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/output/__init__.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/output/writer.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/resources/__init__.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/resources/icon.icns +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/resources/icon.png +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/resources/icon_128.png +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/resources/icon_16.png +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/resources/icon_256.png +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/resources/icon_32.png +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/resources/icon_512.png +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/resources/icon_64.png +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/transcription/__init__.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter/transcription/engine.py +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter.egg-info/SOURCES.txt +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter.egg-info/dependency_links.txt +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter.egg-info/entry_points.txt +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter.egg-info/requires.txt +0 -0
- {meeting_noter-0.3.4 → meeting_noter-0.3.5}/src/meeting_noter.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meeting-noter
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5
|
|
4
4
|
Summary: Offline meeting transcription for macOS with automatic meeting detection
|
|
5
5
|
Author: Victor
|
|
6
6
|
License: MIT
|
|
@@ -60,10 +60,10 @@ Offline meeting transcription tool for macOS. Captures both your voice and meeti
|
|
|
60
60
|
|
|
61
61
|
```bash
|
|
62
62
|
# Install dependencies
|
|
63
|
-
brew install ffmpeg lame pkg-config
|
|
63
|
+
brew install ffmpeg lame pkg-config python@3.12
|
|
64
64
|
|
|
65
|
-
# Install meeting-noter
|
|
66
|
-
pipx install meeting-noter
|
|
65
|
+
# Install meeting-noter (use Python 3.12 for best compatibility)
|
|
66
|
+
pipx install meeting-noter --python /opt/homebrew/bin/python3.12
|
|
67
67
|
```
|
|
68
68
|
|
|
69
69
|
Or with pip:
|
|
@@ -208,9 +208,10 @@ Config file: `~/.config/meeting-noter/config.json`
|
|
|
208
208
|
## Requirements
|
|
209
209
|
|
|
210
210
|
- macOS 12.3+ (for ScreenCaptureKit)
|
|
211
|
-
- Python 3.9+
|
|
211
|
+
- Python 3.9+ (3.12 recommended for best compatibility)
|
|
212
212
|
- FFmpeg (`brew install ffmpeg`) - required for audio processing
|
|
213
213
|
- LAME (`brew install lame`) - required for MP3 encoding
|
|
214
|
+
- pkg-config (`brew install pkg-config`) - required for building dependencies
|
|
214
215
|
|
|
215
216
|
## License
|
|
216
217
|
|
|
@@ -15,10 +15,10 @@ Offline meeting transcription tool for macOS. Captures both your voice and meeti
|
|
|
15
15
|
|
|
16
16
|
```bash
|
|
17
17
|
# Install dependencies
|
|
18
|
-
brew install ffmpeg lame pkg-config
|
|
18
|
+
brew install ffmpeg lame pkg-config python@3.12
|
|
19
19
|
|
|
20
|
-
# Install meeting-noter
|
|
21
|
-
pipx install meeting-noter
|
|
20
|
+
# Install meeting-noter (use Python 3.12 for best compatibility)
|
|
21
|
+
pipx install meeting-noter --python /opt/homebrew/bin/python3.12
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
Or with pip:
|
|
@@ -163,9 +163,10 @@ Config file: `~/.config/meeting-noter/config.json`
|
|
|
163
163
|
## Requirements
|
|
164
164
|
|
|
165
165
|
- macOS 12.3+ (for ScreenCaptureKit)
|
|
166
|
-
- Python 3.9+
|
|
166
|
+
- Python 3.9+ (3.12 recommended for best compatibility)
|
|
167
167
|
- FFmpeg (`brew install ffmpeg`) - required for audio processing
|
|
168
168
|
- LAME (`brew install lame`) - required for MP3 encoding
|
|
169
|
+
- pkg-config (`brew install pkg-config`) - required for building dependencies
|
|
169
170
|
|
|
170
171
|
## License
|
|
171
172
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meeting-noter
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5
|
|
4
4
|
Summary: Offline meeting transcription for macOS with automatic meeting detection
|
|
5
5
|
Author: Victor
|
|
6
6
|
License: MIT
|
|
@@ -60,10 +60,10 @@ Offline meeting transcription tool for macOS. Captures both your voice and meeti
|
|
|
60
60
|
|
|
61
61
|
```bash
|
|
62
62
|
# Install dependencies
|
|
63
|
-
brew install ffmpeg lame pkg-config
|
|
63
|
+
brew install ffmpeg lame pkg-config python@3.12
|
|
64
64
|
|
|
65
|
-
# Install meeting-noter
|
|
66
|
-
pipx install meeting-noter
|
|
65
|
+
# Install meeting-noter (use Python 3.12 for best compatibility)
|
|
66
|
+
pipx install meeting-noter --python /opt/homebrew/bin/python3.12
|
|
67
67
|
```
|
|
68
68
|
|
|
69
69
|
Or with pip:
|
|
@@ -208,9 +208,10 @@ Config file: `~/.config/meeting-noter/config.json`
|
|
|
208
208
|
## Requirements
|
|
209
209
|
|
|
210
210
|
- macOS 12.3+ (for ScreenCaptureKit)
|
|
211
|
-
- Python 3.9+
|
|
211
|
+
- Python 3.9+ (3.12 recommended for best compatibility)
|
|
212
212
|
- FFmpeg (`brew install ffmpeg`) - required for audio processing
|
|
213
213
|
- LAME (`brew install lame`) - required for MP3 encoding
|
|
214
|
+
- pkg-config (`brew install pkg-config`) - required for building dependencies
|
|
214
215
|
|
|
215
216
|
## License
|
|
216
217
|
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|