tina4-python 3.10.58__tar.gz → 3.10.59__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.
- {tina4_python-3.10.58 → tina4_python-3.10.59}/PKG-INFO +1 -1
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/__init__.py +1 -1
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/core/server.py +77 -15
- {tina4_python-3.10.58 → tina4_python-3.10.59}/.gitignore +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/README.md +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/pyproject.toml +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/CLAUDE.md +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/HtmlElement.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/Testing.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/ai/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/api/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/auth/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/cache/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/cli/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/container/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/core/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/core/cache.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/core/constants.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/core/events.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/core/middleware.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/core/request.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/core/response.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/core/router.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/crud/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/database/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/database/adapter.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/database/connection.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/database/firebird.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/database/mongodb.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/database/mssql.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/database/mysql.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/database/odbc.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/database/postgres.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/database/sqlite.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/debug/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/debug/error_overlay.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/dev_admin/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/dev_admin/metrics.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/dev_reload.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/dotenv/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/frond/FROND.md +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/frond/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/frond/engine.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/gallery/auth/meta.json +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/gallery/auth/src/routes/api/gallery_auth.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/gallery/database/meta.json +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/gallery/database/src/routes/api/gallery_db.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/gallery/error-overlay/meta.json +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/gallery/error-overlay/src/routes/api/gallery_crash.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/gallery/orm/meta.json +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/gallery/orm/src/orm/Product.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/gallery/orm/src/routes/api/gallery_products.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/gallery/queue/meta.json +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/gallery/queue/src/routes/api/gallery_queue.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/gallery/rest-api/meta.json +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/gallery/rest-api/src/routes/api/gallery_hello.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/gallery/templates/meta.json +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/gallery/templates/src/routes/gallery_page.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/gallery/templates/src/templates/gallery_page.twig +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/graphql/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/i18n/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/mcp/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/mcp/protocol.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/mcp/tools.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/messenger/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/migration/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/migration/runner.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/orm/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/orm/fields.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/orm/model.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/public/css/tina4.css +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/public/css/tina4.min.css +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/public/favicon.ico +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/public/images/logo.svg +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/public/images/tina4-logo-icon.webp +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/public/js/frond.min.js +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/public/js/tina4-dev-admin.min.js +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/public/js/tina4.min.js +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/public/js/tina4js.min.js +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/public/swagger/index.html +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/public/swagger/oauth2-redirect.html +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/query_builder/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/queue/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/queue_backends/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/queue_backends/kafka_backend.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/queue_backends/mongo_backend.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/queue_backends/rabbitmq_backend.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/tina4css/_alerts.scss +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/tina4css/_badges.scss +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/tina4css/_buttons.scss +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/tina4css/_cards.scss +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/tina4css/_forms.scss +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/tina4css/_grid.scss +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/tina4css/_modals.scss +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/tina4css/_nav.scss +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/tina4css/_reset.scss +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/tina4css/_tables.scss +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/tina4css/_typography.scss +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/tina4css/_utilities.scss +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/tina4css/_variables.scss +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/tina4css/base.scss +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/tina4css/colors.scss +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/scss/tina4css/tina4.scss +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/seeder/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/service/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/session/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/session_handlers/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/session_handlers/mongodb_handler.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/session_handlers/redis_handler.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/session_handlers/valkey_handler.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/swagger/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/components/crud.twig +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/docker/distroless/Dockerfile +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/docker/poetry/Dockerfile +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/docker/python/Dockerfile +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/docker/uv/Dockerfile +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/errors/302.twig +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/errors/401.twig +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/errors/403.twig +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/errors/404.twig +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/errors/500.twig +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/errors/502.twig +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/errors/503.twig +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/errors/base.twig +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/frontend/README.md +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/readme.md +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/test_client/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/af/LC_MESSAGES/messages.mo +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/af/LC_MESSAGES/messages.po +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/en/LC_MESSAGES/messages.mo +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/en/LC_MESSAGES/messages.po +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/es/LC_MESSAGES/messages.mo +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/es/LC_MESSAGES/messages.po +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/fr/LC_MESSAGES/messages.mo +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/fr/LC_MESSAGES/messages.po +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/ja/LC_MESSAGES/messages.mo +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/ja/LC_MESSAGES/messages.po +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/zh/LC_MESSAGES/messages.mo +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/zh/LC_MESSAGES/messages.po +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/validator/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/websocket/__init__.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/websocket/backplane.py +0 -0
- {tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/wsdl/__init__.py +0 -0
|
@@ -1175,19 +1175,84 @@ def _find_production_server():
|
|
|
1175
1175
|
return None
|
|
1176
1176
|
|
|
1177
1177
|
|
|
1178
|
+
def _kill_port(port: int) -> None:
|
|
1179
|
+
"""Kill whatever process is listening on *port*.
|
|
1180
|
+
|
|
1181
|
+
Uses lsof on macOS/Linux and netstat + taskkill on Windows.
|
|
1182
|
+
Raises RuntimeError if the port cannot be freed.
|
|
1183
|
+
"""
|
|
1184
|
+
import subprocess
|
|
1185
|
+
import time
|
|
1186
|
+
|
|
1187
|
+
print(f" Port {port} in use — killing existing process...")
|
|
1188
|
+
|
|
1189
|
+
if sys.platform == "win32":
|
|
1190
|
+
# Find PID via netstat
|
|
1191
|
+
try:
|
|
1192
|
+
result = subprocess.run(
|
|
1193
|
+
["netstat", "-ano"],
|
|
1194
|
+
capture_output=True, text=True, timeout=5
|
|
1195
|
+
)
|
|
1196
|
+
pid = None
|
|
1197
|
+
for line in result.stdout.splitlines():
|
|
1198
|
+
if f":{port}" in line and ("LISTENING" in line or "ESTABLISHED" in line):
|
|
1199
|
+
parts = line.split()
|
|
1200
|
+
if parts:
|
|
1201
|
+
pid = parts[-1]
|
|
1202
|
+
break
|
|
1203
|
+
if pid and pid.isdigit():
|
|
1204
|
+
subprocess.run(["taskkill", "/PID", pid, "/F"], timeout=5)
|
|
1205
|
+
except Exception as e:
|
|
1206
|
+
raise RuntimeError(f"Could not free port {port}: {e}") from e
|
|
1207
|
+
else:
|
|
1208
|
+
# macOS / Linux — use lsof
|
|
1209
|
+
try:
|
|
1210
|
+
result = subprocess.run(
|
|
1211
|
+
["lsof", "-ti", f":{port}"],
|
|
1212
|
+
capture_output=True, text=True, timeout=5
|
|
1213
|
+
)
|
|
1214
|
+
pids = result.stdout.strip().splitlines()
|
|
1215
|
+
if not pids:
|
|
1216
|
+
return # Nothing found — port may have freed itself
|
|
1217
|
+
for pid_str in pids:
|
|
1218
|
+
pid_str = pid_str.strip()
|
|
1219
|
+
if pid_str.isdigit():
|
|
1220
|
+
os.kill(int(pid_str), signal.SIGTERM)
|
|
1221
|
+
except FileNotFoundError:
|
|
1222
|
+
# lsof not available — try fuser
|
|
1223
|
+
try:
|
|
1224
|
+
result = subprocess.run(
|
|
1225
|
+
["fuser", f"{port}/tcp"],
|
|
1226
|
+
capture_output=True, text=True, timeout=5
|
|
1227
|
+
)
|
|
1228
|
+
for pid_str in result.stdout.split():
|
|
1229
|
+
if pid_str.isdigit():
|
|
1230
|
+
os.kill(int(pid_str), signal.SIGTERM)
|
|
1231
|
+
except Exception as e:
|
|
1232
|
+
raise RuntimeError(f"Could not free port {port}: {e}") from e
|
|
1233
|
+
except Exception as e:
|
|
1234
|
+
raise RuntimeError(f"Could not free port {port}: {e}") from e
|
|
1235
|
+
|
|
1236
|
+
# Give the OS a moment to reclaim the port
|
|
1237
|
+
time.sleep(0.5)
|
|
1238
|
+
print(f" Port {port} freed")
|
|
1239
|
+
|
|
1240
|
+
|
|
1178
1241
|
def _find_available_port(start: int, max_tries: int = 10) -> int:
|
|
1179
|
-
"""
|
|
1242
|
+
"""Check if *start* is available; if not, kill the process on it and return *start*.
|
|
1243
|
+
|
|
1244
|
+
The auto-increment behaviour is intentionally removed — the server always
|
|
1245
|
+
claims the requested port. If killing fails a RuntimeError is raised.
|
|
1246
|
+
"""
|
|
1180
1247
|
import socket
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
continue
|
|
1190
|
-
return start
|
|
1248
|
+
try:
|
|
1249
|
+
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
|
1250
|
+
s.bind(("127.0.0.1", start))
|
|
1251
|
+
s.close()
|
|
1252
|
+
return start
|
|
1253
|
+
except OSError:
|
|
1254
|
+
_kill_port(start)
|
|
1255
|
+
return start
|
|
1191
1256
|
|
|
1192
1257
|
|
|
1193
1258
|
def _open_browser(url: str):
|
|
@@ -1300,11 +1365,8 @@ def run(host: str | None = None, port: int | None = None, no_browser: bool = Fal
|
|
|
1300
1365
|
# Resolve host/port (CLI arg > ENV > default)
|
|
1301
1366
|
host, port = resolve_config(cli_host=host, cli_port=port)
|
|
1302
1367
|
|
|
1303
|
-
#
|
|
1304
|
-
original_port = port
|
|
1368
|
+
# Claim the requested port — kill whatever is on it if needed
|
|
1305
1369
|
port = _find_available_port(port)
|
|
1306
|
-
if port != original_port:
|
|
1307
|
-
Log.info(f"Port {original_port} in use — using {port} instead")
|
|
1308
1370
|
|
|
1309
1371
|
# Detect production server (unless TINA4_DEBUG is true)
|
|
1310
1372
|
from tina4_python.dotenv import is_truthy
|
|
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
|
|
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
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/public/images/tina4-logo-icon.webp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/public/swagger/oauth2-redirect.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/queue_backends/rabbitmq_backend.py
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
|
|
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
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/session_handlers/mongodb_handler.py
RENAMED
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/session_handlers/redis_handler.py
RENAMED
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/session_handlers/valkey_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/docker/distroless/Dockerfile
RENAMED
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/docker/poetry/Dockerfile
RENAMED
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/templates/docker/python/Dockerfile
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/af/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/af/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/en/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/en/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/es/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/es/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/fr/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/fr/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/ja/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/ja/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/zh/LC_MESSAGES/messages.mo
RENAMED
|
File without changes
|
{tina4_python-3.10.58 → tina4_python-3.10.59}/tina4_python/translations/zh/LC_MESSAGES/messages.po
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|