zrb 1.0.0b7__tar.gz → 1.0.0b8__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.
Files changed (311) hide show
  1. {zrb-1.0.0b7 → zrb-1.0.0b8}/PKG-INFO +1 -1
  2. {zrb-1.0.0b7 → zrb-1.0.0b8}/pyproject.toml +1 -1
  3. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/git.py +15 -15
  4. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/git_subtree.py +6 -6
  5. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/task/cmd_task.py +2 -2
  6. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/cmd/command.py +2 -2
  7. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/git.py +18 -18
  8. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/git_subtree.py +6 -6
  9. {zrb-1.0.0b7 → zrb-1.0.0b8}/README.md +0 -0
  10. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/__init__.py +0 -0
  11. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/__main__.py +0 -0
  12. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/attr/__init__.py +0 -0
  13. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/attr/type.py +0 -0
  14. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/__init__.py +0 -0
  15. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/base64.py +0 -0
  16. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/group.py +0 -0
  17. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/llm/llm_chat.py +0 -0
  18. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/llm/previous-session.js +0 -0
  19. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/llm/tool/api.py +0 -0
  20. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/llm/tool/cli.py +0 -0
  21. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/llm/tool/rag.py +0 -0
  22. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/llm/tool/web.py +0 -0
  23. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/md5.py +0 -0
  24. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/__init__.py +0 -0
  25. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_input.py +0 -0
  26. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_task.py +0 -0
  27. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/.flake8 +0 -0
  28. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/.gitignore +0 -0
  29. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/README.md +0 -0
  30. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/__init__.py +0 -0
  31. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/column/add_column_task.py +0 -0
  32. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/config.py +0 -0
  33. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/add_entity_task.py +0 -0
  34. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/add_entity_util.py +0 -0
  35. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/my_module/service/my_entity/my_entity_service.py +0 -0
  36. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/my_module/service/my_entity/my_entity_service_factory.py +0 -0
  37. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/my_module/service/my_entity/repository/my_entity_db_repository.py +0 -0
  38. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/my_module/service/my_entity/repository/my_entity_repository.py +0 -0
  39. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/my_module/service/my_entity/repository/my_entity_repository_factory.py +0 -0
  40. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/schema/my_entity.py +0 -0
  41. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/client_method.py +0 -0
  42. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/gateway_subroute.py +0 -0
  43. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/format_task.py +0 -0
  44. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/group.py +0 -0
  45. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/input.py +0 -0
  46. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/add_module_task.py +0 -0
  47. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/add_module_util.py +0 -0
  48. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/gateway/subroute/my_module.py +0 -0
  49. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/alembic.ini +0 -0
  50. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/client/my_module_api_client.py +0 -0
  51. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/client/my_module_client.py +0 -0
  52. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/client/my_module_client_factory.py +0 -0
  53. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/client/my_module_direct_client.py +0 -0
  54. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/migration/README +0 -0
  55. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/migration/env.py +0 -0
  56. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/migration/script.py.mako +0 -0
  57. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/migration/versions/.gitkeep +0 -0
  58. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/migration_metadata.py +0 -0
  59. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/route.py +0 -0
  60. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/service/__init__.py +0 -0
  61. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/module_task_definition.py +0 -0
  62. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/task.py +0 -0
  63. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/util.py +0 -0
  64. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/venv_task.py +0 -0
  65. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/__init__.py +0 -0
  66. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/app_factory.py +0 -0
  67. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/base_db_repository.py +0 -0
  68. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/base_service.py +0 -0
  69. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/db_engine_factory.py +0 -0
  70. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/error.py +0 -0
  71. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/logger_factory.py +0 -0
  72. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/parser_factory.py +0 -0
  73. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/schema.py +0 -0
  74. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/util/app.py +0 -0
  75. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/util/parser.py +0 -0
  76. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/util/user_agent.py +0 -0
  77. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/util/view.py +0 -0
  78. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/config.py +0 -0
  79. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/main.py +0 -0
  80. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/migrate.py +0 -0
  81. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/__init__.py +0 -0
  82. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/alembic.ini +0 -0
  83. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/client/auth_api_client.py +0 -0
  84. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/client/auth_client.py +0 -0
  85. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/client/auth_client_factory.py +0 -0
  86. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/client/auth_direct_client.py +0 -0
  87. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/README +0 -0
  88. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/env.py +0 -0
  89. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/script.py.mako +0 -0
  90. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/versions/3093c7336477_add_auth_tables.py +0 -0
  91. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration_metadata.py +0 -0
  92. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/route.py +0 -0
  93. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/__init__.py +0 -0
  94. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/__init__.py +0 -0
  95. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/permission_service.py +0 -0
  96. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/permission_service_factory.py +0 -0
  97. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/repository/permission_db_repository.py +0 -0
  98. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/repository/permission_repository.py +0 -0
  99. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/repository/permission_repository_factory.py +0 -0
  100. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/__init__.py +0 -0
  101. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/repository/role_db_repository.py +0 -0
  102. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/repository/role_repository.py +0 -0
  103. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/repository/role_repository_factory.py +0 -0
  104. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/role_service.py +0 -0
  105. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/role_service_factory.py +0 -0
  106. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/__init__.py +0 -0
  107. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/repository/user_db_repository.py +0 -0
  108. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/repository/user_repository.py +0 -0
  109. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/repository/user_repository_factory.py +0 -0
  110. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/user_service.py +0 -0
  111. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/user_service_factory.py +0 -0
  112. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/alembic.ini +0 -0
  113. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration/README +0 -0
  114. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration/env.py +0 -0
  115. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration/script.py.mako +0 -0
  116. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration/versions/.gitkeep +0 -0
  117. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration_metadata.py +0 -0
  118. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/route.py +0 -0
  119. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/subroute/auth.py +0 -0
  120. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/util/view.py +0 -0
  121. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/error.html +0 -0
  122. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/homepage.html +0 -0
  123. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/images/android-chrome-192x192.png +0 -0
  124. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/images/android-chrome-512x512.png +0 -0
  125. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/images/favicon-32x32.png +0 -0
  126. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.amber.min.css +0 -0
  127. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.blue.min.css +0 -0
  128. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.cyan.min.css +0 -0
  129. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.fuchsia.min.css +0 -0
  130. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.green.min.css +0 -0
  131. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.grey.min.css +0 -0
  132. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.indigo.min.css +0 -0
  133. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.jade.min.css +0 -0
  134. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.lime.min.css +0 -0
  135. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.min.css +0 -0
  136. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.orange.min.css +0 -0
  137. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.pink.min.css +0 -0
  138. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.pumpkin.min.css +0 -0
  139. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.purple.min.css +0 -0
  140. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.red.min.css +0 -0
  141. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.sand.min.css +0 -0
  142. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.slate.min.css +0 -0
  143. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.violet.min.css +0 -0
  144. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.yellow.min.css +0 -0
  145. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.zinc.min.css +0 -0
  146. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/template/default.html +0 -0
  147. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/requirements.txt +0 -0
  148. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/__init__.py +0 -0
  149. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/permission.py +0 -0
  150. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/role.py +0 -0
  151. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/session.py +0 -0
  152. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/user.py +0 -0
  153. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/template.env +0 -0
  154. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/add/fastapp/fastapp_util.py +0 -0
  155. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/create/__init__.py +0 -0
  156. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/create/project-template/README.md +0 -0
  157. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/create/project-template/zrb_init.py +0 -0
  158. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/project/create/project_task.py +0 -0
  159. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/python.py +0 -0
  160. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/random.py +0 -0
  161. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/setup/asdf/asdf.py +0 -0
  162. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/setup/asdf/asdf_helper.py +0 -0
  163. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/setup/common_input.py +0 -0
  164. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/setup/latex/ubuntu.py +0 -0
  165. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/setup/tmux/tmux.py +0 -0
  166. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/setup/tmux/tmux_config.sh +0 -0
  167. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/setup/tmux/tmux_helper.py +0 -0
  168. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/setup/ubuntu.py +0 -0
  169. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/setup/zsh/zsh.py +0 -0
  170. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/setup/zsh/zsh_config.sh +0 -0
  171. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/setup/zsh/zsh_helper.py +0 -0
  172. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/shell/__init__.py +0 -0
  173. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/shell/autocomplete/__init__.py +0 -0
  174. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/shell/autocomplete/bash.py +0 -0
  175. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/shell/autocomplete/subcmd.py +0 -0
  176. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/shell/autocomplete/zsh.py +0 -0
  177. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/builtin/todo.py +0 -0
  178. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/callback/__init__.py +0 -0
  179. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/callback/any_callback.py +0 -0
  180. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/callback/callback.py +0 -0
  181. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/cmd/__init__.py +0 -0
  182. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/cmd/cmd_result.py +0 -0
  183. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/cmd/cmd_val.py +0 -0
  184. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/config.py +0 -0
  185. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/content_transformer/__init__.py +0 -0
  186. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/content_transformer/any_content_transformer.py +0 -0
  187. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/content_transformer/content_transformer.py +0 -0
  188. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/context/__init__.py +0 -0
  189. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/context/any_context.py +0 -0
  190. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/context/any_shared_context.py +0 -0
  191. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/context/context.py +0 -0
  192. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/context/shared_context.py +0 -0
  193. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/dot_dict/__init__.py +0 -0
  194. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/dot_dict/dot_dict.py +0 -0
  195. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/env/__init__.py +0 -0
  196. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/env/any_env.py +0 -0
  197. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/env/env.py +0 -0
  198. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/env/env_file.py +0 -0
  199. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/env/env_map.py +0 -0
  200. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/group/__init__.py +0 -0
  201. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/group/any_group.py +0 -0
  202. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/group/group.py +0 -0
  203. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/input/__init__.py +0 -0
  204. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/input/any_input.py +0 -0
  205. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/input/base_input.py +0 -0
  206. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/input/bool_input.py +0 -0
  207. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/input/float_input.py +0 -0
  208. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/input/int_input.py +0 -0
  209. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/input/option_input.py +0 -0
  210. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/input/password_input.py +0 -0
  211. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/input/str_input.py +0 -0
  212. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/input/text_input.py +0 -0
  213. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/__init__.py +0 -0
  214. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/cli.py +0 -0
  215. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/common_util.py +0 -0
  216. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_app.py +0 -0
  217. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_config/config.py +0 -0
  218. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_config/config_factory.py +0 -0
  219. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/__init__.py +0 -0
  220. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/docs_route.py +0 -0
  221. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/error_page/serve_default_404.py +0 -0
  222. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/error_page/show_error_page.py +0 -0
  223. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/error_page/view.html +0 -0
  224. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/home_page/__init__.py +0 -0
  225. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/home_page/home_page_route.py +0 -0
  226. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/home_page/view.html +0 -0
  227. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/login_api_route.py +0 -0
  228. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/login_page/login_page_route.py +0 -0
  229. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/login_page/view.html +0 -0
  230. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/logout_api_route.py +0 -0
  231. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/logout_page/logout_page_route.py +0 -0
  232. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/logout_page/view.html +0 -0
  233. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/node_page/group/show_group_page.py +0 -0
  234. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/node_page/group/view.html +0 -0
  235. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/node_page/node_page_route.py +0 -0
  236. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/node_page/task/partial/input.html +0 -0
  237. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/node_page/task/show_task_page.py +0 -0
  238. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/node_page/task/view.html +0 -0
  239. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/refresh_token_api_route.py +0 -0
  240. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/static/refresh-token.template.js +0 -0
  241. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/static/resources/common.css +0 -0
  242. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/static/resources/favicon-32x32.png +0 -0
  243. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/static/resources/login/event.js +0 -0
  244. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/static/resources/logout/event.js +0 -0
  245. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/static/resources/pico.min.css +0 -0
  246. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/static/resources/session/common-util.js +0 -0
  247. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/static/resources/session/current-session.js +0 -0
  248. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/static/resources/session/event.js +0 -0
  249. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/static/resources/session/past-session.js +0 -0
  250. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/static/static_route.py +0 -0
  251. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/task_input_api_route.py +0 -0
  252. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_route/task_session_api_route.py +0 -0
  253. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_schema/session.py +0 -0
  254. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_schema/token.py +0 -0
  255. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_schema/user.py +0 -0
  256. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_util/cookie.py +0 -0
  257. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_util/html.py +0 -0
  258. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_util/token.py +0 -0
  259. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/runner/web_util/user.py +0 -0
  260. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/session/__init__.py +0 -0
  261. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/session/any_session.py +0 -0
  262. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/session/session.py +0 -0
  263. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/session_state_log/__init__.py +0 -0
  264. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/session_state_log/session_state_log.py +0 -0
  265. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/session_state_logger/__init__.py +0 -0
  266. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/session_state_logger/any_session_state_logger.py +0 -0
  267. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/session_state_logger/file_session_state_logger.py +0 -0
  268. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/session_state_logger/session_state_logger_factory.py +0 -0
  269. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/task/__init__.py +0 -0
  270. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/task/any_task.py +0 -0
  271. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/task/base_task.py +0 -0
  272. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/task/base_trigger.py +0 -0
  273. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/task/http_check.py +0 -0
  274. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/task/llm_task.py +0 -0
  275. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/task/make_task.py +0 -0
  276. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/task/rsync_task.py +0 -0
  277. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/task/scaffolder.py +0 -0
  278. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/task/scheduler.py +0 -0
  279. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/task/task.py +0 -0
  280. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/task/tcp_check.py +0 -0
  281. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/task_status/__init__.py +0 -0
  282. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/task_status/task_status.py +0 -0
  283. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/__init__.py +0 -0
  284. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/attr.py +0 -0
  285. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/cli/__init__.py +0 -0
  286. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/cli/style.py +0 -0
  287. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/cli/subcommand.py +0 -0
  288. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/cmd/__init__.py +0 -0
  289. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/cmd/remote.py +0 -0
  290. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/codemod/__init__.py +0 -0
  291. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/codemod/append_code_to_class.py +0 -0
  292. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/codemod/append_code_to_function.py +0 -0
  293. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/codemod/append_code_to_method.py +0 -0
  294. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/codemod/append_key_to_dict.py +0 -0
  295. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/codemod/append_param_to_function_call.py +0 -0
  296. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/codemod/prepend_code_to_module.py +0 -0
  297. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/codemod/prepend_parent_to_class.py +0 -0
  298. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/codemod/prepend_property_to_class.py +0 -0
  299. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/cron.py +0 -0
  300. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/file.py +0 -0
  301. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/group.py +0 -0
  302. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/llm/tool.py +0 -0
  303. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/load.py +0 -0
  304. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/run.py +0 -0
  305. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/string/__init__.py +0 -0
  306. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/string/conversion.py +0 -0
  307. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/string/format.py +0 -0
  308. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/string/name.py +0 -0
  309. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/util/todo.py +0 -0
  310. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/xcom/__init__.py +0 -0
  311. {zrb-1.0.0b7 → zrb-1.0.0b8}/src/zrb/xcom/xcom.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: zrb
