Skip to content

RAFT Toolkit v0.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 06:57
· 8 commits to main since this release

RAFT Toolkit v0.3.0 - Combined Release

This is a combined release that includes both CLI and Web components of RAFT Toolkit.

What is Included

CLI Component

  • Tag: cli-v0.3.0
  • Docker Image: ghcr.io/makercorn/raft-toolkit:cli-v0.3.0
  • PyPI Package: pip install raft-toolkit==0.3.0

Web Component

  • Tag: web-v0.3.0
  • Docker Image: ghcr.io/makercorn/raft-toolkit:web-v0.3.0
  • PyPI Package: pip install raft-toolkit[web]==0.3.0

Installation Options

CLI Usage

# Install from PyPI
pip install raft-toolkit==0.3.0

# Run with Docker
docker run ghcr.io/makercorn/raft-toolkit:cli-v0.3.0 --help

Web Application

# Install with web dependencies
pip install raft-toolkit[web]==0.3.0

# Run web server
python -m raft_toolkit.web.app

# Run with Docker
docker run -p 8000:8000 ghcr.io/makercorn/raft-toolkit:web-v0.3.0

Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

Full Changelog: v0.2.15...v0.3.0