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.
@@ -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,16 @@
1
+ __version__ = "0.1.0"
2
+
3
+ import pygame
4
+ import tkinter
5
+ import time
6
+ import random
7
+ import re
8
+ import os
9
+ import sys
10
+ import json
11
+ import cv2
12
+ import rich
13
+ import math
14
+ import pathlib
15
+ import threading
16
+ import ctypes
@@ -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,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -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,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ UniversalHead/__init__.py
4
+ universalhead.egg-info/PKG-INFO
5
+ universalhead.egg-info/SOURCES.txt
6
+ universalhead.egg-info/dependency_links.txt
7
+ universalhead.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ UniversalHead