quantum-pixel 2.2.1__tar.gz → 2.2.2__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.
Files changed (41) hide show
  1. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/Cargo.lock +1 -1
  2. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/Cargo.toml +1 -1
  3. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/PKG-INFO +7 -2
  4. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/README.md +6 -1
  5. {quantum_pixel-2.2.1/quantum_pixel → quantum_pixel-2.2.2}/README_PYPI.md +6 -1
  6. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2/quantum_pixel}/README_PYPI.md +6 -1
  7. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/quantum_pixel/templates/index.html +1 -1
  8. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/uv.lock +6 -6
  9. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/.github/FUNDING.yml +0 -0
  10. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/.github/workflows/CI.yml +0 -0
  11. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/.github/workflows/render-md-mermaid.yml +0 -0
  12. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/.gitignore +0 -0
  13. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/.python-version +0 -0
  14. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/LICENSE +0 -0
  15. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/assets/encoded.png +0 -0
  16. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/assets/grok.png +0 -0
  17. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/assets/intro.png +0 -0
  18. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/assets/material.png +0 -0
  19. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/assets/mermaid.png +0 -0
  20. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/assets/preview.png +0 -0
  21. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/pyproject.toml +0 -0
  22. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/quantum_pixel/__init__.py +0 -0
  23. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/quantum_pixel/generator.py +0 -0
  24. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/quantum_pixel/main.py +0 -0
  25. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/quantum_pixel/static/decode.js +0 -0
  26. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/quantum_pixel/static/encode.js +0 -0
  27. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/quantum_pixel/static/favicon.svg +0 -0
  28. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/quantum_pixel/static/robots.txt +0 -0
  29. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/quantum_pixel/static/styles.css +0 -0
  30. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/quantum_pixel/static/upload.js +0 -0
  31. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/quantum_pixel/steganography.py +0 -0
  32. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/quantum_pixel/templates/decode.html +0 -0
  33. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/quantum_pixel/templates/encode.html +0 -0
  34. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/quantum_pixel/templates/error.html +0 -0
  35. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/quantum_pixel/templates/result.html +0 -0
  36. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/quantum_pixel/web.py +0 -0
  37. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/render.yaml +0 -0
  38. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/requirements.txt +0 -0
  39. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/src/lib.rs +0 -0
  40. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/tests/test_generator.py +0 -0
  41. {quantum_pixel-2.2.1 → quantum_pixel-2.2.2}/tests/test_steganography.py +0 -0
