setta 0.0.0__py3-none-any.whl → 0.0.1.dev0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- setta/__init__.py +1 -1
- setta-0.0.1.dev0.dist-info/METADATA +18 -0
- setta-0.0.1.dev0.dist-info/RECORD +5 -0
- {setta-0.0.0.dist-info → setta-0.0.1.dev0.dist-info}/WHEEL +1 -1
- setta-0.0.0.dist-info/METADATA +0 -7
- setta-0.0.0.dist-info/RECORD +0 -5
- {setta-0.0.0.dist-info → setta-0.0.1.dev0.dist-info}/top_level.txt +0 -0
setta/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__
|
1
|
+
__version__="0.0.1.dev0"
|
@@ -0,0 +1,18 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: setta
|
3
|
+
Version: 0.0.1.dev0
|
4
|
+
Requires-Python: >=3.0
|
5
|
+
Description-Content-Type: text/markdown
|
6
|
+
Requires-Dist: click==8.1.3
|
7
|
+
Requires-Dist: requests==2.28.1
|
8
|
+
Requires-Dist: PyYAML==6.0
|
9
|
+
Requires-Dist: websockets==11.0.3
|
10
|
+
Requires-Dist: fastapi==0.115.4
|
11
|
+
Requires-Dist: uvicorn==0.32.0
|
12
|
+
Requires-Dist: docstring-parser==0.15
|
13
|
+
Requires-Dist: psutil==5.9.7
|
14
|
+
Requires-Dist: basedpyright==1.25.0
|
15
|
+
Requires-Dist: docstring-to-markdown==0.15
|
16
|
+
Requires-Dist: black==23.7.0
|
17
|
+
Requires-Dist: ptyprocess==0.7.0
|
18
|
+
|
@@ -0,0 +1,5 @@
|
|
1
|
+
setta/__init__.py,sha256=Yi58W51FxHFMkD6G6HMBSEfST4QcAeXO3BxdIqNmUMk,24
|
2
|
+
setta-0.0.1.dev0.dist-info/METADATA,sha256=DNauPOiyfbsrf8MZMc5u9Y67J7Y9aNPxXchI1SGg5GI,510
|
3
|
+
setta-0.0.1.dev0.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
4
|
+
setta-0.0.1.dev0.dist-info/top_level.txt,sha256=8G4lmRzVOnJ11_DescPVHE6MQZH-o06A0nGsDDV2ngY,6
|
5
|
+
setta-0.0.1.dev0.dist-info/RECORD,,
|
setta-0.0.0.dist-info/METADATA
DELETED
setta-0.0.0.dist-info/RECORD
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
setta/__init__.py,sha256=R-hHDT2HG5Hd1ScAjlxfdGmKo3oI1BBTuNmvDaGl3fY,23
|
2
|
-
setta-0.0.0.dist-info/METADATA,sha256=UZcdhe3_6BATH-7lbEFt-TEgH4NyLq3JrU-46wS63F4,121
|
3
|
-
setta-0.0.0.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
|
4
|
-
setta-0.0.0.dist-info/top_level.txt,sha256=8G4lmRzVOnJ11_DescPVHE6MQZH-o06A0nGsDDV2ngY,6
|
5
|
-
setta-0.0.0.dist-info/RECORD,,
|
File without changes
|