python-six 0.0.0__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.
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: python-six
3
+ Version: 0.0.0
4
+ Summary: Empty placeholder package - reserved for amazon-archives
5
+ Author: Package Protector
6
+ Author-email: protector@example.com
7
+ Dynamic: author
8
+ Dynamic: author-email
9
+ Dynamic: summary
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: python-six
3
+ Version: 0.0.0
4
+ Summary: Empty placeholder package - reserved for amazon-archives
5
+ Author: Package Protector
6
+ Author-email: protector@example.com
7
+ Dynamic: author
8
+ Dynamic: author-email
9
+ Dynamic: summary
@@ -0,0 +1,5 @@
1
+ setup.py
2
+ python_six.egg-info/PKG-INFO
3
+ python_six.egg-info/SOURCES.txt
4
+ python_six.egg-info/dependency_links.txt
5
+ python_six.egg-info/top_level.txt
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,14 @@
1
+ """
2
+ Empty setup.py for python-six
3
+ Target: HackerOne Bug Bounty - amazon-archives
4
+ """
5
+ from setuptools import setup
6
+
7
+ setup(
8
+ name="python-six",
9
+ version="0.0.0",
10
+ description="Empty placeholder package - reserved for amazon-archives",
11
+ author="Package Protector",
12
+ author_email="protector@example.com",
13
+ py_modules=[],
14
+ )