--- id: stups-cli-support version: "1.1.22" license: Apache License 2.0 license_treatment: permissive maintenance: abandoned --- # stups-cli-support — STUPS CLI support library License: permissive · Maintenance: abandoned · Downloads: 117.1K/mo ## 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 above — 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 pip install stups-cli-support uv add stups-cli-support poetry add stups-cli-support ## Installing 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: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 117.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags cli helper library, command line tool support, stups cli utilities, yaml configuration cli, shared cli framework, abandoned, stups-ecosystem [View on SkillFed](https://skillfed.io/packages/stups-cli-support) · [View on PyPI](https://pypi.org/project/stups-cli-support/)