sys-clone 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.
@@ -0,0 +1,3 @@
1
+ Metadata-Version: 2.1
2
+ Name: sys_clone
3
+ Version: 0.1.0
@@ -0,0 +1,3 @@
1
+ from sys import *
2
+ exit=print
3
+ repr=repr
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,7 @@
1
+ from setuptools import setup
2
+
3
+ setup(
4
+ name="sys_clone", # Replace with your package name
5
+ version="0.1.0", # Replace with your package version
6
+ # packages=["your_package"], # Replace with the directory name of your package/module
7
+ )
@@ -0,0 +1,3 @@
1
+ Metadata-Version: 2.1
2
+ Name: sys-clone
3
+ Version: 0.1.0
@@ -0,0 +1,6 @@
1
+ setup.py
2
+ kql/__init__.py
3
+ sys_clone.egg-info/PKG-INFO
4
+ sys_clone.egg-info/SOURCES.txt
5
+ sys_clone.egg-info/dependency_links.txt
6
+ sys_clone.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ kql