tina4-python 0.2.43__tar.gz → 0.2.45__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.43 → tina4_python-0.2.45}/PKG-INFO +13 -2
- {tina4_python-0.2.43 → tina4_python-0.2.45}/README.md +410 -400
- {tina4_python-0.2.43 → tina4_python-0.2.45}/pyproject.toml +33 -32
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/Auth.py +193 -193
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/Constant.py +40 -40
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/Database.py +531 -502
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/DatabaseResult.py +73 -73
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/Debug.py +91 -76
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/Env.py +37 -37
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/Localization.py +42 -42
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/Messages.py +30 -30
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/MiddleWare.py +75 -75
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/Migration.py +99 -99
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/ORM.py +436 -436
- tina4_python-0.2.45/tina4_python/Queue.py +397 -0
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/Request.py +18 -18
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/Response.py +93 -93
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/Router.py +385 -385
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/Session.py +252 -250
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/ShellColors.py +20 -20
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/Swagger.py +228 -228
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/Template.py +79 -67
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/Webserver.py +333 -333
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/__init__.py +251 -251
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/messages.pot +83 -83
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/public/js/tina4helper.js +343 -343
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/public/swagger/index.html +90 -90
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/public/swagger/oauth2-redirect.html +63 -63
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/templates/errors/403.twig +10 -10
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/templates/errors/404.twig +10 -10
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/translations/en/LC_MESSAGES/messages.po +80 -80
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/translations/fr/LC_MESSAGES/messages.po +84 -84
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/public/css/readme.md +0 -0
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/public/favicon.ico +0 -0
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/public/images/403.png +0 -0
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/public/images/404.png +0 -0
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/public/images/logo.png +0 -0
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/public/images/readme.md +0 -0
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/public/js/readme.md +0 -0
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/templates/readme.md +0 -0
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/translations/en/LC_MESSAGES/messages.mo +0 -0
- {tina4_python-0.2.43 → tina4_python-0.2.45}/tina4_python/translations/fr/LC_MESSAGES/messages.mo +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: tina4-python
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.45
|
|
4
4
|
Summary: Tina4Python - This is not another framework for Python
|
|
5
5
|
Author: Andre van Zuydam
|
|
6
6
|
Author-email: andrevanzuydam@gmail.com
|
|
@@ -14,6 +14,7 @@ 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
16
|
Requires-Dist: libsass (>=0.22.0,<0.23.0)
|
|
17
|
+
Requires-Dist: litequeue (>=0.9,<0.10)
|
|
17
18
|
Requires-Dist: mypy (>=0.991,<0.992)
|
|
18
19
|
Requires-Dist: pyjwt (>=2.8.0,<3.0.0)
|
|
19
20
|
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
|
|
@@ -421,3 +422,13 @@ Flake8 Code tests
|
|
|
421
422
|
poetry run flake8 ./tina4_python
|
|
422
423
|
```
|
|
423
424
|
|
|
425
|
+
### Using queues
|
|
426
|
+
|
|
427
|
+
```bash
|
|
428
|
+
docker run -d --hostname=my-kafka --name=some-kafka -p 9092:9092 apache/kafka
|
|
429
|
+
```
|
|
430
|
+
|
|
431
|
+
```bash
|
|
432
|
+
docker run -d --hostname=my-rabbit --name=some-rabbit -p 15672:15672 -p 5672:5672 rabbitmq:3
|
|
433
|
+
```
|
|
434
|
+
|