ByteBomber 1.1.0__tar.gz → 1.2.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.
- {bytebomber-1.1.0 → bytebomber-1.2.1}/ByteBomber.egg-info/PKG-INFO +9 -4
- {bytebomber-1.1.0 → bytebomber-1.2.1}/ByteBomber.egg-info/SOURCES.txt +3 -3
- bytebomber-1.2.1/ByteBomber.egg-info/top_level.txt +1 -0
- {bytebomber-1.1.0 → bytebomber-1.2.1}/PKG-INFO +9 -4
- {bytebomber-1.1.0 → bytebomber-1.2.1}/pyproject.toml +11 -7
- bytebomber-1.1.0/ByteBomber.egg-info/top_level.txt +0 -1
- {bytebomber-1.1.0 → bytebomber-1.2.1}/ByteBomber.egg-info/dependency_links.txt +0 -0
- {bytebomber-1.1.0 → bytebomber-1.2.1}/ByteBomber.egg-info/entry_points.txt +0 -0
- {bytebomber-1.1.0 → bytebomber-1.2.1}/LICENSE +0 -0
- {bytebomber-1.1.0 → bytebomber-1.2.1}/README.md +0 -0
- {bytebomber-1.1.0/ByteBomber → bytebomber-1.2.1/bytebomber}/__init__.py +0 -0
- {bytebomber-1.1.0/ByteBomber → bytebomber-1.2.1/bytebomber}/__main__.py +0 -0
- {bytebomber-1.1.0 → bytebomber-1.2.1}/setup.cfg +0 -0
@@ -1,16 +1,21 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ByteBomber
|
3
|
-
Version: 1.1
|
4
|
-
Summary: ZIP bomb generator
|
5
|
-
Author-email: Andrew <drewhinckley2009@example.com>
|
3
|
+
Version: 1.2.1
|
4
|
+
Summary: ZIP bomb generator (for educational purposes only)
|
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
|
@@ -1,10 +1,10 @@
|
|
1
1
|
LICENSE
|
2
2
|
README.md
|
3
3
|
pyproject.toml
|
4
|
-
ByteBomber/__init__.py
|
5
|
-
ByteBomber/__main__.py
|
6
4
|
ByteBomber.egg-info/PKG-INFO
|
7
5
|
ByteBomber.egg-info/SOURCES.txt
|
8
6
|
ByteBomber.egg-info/dependency_links.txt
|
9
7
|
ByteBomber.egg-info/entry_points.txt
|
10
|
-
ByteBomber.egg-info/top_level.txt
|
8
|
+
ByteBomber.egg-info/top_level.txt
|
9
|
+
bytebomber/__init__.py
|
10
|
+
bytebomber/__main__.py
|
@@ -0,0 +1 @@
|
|
1
|
+
bytebomber
|
@@ -1,16 +1,21 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ByteBomber
|
3
|
-
Version: 1.1
|
4
|
-
Summary: ZIP bomb generator
|
5
|
-
Author-email: Andrew <drewhinckley2009@example.com>
|
3
|
+
Version: 1.2.1
|
4
|
+
Summary: ZIP bomb generator (for educational purposes only)
|
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
|
@@ -4,25 +4,29 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "ByteBomber"
|
7
|
-
version = "1.1
|
8
|
-
description = "ZIP bomb generator"
|
7
|
+
version = "1.2.1"
|
8
|
+
description = "ZIP bomb generator (for educational purposes only)"
|
9
9
|
readme = "README.md"
|
10
|
-
requires-python = ">=3.6"
|
10
|
+
requires-python = ">=3.6,<4.0"
|
11
11
|
license = { text = "MIT" }
|
12
|
-
authors = [
|
13
|
-
{ name = "Andrew", email = "drewhinckley2009@example.com" }
|
14
|
-
]
|
12
|
+
authors = []
|
15
13
|
classifiers = [
|
16
14
|
"Programming Language :: Python :: 3",
|
17
15
|
"License :: OSI Approved :: MIT License",
|
18
16
|
"Operating System :: OS Independent",
|
19
17
|
"Topic :: Security",
|
20
|
-
"Topic :: Utilities"
|
18
|
+
"Topic :: Utilities",
|
19
|
+
"Intended Audience :: Developers",
|
20
|
+
"Intended Audience :: System Administrators",
|
21
|
+
"Development Status :: 5 - Production/Stable"
|
21
22
|
]
|
22
23
|
dependencies = []
|
23
24
|
|
24
25
|
[project.urls]
|
25
26
|
Homepage = "https://github.com/luckalgorithm/ByteBomber"
|
27
|
+
Documentation = "https://luckalgorithm.github.io/ByteBomber"
|
28
|
+
Source = "https://github.com/luckalgorithm/ByteBomber"
|
29
|
+
IssueTracker = "https://github.com/luckalgorithm/ByteBomber/issues"
|
26
30
|
|
27
31
|
[project.scripts]
|
28
32
|
bytebomber = "bytebomber.__main__:main"
|
@@ -1 +0,0 @@
|
|
1
|
-
ByteBomber
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|