zrb 1.0.0a15__tar.gz → 1.0.0a16__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.
- {zrb-1.0.0a15 → zrb-1.0.0a16}/PKG-INFO +1 -1
- {zrb-1.0.0a15 → zrb-1.0.0a16}/pyproject.toml +1 -1
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/git.py +6 -6
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/git_subtree.py +3 -2
- {zrb-1.0.0a15 → zrb-1.0.0a16}/README.md +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/__main__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/attr/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/attr/type.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/base64.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/group.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/llm/llm_chat.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/llm/tool/cli.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/llm/tool/rag.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/llm/tool/web.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/md5.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/.gitignore +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/README.md +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/column/create_column_task.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/config.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/entity/create_entity_task.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/entity/module_template/service/my_entity/my_entity_usecase.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/entity/module_template/service/my_entity/repository/factory.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/entity/module_template/service/my_entity/repository/my_entity_db_repository.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/entity/module_template/service/my_entity/repository/my_entity_repository.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/entity/schema.template.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/group.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/helper.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/input.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/main.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/module/create_module_task.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/module/module_template/alembic.ini +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/module/module_template/client/any_client.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/module/module_template/client/api_client.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/module/module_template/client/direct_client.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/module/module_template/client/factory.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/module/module_template/migration/README +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/module/module_template/migration/env.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/module/module_template/migration/script.py.mako +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/module/module_template/migration/versions/3093c7336477_add_user_table.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/module/module_template/migration_metadata.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/module/module_template/route.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/module/module_template/service/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/module/run_module.template.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/venv_task.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/common/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/common/app.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/common/base_db_repository.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/common/base_usecase.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/common/db_engine.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/common/error.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/common/schema.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/config.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/main.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/migrate.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/alembic.ini +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/client/any_client.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/client/api_client.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/client/direct_client.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/client/factory.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/migration/README +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/migration/env.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/migration/script.py.mako +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/migration/versions/3093c7336477_add_user_table.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/migration_metadata.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/route.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/service/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/service/user/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/service/user/repository/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/service/user/repository/factory.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/service/user/repository/user_db_repository.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/service/user/repository/user_repository.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/service/user/user_usecase.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/gateway/alembic.ini +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/gateway/migration/README +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/gateway/migration/env.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/gateway/migration/script.py.mako +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/gateway/migration/versions/.gitkeep +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/gateway/migration_metadata.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/gateway/route.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/requirements.txt +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/schema/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/schema/permission.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/schema/role.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/schema/user.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/template.env +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/create/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/create/create.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/create/project-template/README.md +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/create/project-template/zrb_init.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/python.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/setup/asdf/asdf.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/setup/asdf/asdf_helper.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/setup/common_input.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/setup/latex/ubuntu.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/setup/tmux/tmux.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/setup/tmux/tmux_config.sh +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/setup/tmux/tmux_helper.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/setup/ubuntu.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/shell/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/shell/autocomplete/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/shell/autocomplete/bash.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/shell/autocomplete/subcmd.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/shell/autocomplete/zsh.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/todo.py +7 -7
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/callback/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/callback/any_callback.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/callback/callback.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/cmd/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/cmd/cmd_result.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/cmd/cmd_val.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/config.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/content_transformer/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/content_transformer/any_content_transformer.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/content_transformer/content_transformer.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/context/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/context/any_context.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/context/any_shared_context.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/context/context.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/context/shared_context.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/dot_dict/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/dot_dict/dot_dict.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/env/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/env/any_env.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/env/env.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/env/env_file.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/env/env_map.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/group/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/group/any_group.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/group/group.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/input/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/input/any_input.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/input/base_input.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/input/bool_input.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/input/float_input.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/input/int_input.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/input/option_input.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/input/password_input.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/input/str_input.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/input/text_input.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/cli.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_app.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/group_info_ui/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/group_info_ui/controller.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/group_info_ui/partial/group_info.html +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/group_info_ui/partial/group_li.html +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/group_info_ui/partial/task_info.html +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/group_info_ui/partial/task_li.html +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/group_info_ui/view.html +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/home_page/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/home_page/controller.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/home_page/partial/group_info.html +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/home_page/partial/group_li.html +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/home_page/partial/task_info.html +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/home_page/partial/task_li.html +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/home_page/view.html +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/static/favicon-32x32.png +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/static/pico.min.css +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/task_ui/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/task_ui/controller.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/task_ui/partial/common-util.js +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/task_ui/partial/input.html +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/task_ui/partial/main.js +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/task_ui/partial/show-existing-session.js +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/task_ui/partial/visualize-history.js +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/task_ui/view.html +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_util.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/session/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/session/any_session.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/session/session.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/session_state_log/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/session_state_log/session_state_log.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/session_state_logger/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/session_state_logger/any_session_state_logger.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/session_state_logger/default_session_state_logger.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/session_state_logger/file_session_state_logger.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/task/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/task/any_task.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/task/base_task.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/task/base_trigger.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/task/cmd_task.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/task/http_check.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/task/llm_task.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/task/make_task.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/task/rsync_task.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/task/scaffolder.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/task/scheduler.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/task/task.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/task/tcp_check.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/task_status/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/task_status/task_status.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/attr.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/cli/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/cli/style.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/cli/subcommand.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/cmd/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/cmd/command.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/cmd/remote.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/codemod/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/codemod/add_code_to_class.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/codemod/add_code_to_function.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/codemod/add_code_to_method.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/codemod/add_code_to_module.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/codemod/add_key_to_dict.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/codemod/add_param_to_function_call.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/codemod/add_parent_to_class.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/codemod/add_property_to_class.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/cron.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/git.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/git_subtree.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/group.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/llm/tool.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/load.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/run.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/string/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/string/conversion.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/string/format.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/string/name.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/util/todo.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/xcom/__init__.py +0 -0
- {zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/xcom/xcom.py +0 -0
@@ -3,7 +3,7 @@ from zrb.context.any_context import AnyContext
|
|
3
3
|
from zrb.input.bool_input import BoolInput
|
4
4
|
from zrb.input.str_input import StrInput
|
5
5
|
from zrb.task.make_task import make_task
|
6
|
-
from zrb.util.cli.style import stylize_green, stylize_red, stylize_yellow
|
6
|
+
from zrb.util.cli.style import stylize_faint, stylize_green, stylize_red, stylize_yellow
|
7
7
|
from zrb.util.git import (
|
8
8
|
add,
|
9
9
|
commit,
|
@@ -92,7 +92,7 @@ async def prune_local_branches(ctx: AnyContext):
|
|
92
92
|
for branch in branches:
|
93
93
|
if branch == current_branch or branch == "main" or branch == "master":
|
94
94
|
continue
|
95
|
-
ctx.print(
|
95
|
+
ctx.print(stylize_faint(f"Removing local branch: {branch}"))
|
96
96
|
try:
|
97
97
|
await delete_branch(repo_dir, branch, log_method=ctx.print)
|
98
98
|
except Exception as e:
|
@@ -113,9 +113,9 @@ async def prune_local_branches(ctx: AnyContext):
|
|
113
113
|
)
|
114
114
|
async def git_commit(ctx: AnyContext):
|
115
115
|
repo_dir = await get_repo_dir(log_method=ctx.print)
|
116
|
-
ctx.print("Add changes to staging")
|
116
|
+
ctx.print(stylize_faint("Add changes to staging"))
|
117
117
|
await add(repo_dir, log_method=ctx.print)
|
118
|
-
ctx.print("Commit changes")
|
118
|
+
ctx.print(stylize_faint("Commit changes"))
|
119
119
|
await commit(repo_dir, ctx.input.message, log_method=ctx.print)
|
120
120
|
|
121
121
|
|
@@ -136,7 +136,7 @@ async def git_pull(ctx: AnyContext):
|
|
136
136
|
repo_dir = await get_repo_dir(log_method=ctx.print)
|
137
137
|
remote = ctx.input.remote
|
138
138
|
current_branch = await get_current_branch(repo_dir, log_method=ctx.print)
|
139
|
-
ctx.print(f"Pulling from {remote}/{current_branch}")
|
139
|
+
ctx.print(stylize_faint(f"Pulling from {remote}/{current_branch}"))
|
140
140
|
await pull(repo_dir, remote, current_branch, log_method=ctx.print)
|
141
141
|
|
142
142
|
|
@@ -157,5 +157,5 @@ async def git_push(ctx: AnyContext):
|
|
157
157
|
repo_dir = await get_repo_dir(log_method=ctx.print)
|
158
158
|
remote = ctx.input.remote
|
159
159
|
current_branch = await get_current_branch(repo_dir, log_method=ctx.print)
|
160
|
-
ctx.print(f"Pushing to {remote}/{current_branch}")
|
160
|
+
ctx.print(stylize_faint(f"Pushing to {remote}/{current_branch}"))
|
161
161
|
await push(repo_dir, remote, current_branch, log_method=ctx.print)
|
@@ -3,6 +3,7 @@ from zrb.builtin.group import git_subtree_group
|
|
3
3
|
from zrb.context.any_context import AnyContext
|
4
4
|
from zrb.input.str_input import StrInput
|
5
5
|
from zrb.task.make_task import make_task
|
6
|
+
from zrb.util.cli.style import stylize_faint
|
6
7
|
from zrb.util.git import get_repo_dir
|
7
8
|
from zrb.util.git_subtree import add_subtree, load_config, pull_subtree, push_subtree
|
8
9
|
|
@@ -59,7 +60,7 @@ async def git_pull_subtree(ctx: AnyContext):
|
|
59
60
|
first_err: Exception | None = None
|
60
61
|
for name, detail in config.data.items():
|
61
62
|
try:
|
62
|
-
ctx.print(f"Pull from subtree {name}")
|
63
|
+
ctx.print(stylize_faint(f"Pull from subtree {name}"))
|
63
64
|
await pull_subtree(
|
64
65
|
repo_dir=repo_dir,
|
65
66
|
prefix=detail.prefix,
|
@@ -90,7 +91,7 @@ async def git_push_subtree(ctx: AnyContext):
|
|
90
91
|
first_err: Exception | None = None
|
91
92
|
for name, detail in config.data.items():
|
92
93
|
try:
|
93
|
-
ctx.print(f"Push to subtree {name}")
|
94
|
+
ctx.print(stylize_faint(f"Push to subtree {name}"))
|
94
95
|
await push_subtree(
|
95
96
|
repo_dir=repo_dir,
|
96
97
|
prefix=detail.prefix,
|
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
|
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
|
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
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/_zrb/venv_task.py
RENAMED
File without changes
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/common/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/common/base_usecase.py
RENAMED
File without changes
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/common/db_engine.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/__init__.py
RENAMED
File without changes
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/alembic.ini
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
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/auth/route.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
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/module/gateway/route.py
RENAMED
File without changes
|
File without changes
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/schema/__init__.py
RENAMED
File without changes
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/builtin/project/add/fastapp_template/schema/permission.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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -193,10 +193,9 @@ def archive_todo(ctx: AnyContext):
|
|
193
193
|
input=[
|
194
194
|
StrInput(name="keyword", prompt="Task keyword", description="Task Keyword"),
|
195
195
|
StrInput(
|
196
|
-
name="
|
197
|
-
prompt="Working
|
198
|
-
description="Working
|
199
|
-
default_str=lambda _: _get_default_start(),
|
196
|
+
name="log",
|
197
|
+
prompt="Working log",
|
198
|
+
description="Working log",
|
200
199
|
),
|
201
200
|
StrInput(
|
202
201
|
name="duration",
|
@@ -205,9 +204,10 @@ def archive_todo(ctx: AnyContext):
|
|
205
204
|
default_str="30m",
|
206
205
|
),
|
207
206
|
StrInput(
|
208
|
-
name="
|
209
|
-
prompt="Working
|
210
|
-
description="Working
|
207
|
+
name="start",
|
208
|
+
prompt="Working start time (%Y-%m-%d %H:%M:%S)",
|
209
|
+
description="Working start time",
|
210
|
+
default_str=lambda _: _get_default_start(),
|
211
211
|
),
|
212
212
|
],
|
213
213
|
description="🕒 Log work todo",
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/group_info_ui/partial/group_info.html
RENAMED
File without changes
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/group_info_ui/partial/group_li.html
RENAMED
File without changes
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/group_info_ui/partial/task_info.html
RENAMED
File without changes
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/group_info_ui/partial/task_li.html
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/home_page/partial/group_info.html
RENAMED
File without changes
|
File without changes
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/home_page/partial/task_info.html
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
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/task_ui/partial/show-existing-session.js
RENAMED
File without changes
|
{zrb-1.0.0a15 → zrb-1.0.0a16}/src/zrb/runner/web_controller/task_ui/partial/visualize-history.js
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
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|