v0.1.0-alpha
Pre-release
Pre-release
boot-python v0.1.0-alpha
This is the initial alpha release of the boot-python plugin, a prompt provider for the boot-code generation engine.
✨ Features
- gRPC Server: Implements the standard gRPC server for communication with
boot-code. - Python-Specific Prompts: Includes a comprehensive set of prompts tailored for generating high-quality Python code, with a focus on:
- FastAPI web services
- Data analysis with Polars and Pandas
- Project structure using Poetry and a
srclayout
- Best Practices: The prompts are designed to enforce modern Python best practices, including full type-hinting, PEP 8 compliance, and robust error handling.
⚠️ Known Issues & Limitations
- This is an early alpha release and may contain bugs or generate imperfect code.