FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
examples/python-lambda/poetry.lock at main · baselime/examples · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
baselime
/
examples
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
5
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
examples
/
python-lambda
/
poetry.lock
Copy path
More file actions
More file actions
Latest commit
History
History
History
482 lines (438 loc) · 36.8 KB
Breadcrumbs
examples
/
python-lambda
/
poetry.lock
Copy path
File metadata and controls
482 lines (438 loc) · 36.8 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
#
This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand.
[[
package
]]
name
=
"
aws-lambda-logging
"
version
=
"
0.1.1
"
description
=
"
Nanolib to enhance logging in aws lambda
"
optional
=
false
python-versions
=
"
*
"
files
= [
{
file
=
"
aws_lambda_logging-0.1.1.tar.gz
"
,
hash
=
"
sha256:c192bcdaf76e9bae61759efe98dc6b513746762a216161f689bf3ad73fe09d06
"
},
]
[
package
.
extras
]
dev
= [
"
bumpversion
"
,
"
twine
"
]
tests
= [
"
flake8-import-order
"
,
"
pylama
"
,
"
pytest
"
,
"
pytest-cov
"
,
"
pytest-runner
"
,
"
tox
"
]
[[
package
]]
name
=
"
aws-lambda-powertools
"
version
=
"
2.28.0
"
description
=
"
Powertools for AWS Lambda (Python) is a developer toolkit to implement Serverless best practices and increase developer velocity.
"
optional
=
false
python-versions
=
"
>=3.7.4,<4.0.0
"
files
= [
{
file
=
"
aws_lambda_powertools-2.28.0-py3-none-any.whl
"
,
hash
=
"
sha256:e3839e077b0f16abba495f4008d041426dbdc3b029804c5ec3cf838162d1cccb
"
},
{
file
=
"
aws_lambda_powertools-2.28.0.tar.gz
"
,
hash
=
"
sha256:500c6d74716549c769b5294562c0aa31faeb879bb25f7eae9e0b57242c0b5544
"
},
]
[
package
.
dependencies
]
boto3
= {
version
=
"
>=1.20.32,<2.0.0
"
,
optional
=
true
,
markers
=
"
extra ==
\"
aws-sdk
\"
"
}
typing-extensions
=
"
>=4.6.2,<5.0.0
"
[
package
.
extras
]
all
= [
"
aws-xray-sdk (>=2.8.0,<3.0.0)
"
,
"
fastjsonschema (>=2.14.5,<3.0.0)
"
,
"
pydantic (>=1.8.2,<2.0.0)
"
]
aws-sdk
= [
"
boto3 (>=1.20.32,<2.0.0)
"
]
datadog
= [
"
datadog-lambda (>=4.77,<6.0)
"
]
datamasking-aws-sdk
= [
"
aws-encryption-sdk (>=3.1.1,<4.0.0)
"
]
parser
= [
"
pydantic (>=1.8.2,<2.0.0)
"
]
tracer
= [
"
aws-xray-sdk (>=2.8.0,<3.0.0)
"
]
validation
= [
"
fastjsonschema (>=2.14.5,<3.0.0)
"
]
[[
package
]]
name
=
"
baselime-pynamodb
"
version
=
"
6.0a0
"
description
=
"
A Pythonic Interface to DynamoDB
"
optional
=
false
python-versions
=
"
>=3.7
"
files
= [
{
file
=
"
baselime-pynamodb-6.0a0.tar.gz
"
,
hash
=
"
sha256:2144f3f7ec8071ee44a0d2d88241370ce177a5d5f434491dd251b07cb2c0589d
"
},
{
file
=
"
baselime_pynamodb-6.0a0-py3-none-any.whl
"
,
hash
=
"
sha256:29176ce7c27beacd6b5c05e08e0a36f146353753901175082e7836018e0427f0
"
},
]
[
package
.
dependencies
]
botocore
=
"
>=1.12.54
"
typing-extensions
= {
version
=
"
>=4
"
,
markers
=
"
python_version <
\"
3.11
\"
"
}
[
package
.
extras
]
signals
= [
"
blinker (>=1.3,<2.0)
"
]
[[
package
]]
name
=
"
boto3
"
version
=
"
1.29.6
"
description
=
"
The AWS SDK for Python
"
optional
=
false
python-versions
=
"
>= 3.7
"
files
= [
{
file
=
"
boto3-1.29.6-py3-none-any.whl
"
,
hash
=
"
sha256:f4d19e01d176c3a5a05e4af733185ff1891b08a3c38d4a439800fa132aa6e9be
"
},
{
file
=
"
boto3-1.29.6.tar.gz
"
,
hash
=
"
sha256:d1d0d979a70bf9b0b13ae3b017f8523708ad953f62d16f39a602d67ee9b25554
"
},
]
[
package
.
dependencies
]
botocore
=
"
>=1.32.6,<1.33.0
"
jmespath
=
"
>=0.7.1,<2.0.0
"
s3transfer
=
"
>=0.7.0,<0.8.0
"
[
package
.
extras
]
crt
= [
"
botocore[crt] (>=1.21.0,<2.0a0)
"
]
[[
package
]]
name
=
"
botocore
"
version
=
"
1.32.6
"
description
=
"
Low-level, data-driven core of boto 3.
"
optional
=
false
python-versions
=
"
>= 3.7
"
files
= [
{
file
=
"
botocore-1.32.6-py3-none-any.whl
"
,
hash
=
"
sha256:4454f967a4d1a01e3e6205c070455bc4e8fd53b5b0753221581ae679c55a9dfd
"
},
{
file
=
"
botocore-1.32.6.tar.gz
"
,
hash
=
"
sha256:ecec876103783b5efe6099762dda60c2af67e45f7c0ab4568e8265d11c6c449b
"
},
]
[
package
.
dependencies
]
jmespath
=
"
>=0.7.1,<2.0.0
"
python-dateutil
=
"
>=2.1,<3.0.0
"
urllib3
= {
version
=
"
>=1.25.4,<2.1
"
,
markers
=
"
python_version >=
\"
3.10
\"
"
}
[
package
.
extras
]
crt
= [
"
awscrt (==0.19.12)
"
]
[[
package
]]
name
=
"
certifi
"
version
=
"
2023.11.17
"
description
=
"
Python package for providing Mozilla's CA Bundle.
"
optional
=
false
python-versions
=
"
>=3.6
"
files
= [
{
file
=
"
certifi-2023.11.17-py3-none-any.whl
"
,
hash
=
"
sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474
"
},
{
file
=
"
certifi-2023.11.17.tar.gz
"
,
hash
=
"
sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1
"
},
]
[[
package
]]
name
=
"
charset-normalizer
"
version
=
"
3.3.2
"
description
=
"
The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
"
optional
=
false
python-versions
=
"
>=3.7.0
"
files
= [
{
file
=
"
charset-normalizer-3.3.2.tar.gz
"
,
hash
=
"
sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5
"
},
{
file
=
"
charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_universal2.whl
"
,
hash
=
"
sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3
"
},
{
file
=
"
charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027
"
},
{
file
=
"
charset_normalizer-3.3.2-cp310-cp310-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03
"
},
{
file
=
"
charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d
"
},
{
file
=
"
charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
"
,
hash
=
"
sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e
"
},
{
file
=
"
charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
"
,
hash
=
"
sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6
"
},
{
file
=
"
charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5
"
},
{
file
=
"
charset_normalizer-3.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537
"
},
{
file
=
"
charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_aarch64.whl
"
,
hash
=
"
sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c
"
},
{
file
=
"
charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_i686.whl
"
,
hash
=
"
sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12
"
},
{
file
=
"
charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_ppc64le.whl
"
,
hash
=
"
sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f
"
},
{
file
=
"
charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_s390x.whl
"
,
hash
=
"
sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269
"
},
{
file
=
"
charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_x86_64.whl
"
,
hash
=
"
sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519
"
},
{
file
=
"
charset_normalizer-3.3.2-cp310-cp310-win32.whl
"
,
hash
=
"
sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73
"
},
{
file
=
"
charset_normalizer-3.3.2-cp310-cp310-win_amd64.whl
"
,
hash
=
"
sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09
"
},
{
file
=
"
charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_universal2.whl
"
,
hash
=
"
sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db
"
},
{
file
=
"
charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96
"
},
{
file
=
"
charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e
"
},
{
file
=
"
charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f
"
},
{
file
=
"
charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
"
,
hash
=
"
sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574
"
},
{
file
=
"
charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
"
,
hash
=
"
sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4
"
},
{
file
=
"
charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8
"
},
{
file
=
"
charset_normalizer-3.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc
"
},
{
file
=
"
charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_aarch64.whl
"
,
hash
=
"
sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae
"
},
{
file
=
"
charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_i686.whl
"
,
hash
=
"
sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887
"
},
{
file
=
"
charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_ppc64le.whl
"
,
hash
=
"
sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae
"
},
{
file
=
"
charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_s390x.whl
"
,
hash
=
"
sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce
"
},
{
file
=
"
charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_x86_64.whl
"
,
hash
=
"
sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f
"
},
{
file
=
"
charset_normalizer-3.3.2-cp311-cp311-win32.whl
"
,
hash
=
"
sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab
"
},
{
file
=
"
charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl
"
,
hash
=
"
sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77
"
},
{
file
=
"
charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_universal2.whl
"
,
hash
=
"
sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8
"
},
{
file
=
"
charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b
"
},
{
file
=
"
charset_normalizer-3.3.2-cp312-cp312-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6
"
},
{
file
=
"
charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a
"
},
{
file
=
"
charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
"
,
hash
=
"
sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389
"
},
{
file
=
"
charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
"
,
hash
=
"
sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa
"
},
{
file
=
"
charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b
"
},
{
file
=
"
charset_normalizer-3.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed
"
},
{
file
=
"
charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl
"
,
hash
=
"
sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26
"
},
{
file
=
"
charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_i686.whl
"
,
hash
=
"
sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d
"
},
{
file
=
"
charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_ppc64le.whl
"
,
hash
=
"
sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068
"
},
{
file
=
"
charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_s390x.whl
"
,
hash
=
"
sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143
"
},
{
file
=
"
charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl
"
,
hash
=
"
sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4
"
},
{
file
=
"
charset_normalizer-3.3.2-cp312-cp312-win32.whl
"
,
hash
=
"
sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7
"
},
{
file
=
"
charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl
"
,
hash
=
"
sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001
"
},
{
file
=
"
charset_normalizer-3.3.2-cp37-cp37m-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c
"
},
{
file
=
"
charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5
"
},
{
file
=
"
charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
"
,
hash
=
"
sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985
"
},
{
file
=
"
charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
"
,
hash
=
"
sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6
"
},
{
file
=
"
charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714
"
},
{
file
=
"
charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786
"
},
{
file
=
"
charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_aarch64.whl
"
,
hash
=
"
sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5
"
},
{
file
=
"
charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_i686.whl
"
,
hash
=
"
sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c
"
},
{
file
=
"
charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_ppc64le.whl
"
,
hash
=
"
sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8
"
},
{
file
=
"
charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_s390x.whl
"
,
hash
=
"
sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711
"
},
{
file
=
"
charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl
"
,
hash
=
"
sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811
"
},
{
file
=
"
charset_normalizer-3.3.2-cp37-cp37m-win32.whl
"
,
hash
=
"
sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4
"
},
{
file
=
"
charset_normalizer-3.3.2-cp37-cp37m-win_amd64.whl
"
,
hash
=
"
sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99
"
},
{
file
=
"
charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_universal2.whl
"
,
hash
=
"
sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a
"
},
{
file
=
"
charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac
"
},
{
file
=
"
charset_normalizer-3.3.2-cp38-cp38-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a
"
},
{
file
=
"
charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33
"
},
{
file
=
"
charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
"
,
hash
=
"
sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238
"
},
{
file
=
"
charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
"
,
hash
=
"
sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a
"
},
{
file
=
"
charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2
"
},
{
file
=
"
charset_normalizer-3.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8
"
},
{
file
=
"
charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_aarch64.whl
"
,
hash
=
"
sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898
"
},
{
file
=
"
charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_i686.whl
"
,
hash
=
"
sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99
"
},
{
file
=
"
charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_ppc64le.whl
"
,
hash
=
"
sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d
"
},
{
file
=
"
charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_s390x.whl
"
,
hash
=
"
sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04
"
},
{
file
=
"
charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_x86_64.whl
"
,
hash
=
"
sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087
"
},
{
file
=
"
charset_normalizer-3.3.2-cp38-cp38-win32.whl
"
,
hash
=
"
sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25
"
},
{
file
=
"
charset_normalizer-3.3.2-cp38-cp38-win_amd64.whl
"
,
hash
=
"
sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b
"
},
{
file
=
"
charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_universal2.whl
"
,
hash
=
"
sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4
"
},
{
file
=
"
charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d
"
},
{
file
=
"
charset_normalizer-3.3.2-cp39-cp39-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0
"
},
{
file
=
"
charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269
"
},
{
file
=
"
charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
"
,
hash
=
"
sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c
"
},
{
file
=
"
charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
"
,
hash
=
"
sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519
"
},
{
file
=
"
charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796
"
},
{
file
=
"
charset_normalizer-3.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185
"
},
{
file
=
"
charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_aarch64.whl
"
,
hash
=
"
sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c
"
},
{
file
=
"
charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_i686.whl
"
,
hash
=
"
sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458
"
},
{
file
=
"
charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_ppc64le.whl
"
,
hash
=
"
sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2
"
},
{
file
=
"
charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_s390x.whl
"
,
hash
=
"
sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8
"
},
{
file
=
"
charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_x86_64.whl
"
,
hash
=
"
sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561
"
},
{
file
=
"
charset_normalizer-3.3.2-cp39-cp39-win32.whl
"
,
hash
=
"
sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f
"
},
{
file
=
"
charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl
"
,
hash
=
"
sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d
"
},
{
file
=
"
charset_normalizer-3.3.2-py3-none-any.whl
"
,
hash
=
"
sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc
"
},
]
[[
package
]]
name
=
"
deprecated
"
version
=
"
1.2.14
"
description
=
"
Python @deprecated decorator to deprecate old python classes, functions or methods.
"
optional
=
false
python-versions
=
"
>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
"
files
= [
{
file
=
"
Deprecated-1.2.14-py2.py3-none-any.whl
"
,
hash
=
"
sha256:6fac8b097794a90302bdbb17b9b815e732d3c4720583ff1b198499d78470466c
"
},
{
file
=
"
Deprecated-1.2.14.tar.gz
"
,
hash
=
"
sha256:e5323eb936458dccc2582dc6f9c322c852a775a27065ff2b0c4970b9d53d01b3
"
},
]
[
package
.
dependencies
]
wrapt
=
"
>=1.10,<2
"
[
package
.
extras
]
dev
= [
"
PyTest
"
,
"
PyTest-Cov
"
,
"
bump2version (<1)
"
,
"
sphinx (<2)
"
,
"
tox
"
]
[[
package
]]
name
=
"
idna
"
version
=
"
3.4
"
description
=
"
Internationalized Domain Names in Applications (IDNA)
"
optional
=
false
python-versions
=
"
>=3.5
"
files
= [
{
file
=
"
idna-3.4-py3-none-any.whl
"
,
hash
=
"
sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2
"
},
{
file
=
"
idna-3.4.tar.gz
"
,
hash
=
"
sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4
"
},
]
[[
package
]]
name
=
"
importlib-metadata
"
version
=
"
6.8.0
"
description
=
"
Read metadata from Python packages
"
optional
=
false
python-versions
=
"
>=3.8
"
files
= [
{
file
=
"
importlib_metadata-6.8.0-py3-none-any.whl
"
,
hash
=
"
sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb
"
},
{
file
=
"
importlib_metadata-6.8.0.tar.gz
"
,
hash
=
"
sha256:dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743
"
},
]
[
package
.
dependencies
]
zipp
=
"
>=0.5
"
[
package
.
extras
]
docs
= [
"
furo
"
,
"
jaraco.packaging (>=9)
"
,
"
jaraco.tidelift (>=1.4)
"
,
"
rst.linker (>=1.9)
"
,
"
sphinx (>=3.5)
"
,
"
sphinx-lint
"
]
perf
= [
"
ipython
"
]
testing
= [
"
flufl.flake8
"
,
"
importlib-resources (>=1.3)
"
,
"
packaging
"
,
"
pyfakefs
"
,
"
pytest (>=6)
"
,
"
pytest-black (>=0.3.7)
"
,
"
pytest-checkdocs (>=2.4)
"
,
"
pytest-cov
"
,
"
pytest-enabler (>=2.2)
"
,
"
pytest-mypy (>=0.9.1)
"
,
"
pytest-perf (>=0.9.2)
"
,
"
pytest-ruff
"
]
[[
package
]]
name
=
"
jmespath
"
version
=
"
1.0.1
"
description
=
"
JSON Matching Expressions
"
optional
=
false
python-versions
=
"
>=3.7
"
files
= [
{
file
=
"
jmespath-1.0.1-py3-none-any.whl
"
,
hash
=
"
sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980
"
},
{
file
=
"
jmespath-1.0.1.tar.gz
"
,
hash
=
"
sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe
"
},
]
[[
package
]]
name
=
"
mangum
"
version
=
"
0.17.0
"
description
=
"
AWS Lambda support for ASGI applications
"
optional
=
false
python-versions
=
"
>=3.7
"
files
= [
{
file
=
"
mangum-0.17.0-py3-none-any.whl
"
,
hash
=
"
sha256:f00be705605bc4793958df62e4d249abf58d254c39d90bb410d069570206f4a2
"
},
{
file
=
"
mangum-0.17.0.tar.gz
"
,
hash
=
"
sha256:5b4e26375e12eed051687670466d17968f8b74beecaca432edd4eb4127f78509
"
},
]
[
package
.
dependencies
]
typing-extensions
=
"
*
"
[[
package
]]
name
=
"
opentelemetry-api
"
version
=
"
1.21.0
"
description
=
"
OpenTelemetry Python API
"
optional
=
false
python-versions
=
"
>=3.7
"
files
= [
{
file
=
"
opentelemetry_api-1.21.0-py3-none-any.whl
"
,
hash
=
"
sha256:4bb86b28627b7e41098f0e93280fe4892a1abed1b79a19aec6f928f39b17dffb
"
},
{
file
=
"
opentelemetry_api-1.21.0.tar.gz
"
,
hash
=
"
sha256:d6185fd5043e000075d921822fd2d26b953eba8ca21b1e2fa360dd46a7686316
"
},
]
[
package
.
dependencies
]
deprecated
=
"
>=1.2.6
"
importlib-metadata
=
"
>=6.0,<7.0
"
[[
package
]]
name
=
"
python-dateutil
"
version
=
"
2.8.2
"
description
=
"
Extensions to the standard Python datetime module
"
optional
=
false
python-versions
=
"
!=3.0.*,!=3.1.*,!=3.2.*,>=2.7
"
files
= [
{
file
=
"
python-dateutil-2.8.2.tar.gz
"
,
hash
=
"
sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86
"
},
{
file
=
"
python_dateutil-2.8.2-py2.py3-none-any.whl
"
,
hash
=
"
sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9
"
},
]
[
package
.
dependencies
]
six
=
"
>=1.5
"
[[
package
]]
name
=
"
requests
"
version
=
"
2.31.0
"
description
=
"
Python HTTP for Humans.
"
optional
=
false
python-versions
=
"
>=3.7
"
files
= [
{
file
=
"
requests-2.31.0-py3-none-any.whl
"
,
hash
=
"
sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f
"
},
{
file
=
"
requests-2.31.0.tar.gz
"
,
hash
=
"
sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1
"
},
]
[
package
.
dependencies
]
certifi
=
"
>=2017.4.17
"
charset-normalizer
=
"
>=2,<4
"
idna
=
"
>=2.5,<4
"
urllib3
=
"
>=1.21.1,<3
"
[
package
.
extras
]
socks
= [
"
PySocks (>=1.5.6,!=1.5.7)
"
]
use-chardet-on-py3
= [
"
chardet (>=3.0.2,<6)
"
]
[[
package
]]
name
=
"
s3transfer
"
version
=
"
0.7.0
"
description
=
"
An Amazon S3 Transfer Manager
"
optional
=
false
python-versions
=
"
>= 3.7
"
files
= [
{
file
=
"
s3transfer-0.7.0-py3-none-any.whl
"
,
hash
=
"
sha256:10d6923c6359175f264811ef4bf6161a3156ce8e350e705396a7557d6293c33a
"
},
{
file
=
"
s3transfer-0.7.0.tar.gz
"
,
hash
=
"
sha256:fd3889a66f5fe17299fe75b82eae6cf722554edca744ca5d5fe308b104883d2e
"
},
]
[
package
.
dependencies
]
botocore
=
"
>=1.12.36,<2.0a.0
"
[
package
.
extras
]
crt
= [
"
botocore[crt] (>=1.20.29,<2.0a.0)
"
]
[[
package
]]
name
=
"
six
"
version
=
"
1.16.0
"
description
=
"
Python 2 and 3 compatibility utilities
"
optional
=
false
python-versions
=
"
>=2.7, !=3.0.*, !=3.1.*, !=3.2.*
"
files
= [
{
file
=
"
six-1.16.0-py2.py3-none-any.whl
"
,
hash
=
"
sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
"
},
{
file
=
"
six-1.16.0.tar.gz
"
,
hash
=
"
sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926
"
},
]
[[
package
]]
name
=
"
typing-extensions
"
version
=
"
4.8.0
"
description
=
"
Backported and Experimental Type Hints for Python 3.8+
"
optional
=
false
python-versions
=
"
>=3.8
"
files
= [
{
file
=
"
typing_extensions-4.8.0-py3-none-any.whl
"
,
hash
=
"
sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0
"
},
{
file
=
"
typing_extensions-4.8.0.tar.gz
"
,
hash
=
"
sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef
"
},
]
[[
package
]]
name
=
"
urllib3
"
version
=
"
2.0.7
"
description
=
"
HTTP library with thread-safe connection pooling, file post, and more.
"
optional
=
false
python-versions
=
"
>=3.7
"
files
= [
{
file
=
"
urllib3-2.0.7-py3-none-any.whl
"
,
hash
=
"
sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e
"
},
{
file
=
"
urllib3-2.0.7.tar.gz
"
,
hash
=
"
sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84
"
},
]
[
package
.
extras
]
brotli
= [
"
brotli (>=1.0.9)
"
,
"
brotlicffi (>=0.8.0)
"
]
secure
= [
"
certifi
"
,
"
cryptography (>=1.9)
"
,
"
idna (>=2.0.0)
"
,
"
pyopenssl (>=17.1.0)
"
,
"
urllib3-secure-extra
"
]
socks
= [
"
pysocks (>=1.5.6,!=1.5.7,<2.0)
"
]
zstd
= [
"
zstandard (>=0.18.0)
"
]
[[
package
]]
name
=
"
wrapt
"
version
=
"
1.16.0
"
description
=
"
Module for decorators, wrappers and monkey patching.
"
optional
=
false
python-versions
=
"
>=3.6
"
files
= [
{
file
=
"
wrapt-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:ffa565331890b90056c01db69c0fe634a776f8019c143a5ae265f9c6bc4bd6d4
"
},
{
file
=
"
wrapt-1.16.0-cp310-cp310-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:e4fdb9275308292e880dcbeb12546df7f3e0f96c6b41197e0cf37d2826359020
"
},
{
file
=
"
wrapt-1.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:bb2dee3874a500de01c93d5c71415fcaef1d858370d405824783e7a8ef5db440
"
},
{
file
=
"
wrapt-1.16.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:2a88e6010048489cda82b1326889ec075a8c856c2e6a256072b28eaee3ccf487
"
},
{
file
=
"
wrapt-1.16.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:ac83a914ebaf589b69f7d0a1277602ff494e21f4c2f743313414378f8f50a4cf
"
},
{
file
=
"
wrapt-1.16.0-cp310-cp310-musllinux_1_1_aarch64.whl
"
,
hash
=
"
sha256:73aa7d98215d39b8455f103de64391cb79dfcad601701a3aa0dddacf74911d72
"
},
{
file
=
"
wrapt-1.16.0-cp310-cp310-musllinux_1_1_i686.whl
"
,
hash
=
"
sha256:807cc8543a477ab7422f1120a217054f958a66ef7314f76dd9e77d3f02cdccd0
"
},
{
file
=
"
wrapt-1.16.0-cp310-cp310-musllinux_1_1_x86_64.whl
"
,
hash
=
"
sha256:bf5703fdeb350e36885f2875d853ce13172ae281c56e509f4e6eca049bdfb136
"
},
{
file
=
"
wrapt-1.16.0-cp310-cp310-win32.whl
"
,
hash
=
"
sha256:f6b2d0c6703c988d334f297aa5df18c45e97b0af3679bb75059e0e0bd8b1069d
"
},
{
file
=
"
wrapt-1.16.0-cp310-cp310-win_amd64.whl
"
,
hash
=
"
sha256:decbfa2f618fa8ed81c95ee18a387ff973143c656ef800c9f24fb7e9c16054e2
"
},
{
file
=
"
wrapt-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:1a5db485fe2de4403f13fafdc231b0dbae5eca4359232d2efc79025527375b09
"
},
{
file
=
"
wrapt-1.16.0-cp311-cp311-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:75ea7d0ee2a15733684badb16de6794894ed9c55aa5e9903260922f0482e687d
"
},
{
file
=
"
wrapt-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:a452f9ca3e3267cd4d0fcf2edd0d035b1934ac2bd7e0e57ac91ad6b95c0c6389
"
},
{
file
=
"
wrapt-1.16.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:43aa59eadec7890d9958748db829df269f0368521ba6dc68cc172d5d03ed8060
"
},
{
file
=
"
wrapt-1.16.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:72554a23c78a8e7aa02abbd699d129eead8b147a23c56e08d08dfc29cfdddca1
"
},
{
file
=
"
wrapt-1.16.0-cp311-cp311-musllinux_1_1_aarch64.whl
"
,
hash
=
"
sha256:d2efee35b4b0a347e0d99d28e884dfd82797852d62fcd7ebdeee26f3ceb72cf3
"
},
{
file
=
"
wrapt-1.16.0-cp311-cp311-musllinux_1_1_i686.whl
"
,
hash
=
"
sha256:6dcfcffe73710be01d90cae08c3e548d90932d37b39ef83969ae135d36ef3956
"
},
{
file
=
"
wrapt-1.16.0-cp311-cp311-musllinux_1_1_x86_64.whl
"
,
hash
=
"
sha256:eb6e651000a19c96f452c85132811d25e9264d836951022d6e81df2fff38337d
"
},
{
file
=
"
wrapt-1.16.0-cp311-cp311-win32.whl
"
,
hash
=
"
sha256:66027d667efe95cc4fa945af59f92c5a02c6f5bb6012bff9e60542c74c75c362
"
},
{
file
=
"
wrapt-1.16.0-cp311-cp311-win_amd64.whl
"
,
hash
=
"
sha256:aefbc4cb0a54f91af643660a0a150ce2c090d3652cf4052a5397fb2de549cd89
"
},
{
file
=
"
wrapt-1.16.0-cp312-cp312-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:5eb404d89131ec9b4f748fa5cfb5346802e5ee8836f57d516576e61f304f3b7b
"
},
{
file
=
"
wrapt-1.16.0-cp312-cp312-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:9090c9e676d5236a6948330e83cb89969f433b1943a558968f659ead07cb3b36
"
},
{
file
=
"
wrapt-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:94265b00870aa407bd0cbcfd536f17ecde43b94fb8d228560a1e9d3041462d73
"
},
{
file
=
"
wrapt-1.16.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:f2058f813d4f2b5e3a9eb2eb3faf8f1d99b81c3e51aeda4b168406443e8ba809
"
},
{
file
=
"
wrapt-1.16.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:98b5e1f498a8ca1858a1cdbffb023bfd954da4e3fa2c0cb5853d40014557248b
"
},
{
file
=
"
wrapt-1.16.0-cp312-cp312-musllinux_1_1_aarch64.whl
"
,
hash
=
"
sha256:14d7dc606219cdd7405133c713f2c218d4252f2a469003f8c46bb92d5d095d81
"
},
{
file
=
"
wrapt-1.16.0-cp312-cp312-musllinux_1_1_i686.whl
"
,
hash
=
"
sha256:49aac49dc4782cb04f58986e81ea0b4768e4ff197b57324dcbd7699c5dfb40b9
"
},
{
file
=
"
wrapt-1.16.0-cp312-cp312-musllinux_1_1_x86_64.whl
"
,
hash
=
"
sha256:418abb18146475c310d7a6dc71143d6f7adec5b004ac9ce08dc7a34e2babdc5c
"
},
{
file
=
"
wrapt-1.16.0-cp312-cp312-win32.whl
"
,
hash
=
"
sha256:685f568fa5e627e93f3b52fda002c7ed2fa1800b50ce51f6ed1d572d8ab3e7fc
"
},
{
file
=
"
wrapt-1.16.0-cp312-cp312-win_amd64.whl
"
,
hash
=
"
sha256:dcdba5c86e368442528f7060039eda390cc4091bfd1dca41e8046af7c910dda8
"
},
{
file
=
"
wrapt-1.16.0-cp36-cp36m-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:d462f28826f4657968ae51d2181a074dfe03c200d6131690b7d65d55b0f360f8
"
},
{
file
=
"
wrapt-1.16.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:a33a747400b94b6d6b8a165e4480264a64a78c8a4c734b62136062e9a248dd39
"
},
{
file
=
"
wrapt-1.16.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:b3646eefa23daeba62643a58aac816945cadc0afaf21800a1421eeba5f6cfb9c
"
},
{
file
=
"
wrapt-1.16.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:3ebf019be5c09d400cf7b024aa52b1f3aeebeff51550d007e92c3c1c4afc2a40
"
},
{
file
=
"
wrapt-1.16.0-cp36-cp36m-musllinux_1_1_aarch64.whl
"
,
hash
=
"
sha256:0d2691979e93d06a95a26257adb7bfd0c93818e89b1406f5a28f36e0d8c1e1fc
"
},
{
file
=
"
wrapt-1.16.0-cp36-cp36m-musllinux_1_1_i686.whl
"
,
hash
=
"
sha256:1acd723ee2a8826f3d53910255643e33673e1d11db84ce5880675954183ec47e
"
},
{
file
=
"
wrapt-1.16.0-cp36-cp36m-musllinux_1_1_x86_64.whl
"
,
hash
=
"
sha256:bc57efac2da352a51cc4658878a68d2b1b67dbe9d33c36cb826ca449d80a8465
"
},
{
file
=
"
wrapt-1.16.0-cp36-cp36m-win32.whl
"
,
hash
=
"
sha256:da4813f751142436b075ed7aa012a8778aa43a99f7b36afe9b742d3ed8bdc95e
"
},
{
file
=
"
wrapt-1.16.0-cp36-cp36m-win_amd64.whl
"
,
hash
=
"
sha256:6f6eac2360f2d543cc875a0e5efd413b6cbd483cb3ad7ebf888884a6e0d2e966
"
},
{
file
=
"
wrapt-1.16.0-cp37-cp37m-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:a0ea261ce52b5952bf669684a251a66df239ec6d441ccb59ec7afa882265d593
"
},
{
file
=
"
wrapt-1.16.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:7bd2d7ff69a2cac767fbf7a2b206add2e9a210e57947dd7ce03e25d03d2de292
"
},
{
file
=
"
wrapt-1.16.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:9159485323798c8dc530a224bd3ffcf76659319ccc7bbd52e01e73bd0241a0c5
"
},
{
file
=
"
wrapt-1.16.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:a86373cf37cd7764f2201b76496aba58a52e76dedfaa698ef9e9688bfd9e41cf
"
},
{
file
=
"
wrapt-1.16.0-cp37-cp37m-musllinux_1_1_aarch64.whl
"
,
hash
=
"
sha256:73870c364c11f03ed072dda68ff7aea6d2a3a5c3fe250d917a429c7432e15228
"
},
{
file
=
"
wrapt-1.16.0-cp37-cp37m-musllinux_1_1_i686.whl
"
,
hash
=
"
sha256:b935ae30c6e7400022b50f8d359c03ed233d45b725cfdd299462f41ee5ffba6f
"
},
{
file
=
"
wrapt-1.16.0-cp37-cp37m-musllinux_1_1_x86_64.whl
"
,
hash
=
"
sha256:db98ad84a55eb09b3c32a96c576476777e87c520a34e2519d3e59c44710c002c
"
},
{
file
=
"
wrapt-1.16.0-cp37-cp37m-win32.whl
"
,
hash
=
"
sha256:9153ed35fc5e4fa3b2fe97bddaa7cbec0ed22412b85bcdaf54aeba92ea37428c
"
},
{
file
=
"
wrapt-1.16.0-cp37-cp37m-win_amd64.whl
"
,
hash
=
"
sha256:66dfbaa7cfa3eb707bbfcd46dab2bc6207b005cbc9caa2199bcbc81d95071a00
"
},
{
file
=
"
wrapt-1.16.0-cp38-cp38-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:1dd50a2696ff89f57bd8847647a1c363b687d3d796dc30d4dd4a9d1689a706f0
"
},
{
file
=
"
wrapt-1.16.0-cp38-cp38-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:44a2754372e32ab315734c6c73b24351d06e77ffff6ae27d2ecf14cf3d229202
"
},
{
file
=
"
wrapt-1.16.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:8e9723528b9f787dc59168369e42ae1c3b0d3fadb2f1a71de14531d321ee05b0
"
},
{
file
=
"
wrapt-1.16.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:dbed418ba5c3dce92619656802cc5355cb679e58d0d89b50f116e4a9d5a9603e
"
},
{
file
=
"
wrapt-1.16.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:941988b89b4fd6b41c3f0bfb20e92bd23746579736b7343283297c4c8cbae68f
"
},
{
file
=
"
wrapt-1.16.0-cp38-cp38-musllinux_1_1_aarch64.whl
"
,
hash
=
"
sha256:6a42cd0cfa8ffc1915aef79cb4284f6383d8a3e9dcca70c445dcfdd639d51267
"
},
{
file
=
"
wrapt-1.16.0-cp38-cp38-musllinux_1_1_i686.whl
"
,
hash
=
"
sha256:1ca9b6085e4f866bd584fb135a041bfc32cab916e69f714a7d1d397f8c4891ca
"
},
{
file
=
"
wrapt-1.16.0-cp38-cp38-musllinux_1_1_x86_64.whl
"
,
hash
=
"
sha256:d5e49454f19ef621089e204f862388d29e6e8d8b162efce05208913dde5b9ad6
"
},
{
file
=
"
wrapt-1.16.0-cp38-cp38-win32.whl
"
,
hash
=
"
sha256:c31f72b1b6624c9d863fc095da460802f43a7c6868c5dda140f51da24fd47d7b
"
},
{
file
=
"
wrapt-1.16.0-cp38-cp38-win_amd64.whl
"
,
hash
=
"
sha256:490b0ee15c1a55be9c1bd8609b8cecd60e325f0575fc98f50058eae366e01f41
"
},
{
file
=
"
wrapt-1.16.0-cp39-cp39-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:9b201ae332c3637a42f02d1045e1d0cccfdc41f1f2f801dafbaa7e9b4797bfc2
"
},
{
file
=
"
wrapt-1.16.0-cp39-cp39-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:2076fad65c6736184e77d7d4729b63a6d1ae0b70da4868adeec40989858eb3fb
"
},
{
file
=
"
wrapt-1.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:c5cd603b575ebceca7da5a3a251e69561bec509e0b46e4993e1cac402b7247b8
"
},
{
file
=
"
wrapt-1.16.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:b47cfad9e9bbbed2339081f4e346c93ecd7ab504299403320bf85f7f85c7d46c
"
},
{
file
=
"
wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:f8212564d49c50eb4565e502814f694e240c55551a5f1bc841d4fcaabb0a9b8a
"
},
{
file
=
"
wrapt-1.16.0-cp39-cp39-musllinux_1_1_aarch64.whl
"
,
hash
=
"
sha256:5f15814a33e42b04e3de432e573aa557f9f0f56458745c2074952f564c50e664
"
},
{
file
=
"
wrapt-1.16.0-cp39-cp39-musllinux_1_1_i686.whl
"
,
hash
=
"
sha256:db2e408d983b0e61e238cf579c09ef7020560441906ca990fe8412153e3b291f
"
},
{
file
=
"
wrapt-1.16.0-cp39-cp39-musllinux_1_1_x86_64.whl
"
,
hash
=
"
sha256:edfad1d29c73f9b863ebe7082ae9321374ccb10879eeabc84ba3b69f2579d537
"
},
{
file
=
"
wrapt-1.16.0-cp39-cp39-win32.whl
"
,
hash
=
"
sha256:ed867c42c268f876097248e05b6117a65bcd1e63b779e916fe2e33cd6fd0d3c3
"
},
{
file
=
"
wrapt-1.16.0-cp39-cp39-win_amd64.whl
"
,
hash
=
"
sha256:eb1b046be06b0fce7249f1d025cd359b4b80fc1c3e24ad9eca33e0dcdb2e4a35
"
},
{
file
=
"
wrapt-1.16.0-py3-none-any.whl
"
,
hash
=
"
sha256:6906c4100a8fcbf2fa735f6059214bb13b97f75b1a61777fcf6432121ef12ef1
"
},
{
file
=
"
wrapt-1.16.0.tar.gz
"
,
hash
=
"
sha256:5f370f952971e7d17c7d1ead40e49f32345a7f7a5373571ef44d800d06b1899d
"
},
]
[[
package
]]
name
=
"
zipp
"
version
=
"
3.17.0
"
description
=
"
Backport of pathlib-compatible object wrapper for zip files
"
optional
=
false
python-versions
=
"
>=3.8
"
files
= [
{
file
=
"
zipp-3.17.0-py3-none-any.whl
"
,
hash
=
"
sha256:0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31
"
},
{
file
=
"
zipp-3.17.0.tar.gz
"
,
hash
=
"
sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0
"
},
]
[
package
.
extras
]
docs
= [
"
furo
"
,
"
jaraco.packaging (>=9.3)
"
,
"
jaraco.tidelift (>=1.4)
"
,
"
rst.linker (>=1.9)
"
,
"
sphinx (<7.2.5)
"
,
"
sphinx (>=3.5)
"
,
"
sphinx-lint
"
]
testing
= [
"
big-O
"
,
"
jaraco.functools
"
,
"
jaraco.itertools
"
,
"
more-itertools
"
,
"
pytest (>=6)
"
,
"
pytest-black (>=0.3.7)
"
,
"
pytest-checkdocs (>=2.4)
"
,
"
pytest-cov
"
,
"
pytest-enabler (>=2.2)
"
,
"
pytest-ignore-flaky
"
,
"
pytest-mypy (>=0.9.1)
"
,
"
pytest-ruff
"
]
[
metadata
]
lock-version
=
"
2.0
"
python-versions
=
"
^3.10
"
content-hash
=
"
9774f554f3560f3cfc48b46a195305ffe460c77ef7c61fe264325cc834a2c549
"
Back
|
FazBrowse Home
|
New Git URL