Skip to content

v0.1.1: Mondain

Choose a tag to compare

@bdmorin bdmorin released this 06 Aug 07:19
· 4 commits to main since this release

πŸ—‘οΈ Mondain Release

The first release of raxodus, named after the dark wizard whose defeat marked the beginning of the Age of Darkness in Ultima III.

Features

  • 🎫 List and view Rackspace support tickets
  • πŸ“Š Multiple output formats (JSON, table, CSV)
  • πŸš€ Fast and lightweight
  • πŸ” Secure credential handling via environment variables
  • πŸ’Ύ Response caching for better performance
  • 🐚 Shell completion support (bash, zsh, fish)

Installation

pip install raxodus
# or
uvx raxodus

Quick Start

export RACKSPACE_USERNAME="your-username"
export RACKSPACE_API_KEY="your-api-key"
export RACKSPACE_ACCOUNT="your-account"

raxodus tickets list

Avatar

Mondain