Server-1 0.1.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.
server_1-0.1.0/LICENSE ADDED
File without changes
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.4
2
+ Name: Server-1
3
+ Version: 0.1.0
4
+ Summary: LIL
5
+ Author-email: Server-1 <NumberLeave2259@rambler.ru>
6
+ Requires-Python: >=3.7
7
+ Description-Content-Type: text/markdown
8
+ License-File: LICENSE
9
+ Requires-Dist: requests
10
+ Requires-Dist: shutil
11
+ Dynamic: license-file
File without changes
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.4
2
+ Name: Server-1
3
+ Version: 0.1.0
4
+ Summary: LIL
5
+ Author-email: Server-1 <NumberLeave2259@rambler.ru>
6
+ Requires-Python: >=3.7
7
+ Description-Content-Type: text/markdown
8
+ License-File: LICENSE
9
+ Requires-Dist: requests
10
+ Requires-Dist: shutil
11
+ Dynamic: license-file
@@ -0,0 +1,9 @@
1
+ LICENSE
2
+ README.md
3
+ main.py
4
+ pyproject.toml
5
+ Server_1.egg-info/PKG-INFO
6
+ Server_1.egg-info/SOURCES.txt
7
+ Server_1.egg-info/dependency_links.txt
8
+ Server_1.egg-info/requires.txt
9
+ Server_1.egg-info/top_level.txt
@@ -0,0 +1,2 @@
1
+ requests
2
+ shutil
@@ -0,0 +1 @@
1
+ main
server_1-0.1.0/main.py ADDED
File without changes
@@ -0,0 +1,15 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name= "Server-1"
7
+ version = "0.1.0"
8
+ authors = [{ name="Server-1", email="NumberLeave2259@rambler.ru" }]
9
+ description = "LIL"
10
+ readme = "README.md"
11
+ requires-python = ">=3.7"
12
+ dependencies = [
13
+ "requests",
14
+ "shutil",
15
+ ]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+