unrealon 2.0.30__py3-none-any.whl → 2.0.32__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.32
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=MquGi-0RiWxPUIppdiCqejrLkQCgOsm74UbM3WHY2CQ,6282
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.32.dist-info/LICENSE,sha256=eEH8mWZW49YMpl4Sh5MtKqkZ8aVTzKQXiNPEnvL14ns,1070
137
+ unrealon-2.0.32.dist-info/METADATA,sha256=PmGeoss_5G-RK5QEc2KQPnUDOkSyE-73mhA9ooILsNM,15718
138
+ unrealon-2.0.32.dist-info/WHEEL,sha256=pL8R0wFFS65tNSRnaOVrsw9EOkOqxLrlUPenUYnJKNo,91
139
+ unrealon-2.0.32.dist-info/entry_points.txt,sha256=tBJgozewpyuXznEYIsLwfE1s16VRjy3Wizhuyh26zb4,153
140
+ unrealon-2.0.32.dist-info/top_level.txt,sha256=qN6Q72fe4_i8mTOhYcO3fhGa3g4dmBgvZOsqmK4j8D8,66
141
+ unrealon-2.0.32.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:
@@ -56,47 +45,51 @@ if "%choice%"=="8" goto exit_script
56
45
  goto main_menu
57
46
 
58
47
  :run_parser
59
- cls
60
- echo.
61
- echo {{ parser_name }} Parser - Run Mode
62
- echo {{ "=" * (parser_name|length + 25) }}
63
48
  echo.
49
+ echo PARSER EXECUTION
50
+ echo ================
51
+
52
+ REM Check if system is ready
53
+ if not exist "venv" (
54
+ echo ERROR: System not set up! Please run setup first.
55
+ set /p setup_choice="Run setup now? (Y/N): "
56
+ if /i "%setup_choice%"=="Y" goto setup_system
57
+ goto main_menu
58
+ )
59
+
60
+ REM Activate environment
61
+ call venv\Scripts\activate.bat
62
+ if errorlevel 1 (
63
+ echo ERROR: Failed to activate virtual environment
64
+ pause
65
+ goto main_menu
66
+ )
64
67
 
68
+ echo.
65
69
  echo Choose run mode:
66
- echo [1] QUICK RUN (default parameters)
67
- echo [2] TEST RUN (minimal test)
68
- {% if has_persistent %}echo [3] PERSISTENT mode (continuous){% endif %}
69
- echo [4] CUSTOM mode (specify arguments)
70
+ echo [1] DEFAULT RUN (parser default settings)
71
+ echo [2] QUICK TEST (minimal test run)
72
+ echo [3] CUSTOM MODE (specify your arguments)
70
73
  echo.
71
- set /p mode="Enter mode (1-{% if has_persistent %}4{% else %}3{% endif %}): "
74
+ set /p mode="Enter mode (1-3): "
72
75
 
73
76
  if "%mode%"=="1" (
74
77
  echo Starting default run...
75
- python main.py
78
+ call venv\Scripts\activate.bat && python main.py
76
79
  )
77
80
  if "%mode%"=="2" (
78
- echo Starting test run...
79
- python main.py 1 1
80
- )
81
- {% if has_persistent %}
82
- if "%mode%"=="3" (
83
- echo Starting persistent mode...
84
- python main.py --persistent
85
- )
86
- if "%mode%"=="4" (
87
- set /p args="Enter arguments (e.g. 5 2): "
88
- python main.py %args%
81
+ echo Starting quick test...
82
+ call venv\Scripts\activate.bat && python main.py --test
89
83
  )
90
- {% else %}
91
84
  if "%mode%"=="3" (
92
- set /p args="Enter arguments (e.g. 5 2): "
93
- python main.py %args%
85
+ set /p args="Enter arguments: "
86
+ echo Starting with custom arguments: %args%
87
+ call venv\Scripts\activate.bat && python main.py %args%
94
88
  )
95
- {% endif %}
96
89
 
97
90
  echo.
98
- echo Press any key to return to main menu...
99
- pause >nul
91
+ echo Parser execution completed
92
+ pause
100
93
  goto main_menu
101
94
 
102
95
  :setup_system