3
- Version: 1.0.0b7
3
+ Version: 1.0.0b8
4
4
  Summary: Your Automation Powerhouse
5
5
  Home-page: https://github.com/state-alchemists/zrb
6
6
  License: AGPL-3.0-or-later
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "zrb"
3
- version = "1.0.0b7"
3
+ version = "1.0.0b8"
4
4
  description = "Your Automation Powerhouse"
5
5
  authors = ["Go Frendi Gunawan <gofrendiasgard@gmail.com>"]
6
6
  license = "AGPL-3.0-or-later"
@@ -57,9 +57,9 @@ from zrb.util.git import (
57
57
  )
58
58
  async def get_git_diff(ctx: AnyContext):
59
59
  ctx.print(stylize_faint("Get directory"))
60
- repo_dir = await get_repo_dir(log_method=ctx.print)
60
+ repo_dir = await get_repo_dir(print_method=ctx.print)
61
61
  diff = await get_diff(
62
- repo_dir, ctx.input.source, ctx.input.current, log_method=ctx.print
62
+ repo_dir, ctx.input.source, ctx.input.current, print_method=ctx.print
63
63
  )
64
64
  result = []
65
65
  decorated = []
@@ -88,17 +88,17 @@ async def get_git_diff(ctx: AnyContext):
88
88
  )
