ghostbytes 1.0.0__tar.gz → 1.0.1__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 (23) hide show
  1. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/PKG-INFO +2 -2
  2. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/pyproject.toml +2 -2
  3. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/pyproject.toml.orig +2 -2
  4. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/LICENSE +0 -0
  5. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/README.md +0 -0
  6. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/__init__.py +0 -0
  7. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/__main__.py +0 -0
  8. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/crypto/config.py +0 -0
  9. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/crypto/crypto.py +0 -0
  10. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/crypto/crypto.pyi +0 -0
  11. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/crypto/kyber.py +0 -0
  12. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/crypto/oaep_extension.py +0 -0
  13. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/crypto/primitives.py +0 -0
  14. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/error.py +0 -0
  15. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/gui/gui.py +0 -0
  16. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/gui/theme.py +0 -0
  17. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/gui/wrappers.py +0 -0
  18. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/img/icon.ico +0 -0
  19. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/img/icon.png +0 -0
  20. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/tools/benchmark.py +0 -0
  21. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/tools/rand.py +0 -0
  22. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/tools/shred.py +0 -0
  23. {ghostbytes-1.0.0 → ghostbytes-1.0.1}/src/ghostbytes/tools/tools.pyi +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: ghostbytes
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A desktop file encryption and data security utility.
5
5
  Keywords: encryption,cryptography,file encryption,privacy,security
6
6
  Author: maxttkam
@@ -42,7 +42,7 @@ Requires-Dist: pathlib>=1.0.1
42
42
  Requires-Dist: pillow>=12.3.0
43
43
  Requires-Dist: psutil>=7.2.2
44
44
  Requires-Dist: pycryptodome>=3.23.0
45
- Requires-Python: >=3.14
45
+ Requires-Python: >=3.12
46
46
  Project-URL: Homepage, https://github.com/maxttkam/ghostbytes
47
47
  Project-URL: Repository, https://github.com/maxttkam/ghostbytes
48
48
  Project-URL: Issues, https://github.com/maxttkam/ghostbytes/issues
@@ -1,9 +1,9 @@
1
1
  [project]
2
2
  name = "ghostbytes"
3
- version = "1.0.0"
3
+ version = "1.0.1"
4
4
  description = "A desktop file encryption and data security utility."
5
5
  readme = "README.md"
6
- requires-python = ">=3.14"
6
+ requires-python = ">=3.12"
7
7
  keywords = [
8
8
  "encryption",
9
9
  "cryptography",
@@ -1,9 +1,9 @@
1
1
  [project]
2
2
  name = "ghostbytes"
3
- version = "1.0.0"
3
+ version = "1.0.1"
4
4
  description = "A desktop file encryption and data security utility."
5
5
  readme = "README.md"
6
- requires-python = ">=3.14"
6
+ requires-python = ">=3.12"
7
7
  license = { file = "LICENSE" }
8
8
  authors = [
9
9
  { name = "maxttkam" }
File without changes
File without changes