Changelog

Warning

Note that the library is currently in beta. The API and CLI are not yet stable and may change. Once the library reaches v1.0, it will be considered stable. Please consider giving feedback to help stabilise the API.

Release 0.5.0 (2026-03-24)

  • Added hostedpi info subcommand to the CLI with subcommands for retrieving individual properties of a Raspberry Pi server: model, memory, cpu, disk, nic, status, boot-progress, ssh-port, ip-address, location, power, ssh-hostname, and url

  • Made the hostedpi table CLI command more customisable with individual column flags (--model, --memory, --cpu, --disk, --nic, --status, --boot-progress, --ssh-port, --ip-address, --location, --power)

Release 0.4.6 (2025-10-18)

Release 0.4.5 (2025-10-11)

  • Fixup release

Release 0.4.4 (2025-10-10)

Release 0.4.3 (2025-07-25)

Release 0.4.2 (2025-07-19)

Release 0.4.1 (2025-07-08)

  • New codebase making use of Pydantic models

  • New command line interface using Typer

  • Added test suite