89
89
  async def prune_local_branches(ctx: AnyContext):
90
90
  ctx.print(stylize_faint("Get directory"))
91
- repo_dir = await get_repo_dir(log_method=ctx.print)
91
+ repo_dir = await get_repo_dir(print_method=ctx.print)
92
92
  ctx.print(stylize_faint("Get existing branches"))
93
- branches = await get_branches(repo_dir, log_method=ctx.print)
93
+ branches = await get_branches(repo_dir, print_method=ctx.print)
94
94
  ctx.print(stylize_faint("Get current branch"))
95
- current_branch = await get_current_branch(repo_dir, log_method=ctx.print)
95
+ current_branch = await get_current_branch(repo_dir, print_method=ctx.print)
96
96
  for branch in branches:
97
97
  if branch == current_branch or branch == "main" or branch == "master":
98
98
  continue
99
99
  ctx.print(stylize_faint(f"Removing local branch: {branch}"))
100
100
  try:
101
- await delete_branch(repo_dir, branch, log_method=ctx.print)
101
+ await delete_branch(repo_dir, branch, print_method=ctx.print)
102
102
  except Exception as e:
103
103
  ctx.log_error(e)
104
104
 
@@ -117,11 +117,11 @@ async def prune_local_branches(ctx: AnyContext):
117
117
  )
