tina4-python 0.2.92__tar.gz → 0.2.94__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.92 → tina4_python-0.2.94}/PKG-INFO +18 -19
- {tina4_python-0.2.92 → tina4_python-0.2.94}/README.md +428 -428
- {tina4_python-0.2.92 → tina4_python-0.2.94}/pyproject.toml +34 -37
- tina4_python-0.2.94/setup.cfg +4 -0
- tina4_python-0.2.94/setup.py +24 -0
- tina4_python-0.2.94/src/__init__.py +126 -0
- tina4_python-0.2.94/tests/test_tina4_py.py +394 -0
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Auth.py +193 -193
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Constant.py +42 -42
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Database.py +588 -588
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/DatabaseResult.py +107 -107
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/DatabaseTypes.py +8 -8
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Debug.py +91 -91
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Env.py +37 -37
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Localization.py +42 -42
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Messages.py +30 -30
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/MiddleWare.py +75 -75
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Migration.py +107 -107
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/ORM.py +594 -594
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Queue.py +526 -526
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Request.py +19 -19
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Response.py +110 -110
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Router.py +387 -387
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Session.py +258 -258
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/ShellColors.py +20 -20
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Swagger.py +228 -228
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Template.py +105 -105
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Webserver.py +410 -409
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/Websocket.py +49 -49
- {tina4_python-0.2.92 → tina4_python-0.2.94}/tina4_python/__init__.py +387 -389
- tina4_python-0.2.94/tina4_python.egg-info/PKG-INFO +451 -0
- tina4_python-0.2.94/tina4_python.egg-info/SOURCES.txt +34 -0
- tina4_python-0.2.94/tina4_python.egg-info/dependency_links.txt +1 -0
- tina4_python-0.2.94/tina4_python.egg-info/entry_points.txt +2 -0
- tina4_python-0.2.94/tina4_python.egg-info/requires.txt +11 -0
- tina4_python-0.2.94/tina4_python.egg-info/top_level.txt +2 -0
- tina4_python-0.2.92/tina4_python/messages.pot +0 -83
- tina4_python-0.2.92/tina4_python/public/css/readme.md +0 -0
- tina4_python-0.2.92/tina4_python/public/favicon.ico +0 -0
- tina4_python-0.2.92/tina4_python/public/images/403.png +0 -0
- tina4_python-0.2.92/tina4_python/public/images/404.png +0 -0
- tina4_python-0.2.92/tina4_python/public/images/500.png +0 -0
- tina4_python-0.2.92/tina4_python/public/images/logo.png +0 -0
- tina4_python-0.2.92/tina4_python/public/images/readme.md +0 -0
- tina4_python-0.2.92/tina4_python/public/js/readme.md +0 -0
- tina4_python-0.2.92/tina4_python/public/js/reconnecting-websocket.js +0 -365
- tina4_python-0.2.92/tina4_python/public/js/tina4helper.js +0 -397
- tina4_python-0.2.92/tina4_python/public/swagger/index.html +0 -90
- tina4_python-0.2.92/tina4_python/public/swagger/oauth2-redirect.html +0 -63
- tina4_python-0.2.92/tina4_python/templates/errors/403.twig +0 -10
- tina4_python-0.2.92/tina4_python/templates/errors/404.twig +0 -10
- tina4_python-0.2.92/tina4_python/templates/errors/500.twig +0 -11
- tina4_python-0.2.92/tina4_python/templates/readme.md +0 -1
- tina4_python-0.2.92/tina4_python/translations/en/LC_MESSAGES/messages.mo +0 -0
- tina4_python-0.2.92/tina4_python/translations/en/LC_MESSAGES/messages.po +0 -80
- tina4_python-0.2.92/tina4_python/translations/fr/LC_MESSAGES/messages.mo +0 -0
- tina4_python-0.2.92/tina4_python/translations/fr/LC_MESSAGES/messages.po +0 -84
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: tina4-python
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.94
|
|
4
4
|
Summary: Tina4Python - This is not another framework for Python
|
|
5
|
+
Home-page: https://github.com/tina4stack/tina4-python
|
|
5
6
|
Author: Andre van Zuydam
|
|
6
|
-
Author-email: andrevanzuydam@gmail.com
|
|
7
|
-
Requires-Python:
|
|
8
|
-
Classifier: Programming Language :: Python :: 3
|
|
9
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
11
|
-
Requires-Dist: bcrypt (>=4.2.1,<5.0.0)
|
|
12
|
-
Requires-Dist: cryptography (>=44.0.0,<45.0.0)
|
|
13
|
-
Requires-Dist: hypercorn (>=0.17.3,<0.18.0)
|
|
14
|
-
Requires-Dist: jinja2 (>=3.1.5,<4.0.0)
|
|
15
|
-
Requires-Dist: libsass (>=0.23.0,<0.24.0)
|
|
16
|
-
Requires-Dist: litequeue (>=0.9,<0.10)
|
|
17
|
-
Requires-Dist: poetry-plugin-export (>=1.9.0,<2.0.0)
|
|
18
|
-
Requires-Dist: pyjwt (>=2.10.1,<3.0.0)
|
|
19
|
-
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
|
|
20
|
-
Requires-Dist: simple-websocket (>=1.1.0,<2.0.0)
|
|
21
|
-
Requires-Dist: watchdog (>=6.0.0,<7.0.0)
|
|
7
|
+
Author-email: Andre van Zuydam <andrevanzuydam@gmail.com>
|
|
8
|
+
Requires-Python: <4.0,>=3.12
|
|
22
9
|
Description-Content-Type: text/markdown
|
|
10
|
+
Requires-Dist: jinja2<4.0.0,>=3.1.5
|
|
11
|
+
Requires-Dist: libsass<0.24.0,>=0.23.0
|
|
12
|
+
Requires-Dist: python-dotenv<2.0.0,>=1.0.1
|
|
13
|
+
Requires-Dist: pyjwt<3.0.0,>=2.10.1
|
|
14
|
+
Requires-Dist: cryptography<45.0.0,>=44.0.0
|
|
15
|
+
Requires-Dist: watchdog<7.0.0,>=6.0.0
|
|
16
|
+
Requires-Dist: bcrypt<5.0.0,>=4.2.1
|
|
17
|
+
Requires-Dist: litequeue<0.10,>=0.9
|
|
18
|
+
Requires-Dist: simple-websocket<2.0.0,>=1.1.0
|
|
19
|
+
Requires-Dist: hypercorn<0.18.0,>=0.17.3
|
|
20
|
+
Requires-Dist: asyncer>=0.0.8
|
|
21
|
+
Dynamic: author
|
|
22
|
+
Dynamic: home-page
|
|
23
23
|
|
|
24
24
|
### Tina4Python - This is not a framework for Python
|
|
25
25
|
|
|
@@ -449,4 +449,3 @@ websocat http://localhost:7145/websocket
|
|
|
449
449
|
```
|
|
450
450
|
|
|
451
451
|
|
|
452
|
-
|