subline 0.1.1__tar.gz → 0.1.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: subline
3
- Version: 0.1.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 git+https://github.com/fenelon/subline.git
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
- # From GitHub (recommended)
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 from a local clone
99
- git clone https://github.com/fenelon/subline.git
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 git+https://github.com/fenelon/subline.git --python python3.13
103
+ > pipx install subline --python python3.13
108
104
  > ```
109
105
 
110
106
  ## Usage
@@ -52,7 +52,7 @@ subline movie.mp4 # auto-detect language, writes movie.srt
52
52
 
53
53
  ```bash
54
54
  brew install ffmpeg # or: apt install ffmpeg
55
- pipx install git+https://github.com/fenelon/subline.git
55
+ pipx install subline
56
56
  subline movie.mp4
57
57
  ```
58
58
 
@@ -72,22 +72,18 @@ subline movie.mp4
72
72
  ## Install
73
73
 
74
74
  ```bash
75
- # From GitHub (recommended)
76
- pipx install git+https://github.com/fenelon/subline.git
77
-
78
- # From PyPI (once published)
75
+ # With pipx (recommended -- installs in its own environment)
79
76
  pipx install subline
80
77
 
81
- # Or from a local clone
82
- git clone https://github.com/fenelon/subline.git
83
- pip install ./subline
78
+ # Or with pip
79
+ pip install subline
84
80
  ```
85
81
 
86
82
  > **Trouble installing on Python 3.14?**
87
83
  > Some dependencies (`av`) may not support 3.14 yet. Use an older interpreter:
88
84
  > ```bash
89
85
  > brew install python@3.13
90
- > pipx install git+https://github.com/fenelon/subline.git --python python3.13
86
+ > pipx install subline --python python3.13
91
87
  > ```
92
88
 
93
89
  ## Usage
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "subline"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  description = "Generate SRT/VTT subtitles from video files using faster-whisper"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: subline
3
- Version: 0.1.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 git+https://github.com/fenelon/subline.git
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
- # From GitHub (recommended)
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 from a local clone
99
- git clone https://github.com/fenelon/subline.git
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 git+https://github.com/fenelon/subline.git --python python3.13
103
+ > pipx install subline --python python3.13
108
104
  > ```
109
105
 
110
106
  ## Usage
File without changes
File without changes
File without changes
File without changes