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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FirstFrame
3
- Version: 1.0.2
3
+ Version: 1.0.5
4
4
  Summary: FirstFrame is a simple command-line tool for extracting the first frame from MP4 video files using OpenCV (cv2)
5
5
  Author-email: Wilgat Wong <wilgat.wong@gmail.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "FirstFrame"
7
- version = "1.0.2"
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.*"
@@ -0,0 +1,4 @@
1
+ from .cli import ChronicleLogger
2
+
3
+ __version__ = "1.0.5"
4
+ __all__ = ["ChronicleLogger"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FirstFrame
3
- Version: 1.0.2
3
+ Version: 1.0.5
4
4
  Summary: FirstFrame is a simple command-line tool for extracting the first frame from MP4 video files using OpenCV (cv2)
5
5
  Author-email: Wilgat Wong <wilgat.wong@gmail.com>
6
6
  License: MIT
@@ -1,4 +0,0 @@
1
- from .cli import ChronicleLogger
2
-
3
- __version__ = "1.0.2"
4
- __all__ = ["ChronicleLogger"]
File without changes
File without changes