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 +14 -0
- pyczan-0.0.0/README.md +3 -0
- pyczan-0.0.0/pyproject.toml +21 -0
- pyczan-0.0.0/setup.cfg +4 -0
- pyczan-0.0.0/src/pyczan/__init__.py +0 -0
- pyczan-0.0.0/src/pyczan.egg-info/PKG-INFO +14 -0
- pyczan-0.0.0/src/pyczan.egg-info/SOURCES.txt +7 -0
- pyczan-0.0.0/src/pyczan.egg-info/dependency_links.txt +1 -0
- pyczan-0.0.0/src/pyczan.egg-info/top_level.txt +1 -0
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,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
|
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 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pyczan
|