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.
Files changed (100) hide show
  1. liberty/{alembic → framework/alembic}/env.py +4 -4
  2. liberty/{controllers → framework/controllers}/api_controller.py +4 -4
  3. liberty/{controllers → framework/controllers}/setup_controller.py +4 -4
  4. liberty/{controllers → framework/controllers}/socket_controller.py +1 -1
  5. liberty/{database → framework/database}/base_dao.py +1 -1
  6. liberty/{database → framework/database}/ora_dao.py +3 -3
  7. liberty/{database → framework/database}/pg_dao.py +2 -2
  8. liberty/{main.py → framework/main.py} +13 -13
  9. liberty/{public/frontend/assets/index-DKi0M8X4.js → framework/public/frontend/assets/index-JciO17Ha.js} +3 -3
  10. liberty/{public/frontend/assets/index-DKi0M8X4.js.map → framework/public/frontend/assets/index-JciO17Ha.js.map} +1 -1
  11. liberty/{public/frontend/assets/index.es-D6oC0jBA-Bov3KVdc.js → framework/public/frontend/assets/index.es-D6oC0jBA-D4MGSJYE.js} +2 -2
  12. liberty/{public/frontend/assets/index.es-D6oC0jBA-Bov3KVdc.js.map → framework/public/frontend/assets/index.es-D6oC0jBA-D4MGSJYE.js.map} +1 -1
  13. liberty/{public → framework/public}/frontend/index.html +1 -1
  14. liberty/{routes → framework/routes}/api_routes.py +15 -15
  15. liberty/{routes → framework/routes}/react_routes.py +1 -1
  16. liberty/{routes → framework/routes}/setup_routes.py +4 -4
  17. liberty/{routes → framework/routes}/socket_routes.py +1 -1
  18. liberty/{services → framework/services}/api_services.py +3 -3
  19. liberty/{services → framework/services}/db_pool.py +3 -3
  20. liberty/{services → framework/services}/rest_services.py +3 -3
  21. liberty/{setup → framework/setup}/services/alembic.py +6 -6
  22. liberty/{setup → framework/setup}/services/dump.py +5 -5
  23. liberty/{setup → framework/setup}/services/install.py +4 -4
  24. liberty/{setup → framework/setup}/services/models.py +3 -3
  25. liberty/{setup → framework/setup}/services/setup.py +9 -9
  26. liberty/framework/utils/__init__.py +0 -0
  27. liberty/{utils → framework/utils}/encrypt.py +1 -1
  28. liberty/{utils → framework/utils}/jwt.py +1 -1
  29. {liberty_framework-6.0.65.dist-info → liberty_framework-6.0.66.dist-info}/METADATA +3 -2
  30. liberty_framework-6.0.66.dist-info/RECORD +98 -0
  31. liberty_framework-6.0.66.dist-info/entry_points.txt +2 -0
  32. liberty/postgres/dump/test.dump +0 -0
  33. liberty_framework-6.0.65.dist-info/RECORD +0 -98
  34. liberty_framework-6.0.65.dist-info/entry_points.txt +0 -2
  35. /liberty/{business → framework}/__init__.py +0 -0
  36. /liberty/{alembic → framework/alembic}/README +0 -0
  37. /liberty/{alembic → framework/alembic}/script.py.mako +0 -0
  38. /liberty/{alembic → framework/alembic}/versions/README +0 -0
  39. /liberty/{alembic.ini → framework/alembic.ini} +0 -0
  40. /liberty/{controllers → framework/business}/__init__.py +0 -0
  41. /liberty/{business → framework/business}/oracle.py +0 -0
  42. /liberty/{business → framework/business}/postgres.py +0 -0
  43. /liberty/{config → framework/config}/__init__.py +0 -0
  44. /liberty/{config → framework/config}/files/liberty.ini +0 -0
  45. /liberty/{database → framework/controllers}/__init__.py +0 -0
  46. /liberty/{models → framework/database}/__init__.py +0 -0
  47. /liberty/{logs → framework/logs}/__init__.py +0 -0
  48. /liberty/{postgres → framework/models}/__init__.py +0 -0
  49. /liberty/{models → framework/models}/ai.py +0 -0
  50. /liberty/{models → framework/models}/apidb.py +0 -0
  51. /liberty/{models → framework/models}/applications.py +0 -0
  52. /liberty/{models → framework/models}/auth.py +0 -0
  53. /liberty/{models → framework/models}/base.py +0 -0
  54. /liberty/{models → framework/models}/modules.py +0 -0
  55. /liberty/{models → framework/models}/pool.py +0 -0
  56. /liberty/{models → framework/models}/setup.py +0 -0
  57. /liberty/{models → framework/models}/themes.py +0 -0
  58. /liberty/{routes → framework/postgres}/__init__.py +0 -0
  59. /liberty/{postgres → framework/postgres}/dump/__init__.py +0 -0
  60. /liberty/{postgres → framework/postgres}/dump/airflow.dump +0 -0
  61. /liberty/{postgres → framework/postgres}/dump/gitea.dump +0 -0
  62. /liberty/{postgres → framework/postgres}/dump/keycloak.dump +0 -0
  63. /liberty/{postgres → framework/postgres}/dump/liberty.dump +0 -0
  64. /liberty/{postgres → framework/postgres}/dump/libnetl.dump +0 -0
  65. /liberty/{postgres → framework/postgres}/dump/libnjde.dump +0 -0
  66. /liberty/{postgres → framework/postgres}/dump/libnsx1.dump +0 -0
  67. /liberty/{postgres → framework/postgres}/dump/nomajde.dump +0 -0
  68. /liberty/{postgres → framework/postgres}/dump/nomasx1.dump +0 -0
  69. /liberty/{public → framework/public}/__init__.py +0 -0
  70. /liberty/{public → framework/public}/frontend/assets/background_ly-VdfFMP8a.jpg +0 -0
  71. /liberty/{public → framework/public}/frontend/assets/logo_ly-HGj2PB94.svg +0 -0
  72. /liberty/{public → framework/public}/frontend/assets/purify.es-BGDLgQxM-VhQmH9Os.js +0 -0
  73. /liberty/{public → framework/public}/frontend/assets/purify.es-BGDLgQxM-VhQmH9Os.js.map +0 -0
  74. /liberty/{public → framework/public}/offline/assets/logo_ly.png +0 -0
  75. /liberty/{public → framework/public}/offline/index.html +0 -0
  76. /liberty/{public → framework/public}/setup/index.html +0 -0
  77. /liberty/{public → framework/public}/setup/setup/assets/background_ly-VdfFMP8a.jpg +0 -0
  78. /liberty/{public → framework/public}/setup/setup/assets/index-BBGAGXd2.css +0 -0
  79. /liberty/{public → framework/public}/setup/setup/assets/index-knz6QXph.js +0 -0
  80. /liberty/{public → framework/public}/setup/setup/assets/index-knz6QXph.js.map +0 -0
  81. /liberty/{public → framework/public}/setup/setup/assets/logo_ly-HGj2PB94.svg +0 -0
  82. /liberty/{services → framework/routes}/__init__.py +0 -0
  83. /liberty/{setup → framework/services}/__init__.py +0 -0
  84. /liberty/{setup/services → framework/setup}/__init__.py +0 -0
  85. /liberty/{setup → framework/setup}/data/__init__.py +0 -0
  86. /liberty/{setup → framework/setup}/data/liberty.json +0 -0
  87. /liberty/{setup → framework/setup}/data/libnetl.json +0 -0
  88. /liberty/{setup → framework/setup}/data/libnjde.json +0 -0
  89. /liberty/{setup → framework/setup}/data/libnsx1.json +0 -0
  90. /liberty/{setup → framework/setup}/data/nomasx1.json +0 -0
  91. /liberty/{setup → framework/setup}/models/__init__.py +0 -0
  92. /liberty/{setup → framework/setup}/models/liberty.py +0 -0
  93. /liberty/{setup → framework/setup}/models/nomasx1.py +0 -0
  94. /liberty/{utils → framework/setup/services}/__init__.py +0 -0
  95. /liberty/{utils → framework/utils}/common.py +0 -0
  96. /liberty/{utils → framework/utils}/logs.py +0 -0
  97. /liberty/{utils → framework/utils}/test.py +0 -0
  98. /liberty_framework-6.0.65.dist-info/LICENSE → /liberty_framework-6.0.66.dist-info/LICENSE.md +0 -0
  99. {liberty_framework-6.0.65.dist-info → liberty_framework-6.0.66.dist-info}/WHEEL +0 -0
  100. {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.