subline 0.1.1__py3-none-any.whl → 0.1.2__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.
- {subline-0.1.1.dist-info → subline-0.1.2.dist-info}/METADATA +6 -10
- subline-0.1.2.dist-info/RECORD +7 -0
- subline-0.1.1.dist-info/RECORD +0 -7
- {subline-0.1.1.dist-info → subline-0.1.2.dist-info}/WHEEL +0 -0
- {subline-0.1.1.dist-info → subline-0.1.2.dist-info}/entry_points.txt +0 -0
- {subline-0.1.1.dist-info → subline-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {subline-0.1.1.dist-info → subline-0.1.2.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: subline
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Generate SRT/VTT subtitles from video files using faster-whisper
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Project-URL: Homepage, https://github.com/fenelon/subline
|
|
@@ -69,7 +69,7 @@ subline movie.mp4 # auto-detect language, writes movie.srt
|
|
|
69
69
|
|
|
70
70
|
```bash
|
|
71
71
|
brew install ffmpeg # or: apt install ffmpeg
|
|
72
|
-
pipx install
|
|
72
|
+
pipx install subline
|
|
73
73
|
subline movie.mp4
|
|
74
74
|
```
|
|
75
75
|
|
|
@@ -89,22 +89,18 @@ subline movie.mp4
|
|
|
89
89
|
## Install
|
|
90
90
|
|
|
91
91
|
```bash
|
|
92
|
-
#
|
|
93
|
-
pipx install git+https://github.com/fenelon/subline.git
|
|
94
|
-
|
|
95
|
-
# From PyPI (once published)
|
|
92
|
+
# With pipx (recommended -- installs in its own environment)
|
|
96
93
|
pipx install subline
|
|
97
94
|
|
|
98
|
-
# Or
|
|
99
|
-
|
|
100
|
-
pip install ./subline
|
|
95
|
+
# Or with pip
|
|
96
|
+
pip install subline
|
|
101
97
|
```
|
|
102
98
|
|
|
103
99
|
> **Trouble installing on Python 3.14?**
|
|
104
100
|
> Some dependencies (`av`) may not support 3.14 yet. Use an older interpreter:
|
|
105
101
|
> ```bash
|
|
106
102
|
> brew install python@3.13
|
|
107
|
-
> pipx install
|
|
103
|
+
> pipx install subline --python python3.13
|
|
108
104
|
> ```
|
|
109
105
|
|
|
110
106
|
## Usage
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
subline.py,sha256=prg02MRJmD457iSounAPM_5rxDWmwpCheJ8f4014ik0,9018
|
|
2
|
+
subline-0.1.2.dist-info/licenses/LICENSE,sha256=3tOQgiQVZz4Yoy-oLTaAWZn1YCf09_7m24a6VvBowUs,1064
|
|
3
|
+
subline-0.1.2.dist-info/METADATA,sha256=wPlDNrxbap-tHK9onuI_Uqo4v3SI6ygPUBPLvQgEQuo,4555
|
|
4
|
+
subline-0.1.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
5
|
+
subline-0.1.2.dist-info/entry_points.txt,sha256=96wAtiL46Rx2cPy0gE07aT3S7KGDqT7x2FS_spr-8P4,41
|
|
6
|
+
subline-0.1.2.dist-info/top_level.txt,sha256=RbFd_FJ86k9j2R7NOH3f04bVe5UdghD-VntriXuAl50,8
|
|
7
|
+
subline-0.1.2.dist-info/RECORD,,
|
subline-0.1.1.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
subline.py,sha256=prg02MRJmD457iSounAPM_5rxDWmwpCheJ8f4014ik0,9018
|
|
2
|
-
subline-0.1.1.dist-info/licenses/LICENSE,sha256=3tOQgiQVZz4Yoy-oLTaAWZn1YCf09_7m24a6VvBowUs,1064
|
|
3
|
-
subline-0.1.1.dist-info/METADATA,sha256=2AVp82DhLhiFnpXGkTKhPL-MUEI61B2qfaHBKjtZfAw,4739
|
|
4
|
-
subline-0.1.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
5
|
-
subline-0.1.1.dist-info/entry_points.txt,sha256=96wAtiL46Rx2cPy0gE07aT3S7KGDqT7x2FS_spr-8P4,41
|
|
6
|
-
subline-0.1.1.dist-info/top_level.txt,sha256=RbFd_FJ86k9j2R7NOH3f04bVe5UdghD-VntriXuAl50,8
|
|
7
|
-
subline-0.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|