launchable
Launchable CLI
What it is and what it does
Launchable CLI is a command-line interface for the Launchable test optimization platform. It integrates into CI/CD pipelines to intelligently select which tests to run based on code changes and historical test data, aiming to reduce overall test execution time and feedback latency. The tool parses test results (via junitparser), communicates with the Launchable backend service over HTTP, and provides commands to configure and manage test runs.
The package bundles a Java component (exe_deploy.jar) alongside Python code, making it a hybrid tool that requires both Python 3.6+ and Java 8+ to operate. It uses standard CLI patterns via click and integrates with common testing workflows by reading and reporting JUnit XML test results. The tool is designed for teams running large test suites in continuous integration environments where test execution time is a bottleneck.
Use it for:
- Reduce CI/CD feedback time by running only tests likely affected by recent code changes.
- Integrate test optimization into existing Jenkins, GitHub Actions, or other CI platforms via CLI commands.
- Collect and analyze test execution data to identify slow or flaky tests over time.
- Manage test configurations and report results back to Launchable's analytics backend.
- Automate test selection in monorepo or multi-service environments with complex test dependencies.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Launchable CLI is a command-line tool that integrates with test infrastructure to optimize test selection and execution, reducing feedback time in CI/CD pipelines.
Yes, if you are running large test suites in CI/CD and want to reduce feedback time through intelligent test selection. The package is actively maintained, has low install friction, carries no known vulnerabilities, and uses a permissive license. The main requirement is that your environment supports both Python 3.6+ and Java 8+, and you have a Launchable account to connect to. If your test infrastructure is small or test execution is not a bottleneck, the overhead of integration may not justify the benefit.
Install
launchable on PyPI
pip
pip install launchableuv
uv add launchablepoetry
poetry add launchableInstalling launchable
Before you install
Low install friction with a pure-Python wheel distribution. The package is actively maintained with a recent release (59 days ago) and relies on common, stable dependencies like click, requests, and junitparser.
License in practice
Licensed under Apache Software License v2, a permissive open-source license that allows commercial use, modification, and distribution with minimal restrictions—suitable for most development and production environments.
Quickstart
pip install launchable~=1.0
python -m launchable --help
Requires Java 8 or later and Python 3.6 or later; the CLI depends on an embedded Java component (exe_deploy.jar) for core functionality.
Verify before relying
- Specific test framework integrations and supported CI/CD platforms beyond what the fact sheet indicates.
- Performance improvements or test reduction metrics claimed by the tool in real-world usage.
- API authentication and configuration requirements for connecting to Launchable's backend service.
Package facts
| License | Apache Software License v2 (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 10 — click, dataclasses, requests, urllib3, junitparser, setuptools, more_itertools, python-dateutil, tabulate, importlib-metadata |
| Maintenance | actively maintained — 59 days since the last release |
| First released | |
| Downloads | 199,123/month — #9,715 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: launchable-1.124.4-py3-none-any.whl
Tags
More Testing packages
Pluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
virtualenvvirtualenv creates isolated Python environments…
permissive · top 100 on PyPI
coverageCoverage.py measures which lines of Python code…
permissive · top 1,000 on PyPI
pytest-asynciopytest-asyncio is a pytest plugin that enables…
permissive · top 1,000 on PyPI
pytest-json-ctrfA pytest plugin that generates test reports in…
permissive · top 1,000 on PyPI
piperPypiper manages shell command execution within…
permissive · top 15,000 on PyPI
pip-upgraderAn interactive CLI tool that upgrades Python…
permissive · top 15,000 on PyPI
pipenvPipenv automates Python virtual environment…
permissive · top 1,000 on PyPI
molecule-pluginsProvides driver plugins for molecule that…
permissive · top 5,000 on PyPI
click-promptclick-prompt adds interactive prompts to Click…
permissive · top 15,000 on PyPI
release-tagAutomatically creates and optionally pushes…
permissive · top 15,000 on PyPI
azureml-pipelineBuilds, optimizes, and manages machine learning…
unclear · top 15,000 on PyPI
dbt-copilot-pythonProvides utility functions for running Django…
unclear · top 15,000 on PyPI
azure-cliAzure CLI is a command-line tool for managing…
permissive · top 5,000 on PyPI
mergify-cliMergify CLI is a command-line tool for managing…
permissive · top 15,000 on PyPI