setta 0.0.4.dev1__py3-none-any.whl → 0.0.5__py3-none-any.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.
- setta/__init__.py +1 -1
- setta/code_gen/export_selected.py +14 -11
- setta/code_gen/find_placeholders.py +1 -1
- setta/routers/sections.py +2 -2
- setta/static/constants/Settings.json +1 -1
- setta/static/frontend/assets/{index-4b75851d.js → index-105d4b9e.js} +74 -74
- setta/static/frontend/assets/index-a5bd0f52.css +32 -0
- setta/static/frontend/index.html +2 -2
- setta/tasks/fns/textFieldAutocomplete.py +1 -1
- setta/tasks/fns/textFieldInitializeCode.py +2 -1
- setta/utils/constants.py +2 -0
- setta-0.0.5.dist-info/METADATA +105 -0
- {setta-0.0.4.dev1.dist-info → setta-0.0.5.dist-info}/RECORD +17 -17
- setta/static/frontend/assets/index-03be034e.css +0 -32
- setta-0.0.4.dev1.dist-info/METADATA +0 -146
- {setta-0.0.4.dev1.dist-info → setta-0.0.5.dist-info}/LICENSE +0 -0
- {setta-0.0.4.dev1.dist-info → setta-0.0.5.dist-info}/WHEEL +0 -0
- {setta-0.0.4.dev1.dist-info → setta-0.0.5.dist-info}/entry_points.txt +0 -0
- {setta-0.0.4.dev1.dist-info → setta-0.0.5.dist-info}/top_level.txt +0 -0
@@ -1,146 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.2
|
2
|
-
Name: setta
|
3
|
-
Version: 0.0.4.dev1
|
4
|
-
Summary: Python without the donkeywork.
|
5
|
-
Home-page: https://setta.dev
|
6
|
-
Author: Kevin Musgrave, Jeff Musgrave
|
7
|
-
License: Apache-2.0
|
8
|
-
Project-URL: GitHub, https://github.com/settadev/setta
|
9
|
-
Description-Content-Type: text/markdown
|
10
|
-
License-File: LICENSE
|
11
|
-
Requires-Dist: click>=8.1.8
|
12
|
-
Requires-Dist: requests>=2.32.3
|
13
|
-
Requires-Dist: PyYAML>=6.0.2
|
14
|
-
Requires-Dist: websockets>=15.0
|
15
|
-
Requires-Dist: fastapi>=0.115.8
|
16
|
-
Requires-Dist: uvicorn>=0.34.0
|
17
|
-
Requires-Dist: docstring_parser>=0.16
|
18
|
-
Requires-Dist: pywinpty>=2.0.15; platform_system == "Windows"
|
19
|
-
Requires-Dist: ptyprocess>=0.7.0; platform_system != "Windows"
|
20
|
-
Requires-Dist: psutil>=7.0.0
|
21
|
-
Requires-Dist: basedpyright>=1.27.1
|
22
|
-
Requires-Dist: docstring-to-markdown>=0.15
|
23
|
-
Requires-Dist: black>=23.7.0
|
24
|
-
Requires-Dist: watchdog>=6.0.0
|
25
|
-
Provides-Extra: dev
|
26
|
-
Requires-Dist: black==23.7.0; extra == "dev"
|
27
|
-
Requires-Dist: build==1.0.3; extra == "dev"
|
28
|
-
Requires-Dist: isort==5.12.0; extra == "dev"
|
29
|
-
Requires-Dist: flake8==6.1.0; extra == "dev"
|
30
|
-
|
31
|
-

|
32
|
-

