MCPcopy Create free account
hub / github.com/StackStorm/st2 / python_classifiers

Function python_classifiers

pants-plugins/release/rules.py:94–100  ·  view source on GitHub ↗
(*versions: str)

Source from the content-addressed store, hash-verified

92
93
94def python_classifiers(*versions: str) -> list[str]:
95 classifiers = [
96 "Programming Language :: Python",
97 ]
98 for version in versions:
99 classifiers.append(f"Programming Language :: Python :: {version}")
100 return classifiers
101
102
103class StackStormSetupKwargsRequest(SetupKwargsRequest):

Callers 1

setup_kwargs_pluginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected