arpakitlib 1.7.103__py3-none-any.whl → 1.7.124__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. arpakitlib/_arpakit_project_template/example.env +4 -0
  2. arpakitlib/_arpakit_project_template/manage/hello_world.py +2 -2
  3. arpakitlib/_arpakit_project_template/manage/json_beutify.py +2 -2
  4. arpakitlib/_arpakit_project_template/manage/poetry_config.sh +2 -0
  5. arpakitlib/_arpakit_project_template/manage/poetry_self_add_plugin_export.sh +2 -0
  6. arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_1.py +4 -4
  7. arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_2.py +4 -4
  8. arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_3.py +4 -4
  9. arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_4.py +4 -4
  10. arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_5.py +4 -4
  11. arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_6.py +4 -4
  12. arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_7.py +4 -4
  13. arpakitlib/_arpakit_project_template/src/admin1/__init__.py +0 -0
  14. arpakitlib/_arpakit_project_template/src/admin1/add_admin_in_app.py +25 -0
  15. arpakitlib/_arpakit_project_template/src/admin1/admin_auth.py +29 -0
  16. arpakitlib/_arpakit_project_template/src/admin1/model_view.py +19 -0
  17. arpakitlib/_arpakit_project_template/src/api/create_api_app.py +12 -52
  18. arpakitlib/_arpakit_project_template/src/api/event.py +51 -2
  19. arpakitlib/_arpakit_project_template/src/api/start_api_for_dev_with_reload.py +12 -4
  20. arpakitlib/_arpakit_project_template/src/api/{start_api_for_dev.py → start_api_for_dev_without_reload.py} +3 -3
  21. arpakitlib/_arpakit_project_template/src/api/transmitted_api_data.py +4 -0
  22. arpakitlib/_arpakit_project_template/src/business_service/hello_world.py +12 -0
  23. arpakitlib/_arpakit_project_template/{manage/logging_check.py → src/core/check_logging.py} +3 -3
  24. arpakitlib/_arpakit_project_template/{manage/settings_check.py → src/core/check_settings.py} +2 -0
  25. arpakitlib/_arpakit_project_template/src/core/generate_settings_env_example.py +16 -0
  26. arpakitlib/_arpakit_project_template/src/core/settings.py +4 -0
  27. arpakitlib/_arpakit_project_template/{manage/sqlalchemy_db_init.py → src/db/init_sqlalchemy_db.py} +2 -2
  28. arpakitlib/_arpakit_project_template/{manage/sqlalchemy_db_reinit.py → src/db/reinit_sqlalchemy_db.py} +4 -2
  29. arpakitlib/_arpakit_project_template/src/operation_execution/operation_executor.py +6 -4
  30. arpakitlib/_arpakit_project_template/src/operation_execution/scheduled_operations.py +3 -3
  31. arpakitlib/_arpakit_project_template/src/operation_execution/{start_operation_executor_worker_for_dev.py → start_operation_executor_worker.py} +5 -4
  32. arpakitlib/_arpakit_project_template/src/operation_execution/{start_scheduled_operation_creator_worker_for_dev.py → start_scheduled_operation_creator_worker.py} +6 -4
  33. arpakitlib/_arpakit_project_template/src/operation_execution/util.py +0 -21
  34. arpakitlib/_arpakit_project_template/src/tg_bot/__init__.py +0 -0
  35. arpakitlib/_arpakit_project_template/src/tg_bot/router/__init__.py +0 -0
  36. arpakitlib/_arpakit_project_template/src/tg_bot/start_tg_bot.py +0 -0
  37. arpakitlib/ar_arpakit_lib_module_util.py +7 -0
  38. arpakitlib/ar_fastapi_util.py +0 -42
  39. arpakitlib/ar_settings_util.py +14 -5
  40. arpakitlib/ar_str_util.py +15 -15
  41. arpakitlib/ar_type_util.py +1 -1
  42. {arpakitlib-1.7.103.dist-info → arpakitlib-1.7.124.dist-info}/METADATA +27 -20
  43. {arpakitlib-1.7.103.dist-info → arpakitlib-1.7.124.dist-info}/RECORD +48 -44
  44. {arpakitlib-1.7.103.dist-info → arpakitlib-1.7.124.dist-info}/WHEEL +1 -1
  45. arpakitlib/_arpakit_project_template/AUTHOR.md +0 -4
  46. arpakitlib/_arpakit_project_template/manage/example_nginx_proxy.nginx +0 -14
  47. arpakitlib/_arpakit_project_template/manage/example_poetry_arpakitlib.sh +0 -1
  48. arpakitlib/_arpakit_project_template/manage/example_pyproject.toml +0 -18
  49. arpakitlib/_arpakit_project_template/manage/example_systemd.service +0 -12
  50. arpakitlib/_arpakit_project_template/manage/requirements.txt +0 -209
  51. arpakitlib/_arpakit_project_template/manage/settings_generate_env_example.py +0 -13
  52. /arpakitlib/_arpakit_project_template/{manage/sqlalchemy_db_check_conn.py → src/db/check_conn_sqlalchemy_db.py} +0 -0
  53. {arpakitlib-1.7.103.dist-info → arpakitlib-1.7.124.dist-info}/LICENSE +0 -0
  54. {arpakitlib-1.7.103.dist-info → arpakitlib-1.7.124.dist-info}/NOTICE +0 -0
  55. {arpakitlib-1.7.103.dist-info → arpakitlib-1.7.124.dist-info}/entry_points.txt +0 -0
@@ -1,18 +1,19 @@
1
1
  from arpakitlib.ar_operation_execution_util import OperationExecutorWorker
2
+ from src.core.settings import get_cached_settings
2
3
  from src.core.util import setup_logging
3
4
  from src.db.util import get_cached_sqlalchemy_db
4
5
  from src.operation_execution.operation_executor import OperationExecutor
5
6
 
6
7
 
7
- def start_operation_executor_worker_for_dev():
8
+ def start_operation_executor_worker():
8
9
  setup_logging()
10
+ get_cached_settings().raise_if_mode_type_prod()
9
11
  worker = OperationExecutorWorker(
10
12
  sqlalchemy_db=get_cached_sqlalchemy_db(),
11
- operation_executor=OperationExecutor(sqlalchemy_db=get_cached_sqlalchemy_db()),
12
- filter_operation_types=None
13
+ operation_executor=OperationExecutor(sqlalchemy_db=get_cached_sqlalchemy_db())
13
14
  )
14
15
  worker.sync_safe_run()
15
16
 
16
17
 
17
18
  if __name__ == '__main__':
18
- start_operation_executor_worker_for_dev()
19
+ start_operation_executor_worker()
@@ -1,17 +1,19 @@
1
1
  from arpakitlib.ar_operation_execution_util import ScheduledOperationCreatorWorker
2
+ from src.core.settings import get_cached_settings
2
3
  from src.core.util import setup_logging
3
4
  from src.db.util import get_cached_sqlalchemy_db
4
- from src.operation_execution.scheduled_operations import ALL_SCHEDULED_OPERATIONS
5
+ from src.operation_execution.scheduled_operations import SCHEDULED_OPERATIONS
5
6
 
6
7
 
7
- def start_create_scheduled_operation_worker_for_dev():
8
+ def start_scheduled_operation_creator_worker():
8
9
  setup_logging()
