setta 0.0.13__tar.gz → 0.0.14__tar.gz
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.
Potentially problematic release.
This version of setta might be problematic. Click here for more details.
- {setta-0.0.13/backend/setta.egg-info → setta-0.0.14}/PKG-INFO +6 -16
- {setta-0.0.13 → setta-0.0.14}/README.md +5 -15
- setta-0.0.14/backend/setta/__init__.py +1 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/code_gen/export_selected.py +8 -1
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/export_db/export_readable.py +6 -6
- {setta-0.0.13 → setta-0.0.14}/backend/setta/routers/interactive.py +24 -6
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/constants/Settings.json +1 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/constants/constants.json +1 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/constants/defaultValues.json +0 -1
- setta-0.0.14/backend/setta/static/frontend/assets/index-DG_u-B1j.css +32 -0
- setta-0.0.13/backend/setta/static/frontend/assets/index-BXPxPFVr.js → setta-0.0.14/backend/setta/static/frontend/assets/index-Dt5OgkJW.js +181 -181
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/index.html +2 -2
- {setta-0.0.13 → setta-0.0.14}/backend/setta/tasks/tasks.py +128 -40
- {setta-0.0.13 → setta-0.0.14}/backend/setta/tasks/utils.py +28 -8
- {setta-0.0.13 → setta-0.0.14/backend/setta.egg-info}/PKG-INFO +6 -16
- {setta-0.0.13 → setta-0.0.14}/backend/setta.egg-info/SOURCES.txt +2 -2
- setta-0.0.13/backend/setta/__init__.py +0 -1
- setta-0.0.13/backend/setta/static/frontend/assets/index-xJaZMJy2.css +0 -32
- {setta-0.0.13 → setta-0.0.14}/LICENSE +0 -0
- {setta-0.0.13 → setta-0.0.14}/MANIFEST.in +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/cli/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/cli/connect.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/cli/logger.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/code_gen/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/code_gen/create_runnable_scripts.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/code_gen/find_placeholders.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/code_gen/python/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/code_gen/python/ast_utils.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/code_gen/python/check_scope.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/code_gen/python/generate_code.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/code_gen/python/make_parseable.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/code_gen/python/position_line_col.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/code_gen/python/validate_imports.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/code_gen/utils.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/code_gen/yaml/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/code_gen/yaml/generate_yaml.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/code_gen/yaml/section_dict.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/backup.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/artifacts/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/artifacts/load.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/artifacts/save.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/artifacts/save_or_create.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/artifacts/utils.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/codeInfo/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/codeInfo/copy.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/codeInfo/load.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/codeInfo/save.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/codeInfo/utils.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/evRefs/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/evRefs/load.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/evRefs/save.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/projects/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/projects/copy.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/projects/delete.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/projects/load.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/projects/save.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/projects/saveAs.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/projects/utils.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/sectionVariants/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/sectionVariants/copy.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/sectionVariants/load.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/sectionVariants/save.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/sectionVariants/utils.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/sections/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/sections/copy.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/sections/jsonSource.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/sections/load.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/sections/save.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/sections/utils.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/uiTypes/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/uiTypes/copy.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/uiTypes/load.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/uiTypes/save.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db/uiTypes/utils.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db_init.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/db_objs.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/export_db/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/export_db/export_db.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/export_db/export_raw.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/export_db/utils.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/import_db.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/seed.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/settings_file.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/database/utils.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/lsp/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/lsp/file_watcher.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/lsp/reader.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/lsp/reader_fns/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/lsp/reader_fns/completion.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/lsp/reader_fns/definition.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/lsp/reader_fns/diagnostics.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/lsp/reader_fns/documentHighlight.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/lsp/reader_fns/references.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/lsp/reader_fns/signatureHelp.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/lsp/server.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/lsp/specific_file_watcher.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/lsp/utils.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/lsp/writer.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/routers/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/routers/artifact.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/routers/code_info.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/routers/dependencies.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/routers/in_memory_fn_stdout_websocket.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/routers/lsp.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/routers/projects.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/routers/reference_renaming.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/routers/sections.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/routers/settings.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/routers/terminals.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/routers/websocket.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/server.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/start.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/constants/BaseUITypes.json +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/constants/db_init.sql +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/constants/settingsProject.json +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/android-chrome-192x192.png +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/android-chrome-512x512.png +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/apple-touch-icon.png +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_AMS-Regular-DMm9YOAa.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_AMS-Regular-DRggAlZN.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Fraktur-Regular-CB_wures.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Main-Bold-Cx986IdX.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Main-Bold-Jm3AIy58.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Main-Bold-waoOVXN0.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Main-Italic-3WenGoN9.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Main-Italic-BMLOBm91.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Main-Regular-B22Nviop.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Main-Regular-Dr94JaBh.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Main-Regular-ypZvNtVU.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Math-Italic-DA0__PXp.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Math-Italic-flOr_0UB.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Math-Italic-t53AETM-.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Script-Regular-C5JkGWo-.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Script-Regular-D3wIWfF6.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Script-Regular-D5yQViql.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Size1-Regular-C195tn64.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Size2-Regular-oD1tc_U0.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Size3-Regular-CTq5MqoE.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Size4-Regular-BF-4gkZK.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Size4-Regular-DWFBv043.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/cormorant-garamond-all-700-italic-D-4m7eF5.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/cormorant-garamond-cyrillic-700-italic-C21vCyEA.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/cormorant-garamond-cyrillic-ext-700-italic-gsr366qd.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/cormorant-garamond-latin-700-italic-BQbwEFjx.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/cormorant-garamond-latin-ext-700-italic-DnnS5iSC.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/cormorant-garamond-vietnamese-700-italic-2_nTgjbG.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-all-400-normal-ByZ5TkcW.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-all-600-normal-BQl_S1BW.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-all-800-normal-BdAoPad8.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-cyrillic-400-normal-BdCE3qi6.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-cyrillic-600-normal-7XOpjHIA.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-cyrillic-800-normal-DGhuWe7d.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-cyrillic-ext-400-normal-BWPw_Wqo.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-cyrillic-ext-600-normal-ejcnWb4M.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-cyrillic-ext-800-normal-DBv1a6vS.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-greek-400-normal-B1y6FevT.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-greek-600-normal-C2fO7_LG.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-greek-800-normal-Cmzsyk9X.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-greek-ext-400-normal-CDYjSWzV.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-greek-ext-600-normal-aFl-DVOe.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-greek-ext-800-normal-BDfRYppl.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-latin-400-normal-C0b7ZYuD.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-latin-600-normal-Do_HpvrI.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-latin-800-normal-4xo3UuPr.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-latin-ext-400-normal-CoAAiu5e.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-latin-ext-600-normal-Dc00Iig3.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/inter-latin-ext-800-normal-MtSFSlwC.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/logo/logo.svg +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/source-code-pro-all-500-normal-r3XLtphf.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/source-code-pro-cyrillic-500-normal-CY1ydVwz.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/source-code-pro-cyrillic-ext-500-normal-CfYAfiCF.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/source-code-pro-greek-500-normal-CAXYj0Fh.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/source-code-pro-latin-500-normal-D9gpC5Cq.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/source-code-pro-latin-ext-500-normal-CRAmHsi-.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/work-sans-all-400-normal-DjvUmtn7.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/work-sans-all-500-normal-xIKbAjND.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/work-sans-all-600-normal-G3qI_FYS.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/work-sans-all-700-normal-DDAKfh8R.woff +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/work-sans-latin-400-normal-DiMJuv0g.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/work-sans-latin-500-normal-Bj5Gxvqh.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/work-sans-latin-600-normal-DqkZaPuW.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/work-sans-latin-700-normal-DrOaUiEE.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/work-sans-latin-ext-400-normal-DVtzt6WA.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/work-sans-latin-ext-500-normal-Ci3LVpiW.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/work-sans-latin-ext-600-normal-BROvLH43.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/assets/work-sans-latin-ext-700-normal-qcgZR4tS.woff2 +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/browserconfig.xml +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/favicon-16x16.png +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/favicon-32x32.png +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/favicon.ico +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/manifest.json +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/mstile-144x144.png +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/mstile-150x150.png +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/mstile-310x150.png +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/mstile-310x310.png +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/mstile-70x70.png +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/robots.txt +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/safari-pinned-tab.svg +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/frontend/site.webmanifest +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/seed/.DS_Store +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/static/seed/examples/.DS_Store +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/tasks/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/tasks/fns/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/tasks/fns/codeAreaAutocomplete.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/tasks/fns/codeAreaFindTemplateVars.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/tasks/fns/codeAreaInitializeCode.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/tasks/fns/findEVRefs.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/tasks/fns/parametersRequest.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/tasks/fns/textFieldAutocomplete.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/tasks/fns/textFieldInitializeCode.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/tasks/fns/typeCheck.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/tasks/fns/utils.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/tasks/task_runner.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/terminals/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/terminals/terminals.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/terminals/utils.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/utils/__init__.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/utils/constants.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/utils/generate_memorable_string.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/utils/generate_new_filename.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/utils/section_contents.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/utils/utils.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta/utils/websocket_manager.py +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta.egg-info/dependency_links.txt +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta.egg-info/entry_points.txt +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta.egg-info/requires.txt +0 -0
- {setta-0.0.13 → setta-0.0.14}/backend/setta.egg-info/top_level.txt +0 -0
- {setta-0.0.13 → setta-0.0.14}/pyproject.toml +0 -0
- {setta-0.0.13 → setta-0.0.14}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: setta
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.14
|
4
4
|
Summary: Python without the donkeywork.
|
5
5
|
Home-page: https://setta.dev
|
6
6
|
Author: Kevin Musgrave, Jeff Musgrave
|
@@ -42,6 +42,11 @@ Requires-Dist: flake8==6.1.0; extra == "dev"
|
|
42
42
|
|
43
43
|
## News
|
44
44
|
|
45
|
+
**March 5**: [v0.0.14](https://github.com/settadev/setta/releases/tag/v0.0.14)
|
46
|
+
- Allow access to individual layers of Drawing sections, as well as the combined output.
|
47
|
+
- Added button + shortcut for sending current full project state to in-memory functions.
|
48
|
+
|
49
|
+
|
45
50
|
**March 4**: [v0.0.13](https://github.com/settadev/setta/releases/tag/v0.0.13)
|
46
51
|
- Updated frontend javascript dependencies.
|
47
52
|
|
@@ -61,21 +66,6 @@ Requires-Dist: flake8==6.1.0; extra == "dev"
|
|
61
66
|
</table>
|
62
67
|
|
63
68
|
|
64
|
-
**March 2**: [v0.0.11](https://github.com/settadev/setta/releases/tag/v0.0.11)
|
65
|
-
- Added User View mode. This allows you to quickly create a simplified version of your UI.
|
66
|
-
Here's an example of what Developer View and User View look like:
|
67
|
-
|
68
|
-
<table>
|
69
|
-
<tr>
|
70
|
-
<th width="50%">Developer View</th>
|
71
|
-
<th width="50%">User View</th>
|
72
|
-
</tr>
|
73
|
-
<tr>
|
74
|
-
<td><img src="https://github.com/user-attachments/assets/4ecbb85a-1857-413c-b768-9ac17f226b6f" /></td>
|
75
|
-
<td><img src="https://github.com/user-attachments/assets/1126649e-7559-4785-80b9-7eda6466c2e0" /></td>
|
76
|
-
</tr>
|
77
|
-
</table>
|
78
|
-
|
79
69
|
## What does Setta do?
|
80
70
|
|
81
71
|
Setta is a general-purpose developer tool that streamlines Python coding, configuration, UI creation, and onboarding.
|
@@ -12,6 +12,11 @@
|
|
12
12
|
|
13
13
|
## News
|
14
14
|
|
15
|
+
**March 5**: [v0.0.14](https://github.com/settadev/setta/releases/tag/v0.0.14)
|
16
|
+
- Allow access to individual layers of Drawing sections, as well as the combined output.
|
17
|
+
- Added button + shortcut for sending current full project state to in-memory functions.
|
18
|
+
|
19
|
+
|
15
20
|
**March 4**: [v0.0.13](https://github.com/settadev/setta/releases/tag/v0.0.13)
|
16
21
|
- Updated frontend javascript dependencies.
|
17
22
|
|
@@ -31,21 +36,6 @@
|
|
31
36
|
</table>
|
32
37
|
|
33
38
|
|
34
|
-
**March 2**: [v0.0.11](https://github.com/settadev/setta/releases/tag/v0.0.11)
|
35
|
-
- Added User View mode. This allows you to quickly create a simplified version of your UI.
|
36
|
-
Here's an example of what Developer View and User View look like:
|
37
|
-
|
38
|
-
<table>
|
39
|
-
<tr>
|
40
|
-
<th width="50%">Developer View</th>
|
41
|
-
<th width="50%">User View</th>
|
42
|
-
</tr>
|
43
|
-
<tr>
|
44
|
-
<td><img src="https://github.com/user-attachments/assets/4ecbb85a-1857-413c-b768-9ac17f226b6f" /></td>
|
45
|
-
<td><img src="https://github.com/user-attachments/assets/1126649e-7559-4785-80b9-7eda6466c2e0" /></td>
|
46
|
-
</tr>
|
47
|
-
</table>
|
48
|
-
|
49
39
|
## What does Setta do?
|
50
40
|
|
51
41
|
Setta is a general-purpose developer tool that streamlines Python coding, configuration, UI creation, and onboarding.
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.0.14"
|
@@ -554,6 +554,7 @@ class ExporterForInMemoryFn:
|
|
554
554
|
C.DRAW,
|
555
555
|
C.CHAT,
|
556
556
|
C.GLOBAL_VARIABLES,
|
557
|
+
C.TEXT_BLOCK,
|
557
558
|
],
|
558
559
|
)
|
559
560
|
for id in list(self.p["projectConfig"]["children"].keys()):
|
@@ -594,7 +595,9 @@ class ExporterForInMemoryFn:
|
|
594
595
|
value = {"image": img}
|
595
596
|
self.create_var_mapping((id, "image"), f'{name}["image"]')
|
596
597
|
elif type == C.DRAW:
|
597
|
-
value = {
|
598
|
+
value = {
|
599
|
+
"drawing": get_drawing(self.p, id),
|
600
|
+
}
|
598
601
|
self.create_var_mapping((id, "drawing"), f'{name}["drawing"]')
|
599
602
|
elif type == C.CHAT:
|
600
603
|
latestChatMessage = get_chat_message(self.p, id)
|
@@ -608,6 +611,10 @@ class ExporterForInMemoryFn:
|
|
608
611
|
elif type == C.GLOBAL_VARIABLES:
|
609
612
|
self.output.update(self.export_section_params(id, "", is_global=True))
|
610
613
|
value_is_returned = False
|
614
|
+
elif type == C.TEXT_BLOCK:
|
615
|
+
variant = get_selected_section_variant(self.p, id)
|
616
|
+
value = {"text": variant["description"]}
|
617
|
+
self.create_var_mapping((id, "text"), f'{name}["text"]')
|
611
618
|
else:
|
612
619
|
raise ValueError
|
613
620
|
return value, value_is_returned
|
@@ -232,11 +232,11 @@ def get_exporter_fn(config, section_id):
|
|
232
232
|
return export_param_sweep_section
|
233
233
|
elif stype == C.GLOBAL_PARAM_SWEEP:
|
234
234
|
return export_global_param_sweep_section
|
235
|
-
elif stype == C.DRAW:
|
236
|
-
|
237
|
-
elif stype == C.IMAGE:
|
238
|
-
|
235
|
+
# elif stype == C.DRAW:
|
236
|
+
# return export_canvas_rendered_value
|
237
|
+
# elif stype == C.IMAGE:
|
238
|
+
# return export_image_section
|
239
239
|
elif stype == C.SOCIAL:
|
240
240
|
return export_social_section
|
241
|
-
elif stype == C.CHART:
|
242
|
-
|
241
|
+
# elif stype == C.CHART:
|
242
|
+
# return export_canvas_rendered_value
|
@@ -18,6 +18,7 @@ from setta.code_gen.export_selected import (
|
|
18
18
|
)
|
19
19
|
from setta.code_gen.find_placeholders import parse_template_var
|
20
20
|
from setta.tasks.fns.utils import replace_template_vars_with_random_names
|
21
|
+
from setta.tasks.tasks import construct_subprocess_key
|
21
22
|
from setta.utils.constants import C
|
22
23
|
from setta.utils.utils import multireplace
|
23
24
|
|
@@ -35,6 +36,22 @@ class FormatCodeRequest(BaseModel):
|
|
35
36
|
candidateTemplateVars: dict
|
36
37
|
|
37
38
|
|
39
|
+
@router.post(C.ROUTE_SEND_PROJECT_TO_INTERACTIVE_CODE)
|
40
|
+
async def route_send_project_to_interactive_code(
|
41
|
+
x: UpdateInteractiveCodeRequest,
|
42
|
+
tasks=Depends(get_tasks),
|
43
|
+
):
|
44
|
+
to_run = []
|
45
|
+
for idx, p in enumerate(x.projects):
|
46
|
+
exporter_obj_in_memory = export_for_in_memory_fn(p)
|
47
|
+
to_run.append(
|
48
|
+
tasks.call_in_memory_subprocess_fn_with_new_exporter_obj(
|
49
|
+
p["projectConfig"]["id"], idx, exporter_obj_in_memory
|
50
|
+
)
|
51
|
+
)
|
52
|
+
return await process_returned_content_from_multiple_tasks(tasks, to_run)
|
53
|
+
|
54
|
+
|
38
55
|
@router.post(C.ROUTE_UPDATE_INTERACTIVE_CODE)
|
39
56
|
async def route_update_interactive_code(
|
40
57
|
x: UpdateInteractiveCodeRequest,
|
@@ -46,13 +63,12 @@ async def route_update_interactive_code(
|
|
46
63
|
update_interactive_code(p, tasks, lsp_writers, idx)
|
47
64
|
for idx, p in enumerate(x.projects)
|
48
65
|
]
|
66
|
+
return await process_returned_content_from_multiple_tasks(tasks, update_tasks)
|
49
67
|
|
50
|
-
# Run all updates in parallel and gather results
|
51
|
-
all_content = await asyncio.gather(*update_tasks)
|
52
68
|
|
53
|
-
|
69
|
+
async def process_returned_content_from_multiple_tasks(tasks, to_run):
|
70
|
+
all_content = await asyncio.gather(*to_run)
|
54
71
|
content = [item for sublist in all_content for item in sublist]
|
55
|
-
|
56
72
|
inMemorySubprocessInfo = tasks.getInMemorySubprocessInfo()
|
57
73
|
return {"inMemorySubprocessInfo": inMemorySubprocessInfo, "content": content}
|
58
74
|
|
@@ -106,7 +122,9 @@ async def update_interactive_code(p, tasks, lsp_writers, idx):
|
|
106
122
|
code_graph.append(
|
107
123
|
{
|
108
124
|
"imports": imports,
|
109
|
-
"subprocess_key":
|
125
|
+
"subprocess_key": construct_subprocess_key(
|
126
|
+
project_config_id, section_id, idx
|
127
|
+
),
|
110
128
|
"subprocessStartMethod": p["sections"][section_id][
|
111
129
|
"subprocessStartMethod"
|
112
130
|
],
|
@@ -115,7 +133,7 @@ async def update_interactive_code(p, tasks, lsp_writers, idx):
|
|
115
133
|
|
116
134
|
initialContent = await tasks.add_custom_fns(
|
117
135
|
code_graph,
|
118
|
-
|
136
|
+
exporter_obj=exporter_obj_in_memory,
|
119
137
|
)
|
120
138
|
|
121
139
|
return initialContent
|
@@ -42,6 +42,7 @@
|
|
42
42
|
"showProjectOverviewTabShortcut": "O",
|
43
43
|
"runCodeShortcut": "Mod + Enter",
|
44
44
|
"runAllCodeShortcut": "Mod + Shift + Enter",
|
45
|
+
"sendProjectToAllInteractiveCode": "Alt + I",
|
45
46
|
"paramSelect": "Mod + Shift",
|
46
47
|
"formatCode": "Shift + Alt + F",
|
47
48
|
"selectionKeyCode": "Shift",
|
@@ -70,6 +70,7 @@
|
|
70
70
|
"ROUTE_SAVE_CODE_INFO": "/codeInfo/save",
|
71
71
|
"ROUTE_COPY_SECTIONS": "/copySections",
|
72
72
|
"ROUTE_UPDATE_INTERACTIVE_CODE": "/updateInteractiveCode",
|
73
|
+
"ROUTE_SEND_PROJECT_TO_INTERACTIVE_CODE": "/sendProjectTointeractiveCode",
|
73
74
|
"ROUTE_FORMAT_CODE": "/formatCode",
|
74
75
|
"ROUTE_SEND_ARTIFACT": "/sendArtfiact",
|
75
76
|
"ROUTE_LOAD_ARTIFACTS": "/loadArtifacts",
|