118
118
  async def git_commit(ctx: AnyContext):
119
119
  ctx.print(stylize_faint("Get directory"))
120
- repo_dir = await get_repo_dir(log_method=ctx.print)
120
+ repo_dir = await get_repo_dir(print_method=ctx.print)
121
121
  ctx.print(stylize_faint("Add changes to staging"))
122
- await add(repo_dir, log_method=ctx.print)
122
+ await add(repo_dir, print_method=ctx.print)
123
123
  ctx.print(stylize_faint("Commit changes"))
124
- await commit(repo_dir, ctx.input.message, log_method=ctx.print)
124
+ await commit(repo_dir, ctx.input.message, print_method=ctx.print)
125
125
 
126
126
 
127
127
  @make_task(
@@ -139,12 +139,12 @@ async def git_commit(ctx: AnyContext):
139
139
  )
140
140
  async def git_pull(ctx: AnyContext):
141
141
  ctx.print(stylize_faint("Get directory"))
142
- repo_dir = await get_repo_dir(log_method=ctx.print)
142
+ repo_dir = await get_repo_dir(print_method=ctx.print)
143
143
  ctx.print(stylize_faint("Get current branch"))
144
- current_branch = await get_current_branch(repo_dir, log_method=ctx.print)
144
+ current_branch = await get_current_branch(repo_dir, print_method=ctx.print)
145
145
  remote = ctx.input.remote
