arpakitlib 1.4.0__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.
Potentially problematic release.
This version of arpakitlib might be problematic. Click here for more details.
- arpakitlib/AUTHOR.md +6 -0
- arpakitlib/LICENSE +201 -0
- arpakitlib/NOTICE +2 -0
- arpakitlib/README.md +6 -0
- arpakitlib/__init__.py +0 -0
- arpakitlib/ar_additional_model_util.py +8 -0
- arpakitlib/ar_aiogram_util.py +363 -0
- arpakitlib/ar_arpakit_lib_module_util.py +150 -0
- arpakitlib/ar_arpakit_schedule_uust_api_client.py +527 -0
- arpakitlib/ar_arpakitlib_info.py +11 -0
- arpakitlib/ar_base64_util.py +30 -0
- arpakitlib/ar_base_worker.py +77 -0
- arpakitlib/ar_cache_file.py +124 -0
- arpakitlib/ar_datetime_util.py +38 -0
- arpakitlib/ar_dict_util.py +24 -0
- arpakitlib/ar_dream_ai_api_client.py +120 -0
- arpakitlib/ar_encrypt_and_decrypt_util.py +23 -0
- arpakitlib/ar_enumeration.py +76 -0
- arpakitlib/ar_fastapi_static/redoc/redoc.standalone.js +1826 -0
- arpakitlib/ar_fastapi_static/swagger-ui/favicon-16x16.png +0 -0
- arpakitlib/ar_fastapi_static/swagger-ui/favicon-32x32.png +0 -0
- arpakitlib/ar_fastapi_static/swagger-ui/index.css +16 -0
- arpakitlib/ar_fastapi_static/swagger-ui/index.html +19 -0
- arpakitlib/ar_fastapi_static/swagger-ui/oauth2-redirect.html +79 -0
- arpakitlib/ar_fastapi_static/swagger-ui/swagger-initializer.js +20 -0
- arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui-bundle.js +2 -0
- arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui-bundle.js.map +1 -0
- arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui-es-bundle-core.js +3 -0
- arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui-es-bundle-core.js.map +1 -0
- arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui-es-bundle.js +2 -0
- arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui-es-bundle.js.map +1 -0
- arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui-standalone-preset.js +2 -0
- arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui-standalone-preset.js.map +1 -0
- arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui.css +3 -0
- arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui.css.map +1 -0
- arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui.js +2 -0
- arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui.js.map +1 -0
- arpakitlib/ar_fastapi_util.py +294 -0
- arpakitlib/ar_file_storage_in_dir.py +127 -0
- arpakitlib/ar_generate_env_example.py +16 -0
- arpakitlib/ar_hash_util.py +19 -0
- arpakitlib/ar_http_request_util.py +75 -0
- arpakitlib/ar_ip_util.py +50 -0
- arpakitlib/ar_json_db.py +231 -0
- arpakitlib/ar_json_util.py +28 -0
- arpakitlib/ar_jwt_util.py +38 -0
- arpakitlib/ar_list_of_dicts_to_xlsx.py +32 -0
- arpakitlib/ar_list_util.py +26 -0
- arpakitlib/ar_logging_util.py +45 -0
- arpakitlib/ar_mongodb_util.py +143 -0
- arpakitlib/ar_need_type_util.py +58 -0
- arpakitlib/ar_openai_util.py +59 -0
- arpakitlib/ar_parse_command.py +102 -0
- arpakitlib/ar_postgresql_util.py +45 -0
- arpakitlib/ar_run_cmd.py +48 -0
- arpakitlib/ar_safe_sleep.py +23 -0
- arpakitlib/ar_schedule_uust_api_client.py +216 -0
- arpakitlib/ar_sqlalchemy_util.py +124 -0
- arpakitlib/ar_ssh_runner.py +260 -0
- arpakitlib/ar_str_util.py +79 -0
- arpakitlib/ar_type_util.py +82 -0
- arpakitlib/ar_yookassa_api_client.py +224 -0
- arpakitlib/ar_zabbix_util.py +190 -0
- arpakitlib-1.4.0.dist-info/LICENSE +201 -0
- arpakitlib-1.4.0.dist-info/METADATA +327 -0
- arpakitlib-1.4.0.dist-info/NOTICE +2 -0
- arpakitlib-1.4.0.dist-info/RECORD +68 -0
- arpakitlib-1.4.0.dist-info/WHEEL +4 -0
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: arpakitlib
|
|
3
|
+
Version: 1.4.0
|
|
4
|
+
Summary: arpakitlib
|
|
5
|
+
License: Apache-2.0
|
|
6
|
+
Author: arpakit
|
|
7
|
+
Author-email: arpakit@gmail.com
|
|
8
|
+
Requires-Python: >=3.12,<4.0
|
|
9
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
13
|
+
Requires-Dist: aiogram (>=3.15.0,<4.0.0)
|
|
14
|
+
Requires-Dist: aiohttp-socks (>=0.9.1,<0.10.0)
|
|
15
|
+
Requires-Dist: asyncssh (>=2.18.0,<3.0.0)
|
|
16
|
+
Requires-Dist: bs4 (>=0.0.2,<0.0.3)
|
|
17
|
+
Requires-Dist: cachetools (>=5.5.0,<6.0.0)
|
|
18
|
+
Requires-Dist: cryptography (>=44.0.0,<45.0.0)
|
|
19
|
+
Requires-Dist: fastapi (>=0.115.5,<0.116.0)
|
|
20
|
+
Requires-Dist: gunicorn (>=23.0.0,<24.0.0)
|
|
21
|
+
Requires-Dist: openai (>=1.55.3,<2.0.0)
|
|
22
|
+
Requires-Dist: pandas (>=2.2.3,<3.0.0)
|
|
23
|
+
Requires-Dist: paramiko (>=3.5.0,<4.0.0)
|
|
24
|
+
Requires-Dist: psycopg-binary (>=3.2.3,<4.0.0)
|
|
25
|
+
Requires-Dist: psycopg2-binary (>=2.9.10,<3.0.0)
|
|
26
|
+
Requires-Dist: pydantic-settings (>=2.6.1,<3.0.0)
|
|
27
|
+
Requires-Dist: pyjwt (>=2.10.1,<3.0.0)
|
|
28
|
+
Requires-Dist: pymongo (>=4.10.1,<5.0.0)
|
|
29
|
+
Requires-Dist: pytz (>=2024.2,<2025.0)
|
|
30
|
+
Requires-Dist: pyzabbix (>=1.3.1,<2.0.0)
|
|
31
|
+
Requires-Dist: requests (>=2.32.3,<3.0.0)
|
|
32
|
+
Requires-Dist: sqlalchemy (>=2.0.36,<3.0.0)
|
|
33
|
+
Requires-Dist: uvicorn (>=0.32.1,<0.33.0)
|
|
34
|
+
Description-Content-Type: text/markdown
|
|
35
|
+
|
|
36
|
+
# ARPAKITLIB
|
|
37
|
+
|
|
38
|
+
### Contacts
|
|
39
|
+
|
|
40
|
+
- https://t.me/arpakit
|
|
41
|
+
- arpakit@gmail.com
|
|
42
|
+
|
|
43
|
+
### Emoji
|
|
44
|
+
|
|
45
|
+
- https://www.prosettings.com/emoji-list/
|
|
46
|
+
|
|
47
|
+
### Docker help
|
|
48
|
+
|
|
49
|
+
- https://www.ionos.com/digitalguide/server/configuration/install-docker-on-ubuntu-2204/
|
|
50
|
+
|
|
51
|
+
```
|
|
52
|
+
sudo apt update
|
|
53
|
+
sudo apt upgrade
|
|
54
|
+
sudo apt install ca-certificates curl gnupg lsb-release
|
|
55
|
+
sudo mkdir -p /etc/apt/keyrings
|
|
56
|
+
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
|
|
57
|
+
echo \
|
|
58
|
+
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
|
|
59
|
+
$(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
|
|
60
|
+
sudo apt update
|
|
61
|
+
sudo apt install docker-ce docker-ce-cli containerd.io docker-compose-plugin
|
|
62
|
+
sudo groupadd docker
|
|
63
|
+
sudo usermod -aG docker $USER
|
|
64
|
+
|
|
65
|
+
docker ps -a
|
|
66
|
+
docker stop $(docker ps -a -q)
|
|
67
|
+
docker container rm $(docker ps -a -q)
|
|
68
|
+
docker rmi $(docker images -a -q)
|
|
69
|
+
docker stop $(docker ps -a -q) && docker container rm $(docker ps -a -q)
|
|
70
|
+
docker stop $(docker ps -a -q) && docker container rm $(docker ps -a -q) && docker rmi $(docker images -a -q)
|
|
71
|
+
docker build -p 8080:8080 -t tagname -f Dockerfile .
|
|
72
|
+
docker stats
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
docker rm ...
|
|
76
|
+
docker run --name ... -d -p ...:5432 -e POSTGRES_USER=... -e POSTGRES_PASSWORD=... -e POSTGRES_DB=... postgres:16 -c max_connections=100
|
|
77
|
+
docker start ...
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
### Systemd help
|
|
81
|
+
|
|
82
|
+
```
|
|
83
|
+
[Unit]
|
|
84
|
+
Description=...
|
|
85
|
+
After=network.target
|
|
86
|
+
|
|
87
|
+
[Service]
|
|
88
|
+
User=...
|
|
89
|
+
WorkingDirectory=...
|
|
90
|
+
ExecStart=...
|
|
91
|
+
RestartSec=5
|
|
92
|
+
Restart=always
|
|
93
|
+
|
|
94
|
+
[Install]
|
|
95
|
+
WantedBy=multi-user.target
|
|
96
|
+
|
|
97
|
+
sudo systemctl start ...
|
|
98
|
+
sudo systemctl stop ...
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
[Unit]
|
|
102
|
+
Description=divar_site
|
|
103
|
+
|
|
104
|
+
[Service]
|
|
105
|
+
User=divar_site
|
|
106
|
+
WorkingDirectory=/home/divar_site/divar_site
|
|
107
|
+
Environment=PATH=/home/divar_site/.nvm/versions/node/v18.16.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
|
|
108
|
+
ExecStart=/bin/bash -c "npm run start"
|
|
109
|
+
RestartSec=5
|
|
110
|
+
Restart=always
|
|
111
|
+
|
|
112
|
+
[Install]
|
|
113
|
+
WantedBy=multi-user.target
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
### Nginx help
|
|
117
|
+
|
|
118
|
+
```
|
|
119
|
+
sudo apt update
|
|
120
|
+
sudo apt install nginx
|
|
121
|
+
systemctl start nginx
|
|
122
|
+
systemctl stop nginx
|
|
123
|
+
systemctl restart nginx
|
|
124
|
+
|
|
125
|
+
server {
|
|
126
|
+
listen 80;
|
|
127
|
+
listen [::]:80;
|
|
128
|
+
|
|
129
|
+
server_name ...;
|
|
130
|
+
|
|
131
|
+
location / {
|
|
132
|
+
proxy_set_header Host $host;
|
|
133
|
+
proxy_set_header X-Real-IP $remote_addr;
|
|
134
|
+
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
135
|
+
proxy_set_header X-Forwarded-Proto $scheme;
|
|
136
|
+
proxy_pass http://127.0.0.1:...;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
### Poetry help
|
|
142
|
+
|
|
143
|
+
- https://python-poetry.org/docs/
|
|
144
|
+
|
|
145
|
+
```
|
|
146
|
+
curl -sSL https://install.python-poetry.org | python3 -
|
|
147
|
+
# After downloading u should update .profile, bashrc etc...
|
|
148
|
+
exec "$SHELL"
|
|
149
|
+
# export PATH="$HOME/.local/bin:$PATH"
|
|
150
|
+
poetry config virtualenvs.in-project true
|
|
151
|
+
poetry self add poetry-plugin-export
|
|
152
|
+
poetry self update
|
|
153
|
+
|
|
154
|
+
poetry env use ...
|
|
155
|
+
poetry install
|
|
156
|
+
poetry update
|
|
157
|
+
|
|
158
|
+
pyproject.toml
|
|
159
|
+
package-mode = false
|
|
160
|
+
|
|
161
|
+
poetry config repositories.testpypi https://test.pypi.org/legacy/
|
|
162
|
+
poetry config pypi-token.testpypi ...
|
|
163
|
+
poetry publish --build --repository testpypi
|
|
164
|
+
poetry source add --priority=explicit testpypi https://test.pypi.org/legacy/
|
|
165
|
+
poetry config pypi-token.pypi <your-pypi-token>
|
|
166
|
+
|
|
167
|
+
poetry export -f requirements.txt --without-hashes --output requirements.txt
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
### Pyenv help
|
|
171
|
+
|
|
172
|
+
- https://kfields.me/blog/pyenv_on_ubuntu_22
|
|
173
|
+
|
|
174
|
+
```
|
|
175
|
+
sudo apt update
|
|
176
|
+
sudo apt install make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev
|
|
177
|
+
curl https://pyenv.run | bash
|
|
178
|
+
# After downloading u should update .profile, bashrc etc...
|
|
179
|
+
# export PYENV_ROOT="$HOME/.pyenv"
|
|
180
|
+
# [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
|
181
|
+
# eval "$(pyenv init -)"
|
|
182
|
+
exec "$SHELL"
|
|
183
|
+
pyenv install ...
|
|
184
|
+
pyenv versions
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
### Certbot help
|
|
188
|
+
|
|
189
|
+
```
|
|
190
|
+
sudo apt install snapd -y
|
|
191
|
+
sudo snap install --classic certbot
|
|
192
|
+
su - root
|
|
193
|
+
|
|
194
|
+
certbot --nginx -d "a.domain.com" -d "b.domain.com"
|
|
195
|
+
sudo certbot certificates
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
### Proxy examples help
|
|
199
|
+
|
|
200
|
+
```
|
|
201
|
+
socks5://user:passwd@hostname:port
|
|
202
|
+
https://user:passwd@hostname:port
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
### PostgreSQL help
|
|
206
|
+
|
|
207
|
+
- https://selectel.ru/blog/tutorials/how-to-install-and-use-postgresql-on-ubuntu-20-04/
|
|
208
|
+
|
|
209
|
+
```
|
|
210
|
+
# install postgresql
|
|
211
|
+
sudo apt install postgresql postgresql-contrib
|
|
212
|
+
sudo apt install postgresql-client
|
|
213
|
+
sudo systemctl start postgresql.service
|
|
214
|
+
sudo systemctl status postgresql.service
|
|
215
|
+
sudo -i -u postgres
|
|
216
|
+
psql
|
|
217
|
+
\conninfo - info
|
|
218
|
+
\q - exit
|
|
219
|
+
\list - databases
|
|
220
|
+
\du - users
|
|
221
|
+
createuser --interactive --pwprompt
|
|
222
|
+
createdb -U postgres ...
|
|
223
|
+
ALTER ROLE username WITH PASSWORD 'newpassword';
|
|
224
|
+
sudo nano /etc/postgresql/<версия>/main/pg_hba.conf
|
|
225
|
+
host all all 0.0.0.0/0 md5
|
|
226
|
+
sudo nano /etc/postgresql/<версия>/main/postgresql.conf
|
|
227
|
+
listen_addresses = '*'
|
|
228
|
+
#port = 5432
|
|
229
|
+
CREATE USER ... WITH PASSWORD '...';
|
|
230
|
+
ALTER USER ... WITH SUPERUSER;
|
|
231
|
+
CREATE DATABASE ... OWNER '...';
|
|
232
|
+
|
|
233
|
+
# postgresql url
|
|
234
|
+
postgresql://username:password@host:port/database_name
|
|
235
|
+
|
|
236
|
+
# postgresql pg_dump
|
|
237
|
+
pg_dump -U postgres -h localhost -t <имя_таблицы> mydb > table_dump.sql
|
|
238
|
+
pg_dump -U ... -h ... ... -p ... > ...
|
|
239
|
+
|
|
240
|
+
# postgresql db_restore
|
|
241
|
+
pg_restore -U ... -h ... -p ... -d ... ....dump
|
|
242
|
+
|
|
243
|
+
```
|
|
244
|
+
|
|
245
|
+
### Install Python from apt help
|
|
246
|
+
|
|
247
|
+
```
|
|
248
|
+
sudo apt install software-properties-common -y
|
|
249
|
+
sudo add-apt-repository ppa:deadsnakes/ppa
|
|
250
|
+
sudo apt install python3.12
|
|
251
|
+
sudo apt install python3.12-venv
|
|
252
|
+
|
|
253
|
+
# create venv with python
|
|
254
|
+
python3 -m venv .venv
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
### Git help
|
|
258
|
+
|
|
259
|
+
```
|
|
260
|
+
git remote -v
|
|
261
|
+
git remote remove origin_name
|
|
262
|
+
git remote add origin_name URL
|
|
263
|
+
git remote set-url origin_name URL
|
|
264
|
+
git remote rename old new
|
|
265
|
+
git fetch --all
|
|
266
|
+
git branch -r
|
|
267
|
+
git branch -a
|
|
268
|
+
```
|
|
269
|
+
|
|
270
|
+
### Linux help
|
|
271
|
+
|
|
272
|
+
```
|
|
273
|
+
free -h проверка оперативной памяти
|
|
274
|
+
df -h - проверка постоянной памяти
|
|
275
|
+
nano /etc/apt/sources.list.d
|
|
276
|
+
deluser --remove-home user
|
|
277
|
+
adduser user
|
|
278
|
+
usermode -aG sudo user
|
|
279
|
+
```
|
|
280
|
+
|
|
281
|
+
### Swagger-ui, /docs
|
|
282
|
+
|
|
283
|
+
- https://github.com/swagger-api/swagger-ui (folder dist for download static docs)
|
|
284
|
+
|
|
285
|
+
### npm, nvm
|
|
286
|
+
|
|
287
|
+
- https://github.com/nvm-sh/nvm
|
|
288
|
+
- https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04
|
|
289
|
+
|
|
290
|
+
```
|
|
291
|
+
# install nvm, npm, node (https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04)
|
|
292
|
+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
|
|
293
|
+
source ~/.bashrc
|
|
294
|
+
exec "$SHELL"
|
|
295
|
+
npm -v
|
|
296
|
+
nvm current
|
|
297
|
+
nvm ls
|
|
298
|
+
nvm list-remote
|
|
299
|
+
nvm install --lts
|
|
300
|
+
nvm use ...
|
|
301
|
+
npm install
|
|
302
|
+
npm run build
|
|
303
|
+
npm run start
|
|
304
|
+
```
|
|
305
|
+
|
|
306
|
+
### Xray
|
|
307
|
+
|
|
308
|
+
- https://github.com/XTLS/Xray-install
|
|
309
|
+
|
|
310
|
+
```
|
|
311
|
+
bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install
|
|
312
|
+
bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install-geodata
|
|
313
|
+
bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ remove
|
|
314
|
+
```
|
|
315
|
+
|
|
316
|
+
### Celery help
|
|
317
|
+
|
|
318
|
+
```
|
|
319
|
+
celery -A app worker --loglevel=info -Q queue_name -c 1 -n worker_name &
|
|
320
|
+
celery -A app beat --loglevel=info &
|
|
321
|
+
wait
|
|
322
|
+
```
|
|
323
|
+
|
|
324
|
+
### Licence help
|
|
325
|
+
|
|
326
|
+
- https://choosealicense.com/
|
|
327
|
+
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
arpakitlib/AUTHOR.md,sha256=_t41g6TaNhQKLj1SkuBc8VXjABllheVJAt7WWFq1hdA,71
|
|
2
|
+
arpakitlib/LICENSE,sha256=1jqWIkbnMxDfs_i0SXP5qbV6PHjBr1g8506oW7uPjfg,11347
|
|
3
|
+
arpakitlib/NOTICE,sha256=wHwmiq3wExfFfgMsE5U5TOBP9_l72ocIG82KurEels0,43
|
|
4
|
+
arpakitlib/README.md,sha256=CEisVO71kG0wa6cRGWsNhQl9MOvIO7uG8GeYzUBT1bA,70
|
|
5
|
+
arpakitlib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
+
arpakitlib/ar_additional_model_util.py,sha256=SxAwpeFVxo6NpKvee0LaMQQAJ6ZVzoyy6NoRJg-_WRc,226
|
|
7
|
+
arpakitlib/ar_aiogram_util.py,sha256=3rlsicXLhnnnuchpdgrBOYA8y5Mp8b04WoaQ2ZHO2Eg,12011
|
|
8
|
+
arpakitlib/ar_arpakit_lib_module_util.py,sha256=1zKVfri1LtVPXPfjQdqf7YMghikbKZ6yR7EkG-F8koQ,5436
|
|
9
|
+
arpakitlib/ar_arpakit_schedule_uust_api_client.py,sha256=eWVhD3L4fx6RcvfJQOhhmaoTmw3e-85aIpRiLA0IRys,18194
|
|
10
|
+
arpakitlib/ar_arpakitlib_info.py,sha256=WwssAURbohdFcrJbU-uWPcLg3C-A564gWiS1ovIoKg8,237
|
|
11
|
+
arpakitlib/ar_base64_util.py,sha256=jrxR9_tCf1_4EnY7we-NZW-IjTJ1EiJkDsaoDRD0Xmk,665
|
|
12
|
+
arpakitlib/ar_base_worker.py,sha256=LSgjxLyv_snasX_O9l47BgCwuvW9Q8l7wGCDCvPorLI,2419
|
|
13
|
+
arpakitlib/ar_cache_file.py,sha256=zgSIFGMcet4Lcmh4LSJvOKhffFiv7ENy2ni9pnM-f9Q,3460
|
|
14
|
+
arpakitlib/ar_datetime_util.py,sha256=oRGDUpMCkj5dgFhnQ7s7m1m_Er_sROH0nUTHKXsRIMg,890
|
|
15
|
+
arpakitlib/ar_dict_util.py,sha256=82gl7RS9BJiLgZmihrRfrakdeE0wxhhKUNTbRY9G-uQ,408
|
|
16
|
+
arpakitlib/ar_dream_ai_api_client.py,sha256=KF17_0s-bAVO6TnyWex2_KCpB_USKU_hV5jk1o332mQ,3979
|
|
17
|
+
arpakitlib/ar_encrypt_and_decrypt_util.py,sha256=DTvqD1Gk1qiewmrRZFYQUJJjg9c5dvZ_ZDOPTvt7hqk,509
|
|
18
|
+
arpakitlib/ar_enumeration.py,sha256=1JduJgFfygA_8zY48SmNac_WwH99F25xSvvB5YnqGWA,2243
|
|
19
|
+
arpakitlib/ar_fastapi_static/redoc/redoc.standalone.js,sha256=WCuodUNv1qVh0oW5fjnJDwb5AwOue73jKHdI9z8iGKU,909365
|
|
20
|
+
arpakitlib/ar_fastapi_static/swagger-ui/favicon-16x16.png,sha256=ryStYE3Xs7zaj5dauXMHX0ovcKQIeUShL474tjo-B8I,665
|
|
21
|
+
arpakitlib/ar_fastapi_static/swagger-ui/favicon-32x32.png,sha256=PtYS9B4FDKXnAAytbxy-fn2jn2X8qZwC6Z5lkQVuWDc,628
|
|
22
|
+
arpakitlib/ar_fastapi_static/swagger-ui/index.css,sha256=kySAfUJFZaFjm7KfN1TI1NRcEAnGdnTpluMzVfaSnOc,202
|
|
23
|
+
arpakitlib/ar_fastapi_static/swagger-ui/index.html,sha256=u5kor9DqjBLhJMQv71j7CA82dwOJaEutsqTc9UhiTus,734
|
|
24
|
+
arpakitlib/ar_fastapi_static/swagger-ui/oauth2-redirect.html,sha256=OX_TCiSZzSxfNBGt4Mp_vXhtUBFjnKeKBoJNWAuDwSI,2715
|
|
25
|
+
arpakitlib/ar_fastapi_static/swagger-ui/swagger-initializer.js,sha256=qJUDTyTxLXzYHsR8mNpPFXIdnZqNJAXyLyFwSCH4HQI,539
|
|
26
|
+
arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui-bundle.js,sha256=xQuUu8TwI5Qyb7eu0fT7aTs2d_Sz0zRODWExgIy_KB8,1426050
|
|
27
|
+
arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui-bundle.js.map,sha256=XA0HBcAHnjwbJK6IBi38JZaPT5dU3o-hTLtUiviZaVQ,1920878
|
|
28
|
+
arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui-es-bundle-core.js,sha256=_5ENrnvuKo8KimB-IPAvxohxmo0B_lgfrEiU51FcUyo,462147
|
|
29
|
+
arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui-es-bundle-core.js.map,sha256=yQaen_jxJ8e_yVcCkp5dtsv-Z4T57MYt5PLwYBso8Yc,1571795
|
|
30
|
+
arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui-es-bundle.js,sha256=icaZEspXpL82HxNzQBZqJwPVlkDSVGcaQuDKSdv145g,1425804
|
|
31
|
+
arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui-es-bundle.js.map,sha256=Fx8FqHESauTfZu1AoD33rQuXMatMMv32mjq7jP7TW7I,1912421
|
|
32
|
+
arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui-standalone-preset.js,sha256=bFozOOadhOewURe5unsUHSS9P8ECqesC6ATTsE3OxaE,230007
|
|
33
|
+
arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui-standalone-preset.js.map,sha256=Y2JB5Bwr5afywvXmw_lyIRGbefR6zvxhsglWioWFv9Q,330036
|
|
34
|
+
arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui.css,sha256=jzPZlgJTFwSdSphk9CHqsrKiR4cvOIAm-pTGVJEyWec,152072
|
|
35
|
+
arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui.css.map,sha256=5wq8eXMLU6Zxb45orZPL1zAsBFJReFw6GjYqGpUX3hg,262650
|
|
36
|
+
arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui.js,sha256=ffrLZHHEQ_g84A-ul3yWa10Kk09waOAxHcQXPuZuavg,339292
|
|
37
|
+
arpakitlib/ar_fastapi_static/swagger-ui/swagger-ui.js.map,sha256=9UhIW7MqCOZPAz1Sl1IKfZUuhWU0p-LJqrnjjJD9Xhc,1159454
|
|
38
|
+
arpakitlib/ar_fastapi_util.py,sha256=-FetfyIHCGRLkHblTQY9z3h4L9MQX2xZHnmawulHaJE,9729
|
|
39
|
+
arpakitlib/ar_file_storage_in_dir.py,sha256=caS2hRpjKYvK7UNp7qrbSoxT1PfQjJGLOrWEbx-dk-o,3663
|
|
40
|
+
arpakitlib/ar_generate_env_example.py,sha256=aFuHK38bZfGwr57D7AFMCCOOda824o9k95ney_CUbfE,314
|
|
41
|
+
arpakitlib/ar_hash_util.py,sha256=rWKjUaJyzzLNyrMVXe90bcJt0KMkPBPlJGa42qc8zOE,329
|
|
42
|
+
arpakitlib/ar_http_request_util.py,sha256=hLZtbDE-cNELCrDcj7r_YaUOTDyowqJey71he1qvjSE,2062
|
|
43
|
+
arpakitlib/ar_ip_util.py,sha256=Xn65qW4a129cFFMIJIPduLReIWpWBoPpYUY9Xz6777A,998
|
|
44
|
+
arpakitlib/ar_json_db.py,sha256=3VwXxVxrc0WBy9lfovZ47x7dJ3YlklEEYv9cXpPY_2g,7176
|
|
45
|
+
arpakitlib/ar_json_util.py,sha256=sUH4UdnT85VXY4CdTBGOZUWoJ-605upenbw2o254Y9k,822
|
|
46
|
+
arpakitlib/ar_jwt_util.py,sha256=TcnXU-ow3ZdJT-tTpvTeED5Bepw_bUS646XP_-omSVs,750
|
|
47
|
+
arpakitlib/ar_list_of_dicts_to_xlsx.py,sha256=l0agdrSxp8A0vmgVT3_59ZuA60_2JKFhANx-7eQp150,734
|
|
48
|
+
arpakitlib/ar_list_util.py,sha256=Y5gA_WGilOZa5dwDhT1T3qWEFRuQqy57768BrFaPi4Y,446
|
|
49
|
+
arpakitlib/ar_logging_util.py,sha256=CU-WPsZbmh0AUxJKYvus7qytC4IYHDdbIH657vlwmBE,1243
|
|
50
|
+
arpakitlib/ar_mongodb_util.py,sha256=mUl6fXpdk5i_LRNUinmWlGBCHdIKGWJ7_YzZZN4h_nc,4027
|
|
51
|
+
arpakitlib/ar_need_type_util.py,sha256=QcK0bqNbE0CqsLkKfCsUqG3BTkRMeV7_9RsAl3jJzeQ,1607
|
|
52
|
+
arpakitlib/ar_openai_util.py,sha256=oExC6cJb11fKviKSNqjA23jX9tEyuB8g_FbiHE2xaTw,1199
|
|
53
|
+
arpakitlib/ar_parse_command.py,sha256=I2XRniQf4xF19RkHlc3SQydoTZ-PHWNb9CHtV6pTPZo,2703
|
|
54
|
+
arpakitlib/ar_postgresql_util.py,sha256=bsnp5ylMvi7qJaj5fA3QZdQ4wUtrCZxElNikMWNsR3Q,1149
|
|
55
|
+
arpakitlib/ar_run_cmd.py,sha256=2Cs1xn3jS3xfAbgIHthtLCKQC-qr1k7w15rID2Zya3A,1061
|
|
56
|
+
arpakitlib/ar_safe_sleep.py,sha256=fxJIe85G62qmcHeujqu8FfHOKYfuZPz315ZW-BO_w0Q,398
|
|
57
|
+
arpakitlib/ar_schedule_uust_api_client.py,sha256=bK79j0EAqQKnSYlr0Rqp2vz84hNlBrmjmjp7FADK3PU,6783
|
|
58
|
+
arpakitlib/ar_sqlalchemy_util.py,sha256=cl5n3TYY6ra9q2ZpWMGbYzHU-CmRdUoWoFFe8C_xdrM,4124
|
|
59
|
+
arpakitlib/ar_ssh_runner.py,sha256=-VL1RjQRVDjlnIFQfl_TTpQP05OehNxmvkfoQNgvNYw,6785
|
|
60
|
+
arpakitlib/ar_str_util.py,sha256=y1KQ5q9WPMhQdmLqqL1R1GrPEEEj_Jo4dxbAPCgW780,1874
|
|
61
|
+
arpakitlib/ar_type_util.py,sha256=9fSSJKWsHtXOjGcFHgfEI_1ezrHfjF_o3y1RAJvMX9c,1750
|
|
62
|
+
arpakitlib/ar_yookassa_api_client.py,sha256=jCoeK9WfwGK4IUPYYsRgxWEqkNfUV5-ZJQg0b2evtTc,6438
|
|
63
|
+
arpakitlib/ar_zabbix_util.py,sha256=DJDr7tmxEtzsIPWUX4Jfvv6x-_mpxwqVnWuMapBWHJE,6300
|
|
64
|
+
arpakitlib-1.4.0.dist-info/LICENSE,sha256=1jqWIkbnMxDfs_i0SXP5qbV6PHjBr1g8506oW7uPjfg,11347
|
|
65
|
+
arpakitlib-1.4.0.dist-info/METADATA,sha256=bWcoSg7C7M2N_7kPT4JiS1OHZt1DBMxR2nUGz0HVBBI,8309
|
|
66
|
+
arpakitlib-1.4.0.dist-info/NOTICE,sha256=wHwmiq3wExfFfgMsE5U5TOBP9_l72ocIG82KurEels0,43
|
|
67
|
+
arpakitlib-1.4.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
68
|
+
arpakitlib-1.4.0.dist-info/RECORD,,
|