meeting-noter 0.3.4__py3-none-any.whl → 0.3.5__py3-none-any.whl

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meeting-noter
3
- Version: 0.3.4
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
 
@@ -31,8 +31,8 @@ meeting_noter/resources/icon_512.png,sha256=o7X3ngYcppcIAAk9AcfPx94MUmrsPRp0qBTp
31
31
  meeting_noter/resources/icon_64.png,sha256=TqG7Awx3kK8YdiX1e_z1odZonosZyQI2trlkNZCzUoI,607
32
32
  meeting_noter/transcription/__init__.py,sha256=7GY9diP06DzFyoli41wddbrPv5bVDzH35bmnWlIJev4,29
33
33
  meeting_noter/transcription/engine.py,sha256=HK2J2QOBNIDm1MXW-gkagXP8C8cqUfK_WylHQD_LqOI,6320
34
- meeting_noter-0.3.4.dist-info/METADATA,sha256=gLsfD1N7KGsGlz_99-o71RGA3JK8uHHwmrNHwYf8N58,6821
35
- meeting_noter-0.3.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
36
- meeting_noter-0.3.4.dist-info/entry_points.txt,sha256=rKNhzjSF5-e3bLRr8LVe22FeiwcacXabCvNpoEXfu4I,56
37
- meeting_noter-0.3.4.dist-info/top_level.txt,sha256=9Tuq04_0SXM0OXOHVbOHkHkB5tG3fqkrMrfzCMpbLpY,14
38
- meeting_noter-0.3.4.dist-info/RECORD,,
34
+ meeting_noter-0.3.5.dist-info/METADATA,sha256=zHEH6KtcSnH2QF0IK8pOB6J77gAdvCd_hFCt5P7HqXA,7032
35
+ meeting_noter-0.3.5.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
36
+ meeting_noter-0.3.5.dist-info/entry_points.txt,sha256=rKNhzjSF5-e3bLRr8LVe22FeiwcacXabCvNpoEXfu4I,56
37
+ meeting_noter-0.3.5.dist-info/top_level.txt,sha256=9Tuq04_0SXM0OXOHVbOHkHkB5tG3fqkrMrfzCMpbLpY,14
38
+ meeting_noter-0.3.5.dist-info/RECORD,,