superset-showtime
🎪 Apache Superset ephemeral environment management with circus tent emoji state tracking
What it is and what it does
Superset Showtime is a CLI tool that automates the lifecycle of ephemeral Apache Superset testing environments. It uses GitHub PR labels as a visual state machine—users add emoji-labeled trigger labels (like 🎪 ⚡ showtime-trigger-start) to request environment creation, and the tool responds by updating labels to show build progress, deployment status, and the environment's IP address. It integrates with GitHub Actions to detect commits, build Docker images, and deploy them to AWS with zero-downtime blue-green deployments.
The tool handles the full environment lifecycle: building Docker images, deploying to AWS, managing state transitions, and cleaning up resources when done. It supports freezing environments to test specific commits without auto-updating on new pushes, and automatically rolls out new environments when commits are pushed. The label-based state system makes environment status visible directly in the GitHub UI without requiring external dashboards.
Use it for:
- Superset maintainers testing PRs in isolated environments without manual AWS provisioning or cleanup.
- Developers validating configuration changes by triggering environment creation with modified superset_config.py.
- Testing specific commits by freezing an environment to prevent auto-updates while continuing development.
- Automating blue-green deployments in CI/CD pipelines with automatic traffic switching and old environment cleanup.
- Debugging environment state and deployment issues using CLI commands like showtime status and showtime list.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A CLI tool that manages ephemeral Apache Superset environments in GitHub Actions using emoji-labeled state tracking, automating Docker builds and AWS deployments with zero-downtime rolling updates.
Yes, if you are a Superset maintainer or contributor using GitHub Actions and AWS. The tool solves a specific, well-defined problem—automating ephemeral environment management with minimal operational overhead. Low install friction, no vulnerabilities, and active maintenance make it safe to adopt. Not relevant for users outside the Superset ecosystem or those not using GitHub Actions and AWS.
Install
superset-showtime on PyPI
pip
pip install superset-showtimeuv
uv add superset-showtimepoetry
poetry add superset-showtimeInstalling superset-showtime
Before you install
Low friction: pure Python wheel with no compiled dependencies. Actively maintained (latest release 2026-06-28, 47 days old). Supports Python 3.8–3.12. Depends on well-established libraries (boto3, pydantic, typer, rich) with no known vulnerabilities.
License in practice
Apache-2.0 permissive license: you can use, modify, and distribute this package freely in commercial and private projects with minimal restrictions.
Quickstart
pip install superset-showtime
export GITHUB_TOKEN=your_token
showtime sync PR_NUMBER # Sync to desired state
showtime list # List all active environments
Requires GITHUB_TOKEN environment variable set and AWS credentials configured (boto3 will look for them in standard locations). Intended for use in GitHub Actions or by developers with AWS access.
Verify before relying
- Whether the package works outside GitHub Actions contexts or requires GitHub-specific setup beyond the token.
- Cost implications of AWS resource creation and cleanup behavior under various failure scenarios.
- How the package handles concurrent requests or race conditions when multiple PRs trigger simultaneously.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 9 — boto3, botocore, gitpython, httpx, pydantic, python-dateutil, pyyaml, rich, typer |
| Maintenance | actively maintained — 47 days since the last release |
| First released | |
| Downloads | 92,247/month — #13,464 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: superset_showtime-0.7.1-py3-none-any.whl
Keywords: aws, circus, devops, environments, ephemeral, github, showtime, superset
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
ansible-coreAnsible Core is the engine for agentless IT…
copyleft · top 5,000 on PyPI
circusCircus runs and watches multiple processes and…
permissive · top 15,000 on PyPI
kantokuKantoku runs and watches multiple processes and…
permissive · top 15,000 on PyPI
apache-supersetApache Superset is a web-based business…
permissive · top 5,000 on PyPI
apache-superset-coreProvides base classes, decorators, and…
permissive · top 15,000 on PyPI
fastapi-cloud-cliA command-line tool for deploying and managing…
permissive · top 1,000 on PyPI
sagemaker-serveProvides model serving and deployment…
permissive · top 5,000 on PyPI
reflex-hosting-cliA command-line tool for managing Reflex…
permissive · top 15,000 on PyPI
trussTruss is a CLI tool for packaging ML models…
permissive · top 5,000 on PyPI
policyuniverseParses and analyzes AWS IAM and Resource…
permissive · top 15,000 on PyPI