unrealon 2.0.30__py3-none-any.whl → 2.0.31__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unrealon
3
- Version: 2.0.30
3
+ Version: 2.0.31
4
4
  Summary: Enterprise-grade web scraping platform with AI-powered automation and real-time orchestration capabilities
5
5
  Author-email: UnrealOn Team <team@unrealon.com>
6
6
  License: MIT
@@ -130,12 +130,12 @@ unrealon_installer/browser_fixes.py,sha256=f67T41e4vfOpDAu1hiDEZ5-BLJ663Bl7oWiHD
130
130
  unrealon_installer/core.py,sha256=VvAi7iNBFUrJFUkANQ0gv4tyYCaf-cgtUboXVnrjr50,3826
131
131
  unrealon_installer/platform.py,sha256=40XrpEN7lI1nALK06JF7wJ_fRhl0IQE70crW44KrC5Y,5595
132
132
  unrealon_installer/templates.py,sha256=PBGfKWlrhtd92h2c68RhtXgICATmHkGObRn6nT0e2Jg,1920
133
- unrealon_installer/batch_templates/quick_run.bat.j2,sha256=B5_vNI7qbds-uHA3rQGx77cle19wKRgerCDHafLaQwc,554
134
- unrealon_installer/batch_templates/start.bat.j2,sha256=_4M-iKJzcVuh7ORkJWcOE7Yd8X7gyCa5FMKwRhyRW2k,6529
133
+ unrealon_installer/batch_templates/quick_run.bat.j2,sha256=AQRh8qBbspeOr4rG1SWWar6FRXQVKyNTQ36sIvx0WlE,492
134
+ unrealon_installer/batch_templates/start.bat.j2,sha256=flApkVbdqQ6qg0vyHsIME9GDLGmdg3nEbA-k1X-ixUE,6138
135
135
  unrealon_installer/batch_templates/test.bat.j2,sha256=eq_Bj-zN6jUZWLwgzPtYDCr4YbgjseMSIfDPYT5ODFw,1348
136
- unrealon-2.0.30.dist-info/LICENSE,sha256=eEH8mWZW49YMpl4Sh5MtKqkZ8aVTzKQXiNPEnvL14ns,1070
137
- unrealon-2.0.30.dist-info/METADATA,sha256=cBav4tUsDNfGdkExbAr2q5Y6Gz0p02NZjGMxIGey5Xc,15718
138
- unrealon-2.0.30.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
139
- unrealon-2.0.30.dist-info/entry_points.txt,sha256=tBJgozewpyuXznEYIsLwfE1s16VRjy3Wizhuyh26zb4,153
140
- unrealon-2.0.30.dist-info/top_level.txt,sha256=qN6Q72fe4_i8mTOhYcO3fhGa3g4dmBgvZOsqmK4j8D8,66
141
- unrealon-2.0.30.dist-info/RECORD,,
136
+ unrealon-2.0.31.dist-info/LICENSE,sha256=eEH8mWZW49YMpl4Sh5MtKqkZ8aVTzKQXiNPEnvL14ns,1070
137
+ unrealon-2.0.31.dist-info/METADATA,sha256=Bx_-kHnogbJ8Kh1YEl4ARoEl7nfgFp7gevdZfUtupac,15718
138
+ unrealon-2.0.31.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
139
+ unrealon-2.0.31.dist-info/entry_points.txt,sha256=tBJgozewpyuXznEYIsLwfE1s16VRjy3Wizhuyh26zb4,153
140
+ unrealon-2.0.31.dist-info/top_level.txt,sha256=qN6Q72fe4_i8mTOhYcO3fhGa3g4dmBgvZOsqmK4j8D8,66
141
+ unrealon-2.0.31.dist-info/RECORD,,
@@ -14,8 +14,7 @@ set PYTHONIOENCODING=utf-8
14
14
  set PLAYWRIGHT_BROWSERS_PATH=0
15
15
  set PYTHONUNBUFFERED=1
16
16
 
17
- REM Apply platform fixes
18
- python -c "from unrealon_installer.platform import apply_platform_fixes; apply_platform_fixes()" 2>nul
17
+ REM Platform fixes are applied automatically by the parser itself
19
18
 
20
19
  echo Starting quick test: 5 requests, 2 concurrent...
21
20
  python main.py 5 2
@@ -18,18 +18,7 @@ set PLAYWRIGHT_BROWSERS_PATH=0
18
18
  set PYTHONUNBUFFERED=1
19
19
  set UNREALON_PARSER_NAME={{ parser_name }}
20
20
 
21
- REM Apply UnrealOn platform fixes - CRITICAL for Windows asyncio
22
- echo Applying Windows compatibility fixes...
23
- python -c "
24
- import sys
25
- print(f'Python {sys.version_info.major}.{sys.version_info.minor}.{sys.version_info.micro} on {sys.platform}')
26
- try:
27
- from unrealon_installer.platform import apply_platform_fixes
28
- fixes = apply_platform_fixes()
29
- print(f'Applied fixes: {fixes}')
30
- except Exception as e:
31
- print(f'Platform fixes failed: {e}')
32
- " 2>nul
21
+ REM Platform fixes are applied automatically by the parser itself
33
22
 
34
23
  :main_menu
35
24
  echo Main Menu: