ByteBomber 1.2.0__py3-none-any.whl → 1.2.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.
bytebomber/__init__.py ADDED
@@ -0,0 +1 @@
1
+ from .__main__ import main
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ByteBomber
3
- Version: 1.2.0
4
- Summary: A ZIP bomb generator for educational purposes, demonstrating the dangers of zip file compression ratios.
3
+ Version: 1.2.2
4
+ Summary: ZIP bomb generator (for educational purposes only)
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/luckalgorithm/ByteBomber
7
7
  Project-URL: Documentation, https://luckalgorithm.github.io/ByteBomber
@@ -0,0 +1,8 @@
1
+ bytebomber/__init__.py,sha256=jIB_A21BGC5AzbHLPMvWIWXNiwGf0NZP3t0w2gmtitA,27
2
+ bytebomber/__main__.py,sha256=tgsTZMMRAXE4lu17CIbLXBPT1Z2UwodqdHXz6vBVSzg,1947
3
+ bytebomber-1.2.2.dist-info/licenses/LICENSE,sha256=D19NENd0v-XNzdKjvdphMBIdnY-aUcaok4q32x2G-jY,1070
4
+ bytebomber-1.2.2.dist-info/METADATA,sha256=-KRE6ukqSQJWycof8Mb1_un5VOlV3jD0OzyxCVCiKSM,4072
5
+ bytebomber-1.2.2.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
6
+ bytebomber-1.2.2.dist-info/entry_points.txt,sha256=ujmBvN_aEG4BSrmzKlpsC9XNNB7goQ9m_ddUvKM9vnY,56
7
+ bytebomber-1.2.2.dist-info/top_level.txt,sha256=bDtIXh70vdwT8VslZsHHLGkV7VBuZXxk0fzN0lWv4Y4,11
8
+ bytebomber-1.2.2.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ bytebomber
ByteBomber/__init__.py DELETED
File without changes
@@ -1,8 +0,0 @@
1
- ByteBomber/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- ByteBomber/__main__.py,sha256=tgsTZMMRAXE4lu17CIbLXBPT1Z2UwodqdHXz6vBVSzg,1947
3
- bytebomber-1.2.0.dist-info/licenses/LICENSE,sha256=D19NENd0v-XNzdKjvdphMBIdnY-aUcaok4q32x2G-jY,1070
4
- bytebomber-1.2.0.dist-info/METADATA,sha256=F1XJ7T8lLroaQuBZx0XGGN7uriaGlNZOPEjqBxw-ER4,4126
5
- bytebomber-1.2.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
6
- bytebomber-1.2.0.dist-info/entry_points.txt,sha256=ujmBvN_aEG4BSrmzKlpsC9XNNB7goQ9m_ddUvKM9vnY,56
7
- bytebomber-1.2.0.dist-info/top_level.txt,sha256=ywMNPoOP7MAkBd6arls5lyegONphfyki7xlLh90_ytI,11
8
- bytebomber-1.2.0.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- ByteBomber
File without changes