ByteBomber 1.1.0__py3-none-any.whl → 1.2.0__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-1.1.0.dist-info → bytebomber-1.2.0.dist-info}/METADATA +9 -4
- bytebomber-1.2.0.dist-info/RECORD +8 -0
- bytebomber-1.1.0.dist-info/RECORD +0 -8
- {bytebomber-1.1.0.dist-info → bytebomber-1.2.0.dist-info}/WHEEL +0 -0
- {bytebomber-1.1.0.dist-info → bytebomber-1.2.0.dist-info}/entry_points.txt +0 -0
- {bytebomber-1.1.0.dist-info → bytebomber-1.2.0.dist-info}/licenses/LICENSE +0 -0
- {bytebomber-1.1.0.dist-info → bytebomber-1.2.0.dist-info}/top_level.txt +0 -0
@@ -1,16 +1,21 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ByteBomber
|
3
|
-
Version: 1.
|
4
|
-
Summary: ZIP bomb generator
|
5
|
-
Author-email: Andrew <drewhinckley2009@example.com>
|
3
|
+
Version: 1.2.0
|
4
|
+
Summary: A ZIP bomb generator for educational purposes, demonstrating the dangers of zip file compression ratios.
|
6
5
|
License: MIT
|
7
6
|
Project-URL: Homepage, https://github.com/luckalgorithm/ByteBomber
|
7
|
+
Project-URL: Documentation, https://luckalgorithm.github.io/ByteBomber
|
8
|
+
Project-URL: Source, https://github.com/luckalgorithm/ByteBomber
|
9
|
+
Project-URL: IssueTracker, https://github.com/luckalgorithm/ByteBomber/issues
|
8
10
|
Classifier: Programming Language :: Python :: 3
|
9
11
|
Classifier: License :: OSI Approved :: MIT License
|
10
12
|
Classifier: Operating System :: OS Independent
|
11
13
|
Classifier: Topic :: Security
|
12
14
|
Classifier: Topic :: Utilities
|
13
|
-
|
15
|
+
Classifier: Intended Audience :: Developers
|
16
|
+
Classifier: Intended Audience :: System Administrators
|
17
|
+
Classifier: Development Status :: 5 - Production/Stable
|
18
|
+
Requires-Python: <4.0,>=3.6
|
14
19
|
Description-Content-Type: text/markdown
|
15
20
|
License-File: LICENSE
|
16
21
|
Dynamic: license-file
|
@@ -0,0 +1,8 @@
|
|
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,8 +0,0 @@
|
|
1
|
-
ByteBomber/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
ByteBomber/__main__.py,sha256=tgsTZMMRAXE4lu17CIbLXBPT1Z2UwodqdHXz6vBVSzg,1947
|
3
|
-
bytebomber-1.1.0.dist-info/licenses/LICENSE,sha256=D19NENd0v-XNzdKjvdphMBIdnY-aUcaok4q32x2G-jY,1070
|
4
|
-
bytebomber-1.1.0.dist-info/METADATA,sha256=NVaIpxTNp1G9JbNHr-FXKG_-oPRs6CySinlRjgR4x1M,3718
|
5
|
-
bytebomber-1.1.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
6
|
-
bytebomber-1.1.0.dist-info/entry_points.txt,sha256=ujmBvN_aEG4BSrmzKlpsC9XNNB7goQ9m_ddUvKM9vnY,56
|
7
|
-
bytebomber-1.1.0.dist-info/top_level.txt,sha256=ywMNPoOP7MAkBd6arls5lyegONphfyki7xlLh90_ytI,11
|
8
|
-
bytebomber-1.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|