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