arpakitlib 1.8.0__py3-none-any.whl → 1.8.1__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.
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/auth.py +17 -26
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/create_api_app.py +22 -23
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/event.py +20 -15
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/exception.py +1 -2
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/exception_handler.py +47 -36
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/response.py +7 -3
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/router/main_router.py +1 -1
- arpakitlib/_arpakit_project_template_v_1/api/router/v1/arpakit_project_template.py +22 -0
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/router/v1/check_auth.py +7 -7
- arpakitlib/_arpakit_project_template_v_1/api/router/v1/clear_log_file.py +25 -0
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/router/v1/get_errors_info.py +2 -2
- arpakitlib/_arpakit_project_template_v_1/api/router/v1/get_log_file.py +23 -0
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/router/v1/healthcheck.py +2 -2
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/router/v1/main_router.py +16 -3
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/router/v1/now_utc_datetime.py +2 -2
- arpakitlib/_arpakit_project_template_v_1/api/router/v1/raise_fake_error.py +35 -0
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/schema/v1/out.py +0 -6
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/drop_json_db.py +2 -2
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/init_json_db.py +2 -2
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/reinit_json_db.py +2 -2
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/rm_all_records_in_json_db.py +2 -2
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/core/cache_file_storage_in_dir.py +4 -2
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/core/const.py +5 -6
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/core/dump_file_storage_in_dir.py +4 -2
- arpakitlib/_arpakit_project_template_v_1/core/jinja2_templates.py +14 -0
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/core/media_file_storage_in_dir.py +4 -2
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/core/settings.py +7 -5
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/example.env +3 -2
- arpakitlib/_arpakit_project_template_v_1/json_db/json_db.py +28 -0
- arpakitlib/_arpakit_project_template_v_1/resource/static/healthcheck +1 -0
- arpakitlib/_arpakit_project_template_v_1/site/router/main_router.py +3 -0
- arpakitlib/_arpakit_project_template_v_1/sqladmin_/add_admin_in_app.py +24 -0
- arpakitlib/_arpakit_project_template_v_1/sqladmin_/admin_auth.py +54 -0
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/sqlalchemy_db/sqlalchemy_db.py +5 -2
- arpakitlib/_arpakit_project_template_v_1/tg_bot/kb/inline_/common.py +0 -0
- arpakitlib/_arpakit_project_template_v_1/tg_bot/kb/static_/__init__.py +0 -0
- arpakitlib/_arpakit_project_template_v_1/tg_bot/kb/static_/common.py +0 -0
- arpakitlib/_arpakit_project_template_v_1/tg_bot/middleware/__init__.py +0 -0
- arpakitlib/_arpakit_project_template_v_1/tg_bot/router/__init__.py +0 -0
- arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/tg_bot/transmitted_tg_data.py +2 -2
- arpakitlib/_arpakit_project_template_v_1/tg_bot/util.py +0 -0
- arpakitlib/_arpakit_project_template_v_1/util/__init__.py +0 -0
- arpakitlib/ar_arpakit_project_template_util.py +1 -1
- {arpakitlib-1.8.0.dist-info → arpakitlib-1.8.1.dist-info}/METADATA +1 -1
- arpakitlib-1.8.1.dist-info/RECORD +261 -0
- arpakitlib/_arpakit_project_template_v1/admin1/add_admin_in_app.py +0 -26
- arpakitlib/_arpakit_project_template_v1/admin1/admin_auth.py +0 -25
- arpakitlib/_arpakit_project_template_v1/api/router/v1/arpakitlib_.py +0 -27
- arpakitlib/_arpakit_project_template_v1/api/router/v1/raise_fake_error.py +0 -21
- arpakitlib/_arpakit_project_template_v1/api/transmitted_api_data.py +0 -66
- arpakitlib/_arpakit_project_template_v1/json_db/json_db.py +0 -11
- arpakitlib/_arpakit_project_template_v1/json_db/util.py +0 -17
- arpakitlib-1.8.0.dist-info/RECORD +0 -251
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/.gitignore +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/.python-version +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/LICENSE +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/README.md +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/additional_model/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/additional_model/additional_model.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/alembic/README +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/alembic/env.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/alembic/script.py.mako +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/alembic.ini +0 -0
- /arpakitlib/{_arpakit_project_template_v1/admin1 → _arpakit_project_template_v_1/api}/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/asgi.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/const.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/openapi_ui.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/api → _arpakit_project_template_v_1/api/router}/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/api/router → _arpakit_project_template_v_1/api/router/v1}/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/api/router/v1 → _arpakit_project_template_v_1/api/schema}/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/schema/base_schema.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/api/schema → _arpakit_project_template_v_1/api/schema/common}/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/schema/common/in_.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/schema/common/out.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/api/schema/common → _arpakit_project_template_v_1/api/schema/v1}/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/schema/v1/in_.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/api/util.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/arpakitlib_project_template.json +0 -0
- /arpakitlib/{_arpakit_project_template_v1/api/schema/v1 → _arpakit_project_template_v_1/business_service}/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/business_service/hello_world.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/business_service/remove_operations.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/business_service → _arpakit_project_template_v_1/celery_}/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/alembic_history.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/alembic_revision_autogenerate.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/alembic_upgrade_head .sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/beautify_json.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/check_logging.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/check_sqlalchemy_db.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/docker_ps_a.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/docker_rm_postgres.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/docker_run_postgres.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/docker_start_postgres.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/docker_stop_postgres.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/drop_sqlalchemy_db.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/generate_settings_env_example.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/git_commit.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/git_push_arpakit_company_github_1.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/git_push_arpakit_company_gitlab_1.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/git_push_arpakit_github_1.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/git_push_arpakit_gitlab_1.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/git_remote.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/git_set_arpakit_company_origin.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/git_set_arpakit_origin.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/git_status.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/hello_world.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/init_sqlalchemy_db.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/poetry_check.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/poetry_clear_cache.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/poetry_config.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/poetry_install.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/poetry_lock.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/poetry_remove_and_add_arpakitlib.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/poetry_show.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/poetry_show_arpakitlib.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/poetry_update.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/poetry_update_arpakitlib.sh +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/reinit_sqlalchemy_db.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/remove_operations.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/remove_story_logs.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/show_settings.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/start_api_with_reload.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/start_api_without_reload.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/start_async_operation_executor_worker.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/start_async_scheduled_operation_creator_worker.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/start_sync_operation_executor_worker.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/start_sync_operation_executor_workers.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/command/start_sync_scheduled_operation_creator_worker.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/core/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/core/util.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/json_db/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/note/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/note/note_1.txt +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/note/note_2.txt +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/note/note_3.txt +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/note/note_4.txt +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/note/note_5.txt +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/operation_execution/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/operation_execution/const.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/operation_execution/operation_executor_worker.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/operation_execution/scheduled_operation_creator_worker.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/operation_execution/scheduled_operations.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/operation_execution/util.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/resource/static/healthcheck → _arpakit_project_template_v_1/resource/static/1} +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/helloworld +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/openapi-favicon.png +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/redoc/redoc.standalone.js +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/favicon-16x16.png +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/favicon-32x32.png +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/index.css +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/index.html +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/oauth2-redirect.html +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/swagger-initializer.js +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/swagger-ui-bundle.js +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/swagger-ui-bundle.js.map +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/swagger-ui-es-bundle-core.js +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/swagger-ui-es-bundle-core.js.map +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/swagger-ui-es-bundle.js +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/swagger-ui-es-bundle.js.map +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/swagger-ui-standalone-preset.js +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/swagger-ui-standalone-preset.js.map +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/swagger-ui.css +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/swagger-ui.css.map +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/swagger-ui.js +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/resource/static/swagger-ui/swagger-ui.js.map +0 -0
- /arpakitlib/{_arpakit_project_template_v1/resource/static → _arpakit_project_template_v_1/sandbox}/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/sandbox/sandbox_1.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/sandbox/sandbox_2.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/sandbox/sandbox_3.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/sandbox/sandbox_4.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/sandbox/sandbox_5.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/sandbox/sandbox_6.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/sandbox/sandbox_7.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/sandbox → _arpakit_project_template_v_1/site}/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/sqlalchemy_db/__init__.py → _arpakit_project_template_v_1/site/asgi.py} +0 -0
- /arpakitlib/{_arpakit_project_template_v1/test_data/__init__.py → _arpakit_project_template_v_1/site/consts.py} +0 -0
- /arpakitlib/{_arpakit_project_template_v1/tg_bot/__init__.py → _arpakit_project_template_v_1/site/create_site_app.py} +0 -0
- /arpakitlib/{_arpakit_project_template_v1/tg_bot/blank/__init__.py → _arpakit_project_template_v_1/site/event.py} +0 -0
- /arpakitlib/{_arpakit_project_template_v1/tg_bot/filter/__init__.py → _arpakit_project_template_v_1/site/exception_handler.py} +0 -0
- /arpakitlib/{_arpakit_project_template_v1/tg_bot/kb → _arpakit_project_template_v_1/site/router}/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/tg_bot/kb/inline_ → _arpakit_project_template_v_1/sqladmin_}/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/admin1 → _arpakit_project_template_v_1/sqladmin_}/model_view.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/tg_bot/kb/static_ → _arpakit_project_template_v_1/sqlalchemy_db}/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/sqlalchemy_db/const.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/sqlalchemy_db/sqlalchemy_model.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/sqlalchemy_db/util.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/tg_bot/middleware → _arpakit_project_template_v_1/test_data}/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/test_data/make_test_data_1.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/test_data/make_test_data_2.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/test_data/make_test_data_3.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/test_data/make_test_data_4.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/test_data/make_test_data_5.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/tg_bot/router → _arpakit_project_template_v_1/tg_bot}/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/util → _arpakit_project_template_v_1/tg_bot/blank}/__init__.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/tg_bot/blank/blank.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/tg_bot/blank/util.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/tg_bot/const.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/tg_bot/event.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/tg_bot/kb/inline_/callback.py → _arpakit_project_template_v_1/tg_bot/filter/__init__.py} +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/tg_bot/filter/not_prod_mode.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/tg_bot/filter/prod_mode.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1/tg_bot/kb/inline_/common.py → _arpakit_project_template_v_1/tg_bot/kb/__init__.py} +0 -0
- /arpakitlib/{_arpakit_project_template_v1/tg_bot/kb/static_/common.py → _arpakit_project_template_v_1/tg_bot/kb/inline_/__init__.py} +0 -0
- /arpakitlib/{_arpakit_project_template_v1/tg_bot/util.py → _arpakit_project_template_v_1/tg_bot/kb/inline_/callback.py} +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/tg_bot/middleware/init_user.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/tg_bot/middleware/middleware.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/tg_bot/router/arpakitlib_.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/tg_bot/router/error.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/tg_bot/router/healthcheck.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/tg_bot/router/main_router.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/tg_bot/start_tg_bot.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/tg_bot/tg_bot.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/tg_bot/tg_bot_dispatcher.py +0 -0
- /arpakitlib/{_arpakit_project_template_v1 → _arpakit_project_template_v_1}/util/read_arpakitlib_project_template_file.py +0 -0
- {arpakitlib-1.8.0.dist-info → arpakitlib-1.8.1.dist-info}/LICENSE +0 -0
- {arpakitlib-1.8.0.dist-info → arpakitlib-1.8.1.dist-info}/WHEEL +0 -0
- {arpakitlib-1.8.0.dist-info → arpakitlib-1.8.1.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,261 @@
|
|
1
|
+
arpakitlib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
arpakitlib/_arpakit_project_template_v_1/.gitignore,sha256=BItFW9CofJiiKw3vEGSM2ZuK0d0wKQgxisMn-THIb7I,603
|
3
|
+
arpakitlib/_arpakit_project_template_v_1/.python-version,sha256=XMd40XBnlTFfBSmMldd-7VdqXNyFCy6wtxhw5e1mnhc,7
|
4
|
+
arpakitlib/_arpakit_project_template_v_1/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
|
5
|
+
arpakitlib/_arpakit_project_template_v_1/README.md,sha256=lfNQ7-IGnGZevzEnvOz8C9aZ7u_Sj4i55OKeCJMagdc,49
|
6
|
+
arpakitlib/_arpakit_project_template_v_1/additional_model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
arpakitlib/_arpakit_project_template_v_1/additional_model/additional_model.py,sha256=dcvj5C9E2F2KCsGZPBBncQf_EvVJAC1qQgnyD8P4ZEw,6
|
8
|
+
arpakitlib/_arpakit_project_template_v_1/alembic/README,sha256=MVlc9TYmr57RbhXET6QxgyCcwWP7w-vLkEsirENqiIQ,38
|
9
|
+
arpakitlib/_arpakit_project_template_v_1/alembic/env.py,sha256=KfEFfq_n1OB03boIi-hTwAGNcZxTamyoFnIqJ6Ybj3w,2448
|
10
|
+
arpakitlib/_arpakit_project_template_v_1/alembic/script.py.mako,sha256=MEqL-2qATlST9TAOeYgscMn1uy6HUS9NFvDgl93dMj8,635
|
11
|
+
arpakitlib/_arpakit_project_template_v_1/alembic.ini,sha256=8fuyeEvGBiPGbxEFy8ISBV3xX_fgVmuhEGpB10_B5Uo,3733
|
12
|
+
arpakitlib/_arpakit_project_template_v_1/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
13
|
+
arpakitlib/_arpakit_project_template_v_1/api/asgi.py,sha256=Ega7OCnOR-DBMlIa2cCkNKeYxn_kdGyye3JWxL0ESVs,70
|
14
|
+
arpakitlib/_arpakit_project_template_v_1/api/auth.py,sha256=KrhXxRWzjp2FYwGt_HjszG2Ko0Zh_OA81uP9VzbIsnA,9528
|
15
|
+
arpakitlib/_arpakit_project_template_v_1/api/const.py,sha256=J9bqaRRiIc3RLn6SJTvdfDvFrSsM_Ixii9t2M8dA5Jc,433
|
16
|
+
arpakitlib/_arpakit_project_template_v_1/api/create_api_app.py,sha256=RKPtT1VAUcIVoB-j1VIJZRq48BXJTK0W6QHyz8MGHmA,2204
|
17
|
+
arpakitlib/_arpakit_project_template_v_1/api/event.py,sha256=VsYL8-ZouheWAV18fuEtj06WXcgATKGqQLMxN-yo04U,2349
|
18
|
+
arpakitlib/_arpakit_project_template_v_1/api/exception.py,sha256=Oe8TbtQu14AuG0fuXC0PbomoHVvMUbY7xQ9LNJ3Gs0A,1258
|
19
|
+
arpakitlib/_arpakit_project_template_v_1/api/exception_handler.py,sha256=QNxvltcAzA5y-6Q0IFtFD8yU7hvcB4VL6KuP7763jLY,11823
|
20
|
+
arpakitlib/_arpakit_project_template_v_1/api/openapi_ui.py,sha256=_56-dxdVhL8uMPpG4u1hccCIvLCSYL9qieC5qCTXvbE,900
|
21
|
+
arpakitlib/_arpakit_project_template_v_1/api/response.py,sha256=sN09yKNnEPawHnXhdJtDnctIA6SuSVOEnRGsy53g7rg,1060
|
22
|
+
arpakitlib/_arpakit_project_template_v_1/api/router/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
23
|
+
arpakitlib/_arpakit_project_template_v_1/api/router/main_router.py,sha256=gsrQSWsecqE-gDyB8X3Gck4pu5JIH70Y5YgE8Xxe2mU,221
|
24
|
+
arpakitlib/_arpakit_project_template_v_1/api/router/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
25
|
+
arpakitlib/_arpakit_project_template_v_1/api/router/v1/arpakit_project_template.py,sha256=Hb_zvvwel2Bvr3WJfLdOHwN0LrwkEDBs5xCfNrxuRsI,647
|
26
|
+
arpakitlib/_arpakit_project_template_v_1/api/router/v1/check_auth.py,sha256=-8venYRCA9ReAiEwUhINDn0a0zzmAEFqGsMq3rOv34o,1051
|
27
|
+
arpakitlib/_arpakit_project_template_v_1/api/router/v1/clear_log_file.py,sha256=kkOiAYn4KwkWUtx9snhJ9-dbcKJgmjfdIpDDqimaPTI,731
|
28
|
+
arpakitlib/_arpakit_project_template_v_1/api/router/v1/get_errors_info.py,sha256=zBdwWNe5l44cP58wIKSsuLiITHJeR90vkMZfpMRxXDE,654
|
29
|
+
arpakitlib/_arpakit_project_template_v_1/api/router/v1/get_log_file.py,sha256=2SZixfH2DHYR6gG8eIvsTC9pGOONW740Zi461Ad9zQQ,597
|
30
|
+
arpakitlib/_arpakit_project_template_v_1/api/router/v1/healthcheck.py,sha256=NbbTNG1ZXU1Vp4NZ2uNln3504w1Fq5oYZgZKj1k_TkQ,470
|
31
|
+
arpakitlib/_arpakit_project_template_v_1/api/router/v1/main_router.py,sha256=xFXCEGrv7xUSQkCNHRuIfksXKCBdjpYwDev79nqoOc4,1366
|
32
|
+
arpakitlib/_arpakit_project_template_v_1/api/router/v1/now_utc_datetime.py,sha256=wrGbDHdT4l8CsiwodUKnwDpNeHBI5PURJa-wduYcGw8,526
|
33
|
+
arpakitlib/_arpakit_project_template_v_1/api/router/v1/raise_fake_error.py,sha256=FpKqlD8d7iXJKFcUc8_gIblstmV_NaaMs3RuCK0jgKc,915
|
34
|
+
arpakitlib/_arpakit_project_template_v_1/api/schema/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
35
|
+
arpakitlib/_arpakit_project_template_v_1/api/schema/base_schema.py,sha256=DX6Yz63JHoNlgmZnpss2PuRgEtBh3PPlxM6wImYLpXo,718
|
36
|
+
arpakitlib/_arpakit_project_template_v_1/api/schema/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
37
|
+
arpakitlib/_arpakit_project_template_v_1/api/schema/common/in_.py,sha256=erYXm5K_I-HzjudhixjU8qvo6Q9eGnO9FOOqyuvDSaU,81
|
38
|
+
arpakitlib/_arpakit_project_template_v_1/api/schema/common/out.py,sha256=lIfk3Iy_fp9S6OcniqP7FRcBFmaxX8CPLEGa6JspULA,1427
|
39
|
+
arpakitlib/_arpakit_project_template_v_1/api/schema/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
40
|
+
arpakitlib/_arpakit_project_template_v_1/api/schema/v1/in_.py,sha256=E0BEx6G1G2eMM7uagPZkSIi3E6vmNWh12syqpxs0LD8,77
|
41
|
+
arpakitlib/_arpakit_project_template_v_1/api/schema/v1/out.py,sha256=aAQgwAccYxsFV3EkBoieCmpKJGf0oKSutP4twd1OSUA,1207
|
42
|
+
arpakitlib/_arpakit_project_template_v_1/api/util.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
43
|
+
arpakitlib/_arpakit_project_template_v_1/arpakitlib_project_template.json,sha256=2sMZhjY1rxF3jwA5UhRAsMnrwPOsyEaflYvHOanhVXU,48
|
44
|
+
arpakitlib/_arpakit_project_template_v_1/business_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
45
|
+
arpakitlib/_arpakit_project_template_v_1/business_service/hello_world.py,sha256=JI5355SMuEtzLtsv00OKuJ-CxzH0dSDlpRkhPL6oiaM,243
|
46
|
+
arpakitlib/_arpakit_project_template_v_1/business_service/remove_operations.py,sha256=Ulvj2UcKcHWgS7E3DlrWXVpCOTLxeM-PGdwpRmUIdZQ,1762
|
47
|
+
arpakitlib/_arpakit_project_template_v_1/celery_/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
48
|
+
arpakitlib/_arpakit_project_template_v_1/command/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
49
|
+
arpakitlib/_arpakit_project_template_v_1/command/alembic_history.sh,sha256=OMnDNtHIksGh9iavWnzbtxcudZW4vjdcISsBXvzZSPw,22
|
50
|
+
arpakitlib/_arpakit_project_template_v_1/command/alembic_revision_autogenerate.sh,sha256=eWjXWMZ86mVu7RFCiKJm6jYjB4BelVJsmnAn50WIrLU,54
|
51
|
+
arpakitlib/_arpakit_project_template_v_1/command/alembic_upgrade_head .sh,sha256=RIkhv5e5ERZHoxmTvvo_nCeDeVqeVIam7CjVoE9_E4k,38
|
52
|
+
arpakitlib/_arpakit_project_template_v_1/command/beautify_json.py,sha256=JoJwN-GdI3HK_lTho043iNjLci2YrbdteeKB8gjwSL4,227
|
53
|
+
arpakitlib/_arpakit_project_template_v_1/command/check_logging.py,sha256=Byjh3Hn_aMKLL2D90M7tUCcUoj3zbZQiG5Sy_yV1F3I,211
|
54
|
+
arpakitlib/_arpakit_project_template_v_1/command/check_sqlalchemy_db.py,sha256=_CFNp2IAocCGemNmVJfNtbknl712F1f9gcFY0iofqxg,229
|
55
|
+
arpakitlib/_arpakit_project_template_v_1/command/docker_ps_a.sh,sha256=nOQejihYlzstg9oROvYwHIsSLt2Sw0DWQEeT3GBaBNs,18
|
56
|
+
arpakitlib/_arpakit_project_template_v_1/command/docker_rm_postgres.sh,sha256=uIO5b_AsHEiHL_rWxayUd3asGA2sVw9gozyLMtkLMkE,56
|
57
|
+
arpakitlib/_arpakit_project_template_v_1/command/docker_run_postgres.sh,sha256=BOSv-n5RKcbk3OZ1X-7KaJrrh0LpFvRGaYjDvTnuvuU,328
|
58
|
+
arpakitlib/_arpakit_project_template_v_1/command/docker_start_postgres.sh,sha256=gaSO3zH6og5qegkn-63_QmOZA-cXHbwddHmKpTfm0EU,56
|
59
|
+
arpakitlib/_arpakit_project_template_v_1/command/docker_stop_postgres.sh,sha256=h2NeFBI0b9vZcf5fPhhxtepvAFhxl78Ct1wjfJWos24,55
|
60
|
+
arpakitlib/_arpakit_project_template_v_1/command/drop_json_db.py,sha256=O4RWmGrJXupv_8Y16pfRtrKRXGL0G8kNNm3FgXulIj0,297
|
61
|
+
arpakitlib/_arpakit_project_template_v_1/command/drop_sqlalchemy_db.py,sha256=g1SOIaVR5oQd1GYZ1pxRBsCduUzBJ-H_V1Wlocnqcks,373
|
62
|
+
arpakitlib/_arpakit_project_template_v_1/command/generate_settings_env_example.py,sha256=6dJPTs8jBiFXTPUyLeYsjhkduBfhplYBXNZhw9_hymM,433
|
63
|
+
arpakitlib/_arpakit_project_template_v_1/command/git_commit.sh,sha256=AW1NEel-ZHaYeVWFlRbgZSYPQdnVKsTkpR_07RQL1Mw,42
|
64
|
+
arpakitlib/_arpakit_project_template_v_1/command/git_push_arpakit_company_github_1.sh,sha256=Sx-OegryHeNTIfAOoCfj3Z3CF-XKEY0AJF5HVJAgGpU,70
|
65
|
+
arpakitlib/_arpakit_project_template_v_1/command/git_push_arpakit_company_gitlab_1.sh,sha256=OL3mKrRjSXdYuxNA38PRMoeyEr9Qdtv82MhEs8bJuGA,70
|
66
|
+
arpakitlib/_arpakit_project_template_v_1/command/git_push_arpakit_github_1.sh,sha256=j2wTeg7_tmJiWEtNAXpXjRSizEauoqF9uM679n6zidU,62
|
67
|
+
arpakitlib/_arpakit_project_template_v_1/command/git_push_arpakit_gitlab_1.sh,sha256=W-85-OhGYLTijzM39G0Es74Y0VdbczELwS12owHN_Gs,62
|
68
|
+
arpakitlib/_arpakit_project_template_v_1/command/git_remote.sh,sha256=DIcyWmY_mve_CmM1SND2gYgAGO7HaLtso3zvJfMqTRI,19
|
69
|
+
arpakitlib/_arpakit_project_template_v_1/command/git_set_arpakit_company_origin.sh,sha256=zD57Uw_jF0ieegxk3c9hVzUHucpQDrbsQaML50Opy8Y,289
|
70
|
+
arpakitlib/_arpakit_project_template_v_1/command/git_set_arpakit_origin.sh,sha256=J7qmaOAbAdwVo1_fwvbX1GcbL7AMPFG4ZU6zk45Y88s,240
|
71
|
+
arpakitlib/_arpakit_project_template_v_1/command/git_status.sh,sha256=N9JGYX5_UfCdirw4EQYzu4sS7pMLGrF4-QrTSTcpUtA,16
|
72
|
+
arpakitlib/_arpakit_project_template_v_1/command/hello_world.py,sha256=6aDbntxZ6e4Mbf2sQEb4uVazUDbJX7kEaSJn6SYwR6U,87
|
73
|
+
arpakitlib/_arpakit_project_template_v_1/command/init_json_db.py,sha256=jz5aX-wnNjoI1mOHOQheiQZNTT3zfmEMzbxNAJWqFB8,199
|
74
|
+
arpakitlib/_arpakit_project_template_v_1/command/init_sqlalchemy_db.py,sha256=SZxyLg9o8aAvzJkB3dANIDJiVMyApEWarPqgwuxXD9w,223
|
75
|
+
arpakitlib/_arpakit_project_template_v_1/command/poetry_check.sh,sha256=mxkbFqw-mVlAkP_klLoXDANbIoKEu6Uj98tZ3pLKlpU,19
|
76
|
+
arpakitlib/_arpakit_project_template_v_1/command/poetry_clear_cache.sh,sha256=5NmoMsA377JCeTMLERzE2GZywgi8mXQDTQ_yhIJtR8k,139
|
77
|
+
arpakitlib/_arpakit_project_template_v_1/command/poetry_config.sh,sha256=gIctNLSvRJmER_iU_HwPpHR83adZV12LoXcoWfY9M00,26
|
78
|
+
arpakitlib/_arpakit_project_template_v_1/command/poetry_install.sh,sha256=oLSrFGHKIRWc-1VEiM9wPRUNPTjtYJ3hEKwbeCpCvlk,153
|
79
|
+
arpakitlib/_arpakit_project_template_v_1/command/poetry_lock.sh,sha256=9oiTdi8ynGQWctQjI3g4ThGkvpT07-g5ajLmG47iVh8,17
|
80
|
+
arpakitlib/_arpakit_project_template_v_1/command/poetry_remove_and_add_arpakitlib.sh,sha256=-DvxXI-oaAQxIZFtiCfNBhqpRgJcWWuxhoHb9Nou0a4,197
|
81
|
+
arpakitlib/_arpakit_project_template_v_1/command/poetry_show.sh,sha256=pclR9efCNrrGyJR2HrdDM4PCUFGg0OSlRtjQ3Srv8W8,24
|
82
|
+
arpakitlib/_arpakit_project_template_v_1/command/poetry_show_arpakitlib.sh,sha256=q2bMtxwfr24-qGRrDi6aw6ryumqrBe42fht-V19NqxY,37
|
83
|
+
arpakitlib/_arpakit_project_template_v_1/command/poetry_update.sh,sha256=ZtoXIC4Qq7PMTDxQMwUxvkYC6lTc5LC23ILTywWbyoU,164
|
84
|
+
arpakitlib/_arpakit_project_template_v_1/command/poetry_update_arpakitlib.sh,sha256=hh7vj-yKgKqLfaGb8cjsJ_NTa7fBtE4s3yxzte4D8bw,163
|
85
|
+
arpakitlib/_arpakit_project_template_v_1/command/reinit_json_db.py,sha256=8PPAkThlMFVtDNu_YxS6auPUiDvfsGTMMfrpRGYVFmg,299
|
86
|
+
arpakitlib/_arpakit_project_template_v_1/command/reinit_sqlalchemy_db.py,sha256=oLwBDfJVPUUK3snrZiyiI1kvFuYAgo2wHcxnGAbLPjM,323
|
87
|
+
arpakitlib/_arpakit_project_template_v_1/command/remove_operations.py,sha256=SyxUQFWXBksBGsBlFclg7I420WsAezBrA3ayw-qgrMY,307
|
88
|
+
arpakitlib/_arpakit_project_template_v_1/command/remove_story_logs.py,sha256=atsLb-8hFHoabHC8nDVoh9V2mfjcWQjsNXbKBz79v_Y,469
|
89
|
+
arpakitlib/_arpakit_project_template_v_1/command/rm_all_records_in_json_db.py,sha256=nkeB4xSP2oc5cB-27q4aKOgA75Gy5KUqz4Oy9Geuy6o,307
|
90
|
+
arpakitlib/_arpakit_project_template_v_1/command/show_settings.py,sha256=oYt-t58h-Ojc5jq7RpCmkc6yF_yJ6h6c_cT0B0EVUqU,268
|
91
|
+
arpakitlib/_arpakit_project_template_v_1/command/start_api_with_reload.py,sha256=u5kQIW9qS18hp50VK_jPUGxKjmXWYJeX3Osdukj-Wjg,339
|
92
|
+
arpakitlib/_arpakit_project_template_v_1/command/start_api_without_reload.py,sha256=BAWxg3G2sySwyyOU14Ifd55qhKlrCgH9tDAs9JVXpsM,340
|
93
|
+
arpakitlib/_arpakit_project_template_v_1/command/start_async_operation_executor_worker.py,sha256=WiW9jygTV84rRT4ix0IywIugWmdhGk9ckCrnZukGe_o,316
|
94
|
+
arpakitlib/_arpakit_project_template_v_1/command/start_async_scheduled_operation_creator_worker.py,sha256=JNZ38ce3BYvt9vjn1ZWEm18Fmp6yr3bQdlQxnjGeXbI,355
|
95
|
+
arpakitlib/_arpakit_project_template_v_1/command/start_sync_operation_executor_worker.py,sha256=g5HX0k9KeBTGsleASnPCmYg0GJEoPq58sweYwJWBNfo,388
|
96
|
+
arpakitlib/_arpakit_project_template_v_1/command/start_sync_operation_executor_workers.py,sha256=3TA2lg-zdFMeGfJybWR9CIMU6TByFijM651I87Uehz8,692
|
97
|
+
arpakitlib/_arpakit_project_template_v_1/command/start_sync_scheduled_operation_creator_worker.py,sha256=henoJ7v21EwTswsNuGsEZYlRNzHDJf3gqC5HW0NTEo8,313
|
98
|
+
arpakitlib/_arpakit_project_template_v_1/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
99
|
+
arpakitlib/_arpakit_project_template_v_1/core/cache_file_storage_in_dir.py,sha256=FQ47te4IsyakOFlgjBK-IZj50qOLjckCtr1aPgh-Uaw,615
|
100
|
+
arpakitlib/_arpakit_project_template_v_1/core/const.py,sha256=24qaTQCjxfwkqitUslE-mU78U3jrLclrj_nxbZ7zwj0,859
|
101
|
+
arpakitlib/_arpakit_project_template_v_1/core/dump_file_storage_in_dir.py,sha256=ZhmrMmppibYnFh5ZhnlO22whEBXkVkbkzg-QpVH1Ph8,609
|
102
|
+
arpakitlib/_arpakit_project_template_v_1/core/jinja2_templates.py,sha256=YneQ2AQccv8GFaZ7uSh2q8IhR2fk7O3crZrK3uouktI,344
|
103
|
+
arpakitlib/_arpakit_project_template_v_1/core/media_file_storage_in_dir.py,sha256=Q3Nx41qTsfswL1akg0Puh8raaKBDLc4UJxf27A5LmGg,615
|
104
|
+
arpakitlib/_arpakit_project_template_v_1/core/settings.py,sha256=Js3FlU52ewEXtw3oQKW8PfoJLwTaCXUywu_pLKMsY88,6253
|
105
|
+
arpakitlib/_arpakit_project_template_v_1/core/util.py,sha256=B7YOzCfI0OcjoLz8LkDxrnTn3wrsgsR5Cw4qNZ2hqx8,659
|
106
|
+
arpakitlib/_arpakit_project_template_v_1/example.env,sha256=KAyUmiMLIHTo-q2um3kEvsD20Dz6mAX9gkLEqDXixzE,910
|
107
|
+
arpakitlib/_arpakit_project_template_v_1/json_db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
108
|
+
arpakitlib/_arpakit_project_template_v_1/json_db/json_db.py,sha256=bVGUBmkE-nios4RE9tzSsqyoz-sjOtIgAE7tVxOKkzE,716
|
109
|
+
arpakitlib/_arpakit_project_template_v_1/note/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
110
|
+
arpakitlib/_arpakit_project_template_v_1/note/note_1.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
111
|
+
arpakitlib/_arpakit_project_template_v_1/note/note_2.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
112
|
+
arpakitlib/_arpakit_project_template_v_1/note/note_3.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
113
|
+
arpakitlib/_arpakit_project_template_v_1/note/note_4.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
114
|
+
arpakitlib/_arpakit_project_template_v_1/note/note_5.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
115
|
+
arpakitlib/_arpakit_project_template_v_1/operation_execution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
116
|
+
arpakitlib/_arpakit_project_template_v_1/operation_execution/const.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
117
|
+
arpakitlib/_arpakit_project_template_v_1/operation_execution/operation_executor_worker.py,sha256=WWqm0aJHsB__XM9rszfBX3ejPI92p1LBwFjdA1rkZgA,10794
|
118
|
+
arpakitlib/_arpakit_project_template_v_1/operation_execution/scheduled_operation_creator_worker.py,sha256=KXKQYa6z6Glg7SdnUjQnewB9Wf1DS7eoxfOwNvk8Yh4,4113
|
119
|
+
arpakitlib/_arpakit_project_template_v_1/operation_execution/scheduled_operations.py,sha256=poos5iAKbkMYkbUN_BFkUDCANTMFuYSugFg2NqBlFMo,1704
|
120
|
+
arpakitlib/_arpakit_project_template_v_1/operation_execution/util.py,sha256=nau1QnUh37CL6rfniwQ7rfQkh5Rf8qE01ruFdNv4H8k,785
|
121
|
+
arpakitlib/_arpakit_project_template_v_1/resource/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
122
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/1,sha256=IIO7Wvjwlr2-LPSQ7Y8O35hcI6t0_s8zqITDxkYCO8I,11
|
123
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/healthcheck,sha256=IIO7Wvjwlr2-LPSQ7Y8O35hcI6t0_s8zqITDxkYCO8I,11
|
124
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/helloworld,sha256=eH7Hbcr9IMGQjrCTahL5Ht0QWrXNfswrGuIDJkg0Xf8,11
|
125
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/openapi-favicon.png,sha256=lLrYktPGYoELW0wzf2jf2b6V6nHEHRqu-z8DZ9L9kUY,1279
|
126
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/redoc/redoc.standalone.js,sha256=WCuodUNv1qVh0oW5fjnJDwb5AwOue73jKHdI9z8iGKU,909365
|
127
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/favicon-16x16.png,sha256=ryStYE3Xs7zaj5dauXMHX0ovcKQIeUShL474tjo-B8I,665
|
128
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/favicon-32x32.png,sha256=PtYS9B4FDKXnAAytbxy-fn2jn2X8qZwC6Z5lkQVuWDc,628
|
129
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/index.css,sha256=kySAfUJFZaFjm7KfN1TI1NRcEAnGdnTpluMzVfaSnOc,202
|
130
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/index.html,sha256=CQ4GiP7gFQsqZGmGrgCEd3xTvXQrEbbS2GR4Cf3Dtzs,703
|
131
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/oauth2-redirect.html,sha256=OX_TCiSZzSxfNBGt4Mp_vXhtUBFjnKeKBoJNWAuDwSI,2715
|
132
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/swagger-initializer.js,sha256=qJUDTyTxLXzYHsR8mNpPFXIdnZqNJAXyLyFwSCH4HQI,539
|
133
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/swagger-ui-bundle.js,sha256=VhdK-yl3MfMUpomLN-IdkwUyYAyoWCswpbnO37n0unk,1457477
|
134
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/swagger-ui-bundle.js.map,sha256=XA0HBcAHnjwbJK6IBi38JZaPT5dU3o-hTLtUiviZaVQ,1920878
|
135
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/swagger-ui-es-bundle-core.js,sha256=R-ylVahX5LpejNWzCnvZXdTMZInpRebAeb_z-LahTr8,462140
|
136
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/swagger-ui-es-bundle-core.js.map,sha256=_dFNrzlNxvS0KoCeu9djr3xJ68VerSuMfyZiiTrhZRQ,1572266
|
137
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/swagger-ui-es-bundle.js,sha256=Q0LozAGcpiZ4lmpSPdeRYFE3wANDMCBOgiYD5fhq7Ro,1457231
|
138
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/swagger-ui-es-bundle.js.map,sha256=Fx8FqHESauTfZu1AoD33rQuXMatMMv32mjq7jP7TW7I,1912421
|
139
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/swagger-ui-standalone-preset.js,sha256=wkbyZwvfcW1zj3tvwhJ-Jx2xIzLGfBJu_MQi4d5cKN0,230007
|
140
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/swagger-ui-standalone-preset.js.map,sha256=Y2JB5Bwr5afywvXmw_lyIRGbefR6zvxhsglWioWFv9Q,330036
|
141
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/swagger-ui.css,sha256=jzPZlgJTFwSdSphk9CHqsrKiR4cvOIAm-pTGVJEyWec,152072
|
142
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/swagger-ui.css.map,sha256=5wq8eXMLU6Zxb45orZPL1zAsBFJReFw6GjYqGpUX3hg,262650
|
143
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/swagger-ui.js,sha256=yHKu9z0C2kOO5j9n9D8oQzuBLeEoMGrFcMWQN27V554,339285
|
144
|
+
arpakitlib/_arpakit_project_template_v_1/resource/static/swagger-ui/swagger-ui.js.map,sha256=jeX-b8zAm2jsTGGCznrc49McbLKSfXspwECPhEAp0Xc,1159444
|
145
|
+
arpakitlib/_arpakit_project_template_v_1/sandbox/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
146
|
+
arpakitlib/_arpakit_project_template_v_1/sandbox/sandbox_1.py,sha256=xKSp7tIBu3Ffp_kgJkwVtdam3BcoFZ44JPVHoRRaP0E,163
|
147
|
+
arpakitlib/_arpakit_project_template_v_1/sandbox/sandbox_2.py,sha256=xKSp7tIBu3Ffp_kgJkwVtdam3BcoFZ44JPVHoRRaP0E,163
|
148
|
+
arpakitlib/_arpakit_project_template_v_1/sandbox/sandbox_3.py,sha256=xKSp7tIBu3Ffp_kgJkwVtdam3BcoFZ44JPVHoRRaP0E,163
|
149
|
+
arpakitlib/_arpakit_project_template_v_1/sandbox/sandbox_4.py,sha256=xKSp7tIBu3Ffp_kgJkwVtdam3BcoFZ44JPVHoRRaP0E,163
|
150
|
+
arpakitlib/_arpakit_project_template_v_1/sandbox/sandbox_5.py,sha256=xKSp7tIBu3Ffp_kgJkwVtdam3BcoFZ44JPVHoRRaP0E,163
|
151
|
+
arpakitlib/_arpakit_project_template_v_1/sandbox/sandbox_6.py,sha256=xKSp7tIBu3Ffp_kgJkwVtdam3BcoFZ44JPVHoRRaP0E,163
|
152
|
+
arpakitlib/_arpakit_project_template_v_1/sandbox/sandbox_7.py,sha256=xKSp7tIBu3Ffp_kgJkwVtdam3BcoFZ44JPVHoRRaP0E,163
|
153
|
+
arpakitlib/_arpakit_project_template_v_1/site/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
154
|
+
arpakitlib/_arpakit_project_template_v_1/site/asgi.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
155
|
+
arpakitlib/_arpakit_project_template_v_1/site/consts.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
156
|
+
arpakitlib/_arpakit_project_template_v_1/site/create_site_app.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
157
|
+
arpakitlib/_arpakit_project_template_v_1/site/event.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
158
|
+
arpakitlib/_arpakit_project_template_v_1/site/exception_handler.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
159
|
+
arpakitlib/_arpakit_project_template_v_1/site/router/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
160
|
+
arpakitlib/_arpakit_project_template_v_1/site/router/main_router.py,sha256=J5jNfgd-3OiWTtuubimEUz6wrOogupj9PkUdDmwz-2U,62
|
161
|
+
arpakitlib/_arpakit_project_template_v_1/sqladmin_/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
162
|
+
arpakitlib/_arpakit_project_template_v_1/sqladmin_/add_admin_in_app.py,sha256=z59cdBzRLkb2GpLaQMNwUOtERXeP920I7J4nWgN1M4I,725
|
163
|
+
arpakitlib/_arpakit_project_template_v_1/sqladmin_/admin_auth.py,sha256=ulWhRzuRg2sj2WvGQ_4RY_a88hBx8EEl_VBisQlGQBo,1840
|
164
|
+
arpakitlib/_arpakit_project_template_v_1/sqladmin_/model_view.py,sha256=eY8J1N5jppG-MGyK8m_Q8lr-l1vZpc3A-_-E160sWKA,2325
|
165
|
+
arpakitlib/_arpakit_project_template_v_1/sqlalchemy_db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
166
|
+
arpakitlib/_arpakit_project_template_v_1/sqlalchemy_db/const.py,sha256=dcvj5C9E2F2KCsGZPBBncQf_EvVJAC1qQgnyD8P4ZEw,6
|
167
|
+
arpakitlib/_arpakit_project_template_v_1/sqlalchemy_db/sqlalchemy_db.py,sha256=qNWs-fn5Tl3yaf7EFzduUzM_fOhRa9TFwnNtxMa2vaU,737
|
168
|
+
arpakitlib/_arpakit_project_template_v_1/sqlalchemy_db/sqlalchemy_model.py,sha256=cGuDLatu-OvoigldikI1JQCfziUt9pFrflZ1jiED4V8,4595
|
169
|
+
arpakitlib/_arpakit_project_template_v_1/sqlalchemy_db/util.py,sha256=rr-wYqK898FcLwg6Oa9j9lYfvBPs4ujKiY0rRTfwLqg,554
|
170
|
+
arpakitlib/_arpakit_project_template_v_1/test_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
171
|
+
arpakitlib/_arpakit_project_template_v_1/test_data/make_test_data_1.py,sha256=yRKf6HYZ2do2g7tAUB172nHA_u-yS9cyHhbinahc7sc,285
|
172
|
+
arpakitlib/_arpakit_project_template_v_1/test_data/make_test_data_2.py,sha256=tBhhXKKlSUh_fEYoOvGRuBKUJxPentya1h_6lcd-hk0,285
|
173
|
+
arpakitlib/_arpakit_project_template_v_1/test_data/make_test_data_3.py,sha256=0xV1EWfadkpSIso5gReDsOwdXunhovx14m-FWGCeJj0,285
|
174
|
+
arpakitlib/_arpakit_project_template_v_1/test_data/make_test_data_4.py,sha256=L6c4IUz9Mi2axalGgzVJVqT94lShARVmB596PJ3BCpE,285
|
175
|
+
arpakitlib/_arpakit_project_template_v_1/test_data/make_test_data_5.py,sha256=TN-weOT2xpB0wBkdaJ1F7t8YD63MNN_bZINjPJOfV9g,285
|
176
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
177
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/blank/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
178
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/blank/blank.py,sha256=gUiYrmq-JSMO4BOAn4pQThtVPW1EENcD25UnJ3kKLxc,87
|
179
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/blank/util.py,sha256=LrA7v4QC5RkivGmMChDkwizebh6V7OX5QvIU9p4QMv0,243
|
180
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/const.py,sha256=X4N2N_5fLQtWHjMWfBtLxT0ZOwb7DLmrSBIfuZo9rX8,639
|
181
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/event.py,sha256=cUO77PUth2D_HYF-U0F_nctrNOfYRPjZrmkOuz8ObZQ,1603
|
182
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/filter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
183
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/filter/not_prod_mode.py,sha256=19e016Mg_gyeJG-58Hyba3UfERCOiaiPMHfhi74rI5c,231
|
184
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/filter/prod_mode.py,sha256=qRnG5-bKogakLxYIzA4aw5IZnFSYuf67894Hz1ygkz0,224
|
185
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/kb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
186
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/kb/inline_/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
187
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/kb/inline_/callback.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
188
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/kb/inline_/common.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
189
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/kb/static_/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
190
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/kb/static_/common.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
191
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/middleware/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
192
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/middleware/init_user.py,sha256=bZf8VYe-R-fcjyy8z55plPqIF3FiIRQcW84hVNbZq5E,703
|
193
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/middleware/middleware.py,sha256=PRs0Jgnmf6pPEgNkHL8umDO42jV0g7KcgVdkxpG8NfQ,301
|
194
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/router/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
195
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/router/arpakitlib_.py,sha256=BKnZPhe8HByxrDyoRS8I-98JuSIDES4X4OGBMqrEeWs,260
|
196
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/router/error.py,sha256=H5A_SV9NggjKEoURDdBh-waLuoxVKpXj1qFmquUdIBs,292
|
197
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/router/healthcheck.py,sha256=M_znCjKO0mWt7zyn4BB1-tJ2CkckrUJRvr1RqmHEbHs,262
|
198
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/router/main_router.py,sha256=lHHJ84w-1Gn1A88eGJsfcG3JAHKpZkvzRi9BgEjz6Dc,285
|
199
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/start_tg_bot.py,sha256=yffNga4DpFJRI_-GgIpVwhIbc3cW-xSalUMS0TcMEvI,1253
|
200
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/tg_bot.py,sha256=5oiiEfsJUzmMx_we5BshngkGmXJf4yZDx0SYZ8aeVQE,726
|
201
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/tg_bot_dispatcher.py,sha256=weGcocVPI3MO48vfFwGmc-V9xCW90KQfBddkQM3u_b4,634
|
202
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/transmitted_tg_data.py,sha256=Ncxqsc0fm3VbYuEovo-mtf8JTwbtXp8s5M3AuEJbXjY,2172
|
203
|
+
arpakitlib/_arpakit_project_template_v_1/tg_bot/util.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
204
|
+
arpakitlib/_arpakit_project_template_v_1/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
205
|
+
arpakitlib/_arpakit_project_template_v_1/util/read_arpakitlib_project_template_file.py,sha256=zGJDvO5N4AajrpsP1NCt7DsIjBFbodBjr80KB-_fYcM,385
|
206
|
+
arpakitlib/ar_additional_model_util.py,sha256=GFg-glLCxH9X95R2bhTJsscVwv37FgE1qbaAAyXrnIE,917
|
207
|
+
arpakitlib/ar_aiogram_util.py,sha256=gTCJhvfk2FktvdbQvWFHiRP1iWRIV53C6So4gDpaw9w,12054
|
208
|
+
arpakitlib/ar_arpakit_lib_module_util.py,sha256=g9uWwTK2eEzmErqwYeVgXDYVMREN8m5CdmgEumAEQfw,5919
|
209
|
+
arpakitlib/ar_arpakit_project_template_util.py,sha256=1GGjn6zpNIDbqvlkLkGkyrKdkfy5EgDO6QUKKvNDbeI,3126
|
210
|
+
arpakitlib/ar_arpakit_schedule_uust_api_client_util.py,sha256=_T_HeDCy2EwbYw0q5FnCJngU2fAZYMNd25gEtmagJN0,15813
|
211
|
+
arpakitlib/ar_arpakit_schedule_uust_site_util.py,sha256=8wLct9Gd4MWkXzB6nSmETAwTPLw8lfpWgx0LoWSAOvg,1643
|
212
|
+
arpakitlib/ar_arpakitlib_cli_util.py,sha256=GOW2URo6PCkwzt1kxB8qpEVH5W-SIEFUWeWFitIj9PM,2765
|
213
|
+
arpakitlib/ar_base64_util.py,sha256=aZkg2cZTuAaP2IWeG_LXJ6RO7qhyskVwec-Lks0iM-k,676
|
214
|
+
arpakitlib/ar_base_worker_util.py,sha256=gWQefz0KRM7OSnimWCiNETthox9x72X8Pt-R0ez-LII,5894
|
215
|
+
arpakitlib/ar_blank_util.py,sha256=6O54Z8NnCg8BXxUVWt-oo1kqzt0836k9KJeJofwmj0g,113
|
216
|
+
arpakitlib/ar_cache_file_util.py,sha256=Fo2pH-Zqm966KWFBHG_pbiySGZvhIFCYqy7k1weRfJ0,3476
|
217
|
+
arpakitlib/ar_class_util.py,sha256=i76pQW_7k_S2m_DlQh6xNjtggv9Col3WSx9W_bwk98E,722
|
218
|
+
arpakitlib/ar_cryptomus_api_client_util.py,sha256=cvp3u0NtuB0nIVeiljllMuxz9ECVPqR3EyBGWS2YAl8,247
|
219
|
+
arpakitlib/ar_datetime_util.py,sha256=Xe1NiT9oPQzNSG7RVRkhukhbg4i-hhS5ImmV7sPUc8o,971
|
220
|
+
arpakitlib/ar_dict_util.py,sha256=cF5LQJ6tLqyGoEXfDljMDZrikeZoWPw7CgINHIFGvXM,419
|
221
|
+
arpakitlib/ar_dream_ai_api_client_util.py,sha256=Z1oii_XSsgunYx17SdcHl54S4KPQti7-MJs0xXZ8vL0,2830
|
222
|
+
arpakitlib/ar_encrypt_decrypt_util.py,sha256=GhWnp7HHkbhwFVVCzO1H07m-5gryr4yjWsXjOaNQm1Y,520
|
223
|
+
arpakitlib/ar_enumeration_util.py,sha256=ZOkH1-duDcjQelJrdJ-nJ8h7wePFAgmpg_8e63Cyp0E,3072
|
224
|
+
arpakitlib/ar_exception_util.py,sha256=3hZKsj34TZVdmd4JAQz7w515smWqB8o3gTwAEjuMdnI,408
|
225
|
+
arpakitlib/ar_file_storage_in_dir_util.py,sha256=D3e3rGuHoI6xqAA5mVvEpVVpOWY1jyjNsjj2UhyHRbE,3674
|
226
|
+
arpakitlib/ar_file_util.py,sha256=GUdJYm1tUZnYpY-SIPRHAZBHGra8NKy1eYEI0D5AfhY,489
|
227
|
+
arpakitlib/ar_func_util.py,sha256=SN7VXsnP-7Hli6QFNZK_rl-n6qq1juJGvy3DlsiM8jE,984
|
228
|
+
arpakitlib/ar_hash_util.py,sha256=Iqy6KBAOLBQMFLWv676boI5sV7atT2B-fb7aCdHOmIQ,340
|
229
|
+
arpakitlib/ar_http_request_util.py,sha256=4f10gbsReyi_93OAn0ErIPzJdzKEcnzs_3wGRk7-YAI,5424
|
230
|
+
arpakitlib/ar_ip_util.py,sha256=aEAa1Hvobh9DWX7cmBAPLqnXSTiKe2hRk-WJaiKMaI8,1009
|
231
|
+
arpakitlib/ar_json_db_util.py,sha256=5nELpAY1_5_iTN4nMcutQtJQ5Nt52-xiKELxEH65RkY,7240
|
232
|
+
arpakitlib/ar_json_util.py,sha256=wJOsN8N7Rs7r8cTgMDXrmFa1GOkcD-LghqFEYXc8zGA,1083
|
233
|
+
arpakitlib/ar_jwt_util.py,sha256=Rhm4ywoTAn6yOV8NLjDASfAtAtheROxxDP40G3XjnuQ,761
|
234
|
+
arpakitlib/ar_list_of_dicts_to_xlsx.py,sha256=MyjEl4Jl4beLVZqLVQMMv0-XDtBD3Xh4Z_ZPDJeFu04,745
|
235
|
+
arpakitlib/ar_list_util.py,sha256=2woOAHAU8oTIiVjZ8GLnx15odEaoQUq3Q0JPxlufFF0,457
|
236
|
+
arpakitlib/ar_logging_util.py,sha256=V4jypypFG1cj4nXae7JiBnRRfm02OTnZSEermx-wlDY,1668
|
237
|
+
arpakitlib/ar_mongodb_util.py,sha256=2ECkTnGAZ92qxioL-fmN6R4yZOSr3bXdXLWTzT1C3vk,4038
|
238
|
+
arpakitlib/ar_need_type_util.py,sha256=l4ky_15KKwqgYf2WTgEaKfBI15jZbnszOeQjwC0YUmk,2312
|
239
|
+
arpakitlib/ar_openai_api_client_util.py,sha256=_XmlApvHFMSyjvZydPa_kASIt9LsFrZmSC7YEzIG8Bg,1806
|
240
|
+
arpakitlib/ar_parse_command.py,sha256=-s61xcATIsfw1eV_iD3xi-grsitbGzSDoAFc5V0OFy4,3447
|
241
|
+
arpakitlib/ar_postgresql_util.py,sha256=1AuLjEaa1Lg4pzn-ukCVnDi35Eg1k91APRTqZhIJAdo,945
|
242
|
+
arpakitlib/ar_rat_func_util.py,sha256=Ca10o3RJwyx_DJLxjTxgHDO6NU3M6CWgUR4bif67OE4,2006
|
243
|
+
arpakitlib/ar_retry_func_util.py,sha256=LB4FJRsu2cssnPw6X8bCEcaGpQsXhkLkgeU37w1t9fU,2250
|
244
|
+
arpakitlib/ar_run_cmd_util.py,sha256=D_rPavKMmWkQtwvZFz-Io5Ak8eSODHkcFeLPzNVC68g,1072
|
245
|
+
arpakitlib/ar_schedule_uust_api_client_util.py,sha256=rXI2_3OTaIBgR-GixM1Ti-Ue1f9nOcO3EUpYRqdGpYM,6973
|
246
|
+
arpakitlib/ar_settings_util.py,sha256=Y5wi_cmsjDjfJpM0VJHjbo0NoVPKfypKaD1USowwDtQ,1327
|
247
|
+
arpakitlib/ar_sleep_util.py,sha256=OaLtRaJQWMkGjfj_mW1RB2P4RaSWsAIH8LUoXqsH0zM,1061
|
248
|
+
arpakitlib/ar_sqladmin_util.py,sha256=Jd33EX_fAso4bvrcDhNEYOUlUHkudbadNGOJDg7rqhQ,301
|
249
|
+
arpakitlib/ar_sqlalchemy_util.py,sha256=o9LwEE_DfNr1mD5wzJ4X2ciUPzFo95wwSGdqggs29FM,9247
|
250
|
+
arpakitlib/ar_ssh_runner_util.py,sha256=e9deuUdBW7Eh0Exx2nTBhk57SaOZYaJaSjNk8q6dbJk,6804
|
251
|
+
arpakitlib/ar_steam_payment_api_client_util.py,sha256=onvb3jt9bWfsCLbVLaApbN_-cqCu1CduVhM9GhG5yTA,250
|
252
|
+
arpakitlib/ar_str_util.py,sha256=yU5gOwNXUQaH5b_tM5t6fXUn9oUcv5EQbVnq2wXXIpQ,3378
|
253
|
+
arpakitlib/ar_type_util.py,sha256=Cs_tef-Fc5xeyAF54KgISCsP11NHyzIsglm4S3Xx7iM,4049
|
254
|
+
arpakitlib/ar_wata_api_client.py,sha256=gdHOqDbuqxhTjVDtRW1DvkRJLdDofCrOq51GTctzLns,242
|
255
|
+
arpakitlib/ar_yookassa_api_client_util.py,sha256=VozuZeCJjmLd1zj2BdC9WfiAQ3XYOrIMsdpNK-AUlm0,5347
|
256
|
+
arpakitlib/ar_zabbix_api_client_util.py,sha256=Q-VR4MvoZ9aHwZeYZr9G3LwN-ANx1T5KFmF6pvPM-9M,6402
|
257
|
+
arpakitlib-1.8.1.dist-info/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
|
258
|
+
arpakitlib-1.8.1.dist-info/METADATA,sha256=_Tl8gNab2x9JwNADt434a_KgD8BJISVudbq8d0IpPgc,3316
|
259
|
+
arpakitlib-1.8.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
260
|
+
arpakitlib-1.8.1.dist-info/entry_points.txt,sha256=36xqR3PJFT2kuwjkM_EqoIy0qFUDPKSm_mJaI7emewE,87
|
261
|
+
arpakitlib-1.8.1.dist-info/RECORD,,
|
@@ -1,26 +0,0 @@
|
|
1
|
-
from fastapi import FastAPI
|
2
|
-
from sqladmin import Admin
|
3
|
-
|
4
|
-
from admin1.admin_auth import Admin1Auth
|
5
|
-
from admin1.model_view import get_simple_mv
|
6
|
-
from api.transmitted_api_data import TransmittedAPIData
|
7
|
-
from core.settings import get_cached_settings
|
8
|
-
|
9
|
-
|
10
|
-
def add_admin1_in_app(*, app: FastAPI) -> FastAPI:
|
11
|
-
transmitted_api_data: TransmittedAPIData = app.state.transmitted_api_data
|
12
|
-
|
13
|
-
authentication_backend = Admin1Auth()
|
14
|
-
|
15
|
-
admin = Admin(
|
16
|
-
app=app,
|
17
|
-
engine=transmitted_api_data.sqlalchemy_db.engine,
|
18
|
-
base_url="/admin1",
|
19
|
-
authentication_backend=authentication_backend,
|
20
|
-
title=get_cached_settings().project_name
|
21
|
-
)
|
22
|
-
|
23
|
-
for model_view in get_simple_mv().__subclasses__():
|
24
|
-
admin.add_model_view(model_view)
|
25
|
-
|
26
|
-
return app
|
@@ -1,25 +0,0 @@
|
|
1
|
-
import logging
|
2
|
-
|
3
|
-
from sqladmin.authentication import AuthenticationBackend
|
4
|
-
from starlette.requests import Request
|
5
|
-
|
6
|
-
from core.settings import get_cached_settings
|
7
|
-
|
8
|
-
|
9
|
-
class Admin1Auth(AuthenticationBackend):
|
10
|
-
def __init__(self):
|
11
|
-
self._logger = logging.getLogger(self.__class__.__name__)
|
12
|
-
super().__init__(secret_key=get_cached_settings().admin1_secret_key)
|
13
|
-
|
14
|
-
async def login(self, request: Request) -> bool:
|
15
|
-
# form = await request.form()
|
16
|
-
# request.session.update(...)
|
17
|
-
return True
|
18
|
-
|
19
|
-
async def logout(self, request: Request) -> bool:
|
20
|
-
request.session.clear()
|
21
|
-
return True
|
22
|
-
|
23
|
-
async def authenticate(self, request: Request) -> bool:
|
24
|
-
# request.session.get("...")
|
25
|
-
return True
|
@@ -1,27 +0,0 @@
|
|
1
|
-
import fastapi
|
2
|
-
import starlette.status
|
3
|
-
from fastapi import APIRouter
|
4
|
-
|
5
|
-
from api.schema.common.out import ErrorCommonSO
|
6
|
-
from api.schema.v1.out import ARPAKITLIBInfoV1SO
|
7
|
-
from util.read_arpakitlib_project_template_file import read_arpakitlib_project_template_file
|
8
|
-
|
9
|
-
api_router = APIRouter()
|
10
|
-
|
11
|
-
|
12
|
-
@api_router.get(
|
13
|
-
"",
|
14
|
-
response_model=ARPAKITLIBInfoV1SO | ErrorCommonSO,
|
15
|
-
status_code=starlette.status.HTTP_200_OK
|
16
|
-
)
|
17
|
-
async def _(
|
18
|
-
*,
|
19
|
-
request: fastapi.requests.Request,
|
20
|
-
response: fastapi.responses.Response,
|
21
|
-
):
|
22
|
-
arpakitlib_project_template_data = read_arpakitlib_project_template_file()
|
23
|
-
return ARPAKITLIBInfoV1SO(
|
24
|
-
arpakitlib=True,
|
25
|
-
arpakitlib_project_template_version=arpakitlib_project_template_data["arpakitlib_project_template_version"],
|
26
|
-
data=arpakitlib_project_template_data
|
27
|
-
)
|
@@ -1,21 +0,0 @@
|
|
1
|
-
import fastapi
|
2
|
-
import starlette
|
3
|
-
from fastapi import APIRouter
|
4
|
-
from starlette import status
|
5
|
-
|
6
|
-
from api.schema.common.out import ErrorCommonSO
|
7
|
-
|
8
|
-
api_router = APIRouter()
|
9
|
-
|
10
|
-
|
11
|
-
@api_router.get(
|
12
|
-
"",
|
13
|
-
response_model=ErrorCommonSO,
|
14
|
-
status_code=starlette.status.HTTP_200_OK
|
15
|
-
)
|
16
|
-
async def _(
|
17
|
-
*,
|
18
|
-
request: fastapi.requests.Request,
|
19
|
-
response: fastapi.responses.Response,
|
20
|
-
):
|
21
|
-
raise Exception("fake_error")
|
@@ -1,66 +0,0 @@
|
|
1
|
-
from functools import lru_cache
|
2
|
-
|
3
|
-
import starlette.requests
|
4
|
-
from pydantic import BaseModel, ConfigDict
|
5
|
-
|
6
|
-
from arpakitlib.ar_file_storage_in_dir_util import FileStorageInDir
|
7
|
-
from arpakitlib.ar_json_db_util import BaseJSONDb
|
8
|
-
from arpakitlib.ar_sqlalchemy_util import SQLAlchemyDb
|
9
|
-
from core.cache_file_storage_in_dir import get_cached_cache_file_storage_in_dir
|
10
|
-
from core.dump_file_storage_in_dir import get_cached_dump_file_storage_in_dir
|
11
|
-
from core.media_file_storage_in_dir import get_cached_media_file_storage_in_dir
|
12
|
-
from core.settings import Settings
|
13
|
-
from core.settings import get_cached_settings
|
14
|
-
from json_db.util import get_json_db
|
15
|
-
from sqlalchemy_db.sqlalchemy_db import get_cached_sqlalchemy_db
|
16
|
-
|
17
|
-
|
18
|
-
class TransmittedAPIData(BaseModel):
|
19
|
-
model_config = ConfigDict(extra="ignore", arbitrary_types_allowed=True, from_attributes=True)
|
20
|
-
|
21
|
-
settings: Settings | None = None
|
22
|
-
sqlalchemy_db: SQLAlchemyDb | None = None
|
23
|
-
json_db: BaseJSONDb | None = None
|
24
|
-
media_file_storage_in_dir: FileStorageInDir | None = None
|
25
|
-
cache_file_storage_in_dir: FileStorageInDir | None = None
|
26
|
-
dump_file_storage_in_dir: FileStorageInDir | None = None
|
27
|
-
|
28
|
-
|
29
|
-
def get_transmitted_api_data(request: starlette.requests.Request) -> TransmittedAPIData:
|
30
|
-
return request.app.state.transmitted_api_data
|
31
|
-
|
32
|
-
|
33
|
-
def create_transmitted_api_data() -> TransmittedAPIData:
|
34
|
-
settings = get_cached_settings()
|
35
|
-
|
36
|
-
sqlalchemy_db = get_cached_sqlalchemy_db() if settings.sqlalchemy_sync_db_url is not None else None
|
37
|
-
|
38
|
-
json_db = get_json_db() if settings.json_db_dirpath is not None else None
|
39
|
-
|
40
|
-
media_file_storage_in_dir = (
|
41
|
-
get_cached_media_file_storage_in_dir() if settings.media_dirpath is not None else None
|
42
|
-
)
|
43
|
-
|
44
|
-
cache_file_storage_in_dir = (
|
45
|
-
get_cached_cache_file_storage_in_dir() if settings.cache_dirpath is not None else None
|
46
|
-
)
|
47
|
-
|
48
|
-
dump_file_storage_in_dir = (
|
49
|
-
get_cached_dump_file_storage_in_dir() if settings.dump_dirpath is not None else None
|
50
|
-
)
|
51
|
-
|
52
|
-
transmitted_api_data = TransmittedAPIData(
|
53
|
-
settings=settings,
|
54
|
-
sqlalchemy_db=sqlalchemy_db,
|
55
|
-
json_db=json_db,
|
56
|
-
media_file_storage_in_dir=media_file_storage_in_dir,
|
57
|
-
cache_file_storage_in_dir=cache_file_storage_in_dir,
|
58
|
-
dump_file_storage_in_dir=dump_file_storage_in_dir
|
59
|
-
)
|
60
|
-
|
61
|
-
return transmitted_api_data
|
62
|
-
|
63
|
-
|
64
|
-
@lru_cache()
|
65
|
-
def get_cached_transmitted_api_data() -> TransmittedAPIData:
|
66
|
-
return create_transmitted_api_data()
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import os
|
2
|
-
|
3
|
-
from arpakitlib.ar_json_db_util import BaseJSONDb
|
4
|
-
|
5
|
-
|
6
|
-
class JSONDb(BaseJSONDb):
|
7
|
-
def __init__(self, dirpath: str):
|
8
|
-
super().__init__()
|
9
|
-
self.story_log = self.create_json_db_file(
|
10
|
-
filepath=os.path.join(dirpath, "story_log.json"), use_memory=True, beautify_json=False
|
11
|
-
)
|
@@ -1,17 +0,0 @@
|
|
1
|
-
from functools import lru_cache
|
2
|
-
|
3
|
-
from core.settings import get_cached_settings
|
4
|
-
from json_db.json_db import JSONDb
|
5
|
-
|
6
|
-
|
7
|
-
def create_json_db() -> JSONDb:
|
8
|
-
return JSONDb(
|
9
|
-
dirpath=get_cached_settings().json_db_dirpath
|
10
|
-
)
|
11
|
-
|
12
|
-
|
13
|
-
@lru_cache()
|
14
|
-
def get_json_db() -> JSONDb:
|
15
|
-
return JSONDb(
|
16
|
-
dirpath=get_cached_settings().json_db_dirpath
|
17
|
-
)
|