Skip to content

v0.1.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@bordumb bordumb released this 06 Aug 22:57
· 6 commits to main since this 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 src layout
  • 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.