Registry / devops / stups-cli-support

stups-cli-support

JSON →
library1.1.22pypypiunverified

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.

pip install stups-cli-support
INSTALL
IMPORT
SIG · STUPS-CLI-SUPPORT
S
stups-cli-support
devopspythonv1.1.22
Install
2.6s avg
Import
—
Disk
26MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.9–3.13
musl
3.9–3.13
Install & Compatibility
Where this runs
tested against v1.1.22 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 26.6MB
glibc
py 3.10–3.95 runs
installs and imports cleanly · install 2.6s · import 0.000s · 28MB
26MB installed
● package 26MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CliSupport
✓ from stups_cli import CliSupport
✗ from stups_cli_support import CliSupport

Minimal usage example to verify import and basic functionality.

from stups_cli_support import CliSupport support = CliSupport() print(support.get_version())
Debug
Known issues
deprecatedZign configuration is removed in 1.1.17. Do not rely on zign-related methods.
fix
Use token-based authentication directly instead of zign.
affects: >=1.1.17
breakingRemoved OAuth username prompt in 1.1.17. The library no longer asks for OAuth username during configuration.
fix
Provide OAuth credentials via environment variables or configuration file.
affects: >=1.1.17
gotchaConfiguration file may be set to readonly to prevent corruption; some write operations may fail silently.
fix
Check file permissions if configuration changes are not persisted.
affects: >=1.0.9
Upgrade
Version history
1.1.22latest on PyPI · released May 3, 2021
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
stups-cli-support — pip install stups-cli-support · libregistry