|
33
|
-
|
34
|
-
|
35
|
-
# Python Without The Donkeywork
|
36
|
-
|
37
|
-
https://github.com/user-attachments/assets/0599b754-1fbc-470b-ad6f-ac44b01da761
|
38
|
-
|
39
|
-
[](https://badge.fury.io/py/setta)
|
40
|
-
[](https://github.com/settadev/setta/blob/main/LICENSE)
|
41
|
-
[](https://discord.gg/MmHJz75bZ5)
|
42
|
-
|
43
|
-
## What does Setta do?
|
44
|
-
Setta enables you to:
|
45
|
-
- Streamline your code.
|
46
|
-
- Skip the boilerplate parsers and frontend.
|
47
|
-
- Effortlessly expose your Python functions as a flexible UI.
|
48
|
-
- Configure, interact, and share with ease.
|
49
|
-
|
50
|
-
## What Setta Is Not
|
51
|
-
Setta is **not**:
|
52
|
-
- A frontend framework.
|
53
|
-
- A visual programming system.
|
54
|
-
|
55
|
-
## Why Setta Is Betta
|
56
|
-
|
57
|
-
|
58
|
-
<table>
|
59
|
-
<tr>
|
60
|
-
<td style="vertical-align: top; padding-right: 20px;">
|
61
|
-
<h3>Built for Devs</h3>
|
62
|
-
<ul>
|
63
|
-
<li>Write your core logic wherever you want, whether that’s inside a Setta code block, or in your favorite IDE.</li>
|
64
|
-
<li>Set your configs inside Setta, with autocompletions, type-checking, and refactoring support.</li>
|
65
|
-
<li>Run. No config parsers needed.</li>
|
66
|
-
<li>Auto-export your Setta projects in a Git-friendly yaml format.</li>
|
67
|
-
</ul>
|
68
|
-
</td>
|
69
|
-
<td style="vertical-align: top;">
|
70
|
-
<video src="https://github.com/user-attachments/assets/ab5786d4-cf3f-4f8d-8951-7a9fd4a9f9bf" />
|
71
|
-
</td>
|
72
|
-
</tr>
|
73
|
-
<tr>
|
74
|
-
<td style="vertical-align: top; padding-right: 20px;">
|
75
|
-
<h3>Powerful Config Management</h3>
|
76
|
-
<ul>
|
77
|
-
<li>Version your configs at a granular level.</li>
|
78
|
-
<li>Share configurations between projects.</li>
|
79
|
-
<li>Run param sweeps across both scalar values and config versions.</li>
|
80
|
-
</ul>
|
81
|
-
</td>
|
82
|
-
<td style="vertical-align: top;">
|
83
|
-
<video src="https://github.com/user-attachments/assets/3303294e-20e7-419a-8274-57ac8e5aea92" />
|
84
|
-
</td>
|
85
|
-
</tr>
|
86
|
-
<tr>
|
87
|
-
<td style="vertical-align: top; padding-right: 20px;">
|
88
|
-
<h3>Customizable, Integrated Documentation</h3>
|
89
|
-
Integrate your documentation, tooltips, markdown, social content, and images to make your configurations more approachable.
|
90
|
-
</td>
|
91
|
-
<td style="vertical-align: top;">
|
92
|
-
<video src="https://github.com/user-attachments/assets/d08bcede-06b5-4b66-9559-c3f7574e5894" />
|
93
|
-
</td>
|
94
|
-
</tr>
|
95
|
-
<tr>
|
96
|
-
<td style="vertical-align: top; padding-right: 20px;">
|
97
|
-
<h3>Flexible UI</h3>
|
98
|
-
<ul>
|
99
|
-
<li>Create, organize and set your configs in a flexible drag-and-drop user interface.</li>
|
100
|
-
<li>Utilize common UI types like sliders, color pickers, switches, and text input fields.</li>
|
101
|
-
</ul>
|
102
|
-
</td>
|
103
|
-
<td style="vertical-align: top;">
|
104
|
-
<video src="https://github.com/user-attachments/assets/8730c9f3-dbcb-47af-8290-a5d460e82e4b" />
|
105
|
-
</td>
|
106
|
-
</tr>
|
107
|
-
<tr>
|
108
|
-
<td style="vertical-align: top; padding-right: 20px;">
|
109
|
-
<h3>Monitor Long Running Scripts</h3>
|
110
|
-
Configure your machine-learning training runs, LLM evals, and data analysis scripts.
|
111
|
-
</td>
|
112
|
-
<td style="vertical-align: top;">
|
113
|
-
<video src="https://github.com/user-attachments/assets/a118f895-19c5-4d0f-bebe-4a0b594ee405" />
|
114
|
-
</td>
|
115
|
-
</tr>
|
116
|
-
<tr>
|
117
|
-
<td style="vertical-align: top; padding-right: 20px;">
|
118
|
-
<h3>Interact In Real-Time</h3>
|
119
|
-
Inpaint your AI images and adjust data visualizations with real-time outputs in Setta.
|
120
|
-
</td>
|
121
|
-
<td style="vertical-align: top;">
|
122
|
-
<video src="https://github.com/user-attachments/assets/3e04c72f-3422-40b7-ba08-328b4534ea2b" />
|
123
|
-
</td>
|
124
|
-
</tr>
|
125
|
-
</table>
|
126
|
-
|
127
|
-
|
128
|
-
## Installation
|
129
|
-
|
130
|
-
```
|
131
|
-
pip install setta
|
132
|
-
```
|
133
|
-
|
134
|
-
## Documentation
|
135
|
-
|
136
|
-
Documentation is in progress: https://docs.setta.dev/
|
137
|
-
|
138
|
-
## Examples
|
139
|
-
|
140
|
-
Examples showing how to use Setta will be here: https://github.com/settadev/examples
|
141
|
-
|
142
|
-
|
143
|
-
## Contributors
|
144
|
-
|
145
|
-
- [Kevin Musgrave](https://github.com/KevinMusgrave): co-creator & full-stack developer.
|
146
|
-
- [Jeff Musgrave](https://github.com/JeffMusgrave): co-creator, UI/UX developer, frontend developer, and designer.
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|