@@ -773,7 +773,7 @@ dependencies = [
773
773
 
774
774
  [[package]]
775
775
  name = "quantum-pixel"
776
- version = "2.2.1"
776
+ version = "2.2.2"
777
777
  dependencies = [
778
778
  "pyo3",
779
779
  "stegano-core",
@@ -1,7 +1,7 @@
1
1
  [package]
2
2
  edition = "2024"
3
3
  name = "quantum-pixel"
4
- version = "2.2.1"
4
+ version = "2.2.2"
5
5
  description = "When both YES and NO are existed. Only human with emotions can comprehend."
6
6
  readme = "README_PYPI.md"
7
7
  license = "GNU General Public License v3 (GPLv3)"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quantum-pixel
3
- Version: 2.2.1
3
+ Version: 2.2.2
4
4
  Classifier: Development Status :: 5 - Production/Stable
5
5
  Classifier: Natural Language :: English
6
6
  Classifier: Programming Language :: Rust
@@ -53,6 +53,12 @@ Project-URL: repository, https://github.com/Linos1391/quantum-pixel.git
53
53
 
54
54
  <br>
55
55
 
56
+ <a href="https://www.youtube.com/watch?v=BAnnDlOJboA">
57
+ <img src="https://img.youtube.com/vi/BAnnDlOJboA/maxresdefault.jpg" alt="YouTube video" width="100%">
58
+ </a>
59
+
60
+ <br>
61
+
56
62
  - [1. Introduction](#1-introduction)
57
63
  - [1.1. Local system (RECOMMEND)](#11-local-system-recommend)
58
64
  - [1.2. Web service (NOT RECOMMEND)](#12-web-service-not-recommend)
@@ -60,7 +66,6 @@ Project-URL: repository, https://github.com/Linos1391/quantum-pixel.git
60
66
  - [3. License](#3-license)
61
67
  - [4. Disclaimer](#4-disclaimer)
62
68
 
63
-
64
69
  <br>
65
70
 
66
71
  # 1. Introduction
@@ -30,6 +30,12 @@
30
30
 
31
31
  <br>
32
32
 
33
+ <a href="https://www.youtube.com/watch?v=BAnnDlOJboA">
34
+ <img src="https://img.youtube.com/vi/BAnnDlOJboA/maxresdefault.jpg" alt="YouTube video" width="100%">
35
+ </a>
36
+
37
+ <br>
38
+
33
39
  - [1. Introduction](#1-introduction)
34
40
  - [1.1. Local system (RECOMMEND)](#11-local-system-recommend)
35
41
  - [1.2. Web service (NOT RECOMMEND)](#12-web-service-not-recommend)
@@ -37,7 +43,6 @@
37
43
  - [3. License](#3-license)
38
44
  - [4. Disclaimer](#4-disclaimer)
39
45
 
40
-
41
46
  <br>
42
47
 
43
48
  # 1. Introduction
@@ -30,6 +30,12 @@
30
30
 
31
31
  <br>
32
32
 
33
+ <a href="https://www.youtube.com/watch?v=BAnnDlOJboA">
34
+ <img src="https://img.youtube.com/vi/BAnnDlOJboA/maxresdefault.jpg" alt="YouTube video" width="100%">
35
+ </a>
36
+
37
+ <br>
38
+
33
39
  - [1. Introduction](#1-introduction)
34
40
  - [1.1. Local system (RECOMMEND)](#11-local-system-recommend)
35
41
  - [1.2. Web service (NOT RECOMMEND)](#12-web-service-not-recommend)
@@ -37,7 +43,6 @@
37
43
  - [3. License](#3-license)
38
44
  - [4. Disclaimer](#4-disclaimer)
39
45
 
40
-
41
46
  <br>
42
47
 
43
48
  # 1. Introduction
@@ -30,6 +30,12 @@
30
30
 
31
31
  <br>
32
32
 
33
+ <a href="https://www.youtube.com/watch?v=BAnnDlOJboA">
34
+ <img src="https://img.youtube.com/vi/BAnnDlOJboA/maxresdefault.jpg" alt="YouTube video" width="100%">
35
+ </a>
36
+
37
+ <br>
38
+
33
39
  - [1. Introduction](#1-introduction)
34
40
  - [1.1. Local system (RECOMMEND)](#11-local-system-recommend)
35
41
  - [1.2. Web service (NOT RECOMMEND)](#12-web-service-not-recommend)
@@ -37,7 +43,6 @@
37
43
  - [3. License](#3-license)
38
44
  - [4. Disclaimer](#4-disclaimer)
39
45
 
40
-
41
46
  <br>
42
47
 
43
48
  # 1. Introduction
@@ -9,7 +9,7 @@
9
9
  </head>
10
10
  <body>
11
11
  <main class="container">
12
- <h1>Upload an Image (Only accept PNG)</h1>
12
+ <h1>Upload an Image</h1>
13
13
 
14
14
  <div id="error" style="display: none;"></div>
15
15
 
@@ -125,7 +125,7 @@ wheels = [
125
125
 
126
126
  [[package]]
127
127
  name = "fastapi"
128
- version = "0.134.0"
128
+ version = "0.135.1"
129
129
  source = { registry = "https://pypi.org/simple" }
130
130
  dependencies = [
131
131
  { name = "annotated-doc" },
@@ -134,9 +134,9 @@ dependencies = [
134
134
  { name = "typing-extensions" },
135
135
  { name = "typing-inspection" },
136
136
  ]
137
- sdist = { url = "https://files.pythonhosted.org/packages/96/15/647ea81cb73b55b48fb095158a9cd64e42e9e4f1d34dbb5cc4a4939779d6/fastapi-0.134.0.tar.gz", hash = "sha256:3122b1ea0dbeaab48b5976e80b99ca7eda02be154bf03e126a33220e73255a9a", size = 385667, upload-time = "2026-02-27T21:18:12.931Z" }
137
+ sdist = { url = "https://files.pythonhosted.org/packages/e7/7b/f8e0211e9380f7195ba3f3d40c292594fd81ba8ec4629e3854c353aaca45/fastapi-0.135.1.tar.gz", hash = "sha256:d04115b508d936d254cea545b7312ecaa58a7b3a0f84952535b4c9afae7668cd", size = 394962, upload-time = "2026-03-01T18:18:29.369Z" }
138
138
  wheels = [
139
- { url = "https://files.pythonhosted.org/packages/e3/e6/fd49c28a54b7d6f5c64045155e40f6cff9ed4920055043fb5ac7969f7f2f/fastapi-0.134.0-py3-none-any.whl", hash = "sha256:f4e7214f24b2262258492e05c48cf21125e4ffc427e30dd32fb4f74049a3d56a", size = 110404, upload-time = "2026-02-27T21:18:10.809Z" },
139
+ { url = "https://files.pythonhosted.org/packages/e4/72/42e900510195b23a56bde950d26a51f8b723846bfcaa0286e90287f0422b/fastapi-0.135.1-py3-none-any.whl", hash = "sha256:46e2fc5745924b7c840f71ddd277382af29ce1cdb7d5eab5bf697e3fb9999c9e", size = 116999, upload-time = "2026-03-01T18:18:30.831Z" },
140
140
  ]
141
141
 
142
142
  [package.optional-dependencies]
@@ -568,11 +568,11 @@ wheels = [
568
568
 
569
569
  [[package]]
570
570
  name = "python-dotenv"
571
- version = "1.2.1"
571
+ version = "1.2.2"
572
572
  source = { registry = "https://pypi.org/simple" }
573
- sdist = { url = "https://files.pythonhosted.org/packages/f0/26/19cadc79a718c5edbec86fd4919a6b6d3f681039a2f6d66d14be94e75fb9/python_dotenv-1.2.1.tar.gz", hash = "sha256:42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6", size = 44221, upload-time = "2025-10-26T15:12:10.434Z" }
573
+ sdist = { url = "https://files.pythonhosted.org/packages/82/ed/0301aeeac3e5353ef3d94b6ec08bbcabd04a72018415dcb29e588514bba8/python_dotenv-1.2.2.tar.gz", hash = "sha256:2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3", size = 50135, upload-time = "2026-03-01T16:00:26.196Z" }
574
574
  wheels = [
575
- { url = "https://files.pythonhosted.org/packages/14/1b/a298b06749107c305e1fe0f814c6c74aea7b2f1e10989cb30f544a1b3253/python_dotenv-1.2.1-py3-none-any.whl", hash = "sha256:b81ee9561e9ca4004139c6cbba3a238c32b03e4894671e181b671e8cb8425d61", size = 21230, upload-time = "2025-10-26T15:12:09.109Z" },
575
+ { url = "https://files.pythonhosted.org/packages/0b/d7/1959b9648791274998a9c3526f6d0ec8fd2233e4d4acce81bbae76b44b2a/python_dotenv-1.2.2-py3-none-any.whl", hash = "sha256:1d8214789a24de455a8b8bd8ae6fe3c6b69a5e3d64aa8a8e5d68e694bbcb285a", size = 22101, upload-time = "2026-03-01T16:00:25.09Z" },
576
576
  ]
577
577
 
578
578
  [[package]]
File without changes
File without changes
File without changes
File without changes