arpakitlib 1.8.10__py3-none-any.whl → 1.8.12__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.
@@ -1,3 +1,3 @@
1
1
  cd ..
2
2
  source .env
3
- docker rm -f ${project_name}_postgres
3
+ sudo docker rm -f ${project_name}_postgres
@@ -1,5 +1,5 @@
1
1
  cd ..
2
2
  source .env
3
- docker rm ${project_name}_postgres
4
- docker run --name ${project_name}_postgres -d -p ${sqlalchemy_db_port}:5432 -e POSTGRES_USER=${sqlalchemy_db_user} -e POSTGRES_PASSWORD=${sqlalchemy_db_password} -e POSTGRES_DB=${sqlalchemy_db_database} postgres:16 -c max_connections=100
5
- docker start ${project_name}_postgres
3
+ sudo docker rm ${project_name}_postgres
4
+ sudo docker run --name ${project_name}_postgres -d -p ${sqlalchemy_db_port}:5432 -e POSTGRES_USER=${sqlalchemy_db_user} -e POSTGRES_PASSWORD=${sqlalchemy_db_password} -e POSTGRES_DB=${sqlalchemy_db_database} postgres:16 -c max_connections=100
5
+ sudo docker start ${project_name}_postgres
@@ -1,3 +1,3 @@
1
1
  cd ..
2
2
  source .env
3
- docker start ${project_name}_postgres
3
+ sudo docker start ${project_name}_postgres
@@ -1,3 +1,3 @@
1
1
  cd ..
2
2
  source .env
3
- docker stop ${project_name}_postgres
3
+ sudo docker stop ${project_name}_postgres
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: arpakitlib
3
- Version: 1.8.10
3
+ Version: 1.8.12
4
4
  Summary: arpakitlib
5
5
  License: Apache-2.0
6
6
  Keywords: arpakitlib,arpakit,arpakit-company,arpakitcompany,arpakit_company
@@ -90,7 +90,7 @@ pip install arpakitlib
90
90
 
91
91
  ```
92
92
  poetry run arpakitlib -c help
93
- poetry run arpakitlib -c init_arpakit_project_template -version 1 -project_dirpath ./ -overwrite_if_exists True
93
+ poetry run arpakitlib -c init_arpakit_project_template -version 2 -project_dirpath ./ -overwrite_if_exists True
94
94
  ```
95
95
 
96
96
  ---
@@ -17,10 +17,10 @@ arpakitlib/_arpakit_project_template_v_2/command/beautify_json.py,sha256=JoJwN-G
17
17
  arpakitlib/_arpakit_project_template_v_2/command/check_logging.py,sha256=KeqcmJ2O-q4j87G9y13a9dRdWfuFs2-AXRO4EqUS7UI,219
18
18
  arpakitlib/_arpakit_project_template_v_2/command/check_sqlalchemy_db.py,sha256=NgbakDecP2tFs_XjGyI1OPqMNRzi_azAdKwpGNrPtsk,246
19
19
  arpakitlib/_arpakit_project_template_v_2/command/docker_ps_a.sh,sha256=nOQejihYlzstg9oROvYwHIsSLt2Sw0DWQEeT3GBaBNs,18
20
- arpakitlib/_arpakit_project_template_v_2/command/docker_rm_postgres.sh,sha256=uIO5b_AsHEiHL_rWxayUd3asGA2sVw9gozyLMtkLMkE,56
21
- arpakitlib/_arpakit_project_template_v_2/command/docker_run_postgres.sh,sha256=BOSv-n5RKcbk3OZ1X-7KaJrrh0LpFvRGaYjDvTnuvuU,328
22
- arpakitlib/_arpakit_project_template_v_2/command/docker_start_postgres.sh,sha256=gaSO3zH6og5qegkn-63_QmOZA-cXHbwddHmKpTfm0EU,56
23
- arpakitlib/_arpakit_project_template_v_2/command/docker_stop_postgres.sh,sha256=h2NeFBI0b9vZcf5fPhhxtepvAFhxl78Ct1wjfJWos24,55
20
+ arpakitlib/_arpakit_project_template_v_2/command/docker_rm_postgres.sh,sha256=L83Y1LfTPSRGWzJPyZs-wULIpkp1Kka1Yq56uqgye1c,61
21
+ arpakitlib/_arpakit_project_template_v_2/command/docker_run_postgres.sh,sha256=0WrpGp5pq5UDbI4grTnyoa8FAbZk6synQgzLW48Yavw,343
22
+ arpakitlib/_arpakit_project_template_v_2/command/docker_start_postgres.sh,sha256=72YG671c0bP20GRZCKdp9a6JZzn70CslWSS7d6K4n1s,61
23
+ arpakitlib/_arpakit_project_template_v_2/command/docker_stop_postgres.sh,sha256=OgmaUMIH418N4iSKYyfzmUehIvDZd7n1VERv1GQHefY,60
24
24
  arpakitlib/_arpakit_project_template_v_2/command/drop_json_db.py,sha256=s2RQuqWEDBgmbhRc-htNaaAR90HlPtWRHCS15fDhbLs,321
25
25
  arpakitlib/_arpakit_project_template_v_2/command/drop_sqlalchemy_db.py,sha256=dOQr8iK3kkqwHsxonoMS3XVkbIQjLhzgUb-qLmVJX7Y,451
26
26
  arpakitlib/_arpakit_project_template_v_2/command/generate_settings_env_example.py,sha256=gxZIYHyV2IgLdNmTcBZtFJMRC5UHz066DuLu2MEjaJg,449
@@ -257,8 +257,8 @@ arpakitlib/ar_type_util.py,sha256=Cs_tef-Fc5xeyAF54KgISCsP11NHyzIsglm4S3Xx7iM,40
257
257
  arpakitlib/ar_wata_api_client.py,sha256=gdHOqDbuqxhTjVDtRW1DvkRJLdDofCrOq51GTctzLns,242
258
258
  arpakitlib/ar_yookassa_api_client_util.py,sha256=VozuZeCJjmLd1zj2BdC9WfiAQ3XYOrIMsdpNK-AUlm0,5347
259
259
  arpakitlib/ar_zabbix_api_client_util.py,sha256=Q-VR4MvoZ9aHwZeYZr9G3LwN-ANx1T5KFmF6pvPM-9M,6402
260
- arpakitlib-1.8.10.dist-info/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
261
- arpakitlib-1.8.10.dist-info/METADATA,sha256=Uruudz0SOQJJOLfVA8K_hRAMXy1NFNGb5H7COxaIKDo,3317
262
- arpakitlib-1.8.10.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
263
- arpakitlib-1.8.10.dist-info/entry_points.txt,sha256=36xqR3PJFT2kuwjkM_EqoIy0qFUDPKSm_mJaI7emewE,87
264
- arpakitlib-1.8.10.dist-info/RECORD,,
260
+ arpakitlib-1.8.12.dist-info/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
261
+ arpakitlib-1.8.12.dist-info/METADATA,sha256=S4qZFrdxwe6kCJcdcAQRaWBkr4GDsdL_mfSbs85aHJc,3317
262
+ arpakitlib-1.8.12.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
263
+ arpakitlib-1.8.12.dist-info/entry_points.txt,sha256=36xqR3PJFT2kuwjkM_EqoIy0qFUDPKSm_mJaI7emewE,87
264
+ arpakitlib-1.8.12.dist-info/RECORD,,