auto-editor 29.0.2__py3-none-any.whl → 29.0.3__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.
auto_editor/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "29.0.2"
1
+ __version__ = "29.0.3"
@@ -1,14 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: auto-editor
3
- Version: 29.0.2
3
+ Version: 29.0.3
4
4
  Summary: Auto-Editor: Effort free video editing!
5
5
  Author-email: WyattBlue <wyattblue@auto-editor.com>
6
6
  License-Expression: Unlicense
7
- Project-URL: Bug Tracker, https://github.com/WyattBlue/auto-editor/issues
7
+ Project-URL: Bug Tracker, https://github.com/WyattBlue/auto-editor/discussions
8
8
  Project-URL: Source Code, https://github.com/WyattBlue/auto-editor
9
9
  Project-URL: homepage, https://auto-editor.com
10
10
  Keywords: video,audio,media,editor,editing,processing,nonlinear,automatic,silence-detect,silence-removal,silence-speedup,motion-detection
11
- Requires-Python: >=3.10
11
+ Requires-Python: >=3.9
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Dynamic: license-file
@@ -0,0 +1,8 @@
1
+ auto_editor/__init__.py,sha256=vqjka5GoPRJ1f13kyUdmbq_ZSzQuMugLJ_XkX3atq00,23
2
+ auto_editor/__main__.py,sha256=NEMPzDOq8BoU5jHceffcDWRJ671j4mLEbGI3R7mBExM,2701
3
+ auto_editor-29.0.3.dist-info/licenses/LICENSE,sha256=yiq99pWITHfqS0pbZMp7cy2dnbreTuvBwudsU-njvIM,1210
4
+ auto_editor-29.0.3.dist-info/METADATA,sha256=voy__MI9aDa4VMRRWXwzOBAb6hIE54YgV0qMRwX5eYo,6106
5
+ auto_editor-29.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ auto_editor-29.0.3.dist-info/entry_points.txt,sha256=it1HC1zBLuXcGRxIGJIJTYg2Haw_30HBNDmIl2GykgQ,58
7
+ auto_editor-29.0.3.dist-info/top_level.txt,sha256=ky1HUkqq9i034c4CUU_0wBw0xZsxxyGEak1eTbdvpyA,12
8
+ auto_editor-29.0.3.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ auto-editor = auto_editor.__main__:main
auto_editor/cli.py DELETED
@@ -1,4 +0,0 @@
1
- from auto_editor.__main__ import main
2
-
3
- if __name__ == "__main__":
4
- main()
@@ -1,9 +0,0 @@
1
- auto_editor/__init__.py,sha256=RVmHgCRo6zuPmnDLpS4TNW-OdSt2IzZ1Huxv8-Ngqj4,23
2
- auto_editor/__main__.py,sha256=NEMPzDOq8BoU5jHceffcDWRJ671j4mLEbGI3R7mBExM,2701
3
- auto_editor/cli.py,sha256=sI4uUDlQ5I7OmTEDGcbFWKviyIhewkimQW7or28QEdA,77
4
- auto_editor-29.0.2.dist-info/licenses/LICENSE,sha256=yiq99pWITHfqS0pbZMp7cy2dnbreTuvBwudsU-njvIM,1210
5
- auto_editor-29.0.2.dist-info/METADATA,sha256=t9ZSc99EoF93EgAJSmp_eE8VujKtn7bX-YD9hjGQDh8,6102
6
- auto_editor-29.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- auto_editor-29.0.2.dist-info/entry_points.txt,sha256=0AZmJPBhk0zxr2hhA1dEcl8ffyNgBso9RZzcx4JDMQQ,52
8
- auto_editor-29.0.2.dist-info/top_level.txt,sha256=ky1HUkqq9i034c4CUU_0wBw0xZsxxyGEak1eTbdvpyA,12
9
- auto_editor-29.0.2.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- auto-editor = auto_editor.cli:cli