clirk 1.0.3__cp312-none-manylinux2014_x86_64.whl → 1.0.4__cp312-none-manylinux2014_x86_64.whl

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.
clirk/__init__.so CHANGED
Binary file
clirk/future.so CHANGED
Binary file
clirk/setting.so CHANGED
Binary file
@@ -1,24 +1,29 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: clirk
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: description
5
- Author-email: YL <fengyl@pku.edu.cn>
6
- License: MIT License
7
- Copyright (c) 2021 YL Feng
5
+ Author-email: YL <fengyulong@pku.org.cn>
6
+ License: MIT License
7
+
8
+ Copyright (c) 2021 YL Feng
9
+
8
10
  Permission is hereby granted, free of charge, to any person obtaining a copy
9
11
  of this software and associated documentation files (the "Software"), to deal
10
12
  in the Software without restriction, including without limitation the rights
11
13
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12
14
  copies of the Software, and to permit persons to whom the Software is
13
- furnished to do so, subject to the following conditions:
15
+ furnished to do so, subject to the following conditions:
16
+
14
17
  The above copyright notice and this permission notice shall be included in
15
- all copies or substantial portions of the Software.
18
+ all copies or substantial portions of the Software.
19
+
16
20
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
21
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
22
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
23
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
24
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26
+
22
27
  Project-URL: homepage, https://gitee.com
23
28
  Project-URL: documentation, https://gitee.com
24
29
  Project-URL: bugs, https://gitee.com
@@ -37,15 +42,15 @@ Requires-Python: >=3.10
37
42
  Description-Content-Type: text/markdown
38
43
  License-File: LICENSE
39
44
  Requires-Dist: requests
40
- Requires-Dist: srpc (>=4.2.8)
41
- Requires-Dist: zee (>=0.0.2)
45
+ Requires-Dist: srpc>=4.2.8
46
+ Requires-Dist: zee>=0.0.2
42
47
  Provides-Extra: full
43
- Requires-Dist: vios (>=2.0.0) ; extra == 'full'
44
- Requires-Dist: qwark (>=1.0.0) ; extra == 'full'
48
+ Requires-Dist: vios>=2.0.0; extra == "full"
49
+ Requires-Dist: qwark>=1.0.0; extra == "full"
45
50
  Provides-Extra: server
46
- Requires-Dist: vios (>=2.0.0) ; extra == 'server'
51
+ Requires-Dist: vios>=2.0.0; extra == "server"
47
52
  Provides-Extra: studio
48
- Requires-Dist: qwark (>=1.0.0) ; extra == 'studio'
53
+ Requires-Dist: qwark>=1.0.0; extra == "studio"
49
54
 
50
55
  # test
51
56
 
@@ -0,0 +1,6 @@
1
+ clirk-1.0.4.dist-info/LICENSE,sha256=kYK8AINBBnuUY-tXKz9wHOoNoLzg9ZmAAYbM82WJykE,1084
2
+ clirk-1.0.4.dist-info/METADATA,sha256=KpzWeS-osg4lbJrW8sh_onYu8NDpZqDvV1oogIVGA1k,2439
3
+ clirk-1.0.4.dist-info/WHEEL,sha256=2Z0SqlaGVHKjVWALPAywHekbYLWQXn9VUXN8fZF6yEk,110
4
+ clirk-1.0.4.dist-info/entry_points.txt,sha256=u2t8LFPlD5WBHA6DwvmwoY6aZkAAuvoSJkjDMLQvQ_k,37
5
+ clirk-1.0.4.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
6
+ clirk-1.0.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.37.1)
2
+ Generator: setuptools (75.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: cp312-none-manylinux2014_x86_64
5
5
 
@@ -1,6 +0,0 @@
1
- clirk-1.0.3.dist-info/LICENSE,sha256=kYK8AINBBnuUY-tXKz9wHOoNoLzg9ZmAAYbM82WJykE,1084
2
- clirk-1.0.3.dist-info/METADATA,sha256=Vz8aozpBMvLyJkqD2sn_fh6F9rwuZbALJH8N4fE8V78,2452
3
- clirk-1.0.3.dist-info/WHEEL,sha256=anPhLRZ6yQDoMhbeKiyPqI89vZfP6rjbOvRekINeZJ4,111
4
- clirk-1.0.3.dist-info/entry_points.txt,sha256=u2t8LFPlD5WBHA6DwvmwoY6aZkAAuvoSJkjDMLQvQ_k,37
5
- clirk-1.0.3.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
6
- clirk-1.0.3.dist-info/RECORD,,
File without changes