146
146
  ctx.print(stylize_faint(f"Pulling from {remote}/{current_branch}"))
147
- await pull(repo_dir, remote, current_branch, log_method=ctx.print)
147
+ await pull(repo_dir, remote, current_branch, print_method=ctx.print)
148
148
 
149
149
 
150
150
  @make_task(
@@ -161,9 +161,9 @@ async def git_pull(ctx: AnyContext):
161
161
  alias="push",
162
162
  )
163
163
  async def git_push(ctx: AnyContext):
164
- repo_dir = await get_repo_dir(log_method=ctx.print)
164
+ repo_dir = await get_repo_dir(print_method=ctx.print)
165
165
  ctx.print(stylize_faint("Get current branch"))
166
- current_branch = await get_current_branch(repo_dir, log_method=ctx.print)
166
+ current_branch = await get_current_branch(repo_dir, print_method=ctx.print)
167
167
  remote = ctx.input.remote
168
168
  ctx.print(stylize_faint(f"Pushing to {remote}/{current_branch}"))
169
- await push(repo_dir, remote, current_branch, log_method=ctx.print)
169
+ await push(repo_dir, remote, current_branch, print_method=ctx.print)
@@ -35,7 +35,7 @@ from zrb.util.git_subtree import add_subtree, load_config, pull_subtree, push_su
35
35
  )
