pyczan 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.
pyczan-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyczan
3
+ Version: 0.0.0
4
+ Summary: A placeholder for the zync project
5
+ Author-email: weiyun <13667605889@139.com>
6
+ License: MIT
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Requires-Python: >=3.8
10
+ Description-Content-Type: text/markdown
11
+
12
+ # pyczan
13
+
14
+ 高性能Python加速工具集.
pyczan-0.0.0/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # pyczan
2
+
3
+ 高性能Python加速工具集.
@@ -0,0 +1,21 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "pyczan"
7
+ version = "0.0.0"
8
+ description = "A placeholder for the zync project"
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
11
+ authors = [
12
+ {name = "weiyun", email = "13667605889@139.com"}
13
+ ]
14
+ license = {text = "MIT"}
15
+ classifiers = [
16
+ "Programming Language :: Python :: 3",
17
+ "License :: OSI Approved :: MIT License",
18
+ ]
19
+
20
+ [tool.setuptools.packages.find]
21
+ where = ["src"]
pyczan-0.0.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
File without changes
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyczan
3
+ Version: 0.0.0
4
+ Summary: A placeholder for the zync project
5
+ Author-email: weiyun <13667605889@139.com>
6
+ License: MIT
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Requires-Python: >=3.8
10
+ Description-Content-Type: text/markdown
11
+
12
+ # pyczan
13
+
14
+ 高性能Python加速工具集.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/pyczan/__init__.py
4
+ src/pyczan.egg-info/PKG-INFO
5
+ src/pyczan.egg-info/SOURCES.txt
6
+ src/pyczan.egg-info/dependency_links.txt
7
+ src/pyczan.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ pyczan