setta 0.0.3.dev12__py3-none-any.whl → 0.0.3.dev13__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
setta/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.0.3.dev12"
1
+ __version__ = "0.0.3.dev13"
@@ -0,0 +1,24 @@
1
+ Metadata-Version: 2.2
2
+ Name: setta
3
+ Version: 0.0.3.dev13
4
+ Home-page: https://setta.dev
5
+ Project-URL: GitHub, https://github.com/settadev/setta
6
+ License-File: LICENSE
7
+ Requires-Dist: click>=8.1.8
8
+ Requires-Dist: requests>=2.32.3
9
+ Requires-Dist: PyYAML>=6.0.2
10
+ Requires-Dist: websockets>=15.0
11
+ Requires-Dist: fastapi>=0.115.8
12
+ Requires-Dist: uvicorn>=0.34.0
13
+ Requires-Dist: docstring_parser>=0.16
14
+ Requires-Dist: pywinpty>=2.0.15; platform_system == "Windows"
15
+ Requires-Dist: ptyprocess>=0.7.0; platform_system != "Windows"
16
+ Requires-Dist: psutil>=7.0.0
17
+ Requires-Dist: basedpyright>=1.27.1
18
+ Requires-Dist: docstring-to-markdown>=0.15
19
+ Requires-Dist: black>=25.1.0
20
+ Requires-Dist: watchdog>=6.0.0
21
+ Provides-Extra: dev
22
+ Requires-Dist: build==1.0.3; extra == "dev"
23
+ Requires-Dist: isort==5.12.0; extra == "dev"
24
+ Requires-Dist: flake8==6.1.0; extra == "dev"
@@ -1,4 +1,4 @@
1
- setta/__init__.py,sha256=pmXXvbaFZ1VtM1bZ8660pai2zK8StrKCVnlTYoxR_aw,28
1
+ setta/__init__.py,sha256=qCkclKcjtuX_x4ucSXr2pgNY2_tmSROfaN9Z2LajA5U,28
2
2
  setta/server.py,sha256=P78BMFvcCokVhjnVlNIKcmpCSvmzSqt-33bx4bhOe6Y,4626
3
3
  setta/start.py,sha256=jEeSiocLeBitvg48fa6k1CpLnPI63JHkQ8O-WVM6ch8,3078
4
4
  setta/cli/__init__.py,sha256=UxZG_VOMuF6lEBT3teUgTS9ulsK3wt3Gu3BbAQiAmt8,47
@@ -254,9 +254,9 @@ setta/utils/generate_new_filename.py,sha256=KBLX6paDmTvXR-027TpqQkfijIXc7mCfhen-
254
254
  setta/utils/section_contents.py,sha256=V2HQPik6DfSXw4j7IalbP5AZ3OEGCbtL5ub3xL-Q_Qo,4141
255
255
  setta/utils/utils.py,sha256=KjzcvgM3Ab3IcE8vaWYtgBpwzPLKg0LmblnHLoYZJHM,9164
256
256
  setta/utils/websocket_manager.py,sha256=S2lEGZsc2OhW0yKLW9VEcH7wi7ppzTfDMQa_hxf3ovc,3772
257
- setta-0.0.3.dev12.dist-info/LICENSE,sha256=us9fuCq9wmiZVzayjKxNZ2iJYF6dROe0Qp57ToCO7XU,11361
258
- setta-0.0.3.dev12.dist-info/METADATA,sha256=AxJCDYDrdsxqgPAGVLk-VnXaI-zIXyXcgYjerJR4yEk,830
259
- setta-0.0.3.dev12.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
260
- setta-0.0.3.dev12.dist-info/entry_points.txt,sha256=P0qCESy9fWF2q1EQ9JufGldCSnPHplDPn8J6Bgk5hB0,42
261
- setta-0.0.3.dev12.dist-info/top_level.txt,sha256=8G4lmRzVOnJ11_DescPVHE6MQZH-o06A0nGsDDV2ngY,6
262
- setta-0.0.3.dev12.dist-info/RECORD,,
257
+ setta-0.0.3.dev13.dist-info/LICENSE,sha256=us9fuCq9wmiZVzayjKxNZ2iJYF6dROe0Qp57ToCO7XU,11361
258
+ setta-0.0.3.dev13.dist-info/METADATA,sha256=CtQFj-HGDvONHMrpqUFeLEgbHgi2Z3VmcHqq8h6bsPY,830
259
+ setta-0.0.3.dev13.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
260
+ setta-0.0.3.dev13.dist-info/entry_points.txt,sha256=P0qCESy9fWF2q1EQ9JufGldCSnPHplDPn8J6Bgk5hB0,42
261
+ setta-0.0.3.dev13.dist-info/top_level.txt,sha256=8G4lmRzVOnJ11_DescPVHE6MQZH-o06A0nGsDDV2ngY,6
262
+ setta-0.0.3.dev13.dist-info/RECORD,,
@@ -1,24 +0,0 @@
1
- Metadata-Version: 2.2
2
- Name: setta
3
- Version: 0.0.3.dev12
4
- Home-page: https://setta.dev
5
- Project-URL: GitHub, https://github.com/settadev/setta
6
- License-File: LICENSE
7
- Requires-Dist: click==8.1.3
8
- Requires-Dist: requests==2.28.1
9
- Requires-Dist: PyYAML==6.0
10
- Requires-Dist: websockets==11.0.3
11
- Requires-Dist: fastapi==0.115.4
12
- Requires-Dist: uvicorn==0.32.0
13
- Requires-Dist: docstring_parser==0.15
14
- Requires-Dist: pywinpty==2.0.12; platform_system == "Windows"
15
- Requires-Dist: ptyprocess==0.7.0; platform_system != "Windows"
16
- Requires-Dist: psutil==5.9.7
17
- Requires-Dist: basedpyright==1.25.0
18
- Requires-Dist: docstring-to-markdown==0.15
19
- Requires-Dist: black==23.7.0
20
- Requires-Dist: watchdog==6.0.0
21
- Provides-Extra: dev
22
- Requires-Dist: build==1.0.3; extra == "dev"
23
- Requires-Dist: isort==5.12.0; extra == "dev"
24
- Requires-Dist: flake8==6.1.0; extra == "dev"