jaaql-middleware-python 3.1.16.26__tar.gz → 3.1.16.27__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.
- {jaaql-middleware-python-3.1.16.26/jaaql_middleware_python.egg-info → jaaql-middleware-python-3.1.16.27}/PKG-INFO +19 -1
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/constants.py +1 -1
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/db/db_pg_interface.py +1 -1
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27/jaaql_middleware_python.egg-info}/PKG-INFO +19 -1
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/LICENSE.txt +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/README.md +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/__init__.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/config/__init__.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/config/config-docker.ini +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/config/config-test.ini +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/config/config.ini +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/config_constants.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/db/__init__.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/db/db_interface.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/db/db_utils.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/documentation/__init__.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/documentation/documentation_internal.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/documentation/documentation_public.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/documentation/documentation_shared.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/email/__init__.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/email/email_manager.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/email/email_manager_service.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/email/patch_ems.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/exceptions/__init__.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/exceptions/custom_http_status.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/exceptions/http_status_exception.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/exceptions/not_yet_implement_exception.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/interpreter/__init__.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/interpreter/interpret_jaaql.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/jaaql.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/migrations/__init__.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/migrations/migration_history.sql +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/migrations/migrations.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/mvc/__init__.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/mvc/base_controller.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/mvc/base_model.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/mvc/controller.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/mvc/controller_interface.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/mvc/model.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/mvc/model_interface.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/mvc/queries.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/mvc/response.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/openapi/__init__.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/openapi/swagger_documentation.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/patch.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/scripts/__init__.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/scripts/install_1.sql +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/scripts/install_2.sql +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/scripts/swagger_template.html +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/services/__init__.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/services/patch_script_install.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/services/script_install.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/__init__.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/component.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/components/001_install.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/components/002_applications.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/components/003_signup.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/components/004_database.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/components/006_configuration.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/components/007_authorization.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/components/008_user.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/components/009_oauth.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/components/010_external_account.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/components/011_external_app.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/components/012_external_configuration.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/components/013_external_account.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/components/014_jaaql.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/components/__init__.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/components/base_component.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/components/component_utils.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/perf.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/utilities/__init__.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/utilities/crypt_utils.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/utilities/options.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/utilities/utils.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/utilities/utils_no_project_imports.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/utilities/vault.py +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql_middleware_python.egg-info/SOURCES.txt +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql_middleware_python.egg-info/dependency_links.txt +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql_middleware_python.egg-info/requires.txt +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql_middleware_python.egg-info/top_level.txt +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/setup.cfg +0 -0
- {jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: jaaql-middleware-python
|
|
3
|
-
Version: 3.1.16.
|
|
3
|
+
Version: 3.1.16.27
|
|
4
4
|
Summary: The jaaql package, allowing for rapid development and deployment of RESTful HTTP applications
|
|
5
5
|
Home-page: https://github.com/JAAQL/JAAQL-middleware-python
|
|
6
6
|
Author: Software Quality Measurement and Improvement bv
|
|
@@ -8,6 +8,24 @@ Author-email: aaron.tasker@sqmi.nl
|
|
|
8
8
|
License: Mozilla Public License Version 2.0 with Commons Clause
|
|
9
9
|
Description-Content-Type: text/markdown
|
|
10
10
|
License-File: LICENSE.txt
|
|
11
|
+
Requires-Dist: psycopg[binary]~=3.0.14
|
|
12
|
+
Requires-Dist: Pillow~=9.1.1
|
|
13
|
+
Requires-Dist: cryptography~=38.0.4
|
|
14
|
+
Requires-Dist: flask~=2.1.2
|
|
15
|
+
Requires-Dist: coverage~=6.0
|
|
16
|
+
Requires-Dist: psycopg-pool~=3.1.1
|
|
17
|
+
Requires-Dist: pyjwt~=1.7.1
|
|
18
|
+
Requires-Dist: pyyaml~=5.4.1
|
|
19
|
+
Requires-Dist: werkzeug~=2.1.2
|
|
20
|
+
Requires-Dist: argon2-cffi~=21.3.0
|
|
21
|
+
Requires-Dist: pyotp~=2.6.0
|
|
22
|
+
Requires-Dist: qrcode~=7.3.1
|
|
23
|
+
Requires-Dist: gunicorn~=20.1.0
|
|
24
|
+
Requires-Dist: gevent~=22.10.2
|
|
25
|
+
Requires-Dist: requests~=2.28.2
|
|
26
|
+
Requires-Dist: pyzbar~=0.1.9
|
|
27
|
+
Requires-Dist: requests-unixsocket~=0.3.0
|
|
28
|
+
Requires-Dist: selenium~=4.2.0
|
|
11
29
|
|
|
12
30
|
# JAAQL-middleware-python
|
|
13
31
|
Please navigate to docker/docker.md to see setup instructions
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/db/db_pg_interface.py
RENAMED
|
@@ -111,7 +111,7 @@ class DBPGInterface(DBInterface):
|
|
|
111
111
|
else:
|
|
112
112
|
return [desc[0] for desc in cursor.description], cursor.fetchall()
|
|
113
113
|
except OperationalError as ex:
|
|
114
|
-
if ex.sqlstate.startswith("08"):
|
|
114
|
+
if ex.sqlstate is None or ex.sqlstate.startswith("08"):
|
|
115
115
|
traceback.print_exc()
|
|
116
116
|
self.pg_pool.putconn(conn)
|
|
117
117
|
self.pg_pool.check()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: jaaql-middleware-python
|
|
3
|
-
Version: 3.1.16.
|
|
3
|
+
Version: 3.1.16.27
|
|
4
4
|
Summary: The jaaql package, allowing for rapid development and deployment of RESTful HTTP applications
|
|
5
5
|
Home-page: https://github.com/JAAQL/JAAQL-middleware-python
|
|
6
6
|
Author: Software Quality Measurement and Improvement bv
|
|
@@ -8,6 +8,24 @@ Author-email: aaron.tasker@sqmi.nl
|
|
|
8
8
|
License: Mozilla Public License Version 2.0 with Commons Clause
|
|
9
9
|
Description-Content-Type: text/markdown
|
|
10
10
|
License-File: LICENSE.txt
|
|
11
|
+
Requires-Dist: psycopg[binary]~=3.0.14
|
|
12
|
+
Requires-Dist: Pillow~=9.1.1
|
|
13
|
+
Requires-Dist: cryptography~=38.0.4
|
|
14
|
+
Requires-Dist: flask~=2.1.2
|
|
15
|
+
Requires-Dist: coverage~=6.0
|
|
16
|
+
Requires-Dist: psycopg-pool~=3.1.1
|
|
17
|
+
Requires-Dist: pyjwt~=1.7.1
|
|
18
|
+
Requires-Dist: pyyaml~=5.4.1
|
|
19
|
+
Requires-Dist: werkzeug~=2.1.2
|
|
20
|
+
Requires-Dist: argon2-cffi~=21.3.0
|
|
21
|
+
Requires-Dist: pyotp~=2.6.0
|
|
22
|
+
Requires-Dist: qrcode~=7.3.1
|
|
23
|
+
Requires-Dist: gunicorn~=20.1.0
|
|
24
|
+
Requires-Dist: gevent~=22.10.2
|
|
25
|
+
Requires-Dist: requests~=2.28.2
|
|
26
|
+
Requires-Dist: pyzbar~=0.1.9
|
|
27
|
+
Requires-Dist: requests-unixsocket~=0.3.0
|
|
28
|
+
Requires-Dist: selenium~=4.2.0
|
|
11
29
|
|
|
12
30
|
# JAAQL-middleware-python
|
|
13
31
|
Please navigate to docker/docker.md to see setup instructions
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/config/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/config/config-test.ini
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/config/config.ini
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/config_constants.py
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/db/__init__.py
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/db/db_interface.py
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/db/db_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/email/__init__.py
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/email/email_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/email/patch_ems.py
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/exceptions/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/migrations/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/mvc/__init__.py
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/mvc/base_controller.py
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/mvc/base_model.py
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/mvc/controller.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/mvc/model_interface.py
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/mvc/queries.py
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/mvc/response.py
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/openapi/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/scripts/__init__.py
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/scripts/install_1.sql
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/scripts/install_2.sql
RENAMED
|
File without changes
|
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/services/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/__init__.py
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/test/component.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
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/utilities/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/utilities/options.py
RENAMED
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/utilities/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaaql-middleware-python-3.1.16.26 → jaaql-middleware-python-3.1.16.27}/jaaql/utilities/vault.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|