tina4-python 0.2.74__tar.gz → 0.2.76__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-0.2.74 → tina4_python-0.2.76}/PKG-INFO +2 -1
- {tina4_python-0.2.74 → tina4_python-0.2.76}/README.md +422 -422
- {tina4_python-0.2.74 → tina4_python-0.2.76}/pyproject.toml +36 -35
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Auth.py +193 -193
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Constant.py +42 -42
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Database.py +557 -557
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/DatabaseResult.py +104 -104
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Debug.py +91 -91
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Env.py +37 -37
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Localization.py +42 -42
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Messages.py +30 -30
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/MiddleWare.py +75 -75
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Migration.py +99 -99
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/ORM.py +520 -520
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Queue.py +495 -495
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Request.py +21 -21
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Response.py +98 -98
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Router.py +387 -387
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Session.py +252 -252
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/ShellColors.py +20 -20
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Swagger.py +228 -228
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Template.py +91 -91
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Webserver.py +408 -408
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/Websocket.py +48 -39
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/__init__.py +378 -361
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/messages.pot +83 -83
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/public/js/reconnecting-websocket.js +365 -365
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/public/js/tina4helper.js +397 -397
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/public/swagger/index.html +90 -90
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/public/swagger/oauth2-redirect.html +63 -63
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/templates/errors/403.twig +10 -10
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/templates/errors/404.twig +10 -10
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/templates/errors/500.twig +11 -11
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/translations/en/LC_MESSAGES/messages.po +80 -80
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/translations/fr/LC_MESSAGES/messages.po +84 -84
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/public/css/readme.md +0 -0
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/public/favicon.ico +0 -0
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/public/images/403.png +0 -0
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/public/images/404.png +0 -0
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/public/images/500.png +0 -0
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/public/images/logo.png +0 -0
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/public/images/readme.md +0 -0
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/public/js/readme.md +0 -0
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/templates/readme.md +0 -0
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/translations/en/LC_MESSAGES/messages.mo +0 -0
- {tina4_python-0.2.74 → tina4_python-0.2.76}/tina4_python/translations/fr/LC_MESSAGES/messages.mo +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: tina4-python
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.76
|
|
4
4
|
Summary: Tina4Python - This is not another framework for Python
|
|
5
5
|
Author: Andre van Zuydam
|
|
6
6
|
Author-email: andrevanzuydam@gmail.com
|
|
@@ -13,6 +13,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
13
13
|
Requires-Dist: Jinja2 (>=3.1.4,<4.0.0)
|
|
14
14
|
Requires-Dist: bcrypt (>=4.1.3,<5.0.0)
|
|
15
15
|
Requires-Dist: cryptography (>=42.0.5,<43.0.0)
|
|
16
|
+
Requires-Dist: hypercorn (>=0.17.3,<0.18.0)
|
|
16
17
|
Requires-Dist: libsass (>=0.22.0,<0.23.0)
|
|
17
18
|
Requires-Dist: litequeue (>=0.9,<0.10)
|
|
18
19
|
Requires-Dist: mypy (>=0.991,<0.992)
|