36
36
  async def git_add_subtree(ctx: AnyContext):
37
37
  ctx.print(stylize_faint("Get directory"))
38
- repo_dir = await get_repo_dir(log_method=ctx.print)
38
+ repo_dir = await get_repo_dir(print_method=ctx.print)
39
39
  ctx.print(stylize_faint("Add subtree"))
40
40
  await add_subtree(
41
41
  repo_dir=repo_dir,
@@ -43,7 +43,7 @@ async def git_add_subtree(ctx: AnyContext):
43
43
  repo_url=ctx.input["repo-url"],
44
44
  branch=ctx.input["repo-branch"],
45
45
  prefix=ctx.input["repo-prefix"],
46
- log_method=ctx.print,
46
+ print_method=ctx.print,
47
47
  )
48
48
 
49
49
 
@@ -56,7 +56,7 @@ async def git_add_subtree(ctx: AnyContext):
56
56
  )
57
57
  async def git_pull_subtree(ctx: AnyContext):
58
58
  ctx.print(stylize_faint("Get directory"))
59
- repo_dir = await get_repo_dir(log_method=ctx.print)
59
+ repo_dir = await get_repo_dir(print_method=ctx.print)
60
60
  config = load_config(repo_dir)
61
61
  if not config.data:
62
62
  raise ValueError("No subtree config found")
@@ -69,7 +69,7 @@ async def git_pull_subtree(ctx: AnyContext):
69
69
  prefix=detail.prefix,
70
70
  repo_url=detail.repo_url,
71
71
  branch=detail.branch,
72
- log_method=ctx.print,
72
+ print_method=ctx.print,
73
73
  )
74
74
  except Exception as e:
75
75
  if first_err is None:
@@ -88,7 +88,7 @@ async def git_pull_subtree(ctx: AnyContext):
88
88
  )
89
89
  async def git_push_subtree(ctx: AnyContext):
90
90
  ctx.print(stylize_faint("Get directory"))
91
- repo_dir = await get_repo_dir(log_method=ctx.print)
91
+ repo_dir = await get_repo_dir(print_method=ctx.print)
92
92
  config = load_config(repo_dir)
93
93
  if not config.data:
94
94
  raise ValueError("No subtree config found")
@@ -101,7 +101,7 @@ async def git_push_subtree(ctx: AnyContext):
101
101
  prefix=detail.prefix,
102
102
  repo_url=detail.repo_url,
103
103
  branch=detail.branch,
104
- log_method=ctx.print,
104
+ print_method=ctx.print,
105
105
  )
106
106
  except Exception as e:
107
107
  if first_err is None:
@@ -126,7 +126,7 @@ class CmdTask(BaseTask):
126
126
  if self._get_should_warn_unrecommended_commands():
127
127
  self._check_unrecommended_commands(ctx, shell, cmd_script)
128
128
  ctx.log_info("Running script")
