unilab 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.
unilab-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.3
2
+ Name: unilab
3
+ Version: 0.0.0
4
+ Summary: Placeholder package to reserve the unilab PyPI name
5
+ Author: tatp-yf
6
+ Author-email: tatp-yf <jyf23@mails.tsinghua.edu.cn>
7
+ Requires-Python: >=3.10
8
+ Description-Content-Type: text/markdown
9
+
10
+ # unilab
11
+
12
+ Placeholder package to reserve the unilab PyPI name.
unilab-0.0.0/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # unilab
2
+
3
+ Placeholder package to reserve the unilab PyPI name.
@@ -0,0 +1,14 @@
1
+ [project]
2
+ name = "unilab"
3
+ version = "0.0.0"
4
+ description = "Placeholder package to reserve the unilab PyPI name"
5
+ readme = "README.md"
6
+ authors = [
7
+ { name = "tatp-yf", email = "jyf23@mails.tsinghua.edu.cn" }
8
+ ]
9
+ requires-python = ">=3.10"
10
+ dependencies = []
11
+
12
+ [build-system]
13
+ requires = ["uv_build>=0.11.7,<0.12.0"]
14
+ build-backend = "uv_build"
@@ -0,0 +1,2 @@
1
+ def hello() -> str:
2
+ return "Hello from unilab!"
File without changes