meeting-noter 0.3.3__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.

Files changed (43) hide show
  1. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/PKG-INFO +11 -13
  2. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/README.md +10 -12
  3. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/pyproject.toml +1 -1
  4. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter.egg-info/PKG-INFO +11 -13
  5. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/setup.cfg +0 -0
  6. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/__init__.py +0 -0
  7. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/__main__.py +0 -0
  8. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/audio/__init__.py +0 -0
  9. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/audio/capture.py +0 -0
  10. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/audio/encoder.py +0 -0
  11. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/audio/system_audio.py +0 -0
  12. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/cli.py +0 -0
  13. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/config.py +0 -0
  14. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/daemon.py +0 -0
  15. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/gui/__init__.py +0 -0
  16. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/gui/__main__.py +0 -0
  17. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/gui/app.py +0 -0
  18. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/gui/main_window.py +0 -0
  19. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/gui/meetings_tab.py +0 -0
  20. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/gui/recording_tab.py +0 -0
  21. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/gui/settings_tab.py +0 -0
  22. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/install/__init__.py +0 -0
  23. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/install/macos.py +0 -0
  24. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/meeting_detector.py +0 -0
  25. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/menubar.py +0 -0
  26. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/output/__init__.py +0 -0
  27. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/output/writer.py +0 -0
  28. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/resources/__init__.py +0 -0
  29. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/resources/icon.icns +0 -0
  30. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/resources/icon.png +0 -0
  31. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/resources/icon_128.png +0 -0
  32. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/resources/icon_16.png +0 -0
  33. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/resources/icon_256.png +0 -0
  34. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/resources/icon_32.png +0 -0
  35. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/resources/icon_512.png +0 -0
  36. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/resources/icon_64.png +0 -0
  37. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/transcription/__init__.py +0 -0
  38. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter/transcription/engine.py +0 -0
  39. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter.egg-info/SOURCES.txt +0 -0
  40. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter.egg-info/dependency_links.txt +0 -0
  41. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter.egg-info/entry_points.txt +0 -0
  42. {meeting_noter-0.3.3 → meeting_noter-0.3.5}/src/meeting_noter.egg-info/requires.txt +0 -0
  43. {meeting_noter-0.3.3 → 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
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
@@ -59,22 +59,18 @@ Offline meeting transcription tool for macOS. Captures both your voice and meeti
59
59
  ## Installation
60
60
 
61
61
  ```bash
62
- pip install meeting-noter
63
- ```
62
+ # Install dependencies
63
+ brew install ffmpeg lame pkg-config python@3.12
64
64
 
65
- Or with pipx (recommended):
66
- ```bash
67
- 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
68
67
  ```
69
68
 
70
- **For MP3 support** (smaller files), install LAME first:
69
+ Or with pip:
71
70
  ```bash
72
- brew install lame
73
- pip install meeting-noter[mp3]
71
+ pip install meeting-noter
74
72
  ```
75
73
 
76
- Without LAME, the app will prompt you to install it when you try to record.
77
-
78
74
  ## Quick Start
79
75
 
80
76
  **Menu Bar App** (recommended):
@@ -212,8 +208,10 @@ Config file: `~/.config/meeting-noter/config.json`
212
208
  ## Requirements
213
209
 
214
210
  - macOS 12.3+ (for ScreenCaptureKit)
215
- - Python 3.9+
216
- - LAME audio encoder (`brew install lame`) - optional but recommended for MP3
211
+ - Python 3.9+ (3.12 recommended for best compatibility)
212
+ - FFmpeg (`brew install ffmpeg`) - required for audio processing
213
+ - LAME (`brew install lame`) - required for MP3 encoding
214
+ - pkg-config (`brew install pkg-config`) - required for building dependencies
217
215
 
218
216
  ## License
219
217
 
@@ -14,22 +14,18 @@ Offline meeting transcription tool for macOS. Captures both your voice and meeti
14
14
  ## Installation
15
15
 
16
16
  ```bash
17
- pip install meeting-noter
18
- ```
17
+ # Install dependencies
18
+ brew install ffmpeg lame pkg-config python@3.12
19
19
 
20
- Or with pipx (recommended):
21
- ```bash
22
- 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
23
22
  ```
24
23
 
25
- **For MP3 support** (smaller files), install LAME first:
24
+ Or with pip:
26
25
  ```bash
27
- brew install lame
28
- pip install meeting-noter[mp3]
26
+ pip install meeting-noter
29
27
  ```
30
28
 
31
- Without LAME, the app will prompt you to install it when you try to record.
32
-
33
29
  ## Quick Start
34
30
 
35
31
  **Menu Bar App** (recommended):
@@ -167,8 +163,10 @@ Config file: `~/.config/meeting-noter/config.json`
167
163
  ## Requirements
168
164
 
169
165
  - macOS 12.3+ (for ScreenCaptureKit)
170
- - Python 3.9+
171
- - LAME audio encoder (`brew install lame`) - optional but recommended for MP3
166
+ - Python 3.9+ (3.12 recommended for best compatibility)
167
+ - FFmpeg (`brew install ffmpeg`) - required for audio processing
168
+ - LAME (`brew install lame`) - required for MP3 encoding
169
+ - pkg-config (`brew install pkg-config`) - required for building dependencies
172
170
 
173
171
  ## License
174
172
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "meeting-noter"
7
- version = "0.3.3"
7
+ version = "0.3.5"
8
8
  description = "Offline meeting transcription for macOS with automatic meeting detection"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meeting-noter
3
- Version: 0.3.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
@@ -59,22 +59,18 @@ Offline meeting transcription tool for macOS. Captures both your voice and meeti
59
59
  ## Installation
60
60
 
61
61
  ```bash
62
- pip install meeting-noter
63
- ```
62
+ # Install dependencies
63
+ brew install ffmpeg lame pkg-config python@3.12
64
64
 
65
- Or with pipx (recommended):
66
- ```bash
67
- 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
68
67
  ```
69
68
 
70
- **For MP3 support** (smaller files), install LAME first:
69
+ Or with pip:
71
70
  ```bash
72
- brew install lame
73
- pip install meeting-noter[mp3]
71
+ pip install meeting-noter
74
72
  ```
75
73
 
76
- Without LAME, the app will prompt you to install it when you try to record.
77
-
78
74
  ## Quick Start
79
75
 
80
76
  **Menu Bar App** (recommended):
@@ -212,8 +208,10 @@ Config file: `~/.config/meeting-noter/config.json`
212
208
  ## Requirements
213
209
 
214
210
  - macOS 12.3+ (for ScreenCaptureKit)
215
- - Python 3.9+
216
- - LAME audio encoder (`brew install lame`) - optional but recommended for MP3
211
+ - Python 3.9+ (3.12 recommended for best compatibility)
212
+ - FFmpeg (`brew install ffmpeg`) - required for audio processing
213
+ - LAME (`brew install lame`) - required for MP3 encoding
214
+ - pkg-config (`brew install pkg-config`) - required for building dependencies
217
215
 
218
216
  ## License
219
217
 
File without changes