129
- log_method = (
129
+ print_method = (
130
130
  partial(ctx.print, plain=True) if self._should_plain_print else ctx.print
131
131
  )
132
132
  xcom_pid_key = f"{self.name}-pid"
@@ -135,7 +135,7 @@ class CmdTask(BaseTask):
135
135
  cmd=[shell, shell_flag, cmd_script],
136
136
  cwd=cwd,
137
137
  env_map=env_map,
138
- print_method=log_method,
138
+ print_method=print_method,
139
139
  register_pid_method=lambda pid: ctx.xcom.get(xcom_pid_key).push(pid),
140
140
  max_output_line=self._max_output_line,
141
141
  max_error_line=self._max_error_line,
@@ -65,7 +65,7 @@ async def run_command(
65
65
  max_error_line: int = 1000,
66
66
  ) -> tuple[CmdResult, int]:
67
67
  async def __read_stream(
68
- stream, log_method: Callable[..., None], max_lines: int
68
+ stream, print_method: Callable[..., None], max_lines: int
69
69
  ) -> str:
70
70
  lines = []
71
71
  while True:
@@ -76,7 +76,7 @@ async def run_command(
76
76
  lines.append(line)
77
77
  if len(lines) > max_lines:
78
78
  lines.pop(0) # Keep only the last max_lines
79
- log_method(line)
79
+ print_method(line)
80
80
  return "\n".join(lines)
81
81
 
82
82
  actual_print_method = print_method if print_method is not None else print
@@ -17,12 +17,12 @@ async def get_diff(
17
17
  repo_dir: str,
18
18
  source_commit: str,
19
19
  current_commit: str,
20
- log_method: Callable[..., Any] = print,
20
+ print_method: Callable[..., Any] = print,
21
21
  ) -> DiffResult:
22
22
  cmd_result, exit_code = await run_command(
23
23
  cmd=["git", "diff", source_commit, current_commit],
24
24
  cwd=repo_dir,
25
- print_method=log_method,
25
+ print_method=print_method,
26
26
  )
27
27
  if exit_code != 0:
28
28
  raise Exception(f"Non zero exit code: {exit_code}")
@@ -54,10 +54,10 @@ async def get_diff(
54
54
  )
55
55
 
56
56
 
57
- async def get_repo_dir(log_method: Callable[..., Any] = print) -> str:
57
+ async def get_repo_dir(print_method: Callable[..., Any] = print) -> str:
58
58
  cmd_result, exit_code = await run_command(
59
59
  cmd=["git", "rev-parse", "--show-toplevel"],
60
- print_method=log_method,
60
+ print_method=print_method,
61
61
  )
62
62
  if exit_code != 0:
63
63
  raise Exception(f"Non zero exit code: {exit_code}")
@@ -65,12 +65,12 @@ async def get_repo_dir(log_method: Callable[..., Any] = print) -> str:
65
65
 
66
66
 
67
67
  async def get_current_branch(
68
- repo_dir: str, log_method: Callable[..., Any] = print
68
+ repo_dir: str, print_method: Callable[..., Any] = print
69
69
  ) -> str:
70
70
  cmd_result, exit_code = await run_command(
71
71
  cmd=["git", "rev-parse", "--abbrev-ref", "HEAD"],
72
72
  cwd=repo_dir,
73
- print_method=log_method,
73
+ print_method=print_method,
74
74
  )
75
75
  if exit_code != 0:
76
76
  raise Exception(f"Non zero exit code: {exit_code}")
@@ -78,12 +78,12 @@ async def get_current_branch(
78
78
 
79
79
 
80
80
  async def get_branches(
81
- repo_dir: str, log_method: Callable[..., Any] = print
81
+ repo_dir: str, print_method: Callable[..., Any] = print
82
82
  ) -> list[str]:
83
83
  cmd_result, exit_code = await run_command(
84
84
  cmd=["git", "rev-parse", "--abbrev-ref", "HEAD"],
85
85
  cwd=repo_dir,
86
- print_method=log_method,
86
+ print_method=print_method,
87
87
  )
88
88
  if exit_code != 0:
89
89
  raise Exception(f"Non zero exit code: {exit_code}")
@@ -93,35 +93,35 @@ async def get_branches(
93
93
 
94
94
 
95
95
  async def delete_branch(
96
- repo_dir: str, branch_name: str, log_method: Callable[..., Any] = print
96
+ repo_dir: str, branch_name: str, print_method: Callable[..., Any] = print
97
97
  ) -> str:
98
98
  cmd_result, exit_code = await run_command(
99
99
  cmd=["git", "branch", "-D", branch_name],
100
100
  cwd=repo_dir,
101
- print_method=log_method,
101
+ print_method=print_method,
102
102
  )
103
103
  if exit_code != 0:
104
104
  raise Exception(f"Non zero exit code: {exit_code}")
105
105
  return cmd_result.output.strip()
106
106
 
107
107
 
108
- async def add(repo_dir: str, log_method: Callable[..., Any] = print):
108
+ async def add(repo_dir: str, print_method: Callable[..., Any] = print):
109
109
  _, exit_code = await run_command(
110
110
  cmd=["git", "add", ".", "-A"],
111
111
  cwd=repo_dir,
112
- print_method=log_method,
112
+ print_method=print_method,
113
113
  )
114
114
  if exit_code != 0:
115
115
  raise Exception(f"Non zero exit code: {exit_code}")
116
116
 
117
117
 
118
118
  async def commit(
119
- repo_dir: str, message: str, log_method: Callable[..., Any] = print
119
+ repo_dir: str, message: str, print_method: Callable[..., Any] = print
120
120
  ) -> str:
121
121
  cmd_result, exit_code = await run_command(
122
122
  cmd=["git", "commit", "-m", message],
123
123
  cwd=repo_dir,
124
- print_method=log_method,
124
+ print_method=print_method,
125
125
  )
126
126
  if exit_code != 0:
127
127
  ignored_error_message = "nothing to commit, working tree clean"
@@ -133,24 +133,24 @@ async def commit(
133
133
 
134
134
 
135
135
  async def pull(
136
- repo_dir: str, remote: str, branch: str, log_method: Callable[..., Any] = print
136
+ repo_dir: str, remote: str, branch: str, print_method: Callable[..., Any] = print
137
137
  ) -> str:
138
138
  _, exit_code = await run_command(
139
139
  cmd=["git", "pull", remote, branch],
140
140
  cwd=repo_dir,
141
- print_method=log_method,
141
+ print_method=print_method,
142
142
  )
143
143
  if exit_code != 0:
144
144
  raise Exception(f"Non zero exit code: {exit_code}")
145
145
 
146
146
 
147
147
  async def push(
148
- repo_dir: str, remote: str, branch: str, log_method: Callable[..., Any] = print
148
+ repo_dir: str, remote: str, branch: str, print_method: Callable[..., Any] = print
149
149
  ) -> str:
150
150
  _, exit_code = await run_command(
151
151
  cmd=["git", "push", "-u", remote, branch],
152
152
  cwd=repo_dir,
153
- print_method=log_method,
153
+ print_method=print_method,
154
154
  )
155
155
  if exit_code != 0:
156
156
  raise Exception(f"Non zero exit code: {exit_code}")
@@ -36,7 +36,7 @@ async def add_subtree(
36
36
  repo_url: str,
37
37
  branch: str,
38
38
  prefix: str,
39
- log_method: Callable[..., Any] = print,
39
+ print_method: Callable[..., Any] = print,
40
40
  ):
41
41
  config = load_config()
42
42
  if os.path.isdir(prefix):
@@ -54,7 +54,7 @@ async def add_subtree(
54
54
  branch,
55
55
  ],
56
56
  cwd=repo_dir,
57
- print_method=log_method,
57
+ print_method=print_method,
58
58
  )
59
59
  if exit_code != 0:
60
60
  raise Exception(f"Non zero exit code: {exit_code}")
@@ -69,7 +69,7 @@ async def pull_subtree(
69
69
  prefix: str,
70
70
  repo_url: str,
71
71
  branch: str,
72
- log_method: Callable[..., Any] = print,
72
+ print_method: Callable[..., Any] = print,
73
73
  ):
74
74
  _, exit_code = await run_command(
75
75
  cmd=[
@@ -82,7 +82,7 @@ async def pull_subtree(
82
82
  branch,
83
83
  ],
84
84
  cwd=repo_dir,
85
- print_method=log_method,
85
+ print_method=print_method,
86
86
  )
87
87
  if exit_code != 0:
88
88
  raise Exception(f"Non zero exit code: {exit_code}")
@@ -93,7 +93,7 @@ async def push_subtree(
93
93
  prefix: str,
94
94
  repo_url: str,
95
95
  branch: str,
96
- log_method: Callable[..., Any] = print,
96
+ print_method: Callable[..., Any] = print,
97
97
  ):
98
98
  _, exit_code = await run_command(
99
99
  cmd=[
@@ -106,7 +106,7 @@ async def push_subtree(
106
106
  branch,
107
107
  ],
108
108
  cwd=repo_dir,
109
- print_method=log_method,
109
+ print_method=print_method,
110
110
  )
111
111
  if exit_code != 0:
112
112
  raise Exception(f"Non zero exit code: {exit_code}")
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