fotolab 0.16.12__tar.gz → 0.16.13__tar.gz
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.
- {fotolab-0.16.12 → fotolab-0.16.13}/.pre-commit-config.yaml +1 -1
- {fotolab-0.16.12 → fotolab-0.16.13}/CHANGELOG.md +5 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/PKG-INFO +1 -1
- {fotolab-0.16.12 → fotolab-0.16.13}/Pipfile.lock +184 -170
- {fotolab-0.16.12 → fotolab-0.16.13}/fotolab/__init__.py +1 -1
- {fotolab-0.16.12 → fotolab-0.16.13}/fotolab/env.py +6 -4
- {fotolab-0.16.12 → fotolab-0.16.13}/.coveragerc +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/.gitignore +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/.python-version +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/CONTRIBUTING.md +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/LICENSE.md +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/Pipfile +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/README.md +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/docs/Makefile +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/docs/make.bat +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/docs/source/CHANGELOG.md +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/docs/source/CONTRIBUTING.md +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/docs/source/LICENSE.md +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/docs/source/README.md +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/docs/source/_static/logo.jpg +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/docs/source/conf.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/docs/source/index.rst +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/fotolab/__main__.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/fotolab/animate.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/fotolab/auto.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/fotolab/border.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/fotolab/cli.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/fotolab/contrast.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/fotolab/info.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/fotolab/montage.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/fotolab/resize.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/fotolab/rotate.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/fotolab/sharpen.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/fotolab/watermark.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/noxfile.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/pyproject.toml +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/tests/__init__.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/tests/conftest.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/tests/test_env.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/tests/test_help_flag.py +0 -0
- {fotolab-0.16.12 → fotolab-0.16.13}/tests/test_quiet_flag.py +0 -0
@@ -7,6 +7,11 @@ and this project adheres to [0-based versioning](https://0ver.org/).
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## v0.16.13 (2024-08-11)
|
11
|
+
|
12
|
+
- Bump deps and `pre-commit` hooks
|
13
|
+
- Refactor `env` subcommand output
|
14
|
+
|
10
15
|
## v0.16.12 (2024-08-04)
|
11
16
|
|
12
17
|
- Bump deps and `pre-commit` hooks
|
@@ -107,19 +107,19 @@
|
|
107
107
|
"develop": {
|
108
108
|
"alabaster": {
|
109
109
|
"hashes": [
|
110
|
-
"sha256:
|
111
|
-
"sha256:
|
110
|
+
"sha256:c00dca57bca26fa62a6d7d0a9fcce65f3e026e9bfe33e9c538fd3fbb2144fd9e",
|
111
|
+
"sha256:fc6786402dc3fcb2de3cabd5fe455a2db534b371124f1f21de8731783dec828b"
|
112
112
|
],
|
113
|
-
"markers": "python_version >= '3.
|
114
|
-
"version": "==0.
|
113
|
+
"markers": "python_version >= '3.10'",
|
114
|
+
"version": "==1.0.0"
|
115
115
|
},
|
116
116
|
"argcomplete": {
|
117
117
|
"hashes": [
|
118
|
-
"sha256:
|
119
|
-
"sha256:
|
118
|
+
"sha256:4349400469dccfb7950bb60334a680c58d88699bff6159df61251878dc6bf74b",
|
119
|
+
"sha256:d4bcf3ff544f51e16e54228a7ac7f486ed70ebf2ecfe49a63a91171c76bf029b"
|
120
120
|
],
|
121
121
|
"markers": "python_version >= '3.8'",
|
122
|
-
"version": "==3.
|
122
|
+
"version": "==3.5.0"
|
123
123
|
},
|
124
124
|
"astor": {
|
125
125
|
"hashes": [
|
@@ -131,11 +131,11 @@
|
|
131
131
|
},
|
132
132
|
"babel": {
|
133
133
|
"hashes": [
|
134
|
-
"sha256:
|
135
|
-
"sha256:
|
134
|
+
"sha256:368b5b98b37c06b7daf6696391c3240c938b37767d4584413e8438c5c435fa8b",
|
135
|
+
"sha256:d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316"
|
136
136
|
],
|
137
137
|
"markers": "python_version >= '3.8'",
|
138
|
-
"version": "==2.
|
138
|
+
"version": "==2.16.0"
|
139
139
|
},
|
140
140
|
"certifi": {
|
141
141
|
"hashes": [
|
@@ -262,61 +262,81 @@
|
|
262
262
|
"toml"
|
263
263
|
],
|
264
264
|
"hashes": [
|
265
|
-
"sha256:
|
266
|
-
"sha256:
|
267
|
-
"sha256:
|
268
|
-
"sha256:
|
269
|
-
"sha256:
|
270
|
-
"sha256:
|
271
|
-
"sha256:
|
272
|
-
"sha256:
|
273
|
-
"sha256:
|
274
|
-
"sha256:
|
275
|
-
"sha256:
|
276
|
-
"sha256:
|
277
|
-
"sha256:
|
278
|
-
"sha256:
|
279
|
-
"sha256:
|
280
|
-
"sha256:
|
281
|
-
"sha256:
|
282
|
-
"sha256:
|
283
|
-
"sha256:
|
284
|
-
"sha256:
|
285
|
-
"sha256:
|
286
|
-
"sha256:
|
287
|
-
"sha256:
|
288
|
-
"sha256:
|
289
|
-
"sha256:
|
290
|
-
"sha256:
|
291
|
-
"sha256:
|
292
|
-
"sha256:
|
293
|
-
"sha256:
|
294
|
-
"sha256:
|
295
|
-
"sha256:
|
296
|
-
"sha256:
|
297
|
-
"sha256:
|
298
|
-
"sha256:
|
299
|
-
"sha256:
|
300
|
-
"sha256:
|
301
|
-
"sha256:
|
302
|
-
"sha256:
|
303
|
-
"sha256:
|
304
|
-
"sha256:
|
305
|
-
"sha256:
|
306
|
-
"sha256:
|
307
|
-
"sha256:
|
308
|
-
"sha256:
|
309
|
-
"sha256:
|
310
|
-
"sha256:
|
311
|
-
"sha256:
|
312
|
-
"sha256:
|
313
|
-
"sha256:
|
314
|
-
"sha256:
|
315
|
-
"sha256:
|
316
|
-
"sha256:
|
265
|
+
"sha256:06a737c882bd26d0d6ee7269b20b12f14a8704807a01056c80bb881a4b2ce6ca",
|
266
|
+
"sha256:07e2ca0ad381b91350c0ed49d52699b625aab2b44b65e1b4e02fa9df0e92ad2d",
|
267
|
+
"sha256:0c0420b573964c760df9e9e86d1a9a622d0d27f417e1a949a8a66dd7bcee7bc6",
|
268
|
+
"sha256:0dbde0f4aa9a16fa4d754356a8f2e36296ff4d83994b2c9d8398aa32f222f989",
|
269
|
+
"sha256:1125ca0e5fd475cbbba3bb67ae20bd2c23a98fac4e32412883f9bcbaa81c314c",
|
270
|
+
"sha256:13b0a73a0896988f053e4fbb7de6d93388e6dd292b0d87ee51d106f2c11b465b",
|
271
|
+
"sha256:166811d20dfea725e2e4baa71fffd6c968a958577848d2131f39b60043400223",
|
272
|
+
"sha256:170d444ab405852903b7d04ea9ae9b98f98ab6d7e63e1115e82620807519797f",
|
273
|
+
"sha256:1f4aa8219db826ce6be7099d559f8ec311549bfc4046f7f9fe9b5cea5c581c56",
|
274
|
+
"sha256:225667980479a17db1048cb2bf8bfb39b8e5be8f164b8f6628b64f78a72cf9d3",
|
275
|
+
"sha256:260933720fdcd75340e7dbe9060655aff3af1f0c5d20f46b57f262ab6c86a5e8",
|
276
|
+
"sha256:2bdb062ea438f22d99cba0d7829c2ef0af1d768d1e4a4f528087224c90b132cb",
|
277
|
+
"sha256:2c09f4ce52cb99dd7505cd0fc8e0e37c77b87f46bc9c1eb03fe3bc9991085388",
|
278
|
+
"sha256:3115a95daa9bdba70aea750db7b96b37259a81a709223c8448fa97727d546fe0",
|
279
|
+
"sha256:3e0cadcf6733c09154b461f1ca72d5416635e5e4ec4e536192180d34ec160f8a",
|
280
|
+
"sha256:3f1156e3e8f2872197af3840d8ad307a9dd18e615dc64d9ee41696f287c57ad8",
|
281
|
+
"sha256:4421712dbfc5562150f7554f13dde997a2e932a6b5f352edcce948a815efee6f",
|
282
|
+
"sha256:44df346d5215a8c0e360307d46ffaabe0f5d3502c8a1cefd700b34baf31d411a",
|
283
|
+
"sha256:502753043567491d3ff6d08629270127e0c31d4184c4c8d98f92c26f65019962",
|
284
|
+
"sha256:547f45fa1a93154bd82050a7f3cddbc1a7a4dd2a9bf5cb7d06f4ae29fe94eaf8",
|
285
|
+
"sha256:5621a9175cf9d0b0c84c2ef2b12e9f5f5071357c4d2ea6ca1cf01814f45d2391",
|
286
|
+
"sha256:609b06f178fe8e9f89ef676532760ec0b4deea15e9969bf754b37f7c40326dbc",
|
287
|
+
"sha256:645786266c8f18a931b65bfcefdbf6952dd0dea98feee39bd188607a9d307ed2",
|
288
|
+
"sha256:6878ef48d4227aace338d88c48738a4258213cd7b74fd9a3d4d7582bb1d8a155",
|
289
|
+
"sha256:6a89ecca80709d4076b95f89f308544ec8f7b4727e8a547913a35f16717856cb",
|
290
|
+
"sha256:6db04803b6c7291985a761004e9060b2bca08da6d04f26a7f2294b8623a0c1a0",
|
291
|
+
"sha256:6e2cd258d7d927d09493c8df1ce9174ad01b381d4729a9d8d4e38670ca24774c",
|
292
|
+
"sha256:6e81d7a3e58882450ec4186ca59a3f20a5d4440f25b1cff6f0902ad890e6748a",
|
293
|
+
"sha256:702855feff378050ae4f741045e19a32d57d19f3e0676d589df0575008ea5004",
|
294
|
+
"sha256:78b260de9790fd81e69401c2dc8b17da47c8038176a79092a89cb2b7d945d060",
|
295
|
+
"sha256:7bb65125fcbef8d989fa1dd0e8a060999497629ca5b0efbca209588a73356232",
|
296
|
+
"sha256:7dea0889685db8550f839fa202744652e87c60015029ce3f60e006f8c4462c93",
|
297
|
+
"sha256:8284cf8c0dd272a247bc154eb6c95548722dce90d098c17a883ed36e67cdb129",
|
298
|
+
"sha256:877abb17e6339d96bf08e7a622d05095e72b71f8afd8a9fefc82cf30ed944163",
|
299
|
+
"sha256:8929543a7192c13d177b770008bc4e8119f2e1f881d563fc6b6305d2d0ebe9de",
|
300
|
+
"sha256:8ae539519c4c040c5ffd0632784e21b2f03fc1340752af711f33e5be83a9d6c6",
|
301
|
+
"sha256:8f59d57baca39b32db42b83b2a7ba6f47ad9c394ec2076b084c3f029b7afca23",
|
302
|
+
"sha256:9054a0754de38d9dbd01a46621636689124d666bad1936d76c0341f7d71bf569",
|
303
|
+
"sha256:953510dfb7b12ab69d20135a0662397f077c59b1e6379a768e97c59d852ee51d",
|
304
|
+
"sha256:95cae0efeb032af8458fc27d191f85d1717b1d4e49f7cb226cf526ff28179778",
|
305
|
+
"sha256:9bc572be474cafb617672c43fe989d6e48d3c83af02ce8de73fff1c6bb3c198d",
|
306
|
+
"sha256:9c56863d44bd1c4fe2abb8a4d6f5371d197f1ac0ebdee542f07f35895fc07f36",
|
307
|
+
"sha256:9e0b2df163b8ed01d515807af24f63de04bebcecbd6c3bfeff88385789fdf75a",
|
308
|
+
"sha256:a09ece4a69cf399510c8ab25e0950d9cf2b42f7b3cb0374f95d2e2ff594478a6",
|
309
|
+
"sha256:a1ac0ae2b8bd743b88ed0502544847c3053d7171a3cff9228af618a068ed9c34",
|
310
|
+
"sha256:a318d68e92e80af8b00fa99609796fdbcdfef3629c77c6283566c6f02c6d6704",
|
311
|
+
"sha256:a4acd025ecc06185ba2b801f2de85546e0b8ac787cf9d3b06e7e2a69f925b106",
|
312
|
+
"sha256:a6d3adcf24b624a7b778533480e32434a39ad8fa30c315208f6d3e5542aeb6e9",
|
313
|
+
"sha256:a78d169acd38300060b28d600344a803628c3fd585c912cacc9ea8790fe96862",
|
314
|
+
"sha256:a95324a9de9650a729239daea117df21f4b9868ce32e63f8b650ebe6cef5595b",
|
315
|
+
"sha256:abd5fd0db5f4dc9289408aaf34908072f805ff7792632250dcb36dc591d24255",
|
316
|
+
"sha256:b06079abebbc0e89e6163b8e8f0e16270124c154dc6e4a47b413dd538859af16",
|
317
|
+
"sha256:b43c03669dc4618ec25270b06ecd3ee4fa94c7f9b3c14bae6571ca00ef98b0d3",
|
318
|
+
"sha256:b48f312cca9621272ae49008c7f613337c53fadca647d6384cc129d2996d1133",
|
319
|
+
"sha256:b5d7b556859dd85f3a541db6a4e0167b86e7273e1cdc973e5b175166bb634fdb",
|
320
|
+
"sha256:b9f222de8cded79c49bf184bdbc06630d4c58eec9459b939b4a690c82ed05657",
|
321
|
+
"sha256:c3c02d12f837d9683e5ab2f3d9844dc57655b92c74e286c262e0fc54213c216d",
|
322
|
+
"sha256:c44fee9975f04b33331cb8eb272827111efc8930cfd582e0320613263ca849ca",
|
323
|
+
"sha256:cf4b19715bccd7ee27b6b120e7e9dd56037b9c0681dcc1adc9ba9db3d417fa36",
|
324
|
+
"sha256:d0c212c49b6c10e6951362f7c6df3329f04c2b1c28499563d4035d964ab8e08c",
|
325
|
+
"sha256:d3296782ca4eab572a1a4eca686d8bfb00226300dcefdf43faa25b5242ab8a3e",
|
326
|
+
"sha256:d85f5e9a5f8b73e2350097c3756ef7e785f55bd71205defa0bfdaf96c31616ff",
|
327
|
+
"sha256:da511e6ad4f7323ee5702e6633085fb76c2f893aaf8ce4c51a0ba4fc07580ea7",
|
328
|
+
"sha256:e05882b70b87a18d937ca6768ff33cc3f72847cbc4de4491c8e73880766718e5",
|
329
|
+
"sha256:e61c0abb4c85b095a784ef23fdd4aede7a2628478e7baba7c5e3deba61070a02",
|
330
|
+
"sha256:e6a08c0be454c3b3beb105c0596ebdc2371fab6bb90c0c0297f4e58fd7e1012c",
|
331
|
+
"sha256:e9a6e0eb86070e8ccaedfbd9d38fec54864f3125ab95419970575b42af7541df",
|
332
|
+
"sha256:ed37bd3c3b063412f7620464a9ac1314d33100329f39799255fb8d3027da50d3",
|
333
|
+
"sha256:f1adfc8ac319e1a348af294106bc6a8458a0f1633cc62a1446aebc30c5fa186a",
|
334
|
+
"sha256:f5796e664fe802da4f57a168c85359a8fbf3eab5e55cd4e4569fbacecc903959",
|
335
|
+
"sha256:fc5a77d0c516700ebad189b587de289a20a78324bc54baee03dd486f0855d234",
|
336
|
+
"sha256:fd21f6ae3f08b41004dfb433fa895d858f3f5979e7762d052b12aef444e29afc"
|
317
337
|
],
|
318
338
|
"markers": "python_version >= '3.8'",
|
319
|
-
"version": "==7.6.
|
339
|
+
"version": "==7.6.1"
|
320
340
|
},
|
321
341
|
"distlib": {
|
322
342
|
"hashes": [
|
@@ -327,11 +347,11 @@
|
|
327
347
|
},
|
328
348
|
"docutils": {
|
329
349
|
"hashes": [
|
330
|
-
"sha256:
|
331
|
-
"sha256:
|
350
|
+
"sha256:3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f",
|
351
|
+
"sha256:dafca5b9e384f0e419294eb4d2ff9fa826435bf15f15b7bd45723e8ad76811b2"
|
332
352
|
],
|
333
|
-
"markers": "python_version >= '3.
|
334
|
-
"version": "==0.
|
353
|
+
"markers": "python_version >= '3.9'",
|
354
|
+
"version": "==0.21.2"
|
335
355
|
},
|
336
356
|
"exceptiongroup": {
|
337
357
|
"hashes": [
|
@@ -360,11 +380,11 @@
|
|
360
380
|
},
|
361
381
|
"flake8": {
|
362
382
|
"hashes": [
|
363
|
-
"sha256:
|
364
|
-
"sha256:
|
383
|
+
"sha256:049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38",
|
384
|
+
"sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213"
|
365
385
|
],
|
366
386
|
"markers": "python_full_version >= '3.8.1'",
|
367
|
-
"version": "==7.1.
|
387
|
+
"version": "==7.1.1"
|
368
388
|
},
|
369
389
|
"flake8-docstrings": {
|
370
390
|
"hashes": [
|
@@ -563,12 +583,12 @@
|
|
563
583
|
},
|
564
584
|
"myst-parser": {
|
565
585
|
"hashes": [
|
566
|
-
"sha256:
|
567
|
-
"sha256:
|
586
|
+
"sha256:851c9dfb44e36e56d15d05e72f02b80da21a9e0d07cba96baf5e2d476bb91531",
|
587
|
+
"sha256:b9317997552424448c6096c2558872fdb6f81d3ecb3a40ce84a7518798f3f28d"
|
568
588
|
],
|
569
589
|
"index": "pypi",
|
570
|
-
"markers": "python_version >= '3.
|
571
|
-
"version": "==
|
590
|
+
"markers": "python_version >= '3.10'",
|
591
|
+
"version": "==4.0.0"
|
572
592
|
},
|
573
593
|
"nodeenv": {
|
574
594
|
"hashes": [
|
@@ -700,20 +720,20 @@
|
|
700
720
|
},
|
701
721
|
"pre-commit": {
|
702
722
|
"hashes": [
|
703
|
-
"sha256:
|
704
|
-
"sha256:
|
723
|
+
"sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af",
|
724
|
+
"sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"
|
705
725
|
],
|
706
726
|
"index": "pypi",
|
707
|
-
"markers": "python_version >= '3.
|
708
|
-
"version": "==3.
|
727
|
+
"markers": "python_version >= '3.9'",
|
728
|
+
"version": "==3.8.0"
|
709
729
|
},
|
710
730
|
"pycodestyle": {
|
711
731
|
"hashes": [
|
712
|
-
"sha256:
|
713
|
-
"sha256:
|
732
|
+
"sha256:46f0fb92069a7c28ab7bb558f05bfc0110dac69a0cd23c61ea0040283a9d78b3",
|
733
|
+
"sha256:6838eae08bbce4f6accd5d5572075c63626a15ee3e6f842df996bf62f6d73521"
|
714
734
|
],
|
715
735
|
"markers": "python_version >= '3.8'",
|
716
|
-
"version": "==2.12.
|
736
|
+
"version": "==2.12.1"
|
717
737
|
},
|
718
738
|
"pydocstyle": {
|
719
739
|
"hashes": [
|
@@ -775,70 +795,64 @@
|
|
775
795
|
"markers": "python_version >= '3.8'",
|
776
796
|
"version": "==3.6.1"
|
777
797
|
},
|
778
|
-
"pytz": {
|
779
|
-
"hashes": [
|
780
|
-
"sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812",
|
781
|
-
"sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"
|
782
|
-
],
|
783
|
-
"markers": "python_version < '3.9'",
|
784
|
-
"version": "==2024.1"
|
785
|
-
},
|
786
798
|
"pyyaml": {
|
787
799
|
"hashes": [
|
788
|
-
"sha256:
|
789
|
-
"sha256:
|
790
|
-
"sha256:
|
791
|
-
"sha256:
|
792
|
-
"sha256:
|
793
|
-
"sha256:
|
794
|
-
"sha256:
|
795
|
-
"sha256:
|
796
|
-
"sha256:
|
797
|
-
"sha256:
|
798
|
-
"sha256:
|
799
|
-
"sha256:
|
800
|
-
"sha256:
|
801
|
-
"sha256:
|
802
|
-
"sha256:
|
803
|
-
"sha256:
|
804
|
-
"sha256:
|
805
|
-
"sha256:
|
806
|
-
"sha256:
|
807
|
-
"sha256:
|
808
|
-
"sha256:
|
809
|
-
"sha256:
|
810
|
-
"sha256:
|
811
|
-
"sha256:
|
812
|
-
"sha256:
|
813
|
-
"sha256:
|
814
|
-
"sha256:
|
815
|
-
"sha256:
|
816
|
-
"sha256:
|
817
|
-
"sha256:
|
818
|
-
"sha256:
|
819
|
-
"sha256:
|
820
|
-
"sha256:
|
821
|
-
"sha256:
|
822
|
-
"sha256:
|
823
|
-
"sha256:
|
824
|
-
"sha256:
|
825
|
-
"sha256:
|
826
|
-
"sha256:
|
827
|
-
"sha256:
|
828
|
-
"sha256:
|
829
|
-
"sha256:
|
830
|
-
"sha256:
|
831
|
-
"sha256:
|
832
|
-
"sha256:
|
833
|
-
"sha256:
|
834
|
-
"sha256:
|
835
|
-
"sha256:
|
836
|
-
"sha256:
|
837
|
-
"sha256:
|
838
|
-
"sha256:
|
800
|
+
"sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff",
|
801
|
+
"sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48",
|
802
|
+
"sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086",
|
803
|
+
"sha256:0b69e4ce7a131fe56b7e4d770c67429700908fc0752af059838b1cfb41960e4e",
|
804
|
+
"sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133",
|
805
|
+
"sha256:11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5",
|
806
|
+
"sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484",
|
807
|
+
"sha256:1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee",
|
808
|
+
"sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5",
|
809
|
+
"sha256:23502f431948090f597378482b4812b0caae32c22213aecf3b55325e049a6c68",
|
810
|
+
"sha256:24471b829b3bf607e04e88d79542a9d48bb037c2267d7927a874e6c205ca7e9a",
|
811
|
+
"sha256:29717114e51c84ddfba879543fb232a6ed60086602313ca38cce623c1d62cfbf",
|
812
|
+
"sha256:2e99c6826ffa974fe6e27cdb5ed0021786b03fc98e5ee3c5bfe1fd5015f42b99",
|
813
|
+
"sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8",
|
814
|
+
"sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85",
|
815
|
+
"sha256:3b1fdb9dc17f5a7677423d508ab4f243a726dea51fa5e70992e59a7411c89d19",
|
816
|
+
"sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc",
|
817
|
+
"sha256:43fa96a3ca0d6b1812e01ced1044a003533c47f6ee8aca31724f78e93ccc089a",
|
818
|
+
"sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1",
|
819
|
+
"sha256:5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317",
|
820
|
+
"sha256:5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c",
|
821
|
+
"sha256:6395c297d42274772abc367baaa79683958044e5d3835486c16da75d2a694631",
|
822
|
+
"sha256:688ba32a1cffef67fd2e9398a2efebaea461578b0923624778664cc1c914db5d",
|
823
|
+
"sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652",
|
824
|
+
"sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5",
|
825
|
+
"sha256:797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e",
|
826
|
+
"sha256:7c36280e6fb8385e520936c3cb3b8042851904eba0e58d277dca80a5cfed590b",
|
827
|
+
"sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8",
|
828
|
+
"sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476",
|
829
|
+
"sha256:82d09873e40955485746739bcb8b4586983670466c23382c19cffecbf1fd8706",
|
830
|
+
"sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563",
|
831
|
+
"sha256:8824b5a04a04a047e72eea5cec3bc266db09e35de6bdfe34c9436ac5ee27d237",
|
832
|
+
"sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b",
|
833
|
+
"sha256:9056c1ecd25795207ad294bcf39f2db3d845767be0ea6e6a34d856f006006083",
|
834
|
+
"sha256:936d68689298c36b53b29f23c6dbb74de12b4ac12ca6cfe0e047bedceea56180",
|
835
|
+
"sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425",
|
836
|
+
"sha256:a4d3091415f010369ae4ed1fc6b79def9416358877534caf6a0fdd2146c87a3e",
|
837
|
+
"sha256:a8786accb172bd8afb8be14490a16625cbc387036876ab6ba70912730faf8e1f",
|
838
|
+
"sha256:a9f8c2e67970f13b16084e04f134610fd1d374bf477b17ec1599185cf611d725",
|
839
|
+
"sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183",
|
840
|
+
"sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab",
|
841
|
+
"sha256:cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774",
|
842
|
+
"sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725",
|
843
|
+
"sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e",
|
844
|
+
"sha256:d7fded462629cfa4b685c5416b949ebad6cec74af5e2d42905d41e257e0869f5",
|
845
|
+
"sha256:d84a1718ee396f54f3a086ea0a66d8e552b2ab2017ef8b420e92edbc841c352d",
|
846
|
+
"sha256:d8e03406cac8513435335dbab54c0d385e4a49e4945d2909a581c83647ca0290",
|
847
|
+
"sha256:e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44",
|
848
|
+
"sha256:ec031d5d2feb36d1d1a24380e4db6d43695f3748343d99434e6f5f9156aaa2ed",
|
849
|
+
"sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4",
|
850
|
+
"sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba",
|
851
|
+
"sha256:f753120cb8181e736c57ef7636e83f31b9c0d1722c516f7e86cf15b7aa57ff12",
|
852
|
+
"sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4"
|
839
853
|
],
|
840
|
-
"markers": "python_version >= '3.
|
841
|
-
"version": "==6.0.
|
854
|
+
"markers": "python_version >= '3.8'",
|
855
|
+
"version": "==6.0.2"
|
842
856
|
},
|
843
857
|
"requests": {
|
844
858
|
"hashes": [
|
@@ -864,21 +878,21 @@
|
|
864
878
|
},
|
865
879
|
"sphinx": {
|
866
880
|
"hashes": [
|
867
|
-
"sha256:
|
868
|
-
"sha256:
|
881
|
+
"sha256:0cce1ddcc4fd3532cf1dd283bc7d886758362c5c1de6598696579ce96d8ffa5b",
|
882
|
+
"sha256:56173572ae6c1b9a38911786e206a110c9749116745873feae4f9ce88e59391d"
|
869
883
|
],
|
870
884
|
"index": "pypi",
|
871
|
-
"markers": "python_version >= '3.
|
872
|
-
"version": "==
|
885
|
+
"markers": "python_version >= '3.10'",
|
886
|
+
"version": "==8.0.2"
|
873
887
|
},
|
874
888
|
"sphinx-autodoc-typehints": {
|
875
889
|
"hashes": [
|
876
|
-
"sha256:
|
877
|
-
"sha256:
|
890
|
+
"sha256:b7058e8c5831e5598afca1a78fda0695d3291388d954464a6e480c36198680c0",
|
891
|
+
"sha256:fde3d888949bd0a91207cf1e54afda58121dbb4bf1f183d0cc78a0826654c974"
|
878
892
|
],
|
879
893
|
"index": "pypi",
|
880
|
-
"markers": "python_version >= '3.
|
881
|
-
"version": "==2.
|
894
|
+
"markers": "python_version >= '3.9'",
|
895
|
+
"version": "==2.2.3"
|
882
896
|
},
|
883
897
|
"sphinx-copybutton": {
|
884
898
|
"hashes": [
|
@@ -891,27 +905,27 @@
|
|
891
905
|
},
|
892
906
|
"sphinxcontrib-applehelp": {
|
893
907
|
"hashes": [
|
894
|
-
"sha256:
|
895
|
-
"sha256:
|
908
|
+
"sha256:2f29ef331735ce958efa4734873f084941970894c6090408b079c61b2e1c06d1",
|
909
|
+
"sha256:4cd3f0ec4ac5dd9c17ec65e9ab272c9b867ea77425228e68ecf08d6b28ddbdb5"
|
896
910
|
],
|
897
|
-
"markers": "python_version >= '3.
|
898
|
-
"version": "==
|
911
|
+
"markers": "python_version >= '3.9'",
|
912
|
+
"version": "==2.0.0"
|
899
913
|
},
|
900
914
|
"sphinxcontrib-devhelp": {
|
901
915
|
"hashes": [
|
902
|
-
"sha256:
|
903
|
-
"sha256:
|
916
|
+
"sha256:411f5d96d445d1d73bb5d52133377b4248ec79db5c793ce7dbe59e074b4dd1ad",
|
917
|
+
"sha256:aefb8b83854e4b0998877524d1029fd3e6879210422ee3780459e28a1f03a8a2"
|
904
918
|
],
|
905
|
-
"markers": "python_version >= '3.
|
906
|
-
"version": "==
|
919
|
+
"markers": "python_version >= '3.9'",
|
920
|
+
"version": "==2.0.0"
|
907
921
|
},
|
908
922
|
"sphinxcontrib-htmlhelp": {
|
909
923
|
"hashes": [
|
910
|
-
"sha256:
|
911
|
-
"sha256:
|
924
|
+
"sha256:166759820b47002d22914d64a075ce08f4c46818e17cfc9470a9786b759b19f8",
|
925
|
+
"sha256:c9e2916ace8aad64cc13a0d233ee22317f2b9025b9cf3295249fa985cc7082e9"
|
912
926
|
],
|
913
|
-
"markers": "python_version >= '3.
|
914
|
-
"version": "==2.0
|
927
|
+
"markers": "python_version >= '3.9'",
|
928
|
+
"version": "==2.1.0"
|
915
929
|
},
|
916
930
|
"sphinxcontrib-jsmath": {
|
917
931
|
"hashes": [
|
@@ -923,19 +937,19 @@
|
|
923
937
|
},
|
924
938
|
"sphinxcontrib-qthelp": {
|
925
939
|
"hashes": [
|
926
|
-
"sha256:
|
927
|
-
"sha256:
|
940
|
+
"sha256:4fe7d0ac8fc171045be623aba3e2a8f613f8682731f9153bb2e40ece16b9bbab",
|
941
|
+
"sha256:b18a828cdba941ccd6ee8445dbe72ffa3ef8cbe7505d8cd1fa0d42d3f2d5f3eb"
|
928
942
|
],
|
929
|
-
"markers": "python_version >= '3.
|
930
|
-
"version": "==
|
943
|
+
"markers": "python_version >= '3.9'",
|
944
|
+
"version": "==2.0.0"
|
931
945
|
},
|
932
946
|
"sphinxcontrib-serializinghtml": {
|
933
947
|
"hashes": [
|
934
|
-
"sha256:
|
935
|
-
"sha256:
|
948
|
+
"sha256:6e2cb0eef194e10c27ec0023bfeb25badbbb5868244cf5bc5bdc04e4464bf331",
|
949
|
+
"sha256:e9d912827f872c029017a53f0ef2180b327c3f7fd23c87229f7a8e8b70031d4d"
|
936
950
|
],
|
937
|
-
"markers": "python_version >= '3.
|
938
|
-
"version": "==
|
951
|
+
"markers": "python_version >= '3.9'",
|
952
|
+
"version": "==2.0.0"
|
939
953
|
},
|
940
954
|
"tomli": {
|
941
955
|
"hashes": [
|
@@ -46,7 +46,9 @@ def run(args: argparse.Namespace) -> None:
|
|
46
46
|
log.debug(args)
|
47
47
|
|
48
48
|
sys_version = sys.version.replace("\n", "")
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
49
|
+
print(
|
50
|
+
f"fotolab: {__version__}",
|
51
|
+
f"python: {sys_version}",
|
52
|
+
f"platform: {platform.platform()}",
|
53
|
+
sep="\n",
|
54
|
+
)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|