stups-cli-support
STUPS CLI support library
What it is and what it does
stups-cli-support is a helper library built for the STUPS command-line toolset, originally developed by Zalando. It provides shared utilities for CLI tools, including configuration management via YAML, DNS resolution through dnspython, HTTP requests via requests, and command-line argument parsing through clickclick. The library is designed to reduce duplication across multiple STUPS command-line tools by centralizing common functionality.
The package has been in production-stable status since its first release in 2015-09-08, but is now abandoned—the last commit was 2021-05-03 and there has been no maintenance activity since. It remains available and functional for existing STUPS deployments, but carries the risk of incompatibility with newer Python versions and unpatched dependencies. New projects should not adopt it; existing users should evaluate migration paths.
Use it for:
- Extending or maintaining existing STUPS command-line tools that already depend on this library.
- Building additional CLI tools within an active STUPS deployment that need consistent configuration and argument handling.
- Migrating legacy STUPS tooling while preserving compatibility with existing scripts and configurations.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides shared command-line interface utilities and configuration helpers for STUPS tools, handling CLI argument parsing, YAML configuration, and network operations.
No, unless you are actively maintaining existing STUPS tooling. The package is abandoned (last release 2021-05-03, no commits since), has not been tested against Python versions beyond 3.9, and carries unmitigated risk of dependency conflicts or security issues. For new CLI projects, use modern alternatives. For existing STUPS users, plan a migration away from this library.
Install
stups-cli-support on PyPI
pip
pip install stups-cli-supportuv
uv add stups-cli-supportpoetry
poetry add stups-cli-supportInstalling stups-cli-support
Before you install
Low install friction with four straightforward runtime dependencies. However, the package is abandoned—last release was 2021-05-03 with no active maintenance since then. Use only if maintaining existing STUPS tooling and cannot migrate.
License in practice
Licensed under Apache License 2.0 (permissive), which imposes minimal restrictions on use, modification, and distribution in both open and proprietary contexts.
Quickstart
pip install stups-cli-support
from stups_cli_support import configure
configure()
Package is no longer maintained as of 2021-05-03 and may have unpatched compatibility issues with Python versions beyond those tested.
Verify before relying
- Whether the package works reliably with Python versions beyond 3.9 (classifiers list only up to 3.9; no active testing since 2021-05-03).
- Whether all four runtime dependencies (clickclick, PyYAML, dnspython, requests) remain compatible with current versions.
- Whether the STUPS ecosystem this library supports is still in active use or has been superseded.
Package facts
| License | Apache License 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — clickclick, PyYAML, dnspython, requests |
| Maintenance | abandoned — 1,929 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 117,122/month — #12,179 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: stups_cli_support-1.1.22-py3-none-any.whl
Keywords: stups, zalando, cli
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
stups-tokensManages OAuth 2.0 access tokens in memory,…
permissive · top 15,000 on PyPI
stups-zignZign is a command-line utility for OAuth2 token…
permissive · top 15,000 on PyPI
mwcliProvides helper functions and classes for…
permissive · top 15,000 on PyPI
ansys-tools-commonProvides shared utilities and tools for the…
permissive · top 15,000 on PyPI
prophecy-libsProvides runtime support and helper utilities…
copyleft · top 15,000 on PyPI
clickclickProvides utility functions for Click, a…
permissive · top 5,000 on PyPI
consolekitConsolekit extends click with additional…
permissive · top 15,000 on PyPI
cli-helpersCLI Helpers provides utilities for common…
permissive · top 5,000 on PyPI
trame-commonProvides shared helper functions, decorators,…
permissive · top 5,000 on PyPI
wimpyWimpy provides a collection of commonly reused…
permissive · top 15,000 on PyPI