liberty-framework 6.0.46__py3-none-any.whl → 6.0.48__py3-none-any.whl
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.
- app/public/frontend/assets/{index-CBVjFKmW.js → index-BEQMJlHa.js} +159 -159
- app/public/frontend/assets/{index-CBVjFKmW.js.map → index-BEQMJlHa.js.map} +1 -1
- app/public/frontend/assets/{index.es-8R5QRthQ-drU8K1aL.js → index.es-mB7ZF8OM-DnpXL3xF.js} +7 -7
- app/public/frontend/assets/{index.es-8R5QRthQ-drU8K1aL.js.map → index.es-mB7ZF8OM-DnpXL3xF.js.map} +1 -1
- app/public/frontend/assets/{purify.es-CKk_t3XZ-CHJWMLL4.js → purify.es-CKk_t3XZ-CB-r1fqE.js} +2 -2
- app/public/frontend/assets/{purify.es-CKk_t3XZ-CHJWMLL4.js.map → purify.es-CKk_t3XZ-CB-r1fqE.js.map} +1 -1
- app/public/frontend/index.html +1 -1
- {liberty_framework-6.0.46.dist-info → liberty_framework-6.0.48.dist-info}/METADATA +2 -1
- liberty_framework-6.0.48.dist-info/RECORD +97 -0
- {liberty_framework-6.0.46.dist-info → liberty_framework-6.0.48.dist-info}/WHEEL +1 -1
- liberty_framework-6.0.48.dist-info/top_level.txt +1 -0
- app/.DS_Store +0 -0
- app/__pycache__/__init__.cpython-312.pyc +0 -0
- app/__pycache__/main.cpython-312.pyc +0 -0
- app/__pycache__/test.cpython-312.pyc +0 -0
- app/alembic/__pycache__/__init__.cpython-312.pyc +0 -0
- app/alembic/__pycache__/env.cpython-312.pyc +0 -0
- app/alembic/versions/__pycache__/07301a1e0a40_upgrade.cpython-312.pyc +0 -0
- app/alembic/versions/__pycache__/6d15b02a5d62_upgrade.cpython-312.pyc +0 -0
- app/alembic/versions/__pycache__/97ce2af21b7b_upgrade.cpython-312.pyc +0 -0
- app/alembic/versions/__pycache__/abebaaa0b8b5_upgrade.cpython-312.pyc +0 -0
- app/alembic/versions/__pycache__/dd5d460a6436_upgrade.cpython-312.pyc +0 -0
- app/alembic/versions/__pycache__/ecb84318e633_upgrade.cpython-312.pyc +0 -0
- app/alembic/versions/__pycache__/f93e0f531f2a_upgrade.cpython-312.pyc +0 -0
- app/alembic/versions/__pycache__/feb86bf02dac_upgrade.cpython-312.pyc +0 -0
- app/business/__pycache__/__init__.cpython-312.pyc +0 -0
- app/business/__pycache__/oracle.cpython-312.pyc +0 -0
- app/business/__pycache__/postgres.cpython-312.pyc +0 -0
- app/config/__pycache__/__init__.cpython-312.pyc +0 -0
- app/config/__pycache__/config.cpython-312.pyc +0 -0
- app/controllers/__pycache__/__init__.cpython-312.pyc +0 -0
- app/controllers/__pycache__/api_controller.cpython-312.pyc +0 -0
- app/controllers/__pycache__/react_controller.cpython-312.pyc +0 -0
- app/controllers/__pycache__/setup_controller.cpython-312.pyc +0 -0
- app/controllers/__pycache__/socket_controller.cpython-312.pyc +0 -0
- app/database/__pycache__/__init__.cpython-312.pyc +0 -0
- app/database/__pycache__/base_dao.cpython-312.pyc +0 -0
- app/database/__pycache__/config.cpython-312.pyc +0 -0
- app/database/__pycache__/dao_factory.cpython-312.pyc +0 -0
- app/database/__pycache__/ora_dao.cpython-312.pyc +0 -0
- app/database/__pycache__/oracle_dao.cpython-312.pyc +0 -0
- app/database/__pycache__/pg_dao.cpython-312.pyc +0 -0
- app/database/__pycache__/postgres_dao.cpython-312.pyc +0 -0
- app/logs/.DS_Store +0 -0
- app/logs/__pycache__/__init__.cpython-312.pyc +0 -0
- app/logs/__pycache__/logs.cpython-312.pyc +0 -0
- app/logs/files/logs-frontend-json.log +0 -206
- app/logs/files/logs-frontend-text.log +0 -824
- app/models/__pycache__/__init__.cpython-312.pyc +0 -0
- app/models/__pycache__/ai.cpython-312.pyc +0 -0
- app/models/__pycache__/apidb.cpython-312.pyc +0 -0
- app/models/__pycache__/applications.cpython-312.pyc +0 -0
- app/models/__pycache__/auth.cpython-312.pyc +0 -0
- app/models/__pycache__/base.cpython-312.pyc +0 -0
- app/models/__pycache__/checkdb.cpython-312.pyc +0 -0
- app/models/__pycache__/modules.cpython-312.pyc +0 -0
- app/models/__pycache__/pool.cpython-312.pyc +0 -0
- app/models/__pycache__/setup.cpython-312.pyc +0 -0
- app/models/__pycache__/themes.cpython-312.pyc +0 -0
- app/postgres/.DS_Store +0 -0
- app/postgres/__pycache__/__init__.cpython-312.pyc +0 -0
- app/postgres/dump/__pycache__/__init__.cpython-312.pyc +0 -0
- app/postgres/dump/__pycache__/dump.cpython-312.pyc +0 -0
- app/public/__pycache__/__init__.cpython-312.pyc +0 -0
- app/routes/__pycache__/__init__.cpython-312.pyc +0 -0
- app/routes/__pycache__/api_routes.cpython-312.pyc +0 -0
- app/routes/__pycache__/react_routes.cpython-312.pyc +0 -0
- app/routes/__pycache__/setup_routes.cpython-312.pyc +0 -0
- app/routes/__pycache__/socket_routes.cpython-312.pyc +0 -0
- app/services/__pycache__/__init__.cpython-312.pyc +0 -0
- app/services/__pycache__/alembic.cpython-312.pyc +0 -0
- app/services/__pycache__/api_rest.cpython-312.pyc +0 -0
- app/services/__pycache__/db_pool.cpython-312.pyc +0 -0
- app/services/__pycache__/db_query.cpython-312.pyc +0 -0
- app/setup/__pycache__/__init__.cpython-312.pyc +0 -0
- app/setup/data/__pycache__/__init__.cpython-312.pyc +0 -0
- app/setup/data/__pycache__/data.cpython-312.pyc +0 -0
- app/setup/models/__pycache__/__init__.cpython-312.pyc +0 -0
- app/setup/models/__pycache__/airflow.cpython-312.pyc +0 -0
- app/setup/models/__pycache__/liberty.cpython-312.pyc +0 -0
- app/setup/models/__pycache__/libnetl.cpython-312.pyc +0 -0
- app/setup/models/__pycache__/libnjde.cpython-312.pyc +0 -0
- app/setup/models/__pycache__/libnsx1.cpython-312.pyc +0 -0
- app/setup/models/__pycache__/models.cpython-312.pyc +0 -0
- app/setup/models/__pycache__/nomasx1.cpython-312.pyc +0 -0
- app/setup/services/__pycache__/__init__.cpython-312.pyc +0 -0
- app/setup/services/__pycache__/alembic.cpython-312.pyc +0 -0
- app/setup/services/__pycache__/dump.cpython-312.pyc +0 -0
- app/setup/services/__pycache__/init.cpython-312.pyc +0 -0
- app/setup/services/__pycache__/install.cpython-312.pyc +0 -0
- app/setup/services/__pycache__/models.cpython-312.pyc +0 -0
- app/setup/services/__pycache__/setup.cpython-312.pyc +0 -0
- app/utils/__pycache__/__init__.cpython-312.pyc +0 -0
- app/utils/__pycache__/common.cpython-312.pyc +0 -0
- app/utils/__pycache__/encrypt.cpython-312.pyc +0 -0
- app/utils/__pycache__/jwt.cpython-312.pyc +0 -0
- app/utils/__pycache__/logs.cpython-312.pyc +0 -0
- app/utils/__pycache__/models.cpython-312.pyc +0 -0
- liberty_framework-6.0.46.dist-info/RECORD +0 -211
- liberty_framework-6.0.46.dist-info/top_level.txt +0 -2
- tests/__init__.py +0 -0
- tests/__pycache__/__init__.cpython-312.pyc +0 -0
- tests/__pycache__/conftest.cpython-312-pytest-8.3.4.pyc +0 -0
- tests/__pycache__/main.cpython-312.pyc +0 -0
- tests/__pycache__/test.cpython-312.pyc +0 -0
- tests/conftest.py +0 -15
- tests/main.py +0 -13
- tests/scenarios/__init__.py +0 -0
- tests/scenarios/__pycache__/__init__.cpython-312.pyc +0 -0
- tests/scenarios/__pycache__/test_auth_token.cpython-312-pytest-8.3.4.pyc +0 -0
- tests/scenarios/__pycache__/test_auth_user.cpython-312-pytest-8.3.4.pyc +0 -0
- tests/scenarios/__pycache__/test_db_check.cpython-312-pytest-8.3.4.pyc +0 -0
- tests/scenarios/__pycache__/test_db_close.cpython-312-pytest-8.3.4.pyc +0 -0
- tests/scenarios/__pycache__/test_db_open.cpython-312-pytest-8.3.4.pyc +0 -0
- tests/scenarios/__pycache__/test_fmw_applications.cpython-312-pytest-8.3.4.pyc +0 -0
- tests/scenarios/__pycache__/test_fmw_encrypt.cpython-312-pytest-8.3.4.pyc +0 -0
- tests/scenarios/__pycache__/test_fmw_modules.cpython-312-pytest-8.3.4.pyc +0 -0
- tests/scenarios/__pycache__/test_fmw_themes.cpython-312-pytest-8.3.4.pyc +0 -0
- tests/scenarios/test_auth_token.py +0 -38
- tests/scenarios/test_auth_user.py +0 -47
- tests/scenarios/test_db_check.py +0 -50
- tests/scenarios/test_db_close.py +0 -55
- tests/scenarios/test_db_open.py +0 -47
- tests/scenarios/test_fmw_applications.py +0 -21
- tests/scenarios/test_fmw_encrypt.py +0 -20
- tests/scenarios/test_fmw_modules.py +0 -19
- tests/scenarios/test_fmw_themes.py +0 -26
- {liberty_framework-6.0.46.dist-info → liberty_framework-6.0.48.dist-info}/LICENSE +0 -0
- {liberty_framework-6.0.46.dist-info → liberty_framework-6.0.48.dist-info}/entry_points.txt +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
app/logs/.DS_Store
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|