You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-18Lines changed: 29 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Build Python apps with a predictable workflow, a configurable pre-compile pipeli
19
19
-**BuildContext-driven builds**: engines receive a normalized project context, abstracting away the source of configuration (YAML vs. Lock files).
20
20
-**Multi-engine support**: switch between PyInstaller, Nuitka, and cx_Freeze seamlessly.
21
21
-**Extensible SDKs**: create new engines and BCASL plugins using simplified, consolidated APIs.
22
-
-**Zero-Config auto-mapping for 80+ libraries**: automatic import detection via requirements covers major AI, modern web, data science, and automation stacks, with engine-specific arguments applied without manual tuning.
22
+
-**Core auto-mapping for 80+ libraries**: automatic import detection from requirements and imports covers major AI, modern web, data science, and automation stacks, with engine-specific arguments applied through the engine mapping layer.
23
23
-**Simplified build inclusions**: `build.include` forces package bundling and ARK translates it automatically per engine.
24
24
-**Workspace-first UI**: filter files, manage exclusions, and follow progress and logs in one place.
25
25
-**Venv-aware execution**: engines can use the project virtual environment automatically.
@@ -54,45 +54,56 @@ The PyCompiler ARK CLI provides a structured set of commands for workspace manag
0 commit comments