universalhead 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.
- universalhead-0.1.0/PKG-INFO +20 -0
- universalhead-0.1.0/README.md +1 -0
- universalhead-0.1.0/UniversalHead/__init__.py +16 -0
- universalhead-0.1.0/pyproject.toml +26 -0
- universalhead-0.1.0/setup.cfg +4 -0
- universalhead-0.1.0/universalhead.egg-info/PKG-INFO +20 -0
- universalhead-0.1.0/universalhead.egg-info/SOURCES.txt +7 -0
- universalhead-0.1.0/universalhead.egg-info/dependency_links.txt +1 -0
- universalhead-0.1.0/universalhead.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: universalhead
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: 赤石科技--万能头butPython版
|
|
5
|
+
Author-email: chengyoushangyang <3789871742@qq.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Classifier: Programming Language :: Python
|
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
16
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
17
|
+
Requires-Python: >=3.8
|
|
18
|
+
Description-Content-Type: text/markdown
|
|
19
|
+
|
|
20
|
+
**赤石科技--Python版万能头,让用户体会到快乐(鲙勒)的同时让项目的占用空间少(多)了(的)很(要)多(命)**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
**赤石科技--Python版万能头,让用户体会到快乐(鲙勒)的同时让项目的占用空间少(多)了(的)很(要)多(命)**
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61.0", "build"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "universalhead"
|
|
7
|
+
version = "0.1.0"
|
|
8
|
+
authors = [{ name = "chengyoushangyang", email = "3789871742@qq.com" }]
|
|
9
|
+
description = "赤石科技--万能头butPython版"
|
|
10
|
+
readme = "README.md"
|
|
11
|
+
license = { text = "MIT" }
|
|
12
|
+
requires-python = ">=3.8"
|
|
13
|
+
dependencies = []
|
|
14
|
+
|
|
15
|
+
classifiers = [
|
|
16
|
+
"Programming Language :: Python",
|
|
17
|
+
"Programming Language :: Python :: 3",
|
|
18
|
+
"Programming Language :: Python :: 3.8",
|
|
19
|
+
"Programming Language :: Python :: 3.9",
|
|
20
|
+
"Programming Language :: Python :: 3.10",
|
|
21
|
+
"Programming Language :: Python :: 3.11",
|
|
22
|
+
"Programming Language :: Python :: 3.12",
|
|
23
|
+
"Programming Language :: Python :: 3.13",
|
|
24
|
+
"Programming Language :: Python :: 3.14",
|
|
25
|
+
"Topic :: Software Development :: Libraries :: Python Modules"
|
|
26
|
+
]
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: universalhead
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: 赤石科技--万能头butPython版
|
|
5
|
+
Author-email: chengyoushangyang <3789871742@qq.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Classifier: Programming Language :: Python
|
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
16
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
17
|
+
Requires-Python: >=3.8
|
|
18
|
+
Description-Content-Type: text/markdown
|
|
19
|
+
|
|
20
|
+
**赤石科技--Python版万能头,让用户体会到快乐(鲙勒)的同时让项目的占用空间少(多)了(的)很(要)多(命)**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
UniversalHead
|