auto-editor 29.0.3__tar.gz → 29.1.0__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.
- {auto_editor-29.0.3 → auto_editor-29.1.0}/PKG-INFO +1 -8
- {auto_editor-29.0.3 → auto_editor-29.1.0}/README.md +0 -7
- auto_editor-29.1.0/auto_editor/__init__.py +1 -0
- {auto_editor-29.0.3 → auto_editor-29.1.0}/auto_editor/__main__.py +1 -6
- {auto_editor-29.0.3 → auto_editor-29.1.0}/auto_editor.egg-info/PKG-INFO +1 -8
- {auto_editor-29.0.3 → auto_editor-29.1.0}/pyproject.toml +1 -1
- auto_editor-29.0.3/auto_editor/__init__.py +0 -1
- {auto_editor-29.0.3 → auto_editor-29.1.0}/LICENSE +0 -0
- {auto_editor-29.0.3 → auto_editor-29.1.0}/auto_editor.egg-info/SOURCES.txt +0 -0
- {auto_editor-29.0.3 → auto_editor-29.1.0}/auto_editor.egg-info/dependency_links.txt +0 -0
- {auto_editor-29.0.3 → auto_editor-29.1.0}/auto_editor.egg-info/entry_points.txt +0 -0
- {auto_editor-29.0.3 → auto_editor-29.1.0}/auto_editor.egg-info/top_level.txt +0 -0
- {auto_editor-29.0.3 → auto_editor-29.1.0}/setup.cfg +0 -0
- {auto_editor-29.0.3 → auto_editor-29.1.0}/tests/test.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: auto-editor
|
3
|
-
Version: 29.0
|
3
|
+
Version: 29.1.0
|
4
4
|
Summary: Auto-Editor: Effort free video editing!
|
5
5
|
Author-email: WyattBlue <wyattblue@auto-editor.com>
|
6
6
|
License-Expression: Unlicense
|
@@ -163,13 +163,6 @@ List all available options:
|
|
163
163
|
auto-editor --help
|
164
164
|
```
|
165
165
|
|
166
|
-
Use `--help` with a specific option to learn more about it:
|
167
|
-
|
168
|
-
```
|
169
|
-
auto-editor -c:v --help
|
170
|
-
auto-editor --margin --help
|
171
|
-
```
|
172
|
-
|
173
166
|
<h3 align="center">Auto-Editor is available on all major platforms</h3>
|
174
167
|
<p align="center"><img src="https://auto-editor.com/img/cross-platform.webp" width="500" title="Windows, MacOS, and Linux"></p>
|
175
168
|
|
@@ -148,13 +148,6 @@ List all available options:
|
|
148
148
|
auto-editor --help
|
149
149
|
```
|
150
150
|
|
151
|
-
Use `--help` with a specific option to learn more about it:
|
152
|
-
|
153
|
-
```
|
154
|
-
auto-editor -c:v --help
|
155
|
-
auto-editor --margin --help
|
156
|
-
```
|
157
|
-
|
158
151
|
<h3 align="center">Auto-Editor is available on all major platforms</h3>
|
159
152
|
<p align="center"><img src="https://auto-editor.com/img/cross-platform.webp" width="500" title="Windows, MacOS, and Linux"></p>
|
160
153
|
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "29.1.0"
|
@@ -1,5 +1,3 @@
|
|
1
|
-
"""Main entry point for auto-editor when run as a module."""
|
2
|
-
|
3
1
|
import platform
|
4
2
|
import subprocess
|
5
3
|
import sys
|
@@ -8,10 +6,7 @@ from pathlib import Path
|
|
8
6
|
|
9
7
|
from . import __version__
|
10
8
|
|
11
|
-
|
12
|
-
version = "29.0.0"
|
13
|
-
else:
|
14
|
-
version = __version__
|
9
|
+
version = __version__
|
15
10
|
|
16
11
|
|
17
12
|
def get_binary_info():
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: auto-editor
|
3
|
-
Version: 29.0
|
3
|
+
Version: 29.1.0
|
4
4
|
Summary: Auto-Editor: Effort free video editing!
|
5
5
|
Author-email: WyattBlue <wyattblue@auto-editor.com>
|
6
6
|
License-Expression: Unlicense
|
@@ -163,13 +163,6 @@ List all available options:
|
|
163
163
|
auto-editor --help
|
164
164
|
```
|
165
165
|
|
166
|
-
Use `--help` with a specific option to learn more about it:
|
167
|
-
|
168
|
-
```
|
169
|
-
auto-editor -c:v --help
|
170
|
-
auto-editor --margin --help
|
171
|
-
```
|
172
|
-
|
173
166
|
<h3 align="center">Auto-Editor is available on all major platforms</h3>
|
174
167
|
<p align="center"><img src="https://auto-editor.com/img/cross-platform.webp" width="500" title="Windows, MacOS, and Linux"></p>
|
175
168
|
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "29.0.3"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|