liberty-framework 6.0.65__py3-none-any.whl → 6.0.66__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.
- liberty/{alembic → framework/alembic}/env.py +4 -4
- liberty/{controllers → framework/controllers}/api_controller.py +4 -4
- liberty/{controllers → framework/controllers}/setup_controller.py +4 -4
- liberty/{controllers → framework/controllers}/socket_controller.py +1 -1
- liberty/{database → framework/database}/base_dao.py +1 -1
- liberty/{database → framework/database}/ora_dao.py +3 -3
- liberty/{database → framework/database}/pg_dao.py +2 -2
- liberty/{main.py → framework/main.py} +13 -13
- liberty/{public/frontend/assets/index-DKi0M8X4.js → framework/public/frontend/assets/index-JciO17Ha.js} +3 -3
- liberty/{public/frontend/assets/index-DKi0M8X4.js.map → framework/public/frontend/assets/index-JciO17Ha.js.map} +1 -1
- liberty/{public/frontend/assets/index.es-D6oC0jBA-Bov3KVdc.js → framework/public/frontend/assets/index.es-D6oC0jBA-D4MGSJYE.js} +2 -2
- liberty/{public/frontend/assets/index.es-D6oC0jBA-Bov3KVdc.js.map → framework/public/frontend/assets/index.es-D6oC0jBA-D4MGSJYE.js.map} +1 -1
- liberty/{public → framework/public}/frontend/index.html +1 -1
- liberty/{routes → framework/routes}/api_routes.py +15 -15
- liberty/{routes → framework/routes}/react_routes.py +1 -1
- liberty/{routes → framework/routes}/setup_routes.py +4 -4
- liberty/{routes → framework/routes}/socket_routes.py +1 -1
- liberty/{services → framework/services}/api_services.py +3 -3
- liberty/{services → framework/services}/db_pool.py +3 -3
- liberty/{services → framework/services}/rest_services.py +3 -3
- liberty/{setup → framework/setup}/services/alembic.py +6 -6
- liberty/{setup → framework/setup}/services/dump.py +5 -5
- liberty/{setup → framework/setup}/services/install.py +4 -4
- liberty/{setup → framework/setup}/services/models.py +3 -3
- liberty/{setup → framework/setup}/services/setup.py +9 -9
- liberty/framework/utils/__init__.py +0 -0
- liberty/{utils → framework/utils}/encrypt.py +1 -1
- liberty/{utils → framework/utils}/jwt.py +1 -1
- {liberty_framework-6.0.65.dist-info → liberty_framework-6.0.66.dist-info}/METADATA +3 -2
- liberty_framework-6.0.66.dist-info/RECORD +98 -0
- liberty_framework-6.0.66.dist-info/entry_points.txt +2 -0
- liberty/postgres/dump/test.dump +0 -0
- liberty_framework-6.0.65.dist-info/RECORD +0 -98
- liberty_framework-6.0.65.dist-info/entry_points.txt +0 -2
- /liberty/{business → framework}/__init__.py +0 -0
- /liberty/{alembic → framework/alembic}/README +0 -0
- /liberty/{alembic → framework/alembic}/script.py.mako +0 -0
- /liberty/{alembic → framework/alembic}/versions/README +0 -0
- /liberty/{alembic.ini → framework/alembic.ini} +0 -0
- /liberty/{controllers → framework/business}/__init__.py +0 -0
- /liberty/{business → framework/business}/oracle.py +0 -0
- /liberty/{business → framework/business}/postgres.py +0 -0
- /liberty/{config → framework/config}/__init__.py +0 -0
- /liberty/{config → framework/config}/files/liberty.ini +0 -0
- /liberty/{database → framework/controllers}/__init__.py +0 -0
- /liberty/{models → framework/database}/__init__.py +0 -0
- /liberty/{logs → framework/logs}/__init__.py +0 -0
- /liberty/{postgres → framework/models}/__init__.py +0 -0
- /liberty/{models → framework/models}/ai.py +0 -0
- /liberty/{models → framework/models}/apidb.py +0 -0
- /liberty/{models → framework/models}/applications.py +0 -0
- /liberty/{models → framework/models}/auth.py +0 -0
- /liberty/{models → framework/models}/base.py +0 -0
- /liberty/{models → framework/models}/modules.py +0 -0
- /liberty/{models → framework/models}/pool.py +0 -0
- /liberty/{models → framework/models}/setup.py +0 -0
- /liberty/{models → framework/models}/themes.py +0 -0
- /liberty/{routes → framework/postgres}/__init__.py +0 -0
- /liberty/{postgres → framework/postgres}/dump/__init__.py +0 -0
- /liberty/{postgres → framework/postgres}/dump/airflow.dump +0 -0
- /liberty/{postgres → framework/postgres}/dump/gitea.dump +0 -0
- /liberty/{postgres → framework/postgres}/dump/keycloak.dump +0 -0
- /liberty/{postgres → framework/postgres}/dump/liberty.dump +0 -0
- /liberty/{postgres → framework/postgres}/dump/libnetl.dump +0 -0
- /liberty/{postgres → framework/postgres}/dump/libnjde.dump +0 -0
- /liberty/{postgres → framework/postgres}/dump/libnsx1.dump +0 -0
- /liberty/{postgres → framework/postgres}/dump/nomajde.dump +0 -0
- /liberty/{postgres → framework/postgres}/dump/nomasx1.dump +0 -0
- /liberty/{public → framework/public}/__init__.py +0 -0
- /liberty/{public → framework/public}/frontend/assets/background_ly-VdfFMP8a.jpg +0 -0
- /liberty/{public → framework/public}/frontend/assets/logo_ly-HGj2PB94.svg +0 -0
- /liberty/{public → framework/public}/frontend/assets/purify.es-BGDLgQxM-VhQmH9Os.js +0 -0
- /liberty/{public → framework/public}/frontend/assets/purify.es-BGDLgQxM-VhQmH9Os.js.map +0 -0
- /liberty/{public → framework/public}/offline/assets/logo_ly.png +0 -0
- /liberty/{public → framework/public}/offline/index.html +0 -0
- /liberty/{public → framework/public}/setup/index.html +0 -0
- /liberty/{public → framework/public}/setup/setup/assets/background_ly-VdfFMP8a.jpg +0 -0
- /liberty/{public → framework/public}/setup/setup/assets/index-BBGAGXd2.css +0 -0
- /liberty/{public → framework/public}/setup/setup/assets/index-knz6QXph.js +0 -0
- /liberty/{public → framework/public}/setup/setup/assets/index-knz6QXph.js.map +0 -0
- /liberty/{public → framework/public}/setup/setup/assets/logo_ly-HGj2PB94.svg +0 -0
- /liberty/{services → framework/routes}/__init__.py +0 -0
- /liberty/{setup → framework/services}/__init__.py +0 -0
- /liberty/{setup/services → framework/setup}/__init__.py +0 -0
- /liberty/{setup → framework/setup}/data/__init__.py +0 -0
- /liberty/{setup → framework/setup}/data/liberty.json +0 -0
- /liberty/{setup → framework/setup}/data/libnetl.json +0 -0
- /liberty/{setup → framework/setup}/data/libnjde.json +0 -0
- /liberty/{setup → framework/setup}/data/libnsx1.json +0 -0
- /liberty/{setup → framework/setup}/data/nomasx1.json +0 -0
- /liberty/{setup → framework/setup}/models/__init__.py +0 -0
- /liberty/{setup → framework/setup}/models/liberty.py +0 -0
- /liberty/{setup → framework/setup}/models/nomasx1.py +0 -0
- /liberty/{utils → framework/setup/services}/__init__.py +0 -0
- /liberty/{utils → framework/utils}/common.py +0 -0
- /liberty/{utils → framework/utils}/logs.py +0 -0
- /liberty/{utils → framework/utils}/test.py +0 -0
- /liberty_framework-6.0.65.dist-info/LICENSE → /liberty_framework-6.0.66.dist-info/LICENSE.md +0 -0
- {liberty_framework-6.0.65.dist-info → liberty_framework-6.0.66.dist-info}/WHEEL +0 -0
- {liberty_framework-6.0.65.dist-info → liberty_framework-6.0.66.dist-info}/top_level.txt +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.