10
+ get_cached_settings().raise_if_mode_type_prod()
9
11
  worker = ScheduledOperationCreatorWorker(
10
12
  sqlalchemy_db=get_cached_sqlalchemy_db(),
11
- scheduled_operations=ALL_SCHEDULED_OPERATIONS
13
+ scheduled_operations=SCHEDULED_OPERATIONS
12
14
  )
13
15
  worker.sync_safe_run()
14
16
 
15
17
 
16
18
  if __name__ == '__main__':
17
- start_create_scheduled_operation_worker_for_dev()
19
+ start_scheduled_operation_creator_worker()
@@ -1,21 +0,0 @@
1
- from datetime import timedelta
2
- from functools import lru_cache
3
-
4
- from arpakitlib.ar_operation_execution_util import ScheduledOperationCreatorWorker
5
- from src.db.util import get_cached_sqlalchemy_db
6
-
7
-
8
- def create_scheduled_operation_creator_worker() -> ScheduledOperationCreatorWorker:
9
- from src.operation_execution.scheduled_operations import ALL_SCHEDULED_OPERATIONS
10
- scheduled_operation_creator_worker = ScheduledOperationCreatorWorker(
11
- sqlalchemy_db=get_cached_sqlalchemy_db(),
12
- scheduled_operations=ALL_SCHEDULED_OPERATIONS,
13
- timeout_after_run=timedelta(seconds=0.1).total_seconds(),
14
- timeout_after_err_in_run=timedelta(seconds=1).total_seconds()
15
- )
16
- return scheduled_operation_creator_worker
17
-
18
-
19
- @lru_cache()
20
- def get_scheduled_operation_creator_worker() -> ScheduledOperationCreatorWorker:
21
- return create_scheduled_operation_creator_worker()
@@ -79,6 +79,12 @@ class ArpakitLibModules(NamedTuple):
79
79
  if arpakit_lib_module.module_has_error
80
80
  ]
81
81
 
82
+ def have_modules_with_error(self) -> bool:
83
+ for arpakit_lib_module in self.arpakit_lib_modules:
84
+ if arpakit_lib_module.module_has_error:
85
+ return True
86
+ return False
87
+
82
88
  def module_name_to_module_exception(self, *, filter_module_has_error: bool = False) -> dict[str, BaseException]:
83
89
  if filter_module_has_error:
84
90
  return {
@@ -150,6 +156,7 @@ def __example():
150
156
  print(module_name)
151
157
  print(d)
152
158
  print()
159
+ print("have_modules_with_error", get_arpakit_lib_modules().have_modules_with_error())
153
160
 
154
161
 
155
162
  if __name__ == '__main__':
@@ -25,10 +25,8 @@ from starlette import status
25
25
  from starlette.middleware.cors import CORSMiddleware
26
26
  from starlette.staticfiles import StaticFiles
27
27
 
28
- from arpakitlib.ar_base_worker_util import BaseWorker, safe_run_worker_in_background
29
28
  from arpakitlib.ar_dict_util import combine_dicts
30
29
  from arpakitlib.ar_enumeration_util import Enumeration
31
- from arpakitlib.ar_file_storage_in_dir_util import FileStorageInDir
32
30
  from arpakitlib.ar_func_util import raise_if_not_async_func, is_async_function, is_async_object
33
31
  from arpakitlib.ar_json_util import safely_transfer_obj_to_json_str_to_json_obj
34
32
  from arpakitlib.ar_logging_util import setup_normal_logging
@@ -431,37 +429,6 @@ class BaseShutdownAPIEvent:
431
429
  self._logger.info("on_shutdown ends")
432
430
 
433
431
 
434
- class InitSqlalchemyDBStartupAPIEvent(BaseStartupAPIEvent):
435
- def __init__(self, sqlalchemy_db: SQLAlchemyDB):
436
- super().__init__()
437
- self.sqlalchemy_db = sqlalchemy_db
438
-
439
- async def async_on_startup(self, *args, **kwargs):
440
- self.sqlalchemy_db.init()
441
-
442
-
443
- class SafeRunWorkerStartupAPIEvent(BaseStartupAPIEvent):
444
- def __init__(self, workers: list[BaseWorker], safe_run_in_background_mode: str):
445
- super().__init__()
446
- self.workers = workers
447
- self.safe_run_in_background_mode = safe_run_in_background_mode
448
-
449
- async def async_on_startup(self, *args, **kwargs):
450
- for worker in self.workers:
451
- _ = safe_run_worker_in_background(worker=worker, mode=self.safe_run_in_background_mode)
452
-
453
-
454
- class InitFileStoragesInDir(BaseStartupAPIEvent):
455
- def __init__(self, file_storages_in_dir: list[FileStorageInDir | None]):
456
- super().__init__()
457
- file_storages_in_dir = [v for v in file_storages_in_dir if v is not None]
458
- self.file_storages_in_dir = file_storages_in_dir
459
-
460
- async def async_on_startup(self, *args, **kwargs):
461
- for file_storage_in_dir in self.file_storages_in_dir:
462
- file_storage_in_dir.init()
463
-
464
-
465
432
  class BaseTransmittedAPIData(BaseModel):
466
433
  model_config = ConfigDict(extra="ignore", arbitrary_types_allowed=True, from_attributes=True)
467
434
 
@@ -693,12 +660,6 @@ def simple_api_router_for_testing():
693
660
  return router
694
661
 
695
662
 
696
- DEFAULT_CONTACT = {
697
- "name": "ARPAKIT Company",
698
- "email": "support@arpakit.com"
699
- }
700
-
701
-
702
663
  def create_fastapi_app(
703
664
  *,
704
665
  title: str = "arpakitlib FastAPI",
@@ -720,9 +681,6 @@ def create_fastapi_app(
720
681
  if handle_exception_ is None:
721
682
  handle_exception_ = create_handle_exception()
722
683
 
723
- if contact is None:
724
- contact = DEFAULT_CONTACT
725
-
726
684
  if not startup_api_events:
727
685
  startup_api_events = [BaseStartupAPIEvent()]
728
686
  startup_api_events = [v for v in startup_api_events if v is not None]
@@ -21,29 +21,38 @@ def generate_env_example(settings_class: Union[BaseSettings, type[BaseSettings]]
21
21
  return res
22
22
 
23
23
 
24
+ class ModeTypes(Enumeration):
25
+ not_prod: str = "not_prod"
26
+ prod: str = "prod"
27
+
28
+
24
29
  class SimpleSettings(BaseSettings):
25
30
  model_config = ConfigDict(extra="ignore")
26
31
 
27
- class ModeTypes(Enumeration):
28
- not_prod: str = "not_prod"
29
- prod: str = "prod"
30
-
31
32
  mode_type: str = ModeTypes.not_prod
32
33
 
33
34
  @field_validator("mode_type")
34
35
  @classmethod
35
36
  def validate_mode_type(cls, v: str):
36
- cls.ModeTypes.parse_and_validate_values(v)
37
+ ModeTypes.parse_and_validate_values(v.lower().strip())
37
38
  return v
38
39
 
39
40
  @property
40
41
  def is_mode_type_not_prod(self) -> bool:
41
42
  return self.mode_type == self.ModeTypes.not_prod
42
43
 
44
+ def raise_if_mode_type_not_prod(self):
45
+ if self.is_mode_type_not_prod:
46
+ raise ValueError(f"mode type = {self.mode_type}")
47
+
43
48
  @property
44
49
  def is_mode_type_prod(self) -> bool:
45
50
  return self.mode_type == self.ModeTypes.prod
46
51
 
52
+ def raise_if_mode_type_prod(self):
53
+ if self.is_mode_type_prod:
54
+ raise ValueError(f"mode type = {self.mode_type}")
55
+
47
56
  @classmethod
48
57
  def generate_env_example(cls) -> str:
49
58
  return generate_env_example(settings_class=cls)
arpakitlib/ar_str_util.py CHANGED
@@ -87,35 +87,35 @@ def raise_if_string_blank(string: str) -> str:
87
87
 
88
88
  def __example():
89
89
  print("str_in:")
90
- print(str_in(string="hello", main_string="hello world")) # True
91
- print(str_in(string="bye", main_string="hello world")) # False
92
- print(str_in(string="hello", main_string="hello world", max_diff=6)) # True
93
- print(str_in(string="hello", main_string="hello world", max_diff=1)) # False
90
+ print(str_in(string="hello", main_string="hello world"))
91
+ print(str_in(string="bye", main_string="hello world"))
92
+ print(str_in(string="hello", main_string="hello world", max_diff=6))
93
+ print(str_in(string="hello", main_string="hello world", max_diff=1))
94
94
 
95
95
  print("\nbidirectional_str_in:")
96
- print(bidirectional_str_in(string1="hello", string2="hello world")) # True
97
- print(bidirectional_str_in(string1="world", string2="hello world")) # True
96
+ print(bidirectional_str_in(string1="hello", string2="hello world"))
97
+ print(bidirectional_str_in(string1="world", string2="hello world"))
98
98
 
99
99
  print("\nstr_startswith:")
100
- print(str_startswith(string="hello", main_string="hello world")) # True
101
- print(str_startswith(string="world", main_string="hello world")) # False
100
+ print(str_startswith(string="hello", main_string="hello world"))
101
+ print(str_startswith(string="world", main_string="hello world"))
102
102
 
103
103
  print("\nbidirectional_str_startswith:")
104
- print(bidirectional_str_startswith(string1="hello", string2="hello world")) # True
105
- print(bidirectional_str_startswith(string1="world", string2="hello world")) # False
104
+ print(bidirectional_str_startswith(string1="hello", string2="hello world"))
105
+ print(bidirectional_str_startswith(string1="world", string2="hello world"))
106
106
 
107
107
  print("\nmake blank_if_none:")
108
- print(make_blank_if_none()) # ""
109
- print(make_blank_if_none(string="test")) # "test"
108
+ print(make_blank_if_none())
109
+ print(make_blank_if_none(string="test"))
110
110
 
111
111
  print("\nremove_html:")
112
- print(remove_html(string="<div>Hello <b>World</b></div>")) # "Hello World"
112
+ print(remove_html(string="<div>Hello <b>World</b></div>"))
113
113
 
114
114
  print("\nremove_tags:")
115
- print(remove_tags(string="<div>Hello <b>World</b></div>")) # "divHello bWorldbdiv"
115
+ print(remove_tags(string="<div>Hello <b>World</b></div>"))
116
116
 
117
117
  print("\nremove_tags_and_html:")
118
- print(remove_tags_and_html("<div>Hello <b>World</b></div>")) # "Hello World"
118
+ print(remove_tags_and_html("<div>Hello <b>World</b></div>"))
119
119
 
120
120
 
121
121
  if __name__ == '__main__':
@@ -134,7 +134,7 @@ def __example():
134
134
  print("\nraise_for_types:")
135
135
  try:
136
136
  raise_for_types(comparable="test", need_types=[str, int]) # pass
137
- raise_for_types(comparable=100.5, need_types=[str, int], comment_for_error="Ooops") # raise
137
+ raise_for_types(comparable=100.5, need_types=[str, int], comment_for_error="ops") # raise
138
138
  except TypeError as e:
139
139
  print(e)
140
140
 
@@ -1,55 +1,55 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: arpakitlib
3
- Version: 1.7.103
3
+ Version: 1.7.124
4
4
  Summary: arpakitlib
5
- Home-page: https://github.com/ARPAKIT-Company/arpakitlib
6
5
  License: Apache-2.0
7
6
  Keywords: arpakitlib,arpakit,arpakit-company,arpakitcompany,arpakit_company
8
7
  Author: arpakit
9
8
  Author-email: arpakit@gmail.com
10
- Requires-Python: >=3.12,<4.0
9
+ Requires-Python: >=3.12.4,<4.0
11
10
  Classifier: Development Status :: 5 - Production/Stable
12
11
  Classifier: Intended Audience :: Developers
13
12
  Classifier: License :: OSI Approved :: Apache Software License
14
- Classifier: Operating System :: OS Independent
15
13
  Classifier: Programming Language :: Python
16
14
  Classifier: Programming Language :: Python :: 3
17
15
  Classifier: Programming Language :: Python :: 3.12
18
- Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Operating System :: OS Independent
19
17
  Classifier: Topic :: Software Development :: Libraries
20
- Requires-Dist: aiogram (>=3.15.0,<4.0.0)
21
- Requires-Dist: aiohttp-socks (>=0.9.1,<0.10.0)
22
- Requires-Dist: alembic (>=1.14.0,<2.0.0)
18
+ Requires-Dist: aiogram (>=3.17.0,<4.0.0)
19
+ Requires-Dist: aiohttp-socks (>=0.10.1,<0.11.0)
20
+ Requires-Dist: alembic (>=1.14.1,<2.0.0)
23
21
  Requires-Dist: asyncpg (>=0.30.0,<0.31.0)
24
- Requires-Dist: asyncssh (>=2.18.0,<3.0.0)
22
+ Requires-Dist: asyncssh (>=2.19.0,<3.0.0)
25
23
  Requires-Dist: bs4 (>=0.0.2,<0.0.3)
26
- Requires-Dist: cachetools (>=5.5.0,<6.0.0)
24
+ Requires-Dist: cachetools (>=5.5.1,<6.0.0)
27
25
  Requires-Dist: celery (>=5.4.0,<6.0.0)
28
26
  Requires-Dist: cryptography (>=44.0.0,<45.0.0)
29
27
  Requires-Dist: email-validator (>=2.2.0,<3.0.0)
30
- Requires-Dist: emoji (>=2.14.0,<3.0.0)
31
- Requires-Dist: fastapi (>=0.115.5,<0.116.0)
28
+ Requires-Dist: emoji (>=2.14.1,<3.0.0)
29
+ Requires-Dist: fastapi (>=0.115.6,<0.116.0)
32
30
  Requires-Dist: gunicorn (>=23.0.0,<24.0.0)
33
31
  Requires-Dist: itsdangerous (>=2.2.0,<3.0.0)
34
32
  Requires-Dist: jupyter (>=1.1.1,<2.0.0)
35
33
  Requires-Dist: matplotlib (>=3.10.0,<4.0.0)
36
- Requires-Dist: openai (>=1.55.3,<2.0.0)
34
+ Requires-Dist: openai (>=1.59.9,<2.0.0)
37
35
  Requires-Dist: openpyxl (>=3.1.5,<4.0.0)
38
36
  Requires-Dist: pandas (>=2.2.3,<3.0.0)
39
37
  Requires-Dist: paramiko (>=3.5.0,<4.0.0)
40
- Requires-Dist: poetry (>=1.8.5,<2.0.0)
38
+ Requires-Dist: poetry (>=2.0.1,<3.0.0)
41
39
  Requires-Dist: psycopg2-binary (>=2.9.10,<3.0.0)
42
- Requires-Dist: pydantic-settings (>=2.6.1,<3.0.0)
40
+ Requires-Dist: pydantic (>=2.10.5,<3.0.0)
41
+ Requires-Dist: pydantic-settings (>=2.7.1,<3.0.0)
43
42
  Requires-Dist: pyjwt (>=2.10.1,<3.0.0)
44
43
  Requires-Dist: pymongo (>=4.10.1,<5.0.0)
45
44
  Requires-Dist: pytz (>=2024.2,<2025.0)
46
45
  Requires-Dist: pyzabbix (>=1.3.1,<2.0.0)
47
- Requires-Dist: redis (>=5.2.0,<6.0.0)
48
46
  Requires-Dist: requests[socks] (>=2.32.3,<3.0.0)
49
47
  Requires-Dist: sqladmin (>=0.20.1,<0.21.0)
50
- Requires-Dist: sqlalchemy (>=2.0.36,<3.0.0)
51
- Requires-Dist: twine (>=6.0.1,<7.0.0)
52
- Requires-Dist: uvicorn (>=0.32.1,<0.33.0)
48
+ Requires-Dist: sqlalchemy (>=2.0.37,<3.0.0)
49
+ Requires-Dist: twine (>=6.1.0,<7.0.0)
50
+ Requires-Dist: uvicorn (>=0.34.0,<0.35.0)
51
+ Project-URL: Documentation, https://github.com/ARPAKIT-Company/arpakitlib
52
+ Project-URL: Homepage, https://github.com/ARPAKIT-Company/arpakitlib
53
53
  Project-URL: Repository, https://github.com/ARPAKIT-Company/arpakitlib
54
54
  Description-Content-Type: text/markdown
55
55
 
@@ -80,6 +80,13 @@ poetry add arpakitlib
80
80
  pip install arpakitlib
81
81
  ```
82
82
 
83
+ ### Init template
84
+
85
+ ```
86
+ # poetry run arpakitlib -c help
87
+ poetry run arpakitlib -c init_arpakit_project_template -project_dirpath ./ -overwrite_if_exists true -project_name ... -sql_db_port ... (optional) -api_port ... (optional) -ignore_paths_startswith ... (optional) -only_paths_startswith ...(optional)
88
+ ```
89
+
83
90
  ---
84
91
 
85
92
  ### Links
@@ -2,21 +2,16 @@ arpakitlib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  arpakitlib/_arpakit_project_template/.gitignore,sha256=Q8n7q3-hKsnFVN5NcACPs71Z9t5EtyjK8HOp0FMA5cg,428
3
3
  arpakitlib/_arpakit_project_template/.python-version,sha256=XMd40XBnlTFfBSmMldd-7VdqXNyFCy6wtxhw5e1mnhc,7
4
4
  arpakitlib/_arpakit_project_template/ARPAKITLIB,sha256=3-iAkMXtesLzJXHw_IIv2k2M0oH8cTjHzW22Vvbi0IE,4
5
- arpakitlib/_arpakit_project_template/AUTHOR.md,sha256=d5QAx-1vbHfYYABpNQ0Yfjaxsw8UnfXhcLVirz6lMyo,45
6
5
  arpakitlib/_arpakit_project_template/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
7
6
  arpakitlib/_arpakit_project_template/NOTICE,sha256=95aUzaPJjVpDsGAsNzVnq7tHTxAl0s5UFznCTkVCau4,763
8
7
  arpakitlib/_arpakit_project_template/README.md,sha256=EEoHPZrJQtLS3fKD3JvoPhkGhjfuDihxK5fmAGwihCQ,65
9
- arpakitlib/_arpakit_project_template/example.env,sha256=WGjeWQDQBZOh5c1jef6U8D7xxxz4dZAHWqBP8uEQAHs,464
8
+ arpakitlib/_arpakit_project_template/example.env,sha256=CtNXgvXe8PfULfLpLdrLUrtOhwc4Ax4vEPvxvRb1Eds,543
10
9
  arpakitlib/_arpakit_project_template/manage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
10
  arpakitlib/_arpakit_project_template/manage/docker_ps.sh,sha256=uwm8vHgeuNLCOn0o9hgP_uc-PUkS9FwLyzZh6ItZ3do,15
12
11
  arpakitlib/_arpakit_project_template/manage/docker_ps_a.sh,sha256=nOQejihYlzstg9oROvYwHIsSLt2Sw0DWQEeT3GBaBNs,18
13
12
  arpakitlib/_arpakit_project_template/manage/docker_run_postgres_for_dev.sh,sha256=EKytHfg5nDIen_QZhltfU7fHNJ68cSbM2ab13smKnTk,276
14
13
  arpakitlib/_arpakit_project_template/manage/docker_start_postgres_for_dev.sh,sha256=vY_NMqqZzYhrRMyZhZkJ5ppOJnzhpvHr82U3zTXJWPw,43
15
14
  arpakitlib/_arpakit_project_template/manage/docker_stop_postgres_for_dev.sh,sha256=Mlerpr5giJvpAtmYsudx-bYb4SuL1Hw7iF1Jv_b061k,41
16
- arpakitlib/_arpakit_project_template/manage/example_nginx_proxy.nginx,sha256=Ch4vCoa1QBdDpfRAz2tgOMO8Gw-6tgNyvOkte7A3MsA,326
17
- arpakitlib/_arpakit_project_template/manage/example_poetry_arpakitlib.sh,sha256=ChcLbdsciCUlv_k-gp_1n70K80xc-ulKz4MXz-hXMqs,206
18
- arpakitlib/_arpakit_project_template/manage/example_pyproject.toml,sha256=wLzoszIWqIC8qwgJD7FH_2UzKVh4PB7gi030zO6aYbA,485
19
- arpakitlib/_arpakit_project_template/manage/example_systemd.service,sha256=Cunp3074ZKg1AQiX4Q_Xe5Q39Jca7hQj5ljXqryWwTU,143
20
15
  arpakitlib/_arpakit_project_template/manage/git_branch.sh,sha256=yMwBwT866WjxowbDrNHRDh8yod4eSn7JZnXUlQvrcOk,17
21
16
  arpakitlib/_arpakit_project_template/manage/git_commit.sh,sha256=AW1NEel-ZHaYeVWFlRbgZSYPQdnVKsTkpR_07RQL1Mw,42
22
17
  arpakitlib/_arpakit_project_template/manage/git_push_arpakit_company_github_1.sh,sha256=Sx-OegryHeNTIfAOoCfj3Z3CF-XKEY0AJF5HVJAgGpU,70
@@ -27,9 +22,8 @@ arpakitlib/_arpakit_project_template/manage/git_remote_v.sh,sha256=DIcyWmY_mve_C
27
22
  arpakitlib/_arpakit_project_template/manage/git_set_arpakit_company_origin.sh,sha256=qTi-SxgC6CfCTEAje0_XFcQ9wpuiyAZEU4MANeJjdWA,274
28
23
  arpakitlib/_arpakit_project_template/manage/git_set_arpakit_origin.sh,sha256=uMtOEDLe_L8SD5cqZ1ZU_pC2C5ZOD-eM8igf1z0LUIk,225
29
24
  arpakitlib/_arpakit_project_template/manage/git_status.sh,sha256=N9JGYX5_UfCdirw4EQYzu4sS7pMLGrF4-QrTSTcpUtA,16
30
- arpakitlib/_arpakit_project_template/manage/hello_world.py,sha256=1b1YIedAgtvBttAcKBeF03XsJ_pVKIThsr-0MYw0Uxg,83
31
- arpakitlib/_arpakit_project_template/manage/json_beutify.py,sha256=PChWwFEKQisArptVW7lMMwlEbtKdeCP_IkQ0OXz-J08,223
32
- arpakitlib/_arpakit_project_template/manage/logging_check.py,sha256=rfrl4MK5ItRKaLKb0UU_EfQLckRQSYJ1S_2VAQJQ2Yk,212
25
+ arpakitlib/_arpakit_project_template/manage/hello_world.py,sha256=OxvwkWqjmhhvMPG1TiQTo52hgEyzZfzUPoij0wmFmWA,95
26
+ arpakitlib/_arpakit_project_template/manage/json_beutify.py,sha256=JoJwN-GdI3HK_lTho043iNjLci2YrbdteeKB8gjwSL4,227
33
27
  arpakitlib/_arpakit_project_template/manage/note/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
28
  arpakitlib/_arpakit_project_template/manage/note/note_1.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
35
29
  arpakitlib/_arpakit_project_template/manage/note/note_2.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -39,31 +33,27 @@ arpakitlib/_arpakit_project_template/manage/note/note_5.txt,sha256=47DEQpj8HBSa-
39
33
  arpakitlib/_arpakit_project_template/manage/poetry_add_plugin_export.sh,sha256=efbIvqO076HG5W3GGc5Iut9luswswqYYJ6IzzFOUABk,43
40
34
  arpakitlib/_arpakit_project_template/manage/poetry_check.sh,sha256=mxkbFqw-mVlAkP_klLoXDANbIoKEu6Uj98tZ3pLKlpU,19
41
35
  arpakitlib/_arpakit_project_template/manage/poetry_clear_cache.sh,sha256=5NmoMsA377JCeTMLERzE2GZywgi8mXQDTQ_yhIJtR8k,139
36
+ arpakitlib/_arpakit_project_template/manage/poetry_config.sh,sha256=gIctNLSvRJmER_iU_HwPpHR83adZV12LoXcoWfY9M00,26
42
37
  arpakitlib/_arpakit_project_template/manage/poetry_config_virtualenvs_in_project_true.sh,sha256=CHAGXfmyztxgimUQ4MC4IwnLzd2uZ7Da1Xvem_lw60w,47
43
38
  arpakitlib/_arpakit_project_template/manage/poetry_generate_requirements.txt.sh,sha256=Df2ms0GlmAymMGqf9Bp2i3_DI61Ii1xYKf7S0By7tdw,76
44
39
  arpakitlib/_arpakit_project_template/manage/poetry_install.sh,sha256=oLSrFGHKIRWc-1VEiM9wPRUNPTjtYJ3hEKwbeCpCvlk,153
45
40
  arpakitlib/_arpakit_project_template/manage/poetry_lock.sh,sha256=9oiTdi8ynGQWctQjI3g4ThGkvpT07-g5ajLmG47iVh8,17
46
41
  arpakitlib/_arpakit_project_template/manage/poetry_remove_and_add_arpakitlib.sh,sha256=-DvxXI-oaAQxIZFtiCfNBhqpRgJcWWuxhoHb9Nou0a4,197
42
+ arpakitlib/_arpakit_project_template/manage/poetry_self_add_plugin_export.sh,sha256=efbIvqO076HG5W3GGc5Iut9luswswqYYJ6IzzFOUABk,43
47
43
  arpakitlib/_arpakit_project_template/manage/poetry_show.sh,sha256=pclR9efCNrrGyJR2HrdDM4PCUFGg0OSlRtjQ3Srv8W8,24
48
44
  arpakitlib/_arpakit_project_template/manage/poetry_show_arpakitlib.sh,sha256=5ibH12wGYc-Cj8zl5abtI_hLVSW0o4ofktt-w7I6wQo,37
49
45
  arpakitlib/_arpakit_project_template/manage/poetry_update.sh,sha256=ZtoXIC4Qq7PMTDxQMwUxvkYC6lTc5LC23ILTywWbyoU,164
50
46
  arpakitlib/_arpakit_project_template/manage/poetry_update_arpakitlib.sh,sha256=hh7vj-yKgKqLfaGb8cjsJ_NTa7fBtE4s3yxzte4D8bw,163
51
- arpakitlib/_arpakit_project_template/manage/requirements.txt,sha256=CGgX4eDsmuQN9UP0KZd4J0EeTIJVpdoC6_DyF1U6bco,15651
52
47
  arpakitlib/_arpakit_project_template/manage/sandbox/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
- arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_1.py,sha256=WdE1IWyObxVUT9jE3qgNMaFXXkKV6nUI0ZToLT1uhdk,155
54
- arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_2.py,sha256=WdE1IWyObxVUT9jE3qgNMaFXXkKV6nUI0ZToLT1uhdk,155
55
- arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_3.py,sha256=WdE1IWyObxVUT9jE3qgNMaFXXkKV6nUI0ZToLT1uhdk,155
56
- arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_4.py,sha256=WdE1IWyObxVUT9jE3qgNMaFXXkKV6nUI0ZToLT1uhdk,155
57
- arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_5.py,sha256=WdE1IWyObxVUT9jE3qgNMaFXXkKV6nUI0ZToLT1uhdk,155
58
- arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_6.py,sha256=WdE1IWyObxVUT9jE3qgNMaFXXkKV6nUI0ZToLT1uhdk,155
59
- arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_7.py,sha256=WdE1IWyObxVUT9jE3qgNMaFXXkKV6nUI0ZToLT1uhdk,155
48
+ arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_1.py,sha256=xKSp7tIBu3Ffp_kgJkwVtdam3BcoFZ44JPVHoRRaP0E,163
49
+ arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_2.py,sha256=xKSp7tIBu3Ffp_kgJkwVtdam3BcoFZ44JPVHoRRaP0E,163
50
+ arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_3.py,sha256=xKSp7tIBu3Ffp_kgJkwVtdam3BcoFZ44JPVHoRRaP0E,163
51
+ arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_4.py,sha256=xKSp7tIBu3Ffp_kgJkwVtdam3BcoFZ44JPVHoRRaP0E,163
52
+ arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_5.py,sha256=xKSp7tIBu3Ffp_kgJkwVtdam3BcoFZ44JPVHoRRaP0E,163
53
+ arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_6.py,sha256=xKSp7tIBu3Ffp_kgJkwVtdam3BcoFZ44JPVHoRRaP0E,163
54
+ arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_7.py,sha256=xKSp7tIBu3Ffp_kgJkwVtdam3BcoFZ44JPVHoRRaP0E,163
60
55
  arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_8.sh,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
61
56
  arpakitlib/_arpakit_project_template/manage/sandbox/sandbox_9.sh,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
62
- arpakitlib/_arpakit_project_template/manage/settings_check.py,sha256=T9u9NwmuiyFasXuuomJkrT9Btb3CbnytuftPDn0vkkg,268
63
- arpakitlib/_arpakit_project_template/manage/settings_generate_env_example.py,sha256=BLLeF4JenexXbO1mMj8X-lB81TG3-QTmN4DjPYEUI8o,288
64
- arpakitlib/_arpakit_project_template/manage/sqlalchemy_db_check_conn.py,sha256=wv1N33nTGpsT9nk94OePlOSZ-O9UVKlMfRf8y5UeK1Y,213
65
- arpakitlib/_arpakit_project_template/manage/sqlalchemy_db_init.py,sha256=cBkdDS4i1dbt0HsV6vyTTZvtCXYTfCdkvCHgVFrafUU,207
66
- arpakitlib/_arpakit_project_template/manage/sqlalchemy_db_reinit.py,sha256=YhXC7zwdN3L4MDrNxCaI379M7u27n-BXw5qIAG1uZEE,209
67
57
  arpakitlib/_arpakit_project_template/resource/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
68
58
  arpakitlib/_arpakit_project_template/resource/static/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
69
59
  arpakitlib/_arpakit_project_template/resource/static/healthcheck,sha256=IIO7Wvjwlr2-LPSQ7Y8O35hcI6t0_s8zqITDxkYCO8I,11
@@ -71,12 +61,16 @@ arpakitlib/_arpakit_project_template/resource/static/helloworld,sha256=eH7Hbcr9I
71
61
  arpakitlib/_arpakit_project_template/src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
72
62
  arpakitlib/_arpakit_project_template/src/additional_model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
73
63
  arpakitlib/_arpakit_project_template/src/additional_model/additional_model.py,sha256=4KCOvto9Hj5eMYpvfaJChghhR9bkCvKluGGPWrTezoY,134
64
+ arpakitlib/_arpakit_project_template/src/admin1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
65
+ arpakitlib/_arpakit_project_template/src/admin1/add_admin_in_app.py,sha256=dWPhsBgXAFKF6qDKknY_hLG1HAH1NWN_OBqztXj9FLU,687
66
+ arpakitlib/_arpakit_project_template/src/admin1/admin_auth.py,sha256=qEC7gMy9E6mwuQRxnSsmVthXahVai4zjiC6Z8O3MZn8,804
67
+ arpakitlib/_arpakit_project_template/src/admin1/model_view.py,sha256=kSscddS6RDZS1VpX0t1n0sjoCjT5O7U8d5YRmT3dauQ,357
74
68
  arpakitlib/_arpakit_project_template/src/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
75
69
  arpakitlib/_arpakit_project_template/src/api/asgi.py,sha256=a5UBxOyNC8NG3E0ayhiDo3t5tPoB3WtOf2gbZJFWBAA,74
76
70
  arpakitlib/_arpakit_project_template/src/api/auth.py,sha256=dcvj5C9E2F2KCsGZPBBncQf_EvVJAC1qQgnyD8P4ZEw,6
77
71
  arpakitlib/_arpakit_project_template/src/api/const.py,sha256=7d4qD5hedqr7QxVzbfsA7E1bNZn2Pm2U8joXGtpANu0,287
78
- arpakitlib/_arpakit_project_template/src/api/create_api_app.py,sha256=lDE77W6WkeAeRB_vJY3TXRTa3HeiO-t26eTtG7v8j6U,4594
79
- arpakitlib/_arpakit_project_template/src/api/event.py,sha256=58wCVyVSIe_kydWi44M0Wvp7bTnV8xvO30gMXzjbFYc,750
72
+ arpakitlib/_arpakit_project_template/src/api/create_api_app.py,sha256=1R9nbDOw5Z7Ns5TJMy5MUlyp54VIBQ15oI02V1lHoYo,2758
73
+ arpakitlib/_arpakit_project_template/src/api/event.py,sha256=z3lNppog2x4a7phr4HmTQVWLt_LPI-357WeijbEeQRQ,3255
80
74
  arpakitlib/_arpakit_project_template/src/api/router/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
81
75
  arpakitlib/_arpakit_project_template/src/api/router/main_router.py,sha256=Yv699WCJDcdiJMXFg1kPTvolqj-NAGoXfqe-vzbMzIU,228
82
76
  arpakitlib/_arpakit_project_template/src/api/router/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -86,37 +80,47 @@ arpakitlib/_arpakit_project_template/src/api/schema/__init__.py,sha256=47DEQpj8H
86
80
  arpakitlib/_arpakit_project_template/src/api/schema/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
87
81
  arpakitlib/_arpakit_project_template/src/api/schema/v1/in_.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
88
82
  arpakitlib/_arpakit_project_template/src/api/schema/v1/out.py,sha256=odc-UyxBwUPh4t0H6qIuzAsBA_Qrm3H2qP-YBgJpaKc,164
89
- arpakitlib/_arpakit_project_template/src/api/start_api_for_dev.py,sha256=BwROGTR8Hm1ewx_Z0k8HXeql4RIItCdCtP_hmhTT_PM,344
90
- arpakitlib/_arpakit_project_template/src/api/start_api_for_dev_with_reload.py,sha256=xg2SFemhe8KmmoYvaG8zkFZyonzxdxcHuugjS3i0q0I,151
91
- arpakitlib/_arpakit_project_template/src/api/transmitted_api_data.py,sha256=YtpATqzN216e76W5QOuzN-Vo6343PVDiHpKWYQ6oqyU,278
83
+ arpakitlib/_arpakit_project_template/src/api/start_api_for_dev_with_reload.py,sha256=H5J9k4j-pBiGlMHXYEYJQeQcanEpIBhv4r4SfiW3pSk,291
84
+ arpakitlib/_arpakit_project_template/src/api/start_api_for_dev_without_reload.py,sha256=n30lbivzh1EJ8p8LY4YYlreQ14gfHWkU2zNxiwQ6ej4,292
85
+ arpakitlib/_arpakit_project_template/src/api/transmitted_api_data.py,sha256=fEWpfjnIrGluDrjgbsJwucQoiXKTP1cUYYORTFKdOJY,531
92
86
  arpakitlib/_arpakit_project_template/src/api/util.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
93
87
  arpakitlib/_arpakit_project_template/src/business_service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
88
+ arpakitlib/_arpakit_project_template/src/business_service/hello_world.py,sha256=pDCPv_1qC4yo3dKYt2kdz3GsiR53XDmYi1r7zzzj8co,193
94
89
  arpakitlib/_arpakit_project_template/src/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
90
+ arpakitlib/_arpakit_project_template/src/core/check_logging.py,sha256=TXAG-v7rH3uSSyCgraEX-3gbDs4J2MGGaBJb1P-xj18,227
91
+ arpakitlib/_arpakit_project_template/src/core/check_settings.py,sha256=m0fTAAFET2n6iE_rrFrWEHgKuJOKbJfkNRpIGsE69qU,328
95
92
  arpakitlib/_arpakit_project_template/src/core/const.py,sha256=CZZew674y7LhCAlYhvuF5cV4Zb9nQ17j2Tcuj2GEBf4,1232
96
- arpakitlib/_arpakit_project_template/src/core/settings.py,sha256=S1WPgnFWiRNjCXLllZHq6xp3AiyzzqnRBubg02iRkvo,2238
93
+ arpakitlib/_arpakit_project_template/src/core/generate_settings_env_example.py,sha256=DUfZtJL_iajxdihgPpO1b2Wg9Owe_3AYSUqIlBgCIEI,484
94
+ arpakitlib/_arpakit_project_template/src/core/settings.py,sha256=Q58I0qHbVCfPtZxGcFKPdFMC8KGWiSR0OsxP_kr4-nc,2378
97
95
  arpakitlib/_arpakit_project_template/src/core/util.py,sha256=5R8gvcZdvuDQes45FBnLC2IDv2Jhajp1VhJJYNKYjMQ,1539
98
96
  arpakitlib/_arpakit_project_template/src/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
97
+ arpakitlib/_arpakit_project_template/src/db/check_conn_sqlalchemy_db.py,sha256=wv1N33nTGpsT9nk94OePlOSZ-O9UVKlMfRf8y5UeK1Y,213
99
98
  arpakitlib/_arpakit_project_template/src/db/const.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
99
+ arpakitlib/_arpakit_project_template/src/db/init_sqlalchemy_db.py,sha256=gxCQT1bcJ-8Qos-zL8PnQ58i2GX_QkQnQSsSBKYR1f0,233
100
+ arpakitlib/_arpakit_project_template/src/db/reinit_sqlalchemy_db.py,sha256=WFcv3bt2AdSIwwhpkxzNsh09wpJCmuHux63fMt_iLTg,345
100
101
  arpakitlib/_arpakit_project_template/src/db/sqlalchemy_model.py,sha256=nXtayUkBaVb6tWx5qJgXZLbLOTVAjnSLpSDxBm7yZLc,234
101
102
  arpakitlib/_arpakit_project_template/src/db/util.py,sha256=8Jg9TtTwvyxVYIN_W5_lk9y-Pyh8To1aMRFUKCRDuuA,550
102
103
  arpakitlib/_arpakit_project_template/src/operation_execution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
103
104
  arpakitlib/_arpakit_project_template/src/operation_execution/const.py,sha256=HjupGEDUWVijQlbzxZPI9vBbAVOETUYzYU9pdnc9IcI,176
104
- arpakitlib/_arpakit_project_template/src/operation_execution/operation_executor.py,sha256=5sZpn3tVxnmcuIVRD5sbBhiMY5SAqPCc4tHzoNzDe4c,619
105
- arpakitlib/_arpakit_project_template/src/operation_execution/scheduled_operations.py,sha256=hBPZIOJAX7ym54s2tJ2QRky15FqqDF9r4yTr8Nh2YqI,985
106
- arpakitlib/_arpakit_project_template/src/operation_execution/start_operation_executor_worker_for_dev.py,sha256=uC9KxA3n9ul4YVg2bD4626ikUIv_kLc6TqyUQV_tWtc,626
107
- arpakitlib/_arpakit_project_template/src/operation_execution/start_scheduled_operation_creator_worker_for_dev.py,sha256=qZFXZqdrL_vMSeajwhVFZrWhAlyU9G1PjKYMMgZn4sA,597
108
- arpakitlib/_arpakit_project_template/src/operation_execution/util.py,sha256=wEplkGcSCA9PV2-BgUNHRpuZnaC6z4FouyzVT-UFm48,886
105
+ arpakitlib/_arpakit_project_template/src/operation_execution/operation_executor.py,sha256=TuAlF3QPJq-Zsq693NHQ00dvCWAzuwce2q6ozesWFYY,725
106
+ arpakitlib/_arpakit_project_template/src/operation_execution/scheduled_operations.py,sha256=N6erGXOf_Qm3soPzuraMoc1jLXA6M1KfNsp0l4aAWBM,973
107
+ arpakitlib/_arpakit_project_template/src/operation_execution/start_operation_executor_worker.py,sha256=QEGIuzSf6z_xDgGNzB6cMvqKhksuyOxZDjAOR56m05Y,675
108
+ arpakitlib/_arpakit_project_template/src/operation_execution/start_scheduled_operation_creator_worker.py,sha256=GW1G8pi6yV_zODbqOs8VtEEM2e0iADFV6RXIxdPPPDY,677
109
+ arpakitlib/_arpakit_project_template/src/operation_execution/util.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
109
110
  arpakitlib/_arpakit_project_template/src/test_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
110
111
  arpakitlib/_arpakit_project_template/src/test_data/make_test_data_1.py,sha256=3WVPgRsNCIxWpA-6t_Phe-nFULdHPhS1S_DO11XRmqk,80
111
112
  arpakitlib/_arpakit_project_template/src/test_data/make_test_data_2.py,sha256=MVDc71sj5I1muWin50GwrSxMwYtOOSDOtRmeFErHcXs,80
112
113
  arpakitlib/_arpakit_project_template/src/test_data/make_test_data_3.py,sha256=89Rg0wubztpCNHBOWkhjZz3nB8Teilrl9xHlJvDWw9o,80
113
114
  arpakitlib/_arpakit_project_template/src/test_data/make_test_data_4.py,sha256=BlVvIhSFclBMQMHftETS57bRaFpkOdKPrZyxMbYJuDY,80
114
115
  arpakitlib/_arpakit_project_template/src/test_data/make_test_data_5.py,sha256=7ruCZevqJoLSdqL1OEJWUy3YPCOHQif7JqVTKxZ9acM,80
116
+ arpakitlib/_arpakit_project_template/src/tg_bot/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
117
+ arpakitlib/_arpakit_project_template/src/tg_bot/router/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
118
+ arpakitlib/_arpakit_project_template/src/tg_bot/start_tg_bot.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
115
119
  arpakitlib/_arpakit_project_template/src/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
116
120
  arpakitlib/api_key_util.py,sha256=E84JlJXiDHtxLQmV8BNHvqNKu_G8-Dox0XxknYJQ37Q,422
117
121
  arpakitlib/ar_additional_model_util.py,sha256=GFg-glLCxH9X95R2bhTJsscVwv37FgE1qbaAAyXrnIE,917
118
122
  arpakitlib/ar_aiogram_util.py,sha256=5JPCDZpdBGTE-EIWPRez9amCZAX7XemFIVu5YrQK7Pw,12264
119
- arpakitlib/ar_arpakit_lib_module_util.py,sha256=NUMNT-AFE6cSmrd4wGKVoCBzfJZeNb7zNWn7aU7qybI,5632
123
+ arpakitlib/ar_arpakit_lib_module_util.py,sha256=UEPU8wk29R_bBP_RENnhXYzNbj_RF9FWjowrj_yxWLA,5931
120
124
  arpakitlib/ar_arpakit_project_template_util.py,sha256=AswzQvvb-zfUyrcP4EP0K756YL-oC8fA9VperlPf_d0,3699
121
125
  arpakitlib/ar_arpakit_schedule_uust_api_client_util.py,sha256=jGbP6egs2yhgfheyqhM0J-SeM2qp2YrW7dV-u9djv4Q,19223
122
126
  arpakitlib/ar_arpakitlib_cli_util.py,sha256=8lhEDxnwMSRX2PGV2xQtQru1AYKSA92SVolol5u7iBk,3154
@@ -149,7 +153,7 @@ arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui.css,sha256=jzPZlgJTFwSdSphk9C
149
153
  arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui.css.map,sha256=5wq8eXMLU6Zxb45orZPL1zAsBFJReFw6GjYqGpUX3hg,262650
150
154
  arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui.js,sha256=ffrLZHHEQ_g84A-ul3yWa10Kk09waOAxHcQXPuZuavg,339292
151
155
  arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui.js.map,sha256=9UhIW7MqCOZPAz1Sl1IKfZUuhWU0p-LJqrnjjJD9Xhc,1159454
152
- arpakitlib/ar_fastapi_util.py,sha256=U0hLXT8WYU81AIy46l8YmEXoJPaM1G1NadixhEjnrW4,27722
156
+ arpakitlib/ar_fastapi_util.py,sha256=jpjTmUJKyx8pcOv3UcZsM1r6jPnK5Y7NYDHLm61HQK4,26228
153
157
  arpakitlib/ar_file_storage_in_dir_util.py,sha256=D3e3rGuHoI6xqAA5mVvEpVVpOWY1jyjNsjj2UhyHRbE,3674
154
158
  arpakitlib/ar_file_util.py,sha256=GUdJYm1tUZnYpY-SIPRHAZBHGra8NKy1eYEI0D5AfhY,489
155
159
  arpakitlib/ar_func_util.py,sha256=bCuWbSMoFXBaMNhb89sevj2oaXRk4Jk6Qjot8OXMDT4,1319
@@ -170,18 +174,18 @@ arpakitlib/ar_parse_command.py,sha256=-s61xcATIsfw1eV_iD3xi-grsitbGzSDoAFc5V0OFy
170
174
  arpakitlib/ar_postgresql_util.py,sha256=1AuLjEaa1Lg4pzn-ukCVnDi35Eg1k91APRTqZhIJAdo,945
171
175
  arpakitlib/ar_run_cmd_util.py,sha256=D_rPavKMmWkQtwvZFz-Io5Ak8eSODHkcFeLPzNVC68g,1072
172
176
  arpakitlib/ar_schedule_uust_api_client_util.py,sha256=0Ns0mMEXYEkVmP6YTAXHyNcrhNsvCJ8X-G_5XwILhJ4,6855
173
- arpakitlib/ar_settings_util.py,sha256=EFRh5WrB_iaqwxy0rGAtnyGtA6JkNCan-Y_Y6XWb4UY,1583
177
+ arpakitlib/ar_settings_util.py,sha256=WPlMp4mJdXds2PzmU4-w_poW2hzXlhoTukxKvHXA368,1866
174
178
  arpakitlib/ar_sleep_util.py,sha256=OaLtRaJQWMkGjfj_mW1RB2P4RaSWsAIH8LUoXqsH0zM,1061
175
179
  arpakitlib/ar_sqlalchemy_model_util.py,sha256=nKJGN32eg3Gn5kmJwHdVJznPT5TydLsfUfwJGdypdUo,6264
176
180
  arpakitlib/ar_sqlalchemy_util.py,sha256=Hcg1THrDsSR_-8dsY1CG3NWPEv0FqCbkPXFXLtjlSJ0,4207
177
181
  arpakitlib/ar_ssh_runner_util.py,sha256=e9deuUdBW7Eh0Exx2nTBhk57SaOZYaJaSjNk8q6dbJk,6804
178
- arpakitlib/ar_str_util.py,sha256=tFoGSDYoGpfdVHWor5Li9pEOFmDFlHkX-Z8iOy1LK7Y,3537
179
- arpakitlib/ar_type_util.py,sha256=7eqhkRcRpTIsIP_9EvnU-WoySLt1o1Ro88-5ZJui600,3719
182
+ arpakitlib/ar_str_util.py,sha256=yU5gOwNXUQaH5b_tM5t6fXUn9oUcv5EQbVnq2wXXIpQ,3378
183
+ arpakitlib/ar_type_util.py,sha256=BJ5FcS5Vkj9KFNJgoh0qGLazy-wCubqhND3vle0yOTo,3717
180
184
  arpakitlib/ar_yookassa_api_client_util.py,sha256=sh4fcUkAkdOetFn9JYoTvjcSXP-M1wU04KEY-ECLfLg,5137
181
185
  arpakitlib/ar_zabbix_api_client_util.py,sha256=Q-VR4MvoZ9aHwZeYZr9G3LwN-ANx1T5KFmF6pvPM-9M,6402
182
- arpakitlib-1.7.103.dist-info/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
183
- arpakitlib-1.7.103.dist-info/METADATA,sha256=3gCr8brwEP3WDJ8UO37d2ibvVc1p_c874LNstGxbwhE,2825
184
- arpakitlib-1.7.103.dist-info/NOTICE,sha256=95aUzaPJjVpDsGAsNzVnq7tHTxAl0s5UFznCTkVCau4,763
185
- arpakitlib-1.7.103.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
186
- arpakitlib-1.7.103.dist-info/entry_points.txt,sha256=36xqR3PJFT2kuwjkM_EqoIy0qFUDPKSm_mJaI7emewE,87
187
- arpakitlib-1.7.103.dist-info/RECORD,,
186
+ arpakitlib-1.7.124.dist-info/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
187
+ arpakitlib-1.7.124.dist-info/METADATA,sha256=Ak_PBD1lcMryp_bzYQsuvFyxlJwDNdFAv6HVIGBskeY,3176
188
+ arpakitlib-1.7.124.dist-info/NOTICE,sha256=95aUzaPJjVpDsGAsNzVnq7tHTxAl0s5UFznCTkVCau4,763
189
+ arpakitlib-1.7.124.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
190
+ arpakitlib-1.7.124.dist-info/entry_points.txt,sha256=36xqR3PJFT2kuwjkM_EqoIy0qFUDPKSm_mJaI7emewE,87
191
+ arpakitlib-1.7.124.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.1
2
+ Generator: poetry-core 2.0.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,4 +0,0 @@
1
- # Author
2
-
3
- - arpakit.com
4
- - support@arpakit.com
@@ -1,14 +0,0 @@
1
- server {
2
- listen 80;
3
- listen [::]:80;
4
-
5
- server_name www...;
6
-
7
- location / {
8
- proxy_set_header Host $host;
9
- proxy_set_header X-Real-IP $remote_addr;
10
- proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
11
- proxy_set_header X-Forwarded-Proto $scheme;
12
- proxy_pass ...;
13
- }
14
- }
@@ -1 +0,0 @@
1
- poetry run arpakitlib -c init_arpakit_project_template -project_dirpath ./ -overwrite_if_exists true -project_name ... -sql_db_port ... -api_port ... -ignore_paths_startswith /src -only_paths_startswith ...
@@ -1,18 +0,0 @@
1
- [tool.poetry]
2
- name = "{PROJECT_NAME}"
3
- version = "0.1.0"
4
- description = "{PROJECT_NAME}"
5
- authors = ["arpakit <arpakit@gmail.com>", "arpakitsupport <support@arpakit.com>"]
6
- license = "Apache License 2.0"
7
- readme = "README.md"
8
- keywords = ["{PROJECT_NAME}", "arpakitlib", "arpakit", "arpakit-company", "arpakitcompany", "arpakit_company"]
9
- package-mode = false
10
-
11
-
12
- [tool.poetry.dependencies]
13
- python = "^3.12"
14
-
15
-
16
- [build-system]
17
- requires = ["poetry-core"]
18
- build-backend = "poetry.core.masonry.api"