peg-this 3.0.1__py3-none-any.whl → 3.0.2__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.
peg_this/peg_this.py CHANGED
@@ -708,7 +708,8 @@ def main_menu():
708
708
  batch_convert()
709
709
 
710
710
 
711
- if __name__ == "__main__":
711
+ def main():
712
+ """Main entry point for the application script."""
712
713
  try:
713
714
  main_menu()
714
715
  except (KeyboardInterrupt, EOFError):
@@ -718,3 +719,6 @@ if __name__ == "__main__":
718
719
  logging.exception("An unexpected error occurred.")
719
720
  console.print(f"[bold red]An unexpected error occurred: {e}[/bold red]")
720
721
  console.print(f"Details have been logged to {log_file}")
722
+
723
+ if __name__ == "__main__":
724
+ main()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: peg_this
3
- Version: 3.0.1
3
+ Version: 3.0.2
4
4
  Summary: A powerful, intuitive command-line video editor suite, built on FFmpeg.
5
5
  Author-email: Hariharen S S <thisishariharen@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/hariharen9/ffmpeg-this
@@ -0,0 +1,8 @@
1
+ peg_this/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ peg_this/peg_this.py,sha256=JSxUYO5zjg0URu6SG3I1AWio_yQ8t8wKW9yqP-pRbUY,30228
3
+ peg_this-3.0.2.dist-info/licenses/LICENSE,sha256=WL1MklYSco7KZvDjbf191tIKOxWQdekqda7dDJc6Wn8,1067
4
+ peg_this-3.0.2.dist-info/METADATA,sha256=suW_MI8jSHxZXEKKOsrry7QnXoHyVZ0s6ZFljc-RKy8,3527
5
+ peg_this-3.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ peg_this-3.0.2.dist-info/entry_points.txt,sha256=9GVTFuE1w_wgY-Tz3--wI5j52BAKrt4atphVD8ioHhQ,52
7
+ peg_this-3.0.2.dist-info/top_level.txt,sha256=kSS5jZg3KN2kJqYZwMvQnI4gvlFxsUNzIm3QJsbKFdc,9
8
+ peg_this-3.0.2.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- peg_this/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- peg_this/peg_this.py,sha256=khAYs2cz5zzxrq2onEt7YNcHjS9xcNJv_dvpXQD-RVg,30150
3
- peg_this-3.0.1.dist-info/licenses/LICENSE,sha256=WL1MklYSco7KZvDjbf191tIKOxWQdekqda7dDJc6Wn8,1067
4
- peg_this-3.0.1.dist-info/METADATA,sha256=HhoqodFFu5cKBkuezJ7gDAEPlXwkOn_Z-TbC8L7oyZc,3527
5
- peg_this-3.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- peg_this-3.0.1.dist-info/entry_points.txt,sha256=9GVTFuE1w_wgY-Tz3--wI5j52BAKrt4atphVD8ioHhQ,52
7
- peg_this-3.0.1.dist-info/top_level.txt,sha256=kSS5jZg3KN2kJqYZwMvQnI4gvlFxsUNzIm3QJsbKFdc,9
8
- peg_this-3.0.1.dist-info/RECORD,,