mdify-cli 3.3.0__py3-none-any.whl → 3.3.1__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.
- mdify/__init__.py +1 -1
- mdify/cli.py +2 -2
- {mdify_cli-3.3.0.dist-info → mdify_cli-3.3.1.dist-info}/METADATA +1 -1
- {mdify_cli-3.3.0.dist-info → mdify_cli-3.3.1.dist-info}/RECORD +8 -8
- {mdify_cli-3.3.0.dist-info → mdify_cli-3.3.1.dist-info}/WHEEL +0 -0
- {mdify_cli-3.3.0.dist-info → mdify_cli-3.3.1.dist-info}/entry_points.txt +0 -0
- {mdify_cli-3.3.0.dist-info → mdify_cli-3.3.1.dist-info}/licenses/LICENSE +0 -0
- {mdify_cli-3.3.0.dist-info → mdify_cli-3.3.1.dist-info}/top_level.txt +0 -0
mdify/__init__.py
CHANGED
mdify/cli.py
CHANGED
|
@@ -1426,9 +1426,9 @@ def main_async_remote(args) -> int:
|
|
|
1426
1426
|
# Validate content exists and is not empty/too short
|
|
1427
1427
|
if not markdown_content or len(markdown_content.strip()) < 50:
|
|
1428
1428
|
print(f" {color_err.error('✗ Failed:')} Empty or invalid conversion result", file=sys.stderr)
|
|
1429
|
-
if args.
|
|
1429
|
+
if args.timeout and args.timeout < 300:
|
|
1430
1430
|
print(
|
|
1431
|
-
f" {color_err.info('ℹ Tip:')} Timeout is only {args.
|
|
1431
|
+
f" {color_err.info('ℹ Tip:')} Timeout is only {args.timeout}s. Consider increasing with --timeout (default: 3600s for remote)",
|
|
1432
1432
|
file=sys.stderr,
|
|
1433
1433
|
)
|
|
1434
1434
|
failed += 1
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
assets/mdify.png,sha256=qUj7WXWqNwpI2KNXOW79XJwqFqa-UI0JEkmt1mmy4Rg,1820418
|
|
2
|
-
mdify/__init__.py,sha256=
|
|
2
|
+
mdify/__init__.py,sha256=hx3fv3rmXtALwc92WoJHApn6Ex7Mf-VI4oZepLiKec0,90
|
|
3
3
|
mdify/__main__.py,sha256=bhpJ00co6MfaVOdH4XLoW04NtLYDa_oJK7ODzfLrn9M,143
|
|
4
|
-
mdify/cli.py,sha256=
|
|
4
|
+
mdify/cli.py,sha256=r8pwdTHVgBNayGPQHgIrqEAisHlz80PBwXV14HXzXwI,87521
|
|
5
5
|
mdify/container.py,sha256=BjL5ZR__n1i_WHifXKllTPoqO7IuOUdPDo5esuNg0Iw,8213
|
|
6
6
|
mdify/docling_client.py,sha256=zrA-KGW3sSup-qxLHPixZWyDVi3tXJck1-MV6NoyQXA,8677
|
|
7
7
|
mdify/formatting.py,sha256=It7yCVQbD5e2G1FqE4ebx783BkBiRWeFdjKrWPs4nEA,3964
|
|
@@ -10,9 +10,9 @@ mdify/ssh/client.py,sha256=nO7gAQ6eWxIXFIOplW2F2ya0-1ZEFlLmz3ovi1TEFTg,14997
|
|
|
10
10
|
mdify/ssh/models.py,sha256=IGAf5EfpZuBS2lIGzxmIsl8f44bXg4a8wk4BW9JWKEQ,17275
|
|
11
11
|
mdify/ssh/remote_container.py,sha256=o4npccm627EPNqlq3vCydRvDvwcsJmxkZ8o-vJXy2aU,10235
|
|
12
12
|
mdify/ssh/transfer.py,sha256=Zcr-V8Bjmm37tvd9RxlS-Rwk0SPD1-OGlEPlHQWmtSE,10979
|
|
13
|
-
mdify_cli-3.3.
|
|
14
|
-
mdify_cli-3.3.
|
|
15
|
-
mdify_cli-3.3.
|
|
16
|
-
mdify_cli-3.3.
|
|
17
|
-
mdify_cli-3.3.
|
|
18
|
-
mdify_cli-3.3.
|
|
13
|
+
mdify_cli-3.3.1.dist-info/licenses/LICENSE,sha256=NWM66Uv-XuSMKaU-gaPmvfyk4WgE6zcIPr78wyg6GAo,1065
|
|
14
|
+
mdify_cli-3.3.1.dist-info/METADATA,sha256=z5KRhYvDY0gJVPswMPX2JHLZ-lSAftc0GpxBp464Zs8,14766
|
|
15
|
+
mdify_cli-3.3.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
16
|
+
mdify_cli-3.3.1.dist-info/entry_points.txt,sha256=0Xki8f5lADQUtwdt6Eq_FEaieI6Byhk8UE7BuDhChMg,41
|
|
17
|
+
mdify_cli-3.3.1.dist-info/top_level.txt,sha256=qltzf7h8owHq7dxCdfCkSHY8gT21hn1_E8P-VWS_OKM,6
|
|
18
|
+
mdify_cli-3.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|