{"id":24665,"library":"stups-cli-support","title":"STUPS CLI Support Library","description":"A support library for STUPS CLI tools, providing shared configuration, OAuth token handling, and utilities for Zalando's STUPS container platform. Version 1.1.22 is the latest; the project is in maintenance mode with infrequent updates.","status":"maintenance","version":"1.1.22","language":"python","source_language":"en","source_url":"https://github.com/zalando-stups/stups-cli-support","tags":["stups","zalando","cli","support"],"install":[{"cmd":"pip install stups-cli-support","lang":"bash","label":"PyPI"}],"dependencies":[],"imports":[{"note":"Correct import path for the main class.","wrong":"","symbol":"CliSupport","correct":"from stups_cli_support import CliSupport"},{"note":"configure is a function inside config module, not directly exposed at package level.","wrong":"from stups_cli_support import configure","symbol":"configure","correct":"from stups_cli_support.config import configure"}],"quickstart":{"code":"from stups_cli_support import CliSupport\nsupport = CliSupport()\nprint(support.get_version())","lang":"python","description":"Minimal usage example to verify import and basic functionality."},"warnings":[{"fix":"Use token-based authentication directly instead of zign.","message":"Zign configuration is removed in 1.1.17. Do not rely on zign-related methods.","severity":"deprecated","affected_versions":">=1.1.17"},{"fix":"Provide OAuth credentials via environment variables or configuration file.","message":"Removed OAuth username prompt in 1.1.17. The library no longer asks for OAuth username during configuration.","severity":"breaking","affected_versions":">=1.1.17"},{"fix":"Check file permissions if configuration changes are not persisted.","message":"Configuration file may be set to readonly to prevent corruption; some write operations may fail silently.","severity":"gotcha","affected_versions":">=1.0.9"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Install with 'pip install stups-cli-support' and ensure the environment is correct.","cause":"Missing package installation or wrong Python environment.","error":"ModuleNotFoundError: No module named 'stups_cli_support'"},{"fix":"Use 'from stups_cli_support import CliSupport' after verifying the package version.","cause":"Incorrect import path; CliSupport might not be directly exposed.","error":"ImportError: cannot import name 'CliSupport' from 'stups_cli_support'"},{"fix":"Check documentation for available methods or use 'support.version' instead.","cause":"Method may be renamed or removed in newer versions.","error":"AttributeError: 'CliSupport' object has no attribute 'get_version'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}