py_engine_desktop 1.1.0
py_engine_desktop: ^1.1.0 copied to clipboard
Flutter plugin for embedded Python runtime on desktop. Execute Python scripts, interactive REPL, pip package management. Cross-platform Windows/macOS/Linux support with isolated Python environment.
1.1.0 #
- π Virtual Environment Support: Create and manage isolated Python environments
- π JSON Requirements Management: Advanced package specification with metadata
- π Dual Mode Operation: Seamless switching between base Python and virtual environments
- π Enhanced UI/UX: Environment indicators and improved testing workflows
- β VirtualEnvironment Class: Complete venv metadata and path management
- β RequirementsManager: JSON format parsing with version constraints and extras
- β PythonVenv Management: Create, activate, deactivate, and delete virtual environments
- β Extended API: Comprehensive virtual environment management methods
- β Environment Detection: Automatic detection of active environment type
- π§ Bug Fixes: Fixed requirements parsing issues and path conflicts
- π Enhanced Documentation: Updated examples and API reference
1.0.0 #
- Initial release of py_engine_desktop Flutter plugin
- β Embedded Python Runtime: Automatic Python distribution management
- β Multi-platform Support: Windows x64, macOS x64 & Linux x64 fully tested
- β Script Execution: Run Python scripts with real-time stdout/stderr capture
- β Interactive REPL: Python REPL with command input and output streaming
- β Package Management: pip install/uninstall functionality
- β One-time Setup: Automatic Python runtime extraction and caching
- β Comprehensive Example: Complete demo app showcasing all features
- ποΈ Production Ready: Fully tested on Windows, macOS & Linux