meeting-noter 0.3.2__py3-none-any.whl → 0.3.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meeting-noter
3
- Version: 0.3.2
3
+ Version: 0.3.4
4
4
  Summary: Offline meeting transcription for macOS with automatic meeting detection
5
5
  Author: Victor
6
6
  License: MIT
@@ -18,12 +18,13 @@ Classifier: Programming Language :: Python :: 3.9
18
18
  Classifier: Programming Language :: Python :: 3.10
19
19
  Classifier: Programming Language :: Python :: 3.11
20
20
  Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
21
22
  Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
22
- Requires-Python: <3.13,>=3.9
23
+ Requires-Python: >=3.9
23
24
  Description-Content-Type: text/markdown
24
25
  Requires-Dist: click>=8.0
25
26
  Requires-Dist: sounddevice>=0.4.6
26
- Requires-Dist: numpy>=1.21
27
+ Requires-Dist: numpy>=1.24
27
28
  Requires-Dist: faster-whisper>=1.0.0
28
29
  Requires-Dist: rumps>=0.4.0
29
30
  Requires-Dist: PyQt6>=6.5.0
@@ -58,22 +59,18 @@ Offline meeting transcription tool for macOS. Captures both your voice and meeti
58
59
  ## Installation
59
60
 
60
61
  ```bash
61
- pip install meeting-noter
62
- ```
62
+ # Install dependencies
63
+ brew install ffmpeg lame pkg-config
63
64
 
64
- Or with pipx (recommended):
65
- ```bash
65
+ # Install meeting-noter
66
66
  pipx install meeting-noter
67
67
  ```
68
68
 
69
- **For MP3 support** (smaller files), install LAME first:
69
+ Or with pip:
70
70
  ```bash
71
- brew install lame
72
- pip install meeting-noter[mp3]
71
+ pip install meeting-noter
73
72
  ```
74
73
 
75
- Without LAME, the app will prompt you to install it when you try to record.
76
-
77
74
  ## Quick Start
78
75
 
79
76
  **Menu Bar App** (recommended):
@@ -211,8 +208,9 @@ Config file: `~/.config/meeting-noter/config.json`
211
208
  ## Requirements
212
209
 
213
210
  - macOS 12.3+ (for ScreenCaptureKit)
214
- - Python 3.9 - 3.12
215
- - LAME audio encoder (`brew install lame`) - optional but recommended for MP3
211
+ - Python 3.9+
212
+ - FFmpeg (`brew install ffmpeg`) - required for audio processing
213
+ - LAME (`brew install lame`) - required for MP3 encoding
216
214
 
217
215
  ## License
218
216
 
@@ -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.2.dist-info/METADATA,sha256=z8Wsm2_khrlm6V56L5TG1RSTyE_RxVrLG1Pq4YdhltA,6865
35
- meeting_noter-0.3.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
36
- meeting_noter-0.3.2.dist-info/entry_points.txt,sha256=rKNhzjSF5-e3bLRr8LVe22FeiwcacXabCvNpoEXfu4I,56
37
- meeting_noter-0.3.2.dist-info/top_level.txt,sha256=9Tuq04_0SXM0OXOHVbOHkHkB5tG3fqkrMrfzCMpbLpY,14
38
- meeting_noter-0.3.2.dist-info/RECORD,,
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,,