spiderforce4ai 1.4__py3-none-any.whl → 1.5__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -296,17 +296,25 @@ class SpiderForce4AI:
296
296
 
297
297
  results.append(result)
298
298
 
299
- # Save report if enabled
300
- if config.save_reports:
301
- self._save_report_sync(results, config)
302
- print(f"\nReport saved to: {config.report_file}")
303
-
304
- # Print summary
299
+ # Calculate statistics
305
300
  successful = len([r for r in results if r.status == "success"])
306
301
  failed = len([r for r in results if r.status == "failed"])
302
+
303
+ # Print summary
307
304
  print(f"\nParallel processing completed:")
308
305
  print(f"✓ Successful: {successful}")
309
306
  print(f"✗ Failed: {failed}")
307
+
308
+ # Save report if enabled
309
+ if config.save_reports and config.report_file:
310
+ self._retry_stats = {
311
+ "initial_failures": failed,
312
+ "failure_ratio": (failed / len(urls)) * 100,
313
+ "retry_successful": 0, # No retries in server parallel mode
314
+ "retry_failed": failed
315
+ }
316
+ self._save_report_sync(results, config)
317
+ console.print(f"📊 Report saved to: {config.report_file}")
310
318
 
311
319
  return results
312
320
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: spiderforce4ai
3
- Version: 1.4
3
+ Version: 1.5
4
4
  Summary: Python wrapper for SpiderForce4AI HTML-to-Markdown conversion service
5
5
  Home-page: https://petertam.pro
6
6
  Author: Piotr Tamulewicz
@@ -0,0 +1,5 @@
1
+ spiderforce4ai/__init__.py,sha256=lUCuNzYKjsYRLgP1ULSfAXnDSoLn91vYf71zOZFGmPg,30936
2
+ spiderforce4ai-1.5.dist-info/METADATA,sha256=uHgxa-sPwP805d0jM3-LrDOLayfKqxtpxqvZMsFnizo,7183
3
+ spiderforce4ai-1.5.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
4
+ spiderforce4ai-1.5.dist-info/top_level.txt,sha256=Kth7A21Js7DCp0j5XBBi-FE45SCLouZkeNZU__Yr9Yk,15
5
+ spiderforce4ai-1.5.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- spiderforce4ai/__init__.py,sha256=7EMEEfFY3WLq58-vnK1Yhcb1trF2ZXU-Ny3licz45Yk,30585
2
- spiderforce4ai-1.4.dist-info/METADATA,sha256=7GRBz_bTtXOQ2N-gHRPJFEWW8mmOB_1gwrJCf-el8LM,7183
3
- spiderforce4ai-1.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
4
- spiderforce4ai-1.4.dist-info/top_level.txt,sha256=Kth7A21Js7DCp0j5XBBi-FE45SCLouZkeNZU__Yr9Yk,15
5
- spiderforce4ai-1.4.dist-info/RECORD,,