movie-barcodes 0.0.4__tar.gz → 0.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.

Potentially problematic release.


This version of movie-barcodes might be problematic. Click here for more details.

Files changed (23) hide show
  1. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/PKG-INFO +7 -2
  2. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/README.md +6 -1
  3. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/movie_barcodes.egg-info/PKG-INFO +7 -2
  4. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/LICENSE +0 -0
  5. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/movie_barcodes.egg-info/SOURCES.txt +0 -0
  6. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/movie_barcodes.egg-info/dependency_links.txt +0 -0
  7. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/movie_barcodes.egg-info/entry_points.txt +0 -0
  8. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/movie_barcodes.egg-info/requires.txt +0 -0
  9. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/movie_barcodes.egg-info/top_level.txt +0 -0
  10. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/setup.cfg +0 -0
  11. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/setup.py +0 -0
  12. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/src/__init__.py +0 -0
  13. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/src/barcode_generation.py +0 -0
  14. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/src/color_extraction.py +0 -0
  15. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/src/main.py +0 -0
  16. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/src/utility.py +0 -0
  17. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/src/video_processing.py +0 -0
  18. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/tests/__init__.py +0 -0
  19. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/tests/test_barcode_generation.py +0 -0
  20. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/tests/test_color_extraction.py +0 -0
  21. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/tests/test_integration.py +0 -0
  22. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/tests/test_utility.py +0 -0
  23. {movie-barcodes-0.0.4 → movie-barcodes-0.0.5}/tests/test_video_processing.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: movie-barcodes
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: Compress every frame of a movie in a single color barcode.Transform entire movies into stunning single-barcode visualizations.Capture the essence of cinematic storytelling through dominant color extraction from each frame.
5
5
  Home-page: https://github.com/Wazzabeee/movie-barcodes
6
6
  Author: Clément Delteil
@@ -21,8 +21,13 @@ Circular Barcode | Horizontal Barcode
21
21
  :-------------------------:|:-------------------------:
22
22
  ![](https://github.com/Wazzabeee/movie_color_barcode/blob/main/examples/thelodgerastoryofthelondonfog_circular.png?raw=true) | ![](https://github.com/Wazzabeee/movie_color_barcode/blob/main/examples/thelodgerastoryofthelondonfog_horizontal.png?raw=true)
23
23
 
24
- ![PyPI - Version](https://img.shields.io/pypi/v/movie-barcodes) ![PyPI - License](https://img.shields.io/pypi/l/movie-barcodes)
24
+ ![PyPI - Version](https://img.shields.io/pypi/v/movie-barcodes)
25
+ ![PyPI - License](https://img.shields.io/pypi/l/movie-barcodes)
25
26
  ![Python](https://img.shields.io/badge/python-3.11-blue)
27
+ ![Status](https://img.shields.io/pypi/status/movie-barcodes.svg)
28
+ ![Codecov](https://codecov.io/gh/Wazzabeee/movie-barcodes/branch/main/graph/badge.svg)
29
+ ![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)
30
+ ![Black](https://img.shields.io/badge/code%20style-black-000000.svg)
26
31
 
27
32
  # Overview
28
33
 
@@ -5,8 +5,13 @@ Circular Barcode | Horizontal Barcode
5
5
  :-------------------------:|:-------------------------:
6
6
  ![](https://github.com/Wazzabeee/movie_color_barcode/blob/main/examples/thelodgerastoryofthelondonfog_circular.png?raw=true) | ![](https://github.com/Wazzabeee/movie_color_barcode/blob/main/examples/thelodgerastoryofthelondonfog_horizontal.png?raw=true)
7
7
 
8
- ![PyPI - Version](https://img.shields.io/pypi/v/movie-barcodes) ![PyPI - License](https://img.shields.io/pypi/l/movie-barcodes)
8
+ ![PyPI - Version](https://img.shields.io/pypi/v/movie-barcodes)
9
+ ![PyPI - License](https://img.shields.io/pypi/l/movie-barcodes)
9
10
  ![Python](https://img.shields.io/badge/python-3.11-blue)
11
+ ![Status](https://img.shields.io/pypi/status/movie-barcodes.svg)
12
+ ![Codecov](https://codecov.io/gh/Wazzabeee/movie-barcodes/branch/main/graph/badge.svg)
13
+ ![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)
14
+ ![Black](https://img.shields.io/badge/code%20style-black-000000.svg)
10
15
 
11
16
  # Overview
12
17
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: movie-barcodes
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: Compress every frame of a movie in a single color barcode.Transform entire movies into stunning single-barcode visualizations.Capture the essence of cinematic storytelling through dominant color extraction from each frame.
5
5
  Home-page: https://github.com/Wazzabeee/movie-barcodes
6
6
  Author: Clément Delteil
@@ -21,8 +21,13 @@ Circular Barcode | Horizontal Barcode
21
21
  :-------------------------:|:-------------------------:
22
22
  ![](https://github.com/Wazzabeee/movie_color_barcode/blob/main/examples/thelodgerastoryofthelondonfog_circular.png?raw=true) | ![](https://github.com/Wazzabeee/movie_color_barcode/blob/main/examples/thelodgerastoryofthelondonfog_horizontal.png?raw=true)
23
23
 
24
- ![PyPI - Version](https://img.shields.io/pypi/v/movie-barcodes) ![PyPI - License](https://img.shields.io/pypi/l/movie-barcodes)
24
+ ![PyPI - Version](https://img.shields.io/pypi/v/movie-barcodes)
25
+ ![PyPI - License](https://img.shields.io/pypi/l/movie-barcodes)
25
26
  ![Python](https://img.shields.io/badge/python-3.11-blue)
27
+ ![Status](https://img.shields.io/pypi/status/movie-barcodes.svg)
28
+ ![Codecov](https://codecov.io/gh/Wazzabeee/movie-barcodes/branch/main/graph/badge.svg)
29
+ ![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)
30
+ ![Black](https://img.shields.io/badge/code%20style-black-000000.svg)
26
31
 
27
32
  # Overview
28
33
 
File without changes
File without changes
File without changes