supython 0.1.1__tar.gz → 0.1.2__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.
- {supython-0.1.1 → supython-0.1.2}/CHANGELOG.md +2 -2
- {supython-0.1.1 → supython-0.1.2}/PKG-INFO +18 -19
- {supython-0.1.1 → supython-0.1.2}/README.md +17 -18
- {supython-0.1.1 → supython-0.1.2}/pyproject.toml +1 -1
- {supython-0.1.1 → supython-0.1.2}/.gitignore +0 -0
- {supython-0.1.1 → supython-0.1.2}/LICENSE +0 -0
- {supython-0.1.1 → supython-0.1.2}/SECURITY.md +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/__init__.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/__init__.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/__init__.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/auth.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/auth_templates.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/auth_users.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/db.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/functions.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/jobs.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/ops.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/realtime.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/service_auth.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/service_auth_templates.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/service_auth_users.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/service_db.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/service_functions.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/service_jobs.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/service_ops.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/service_realtime.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/service_storage.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/storage.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/api/system.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/audit.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/deps.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/errors.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/schemas.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/session.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/spa.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Alert-dluGVkos.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Alert-dluGVkos.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Audit-Njung3HI.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Audit-Njung3HI.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Backups-DzPlFgrm.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Backups-DzPlFgrm.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Buckets-ByacGkU1.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Buckets-ByacGkU1.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Channels-BoIuTtam.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Channels-BoIuTtam.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/ChevronRight-CtQH1EQ1.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/ChevronRight-CtQH1EQ1.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/CodeViewer-Bqy7-wvH.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/CodeViewer-Bqy7-wvH.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Crons-B67vc39F.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Crons-B67vc39F.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/DashboardView-CUTFVL6k.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/DashboardView-CUTFVL6k.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/DataTable-COAAWEft.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/DataTable-COAAWEft.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/DescriptionsItem-P8JUDaBs.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/DescriptionsItem-P8JUDaBs.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/DrawerContent-TpYTFgF1.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/DrawerContent-TpYTFgF1.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Empty-cr2r7e2u.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Empty-cr2r7e2u.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/EmptyState-DeDck-OL.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/EmptyState-DeDck-OL.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Grid-hFkp9F4P.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Grid-hFkp9F4P.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Input-DppYTq9C.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Input-DppYTq9C.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Invoke-DW3Nveeh.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Invoke-DW3Nveeh.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/JsonField-DibyJgun.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/JsonField-DibyJgun.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/LoginView-BjLyE3Ds.css +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/LoginView-CoOjECT_.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/LoginView-CoOjECT_.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Logs-D9WYrnIT.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Logs-D9WYrnIT.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Logs-DS1XPa0h.css +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Migrations-DOSC2ddQ.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Migrations-DOSC2ddQ.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/ObjectBrowser-_5w8vOX8.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/ObjectBrowser-_5w8vOX8.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Queue-CywZs6vI.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Queue-CywZs6vI.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/RefreshTokens-Ccjr53jg.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/RefreshTokens-Ccjr53jg.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/RlsEditor-BSlH9vSc.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/RlsEditor-BSlH9vSc.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Routes-BiLXE49D.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Routes-BiLXE49D.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Routes-C-ianIGD.css +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/SchemaBrowser-DKy2_KQi.css +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/SchemaBrowser-XFvFbtDB.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/SchemaBrowser-XFvFbtDB.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Select-DIzZyRZb.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Select-DIzZyRZb.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Space-n5-XcguU.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Space-n5-XcguU.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/SqlEditor-b8pTsILY.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/SqlEditor-b8pTsILY.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/SqlWorkspace-BUS7IntH.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/SqlWorkspace-BUS7IntH.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/TableData-CQIagLKn.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/TableData-CQIagLKn.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Tag-D1fOKpTH.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Tag-D1fOKpTH.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Templates-BS-ugkdq.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Templates-BS-ugkdq.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Thing-CEAniuMg.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Thing-CEAniuMg.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Users-wzwajhlh.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Users-wzwajhlh.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/_plugin-vue_export-helper-DGA9ry_j.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/dist-VXIJLCYq.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/dist-VXIJLCYq.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/format-length-CGCY1rMh.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/format-length-CGCY1rMh.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/get-Ca6unauB.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/get-Ca6unauB.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/index-CeE6v959.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/index-CeE6v959.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/pinia-COXwfrOX.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/pinia-COXwfrOX.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/resources-Bt6thQCD.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/resources-Bt6thQCD.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/use-locale-mtgM0a3a.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/use-locale-mtgM0a3a.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/use-merged-state-BvhkaHNX.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/use-merged-state-BvhkaHNX.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/useConfirm-tMjvBFXR.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/useConfirm-tMjvBFXR.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/useResource-C_rJCY8C.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/useResource-C_rJCY8C.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/useTable-CnZc5zhi.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/useTable-CnZc5zhi.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/useTable-Dg0XlRlq.css +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/useToast-DsZKx0IX.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/useToast-DsZKx0IX.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/utils-sbXoq7Ir.js +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/utils-sbXoq7Ir.js.map +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/favicon.svg +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/icons.svg +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/index.html +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/app.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/auth/__init__.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/auth/_email_job.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/auth/providers/__init__.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/auth/providers/github.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/auth/providers/google.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/auth/providers/oauth.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/auth/providers/registry.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/auth/ratelimit.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/auth/router.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/auth/schemas.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/auth/service.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/backups/__init__.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/backups/_backup_job.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/backups/schemas.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/backups/service.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/body_size.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/cli.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/client/__init__.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/client/_auth.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/client/_client.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/client/_config.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/client/_functions.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/client/_storage.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/client/py.typed +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/db.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/db_admin.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/extensions.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/functions/__init__.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/functions/context.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/functions/loader.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/functions/router.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/functions/schemas.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/gen/__init__.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/gen/_introspect.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/gen/types_py.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/gen/types_ts.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/health.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/hooks.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/jobs/__init__.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/jobs/backends.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/jobs/context.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/jobs/cron.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/jobs/cron_inproc.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/jobs/decorators.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/jobs/registry.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/jobs/router.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/jobs/schemas.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/jobs/service.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/jobs/worker.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/jwks.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/keyset.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/logging_config.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/mail.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/mailer.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/migrate.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/migrations/0001_extensions_and_roles.sql +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/migrations/0002_auth_schema.sql +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/migrations/0003_demo_todos.sql +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/migrations/0004_auth_v0_2.sql +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/migrations/0005_storage_schema.sql +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/migrations/0006_realtime_schema.sql +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/migrations/0007_jobs_schema.sql +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/migrations/0008_jobs_last_error.sql +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/migrations/0009_auth_rate_limits.sql +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/migrations/0010_worker_heartbeat.sql +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/migrations/0011_admin_schema.sql +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/migrations/0012_auth_banned_until.sql +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/migrations/0013_email_templates.sql +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/migrations/0014_realtime_payload_warning.sql +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/migrations/0015_backups_schema.sql +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/passwords.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/realtime/__init__.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/realtime/broker.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/realtime/protocol.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/realtime/router.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/realtime/schemas.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/realtime/service.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/realtime/topics.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/realtime/websocket.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/__init__.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/init_project.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/templates/Caddyfile.tmpl +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/templates/README.md.tmpl +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/templates/apps_hooks.py.tmpl +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/templates/apps_jobs.py.tmpl +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/templates/asgi.py.tmpl +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/templates/docker-compose.prod.yml.tmpl +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/templates/docker-compose.yml.tmpl +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/templates/docker_postgres_Dockerfile.tmpl +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/templates/docker_postgres_postgresql.conf.tmpl +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/templates/env.example.tmpl +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/templates/functions_README.md.tmpl +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/templates/gitignore.tmpl +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/templates/manage.py.tmpl +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/templates/migrations/.gitkeep +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/templates/package_init.py.tmpl +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/scaffold/templates/settings.py.tmpl +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/secretset.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/security_headers.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/settings.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/settings_module.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/storage/__init__.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/storage/backends.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/storage/router.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/storage/schemas.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/storage/service.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/storage/signing.py +0 -0
- {supython-0.1.1 → supython-0.1.2}/src/supython/tokens.py +0 -0
|
@@ -31,7 +31,7 @@ Each entry links the relevant `PROJECT.md` section and decision-log row
|
|
|
31
31
|
|
|
32
32
|
---
|
|
33
33
|
|
|
34
|
-
## [0.1.0] — 2026-05-
|
|
34
|
+
## [0.1.0] — 2026-05-09
|
|
35
35
|
|
|
36
36
|
The first public release. Everything currently on `main` collapses
|
|
37
37
|
into this single ZeroVer entry — auth, storage, functions, realtime,
|
|
@@ -200,5 +200,5 @@ v0.1–v0.7 plus a v1.1.x admin track; see §19 decision log
|
|
|
200
200
|
|
|
201
201
|
---
|
|
202
202
|
|
|
203
|
-
|
|
203
|
+
|
|
204
204
|
[0.1.0]: https://github.com/Tkeby/supython/releases/tag/v0.1.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: supython
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A lightweight Postgres-first BaaS framework for Python
|
|
5
5
|
Project-URL: Homepage, https://github.com/Tkeby/supython
|
|
6
6
|
Project-URL: Repository, https://github.com/Tkeby/supython
|
|
@@ -58,10 +58,10 @@ Description-Content-Type: text/markdown
|
|
|
58
58
|
|
|
59
59
|
# supython
|
|
60
60
|
|
|
61
|
-
> A lightweight, Postgres-first BaaS framework for Python. **v0.1.
|
|
61
|
+
> A lightweight, Postgres-first BaaS framework for Python. **v0.1.2 release**
|
|
62
62
|
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
**the database owns the schema, Python owns the things SQL is bad at**.
|
|
64
|
+
It leans on [PostgREST](https://postgrest.org)
|
|
65
65
|
for auto-generated REST APIs and on Postgres' own RLS for authorization,
|
|
66
66
|
while a small FastAPI service in Python handles auth, JWT issuance, realtime,
|
|
67
67
|
storage, functions, workers, and an optional admin control plane.
|
|
@@ -69,7 +69,7 @@ storage, functions, workers, and an optional admin control plane.
|
|
|
69
69
|
supython is for a specific person with a specific problem:
|
|
70
70
|
> A developer who wants to build a CRUD-heavy web app (most apps are), who thinks in SQL, who wants Postgres to own authorization, and who wants auth + storage + custom logic without assembling the integration themselves.
|
|
71
71
|
|
|
72
|
-
Shipped [v0.1.
|
|
72
|
+
Shipped [v0.1.2]:
|
|
73
73
|
|
|
74
74
|
**Core platform**
|
|
75
75
|
- **Email/password auth** — signup, login, refresh-token rotation with **reuse detection**
|
|
@@ -88,7 +88,7 @@ Shipped [v0.1.0]:
|
|
|
88
88
|
|
|
89
89
|
**Realtime**
|
|
90
90
|
- **WebSocket Realtime** — `postgres_changes`, `broadcast`, `presence` with per-subscriber RLS filtering
|
|
91
|
-
- **Phoenix Channels wire format**
|
|
91
|
+
- **Phoenix Channels wire format**
|
|
92
92
|
- **Generic trigger** — `realtime.enable('public.todos')` opts any table in
|
|
93
93
|
- **Two-browser chat demo** — `examples/chat.html` (zero build step)
|
|
94
94
|
|
|
@@ -106,7 +106,7 @@ Shipped [v0.1.0]:
|
|
|
106
106
|
- **Secret rotation** — JWT keys, symmetric secrets, Postgres passwords; all with zero-downtime runbooks
|
|
107
107
|
- **Multi-arch Docker image** — `linux/amd64` + `linux/arm64`, non-root user, `tini` PID 1, ~64 MB
|
|
108
108
|
|
|
109
|
-
**Admin control plane** (shipped in v0.1.
|
|
109
|
+
**Admin control plane** (shipped in v0.1.2)
|
|
110
110
|
- **Vue 3 + Vite SPA** at `/admin` — no runtime Node deps; pre-built static bundle in the wheel
|
|
111
111
|
- **Database surface** — schema browser, table data with role switcher, SQL workspace (read-only default + write toggle), RLS policy editor with dry-run, migrations panel
|
|
112
112
|
- **Auth surface** — user search, ban/unban/force-logout, refresh-token inspector, audit log, email template editing
|
|
@@ -159,7 +159,7 @@ cp .env.example .env
|
|
|
159
159
|
# the value PostgREST will use (docker-compose.yml injects it via env).
|
|
160
160
|
#
|
|
161
161
|
# The scaffold creates:
|
|
162
|
-
# manage.py —
|
|
162
|
+
# manage.py — Optional CLI entrypoint (sets SUPYTHON_SETTINGS_MODULE)
|
|
163
163
|
# myapp/settings.py — declare EXTENSIONS, EXTRA_ROUTERS, EXTRA_MIDDLEWARE
|
|
164
164
|
# myapp/jobs.py — example @job seed (register your background jobs here)
|
|
165
165
|
# myapp/hooks.py — example @on("signup") seed (lifecycle hooks)
|
|
@@ -219,8 +219,7 @@ including filtering, sorting, refresh, and isolation between users.
|
|
|
219
219
|
## Realtime quickstart
|
|
220
220
|
|
|
221
221
|
supython ships a WebSocket engine that speaks the **Phoenix Channels 5-tuple
|
|
222
|
-
protocol
|
|
223
|
-
`supabase-py` clients connect without any shim.
|
|
222
|
+
protocol**.
|
|
224
223
|
|
|
225
224
|
### 1. Opt a table into realtime
|
|
226
225
|
|
|
@@ -444,7 +443,7 @@ need to edit SQL.
|
|
|
444
443
|
|
|
445
444
|
```
|
|
446
445
|
supython/
|
|
447
|
-
├── manage.py #
|
|
446
|
+
├── manage.py # optional cli entrypoint (sets SUPYTHON_SETTINGS_MODULE)
|
|
448
447
|
├── docker-compose.yml # Postgres + PostgREST (dev stack)
|
|
449
448
|
├── docker-compose.prod.yml # hardened single-host production stack
|
|
450
449
|
├── docker-compose.test.yml # dedicated test Postgres on port 54323
|
|
@@ -521,7 +520,7 @@ need to edit SQL.
|
|
|
521
520
|
├── app.py # FastAPI factory
|
|
522
521
|
├── cli.py # typer: up, dev, keygen, admin, worker, test, …
|
|
523
522
|
├── extensions.py # eager-import dotted module paths at boot
|
|
524
|
-
├── settings_module.py #
|
|
523
|
+
├── settings_module.py # user settings (EXTENSIONS, EXTRA_ROUTERS, …)
|
|
525
524
|
├── health.py # /livez, /readyz, /health endpoints
|
|
526
525
|
├── logging_config.py # structured JSON log setup
|
|
527
526
|
├── security_headers.py # HSTS, CSP, etc.
|
|
@@ -570,7 +569,7 @@ need to edit SQL.
|
|
|
570
569
|
|
|
571
570
|
## Plugins & extensions
|
|
572
571
|
|
|
573
|
-
supython uses a
|
|
572
|
+
supython uses a settings module to declare your app's extensions:
|
|
574
573
|
|
|
575
574
|
```python
|
|
576
575
|
# <name>/settings.py — scaffolded by `supython init`
|
|
@@ -669,7 +668,7 @@ supython test reset # stop test DB + delete volume
|
|
|
669
668
|
`auth.uid()` returns the user's id inside RLS policies.
|
|
670
669
|
4. RLS policies on `public.todos` use `auth.uid()` to scope every query.
|
|
671
670
|
|
|
672
|
-
|
|
671
|
+
|
|
673
672
|
|
|
674
673
|
## Docker image
|
|
675
674
|
|
|
@@ -731,7 +730,7 @@ unit tests always run in isolation.
|
|
|
731
730
|
**CI:** runners with Docker run `supython test up && supython test run`;
|
|
732
731
|
runners without Docker run `pytest tests/unit` for a meaningful subset.
|
|
733
732
|
|
|
734
|
-
## Roadmap [shipped v0.1.
|
|
733
|
+
## Roadmap [shipped v0.1.2]
|
|
735
734
|
|
|
736
735
|
- ✅ Email/password auth, PostgREST contract, RLS demo
|
|
737
736
|
- ✅ OAuth, password reset, magic link, OTP, reuse detection, email backend, test suite
|
|
@@ -742,12 +741,12 @@ runners without Docker run `pytest tests/unit` for a meaningful subset.
|
|
|
742
741
|
- ✅ Production observable: structured JSON logs, `/livez`/`/readyz`/`/health`, security headers, input size guards, audit log completeness, OAuth PKCE, secret rotation runbooks
|
|
743
742
|
- ✅ (partial) Multi-arch Docker images, admin control plane (Vue 3 SPA — database, auth, storage, functions, realtime, jobs, backups, log tail), CI buildx workflow; benchmarks + security audit pass + dependency budget CI remaining
|
|
744
743
|
- *(deferred)* — Realtime v2 over logical replication
|
|
745
|
-
- v0.1.
|
|
746
|
-
- ✅ **TypeScript SDK** — `@supython/sdk` wrapping `@supabase/postgrest-js` + `@supabase/realtime-js`
|
|
744
|
+
- v0.1.2 Release — final sweep, tag, publish wheel, production deployment with no patches
|
|
745
|
+
- ✅ **TypeScript SDK** — `@supython/sdk` wrapping `@supabase/postgrest-js` + `@supabase/realtime-js`
|
|
747
746
|
|
|
748
|
-
### Post v0.1.
|
|
747
|
+
### Post v0.1.2
|
|
749
748
|
|
|
750
|
-
- **v1.1+** — Admin control plane polish (backend + frontend shipped in v0.1.
|
|
749
|
+
- **v1.1+** — Admin control plane polish (backend + frontend shipped in v0.1.2; tests + remaining DoD items deferred)
|
|
751
750
|
- **Realtime v2** — logical replication (demand-driven; swap when trigger overhead or >8KB payload data warrants it)
|
|
752
751
|
- **Prometheus `/metrics`** + **OpenTelemetry** — optional extras
|
|
753
752
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# supython
|
|
2
2
|
|
|
3
|
-
> A lightweight, Postgres-first BaaS framework for Python. **v0.1.
|
|
3
|
+
> A lightweight, Postgres-first BaaS framework for Python. **v0.1.2 release**
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
**the database owns the schema, Python owns the things SQL is bad at**.
|
|
6
|
+
It leans on [PostgREST](https://postgrest.org)
|
|
7
7
|
for auto-generated REST APIs and on Postgres' own RLS for authorization,
|
|
8
8
|
while a small FastAPI service in Python handles auth, JWT issuance, realtime,
|
|
9
9
|
storage, functions, workers, and an optional admin control plane.
|
|
@@ -11,7 +11,7 @@ storage, functions, workers, and an optional admin control plane.
|
|
|
11
11
|
supython is for a specific person with a specific problem:
|
|
12
12
|
> A developer who wants to build a CRUD-heavy web app (most apps are), who thinks in SQL, who wants Postgres to own authorization, and who wants auth + storage + custom logic without assembling the integration themselves.
|
|
13
13
|
|
|
14
|
-
Shipped [v0.1.
|
|
14
|
+
Shipped [v0.1.2]:
|
|
15
15
|
|
|
16
16
|
**Core platform**
|
|
17
17
|
- **Email/password auth** — signup, login, refresh-token rotation with **reuse detection**
|
|
@@ -30,7 +30,7 @@ Shipped [v0.1.0]:
|
|
|
30
30
|
|
|
31
31
|
**Realtime**
|
|
32
32
|
- **WebSocket Realtime** — `postgres_changes`, `broadcast`, `presence` with per-subscriber RLS filtering
|
|
33
|
-
- **Phoenix Channels wire format**
|
|
33
|
+
- **Phoenix Channels wire format**
|
|
34
34
|
- **Generic trigger** — `realtime.enable('public.todos')` opts any table in
|
|
35
35
|
- **Two-browser chat demo** — `examples/chat.html` (zero build step)
|
|
36
36
|
|
|
@@ -48,7 +48,7 @@ Shipped [v0.1.0]:
|
|
|
48
48
|
- **Secret rotation** — JWT keys, symmetric secrets, Postgres passwords; all with zero-downtime runbooks
|
|
49
49
|
- **Multi-arch Docker image** — `linux/amd64` + `linux/arm64`, non-root user, `tini` PID 1, ~64 MB
|
|
50
50
|
|
|
51
|
-
**Admin control plane** (shipped in v0.1.
|
|
51
|
+
**Admin control plane** (shipped in v0.1.2)
|
|
52
52
|
- **Vue 3 + Vite SPA** at `/admin` — no runtime Node deps; pre-built static bundle in the wheel
|
|
53
53
|
- **Database surface** — schema browser, table data with role switcher, SQL workspace (read-only default + write toggle), RLS policy editor with dry-run, migrations panel
|
|
54
54
|
- **Auth surface** — user search, ban/unban/force-logout, refresh-token inspector, audit log, email template editing
|
|
@@ -101,7 +101,7 @@ cp .env.example .env
|
|
|
101
101
|
# the value PostgREST will use (docker-compose.yml injects it via env).
|
|
102
102
|
#
|
|
103
103
|
# The scaffold creates:
|
|
104
|
-
# manage.py —
|
|
104
|
+
# manage.py — Optional CLI entrypoint (sets SUPYTHON_SETTINGS_MODULE)
|
|
105
105
|
# myapp/settings.py — declare EXTENSIONS, EXTRA_ROUTERS, EXTRA_MIDDLEWARE
|
|
106
106
|
# myapp/jobs.py — example @job seed (register your background jobs here)
|
|
107
107
|
# myapp/hooks.py — example @on("signup") seed (lifecycle hooks)
|
|
@@ -161,8 +161,7 @@ including filtering, sorting, refresh, and isolation between users.
|
|
|
161
161
|
## Realtime quickstart
|
|
162
162
|
|
|
163
163
|
supython ships a WebSocket engine that speaks the **Phoenix Channels 5-tuple
|
|
164
|
-
protocol
|
|
165
|
-
`supabase-py` clients connect without any shim.
|
|
164
|
+
protocol**.
|
|
166
165
|
|
|
167
166
|
### 1. Opt a table into realtime
|
|
168
167
|
|
|
@@ -386,7 +385,7 @@ need to edit SQL.
|
|
|
386
385
|
|
|
387
386
|
```
|
|
388
387
|
supython/
|
|
389
|
-
├── manage.py #
|
|
388
|
+
├── manage.py # optional cli entrypoint (sets SUPYTHON_SETTINGS_MODULE)
|
|
390
389
|
├── docker-compose.yml # Postgres + PostgREST (dev stack)
|
|
391
390
|
├── docker-compose.prod.yml # hardened single-host production stack
|
|
392
391
|
├── docker-compose.test.yml # dedicated test Postgres on port 54323
|
|
@@ -463,7 +462,7 @@ need to edit SQL.
|
|
|
463
462
|
├── app.py # FastAPI factory
|
|
464
463
|
├── cli.py # typer: up, dev, keygen, admin, worker, test, …
|
|
465
464
|
├── extensions.py # eager-import dotted module paths at boot
|
|
466
|
-
├── settings_module.py #
|
|
465
|
+
├── settings_module.py # user settings (EXTENSIONS, EXTRA_ROUTERS, …)
|
|
467
466
|
├── health.py # /livez, /readyz, /health endpoints
|
|
468
467
|
├── logging_config.py # structured JSON log setup
|
|
469
468
|
├── security_headers.py # HSTS, CSP, etc.
|
|
@@ -512,7 +511,7 @@ need to edit SQL.
|
|
|
512
511
|
|
|
513
512
|
## Plugins & extensions
|
|
514
513
|
|
|
515
|
-
supython uses a
|
|
514
|
+
supython uses a settings module to declare your app's extensions:
|
|
516
515
|
|
|
517
516
|
```python
|
|
518
517
|
# <name>/settings.py — scaffolded by `supython init`
|
|
@@ -611,7 +610,7 @@ supython test reset # stop test DB + delete volume
|
|
|
611
610
|
`auth.uid()` returns the user's id inside RLS policies.
|
|
612
611
|
4. RLS policies on `public.todos` use `auth.uid()` to scope every query.
|
|
613
612
|
|
|
614
|
-
|
|
613
|
+
|
|
615
614
|
|
|
616
615
|
## Docker image
|
|
617
616
|
|
|
@@ -673,7 +672,7 @@ unit tests always run in isolation.
|
|
|
673
672
|
**CI:** runners with Docker run `supython test up && supython test run`;
|
|
674
673
|
runners without Docker run `pytest tests/unit` for a meaningful subset.
|
|
675
674
|
|
|
676
|
-
## Roadmap [shipped v0.1.
|
|
675
|
+
## Roadmap [shipped v0.1.2]
|
|
677
676
|
|
|
678
677
|
- ✅ Email/password auth, PostgREST contract, RLS demo
|
|
679
678
|
- ✅ OAuth, password reset, magic link, OTP, reuse detection, email backend, test suite
|
|
@@ -684,12 +683,12 @@ runners without Docker run `pytest tests/unit` for a meaningful subset.
|
|
|
684
683
|
- ✅ Production observable: structured JSON logs, `/livez`/`/readyz`/`/health`, security headers, input size guards, audit log completeness, OAuth PKCE, secret rotation runbooks
|
|
685
684
|
- ✅ (partial) Multi-arch Docker images, admin control plane (Vue 3 SPA — database, auth, storage, functions, realtime, jobs, backups, log tail), CI buildx workflow; benchmarks + security audit pass + dependency budget CI remaining
|
|
686
685
|
- *(deferred)* — Realtime v2 over logical replication
|
|
687
|
-
- v0.1.
|
|
688
|
-
- ✅ **TypeScript SDK** — `@supython/sdk` wrapping `@supabase/postgrest-js` + `@supabase/realtime-js`
|
|
686
|
+
- v0.1.2 Release — final sweep, tag, publish wheel, production deployment with no patches
|
|
687
|
+
- ✅ **TypeScript SDK** — `@supython/sdk` wrapping `@supabase/postgrest-js` + `@supabase/realtime-js`
|
|
689
688
|
|
|
690
|
-
### Post v0.1.
|
|
689
|
+
### Post v0.1.2
|
|
691
690
|
|
|
692
|
-
- **v1.1+** — Admin control plane polish (backend + frontend shipped in v0.1.
|
|
691
|
+
- **v1.1+** — Admin control plane polish (backend + frontend shipped in v0.1.2; tests + remaining DoD items deferred)
|
|
693
692
|
- **Realtime v2** — logical replication (demand-driven; swap when trigger overhead or >8KB payload data warrants it)
|
|
694
693
|
- **Prometheus `/metrics`** + **OpenTelemetry** — optional extras
|
|
695
694
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/ChevronRight-CtQH1EQ1.js.map
RENAMED
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/CodeViewer-Bqy7-wvH.js.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/DashboardView-CUTFVL6k.js
RENAMED
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/DashboardView-CUTFVL6k.js.map
RENAMED
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/DataTable-COAAWEft.js.map
RENAMED
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/DescriptionsItem-P8JUDaBs.js
RENAMED
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/DescriptionsItem-P8JUDaBs.js.map
RENAMED
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/DrawerContent-TpYTFgF1.js
RENAMED
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/DrawerContent-TpYTFgF1.js.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/EmptyState-DeDck-OL.js.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/JsonField-DibyJgun.js.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/LoginView-CoOjECT_.js.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Migrations-DOSC2ddQ.js.map
RENAMED
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/ObjectBrowser-_5w8vOX8.js
RENAMED
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/ObjectBrowser-_5w8vOX8.js.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/RefreshTokens-Ccjr53jg.js
RENAMED
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/RefreshTokens-Ccjr53jg.js.map
RENAMED
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/RlsEditor-BSlH9vSc.js.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/SchemaBrowser-DKy2_KQi.css
RENAMED
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/SchemaBrowser-XFvFbtDB.js
RENAMED
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/SchemaBrowser-XFvFbtDB.js.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/SqlEditor-b8pTsILY.js.map
RENAMED
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/SqlWorkspace-BUS7IntH.js.map
RENAMED
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/TableData-CQIagLKn.js.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/Templates-BS-ugkdq.js.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/format-length-CGCY1rMh.js
RENAMED
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/format-length-CGCY1rMh.js.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/resources-Bt6thQCD.js.map
RENAMED
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/use-locale-mtgM0a3a.js.map
RENAMED
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/use-merged-state-BvhkaHNX.js
RENAMED
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/use-merged-state-BvhkaHNX.js.map
RENAMED
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/useConfirm-tMjvBFXR.js.map
RENAMED
|
File without changes
|
|
File without changes
|
{supython-0.1.1 → supython-0.1.2}/src/supython/admin/static/assets/useResource-C_rJCY8C.js.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|