FirstFrame 1.0.2__tar.gz → 1.0.5__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.
- {firstframe-1.0.2 → firstframe-1.0.5}/PKG-INFO +1 -1
- {firstframe-1.0.2 → firstframe-1.0.5}/pyproject.toml +1 -1
- firstframe-1.0.5/src/FirstFrame/__init__.py +4 -0
- {firstframe-1.0.2 → firstframe-1.0.5}/src/FirstFrame.egg-info/PKG-INFO +1 -1
- firstframe-1.0.2/src/FirstFrame/__init__.py +0 -4
- {firstframe-1.0.2 → firstframe-1.0.5}/README.md +0 -0
- {firstframe-1.0.2 → firstframe-1.0.5}/setup.cfg +0 -0
- {firstframe-1.0.2 → firstframe-1.0.5}/src/FirstFrame/__main__.py +0 -0
- {firstframe-1.0.2 → firstframe-1.0.5}/src/FirstFrame/cli.py +0 -0
- {firstframe-1.0.2 → firstframe-1.0.5}/src/FirstFrame.egg-info/SOURCES.txt +0 -0
- {firstframe-1.0.2 → firstframe-1.0.5}/src/FirstFrame.egg-info/dependency_links.txt +0 -0
- {firstframe-1.0.2 → firstframe-1.0.5}/src/FirstFrame.egg-info/entry_points.txt +0 -0
- {firstframe-1.0.2 → firstframe-1.0.5}/src/FirstFrame.egg-info/requires.txt +0 -0
- {firstframe-1.0.2 → firstframe-1.0.5}/src/FirstFrame.egg-info/top_level.txt +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "FirstFrame"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.5"
|
|
8
8
|
description = "FirstFrame is a simple command-line tool for extracting the first frame from MP4 video files using OpenCV (cv2)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|