unrealon 2.0.29__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.29
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
@@ -125,17 +125,17 @@ unrealon_driver/managers/threading.py,sha256=djw5cSC99dfBKmep3IJ_8IgxQceMXtNvCp5
125
125
  unrealon_driver/managers/update.py,sha256=-hohVxGXpj5bZ6ZTQN6NH1RK9Pd6GVzCMtu3GS2SdcQ,3582
126
126
  unrealon_driver/utils/__init__.py,sha256=2Sz3eats5q4O2fDmefDuJt8M_zkN6xrS-9xXntWZWFc,168
127
127
  unrealon_driver/utils/time.py,sha256=Oxk1eicKeZl8ZWbf7gu1Ll716k6CpXmVj67FHSnPIsA,184
128
- unrealon_installer/__init__.py,sha256=JxA2hKat5E6R6nt-batuAc-2Cr0nO2M0XW0vOFU_xy0,333
128
+ unrealon_installer/__init__.py,sha256=C07m5dnhmUTOj8DmMNvG7soD55WZvnXdV2YRAvd6ehI,456
129
129
  unrealon_installer/browser_fixes.py,sha256=f67T41e4vfOpDAu1hiDEZ5-BLJ663Bl7oWiHD83rR6E,8081
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.29.dist-info/LICENSE,sha256=eEH8mWZW49YMpl4Sh5MtKqkZ8aVTzKQXiNPEnvL14ns,1070
137
- unrealon-2.0.29.dist-info/METADATA,sha256=frshs3rDpoQvs41L5AZELcLgBt42k_4SFd_fDWJNhck,15718
138
- unrealon-2.0.29.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
139
- unrealon-2.0.29.dist-info/entry_points.txt,sha256=tBJgozewpyuXznEYIsLwfE1s16VRjy3Wizhuyh26zb4,153
140
- unrealon-2.0.29.dist-info/top_level.txt,sha256=qN6Q72fe4_i8mTOhYcO3fhGa3g4dmBgvZOsqmK4j8D8,66
141
- unrealon-2.0.29.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,,
@@ -6,6 +6,7 @@ One function installs everything. Simple and reliable.
6
6
 
7
7
  from .core import install_parser
8
8
  from .browser_fixes import fix_browsers, diagnose_browsers, get_browser_status
9
+ from .platform import apply_platform_fixes, cleanup_asyncio_resources
9
10
 
10
11
  __version__ = "2.0.0"
11
- __all__ = ["install_parser", "fix_browsers", "diagnose_browsers", "get_browser_status"]
12
+ __all__ = ["install_parser", "fix_browsers", "diagnose_browsers", "get_browser_status", "apply_platform_fixes", "cleanup_asyncio_resources"]
@@ -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: