Registry / devops / gh-templates-linux-x64-musl

gh-templates-linux-x64-musl

JSON →
library0.1.39pypypi✓ verified 81d ago

A CLI tool that wraps GitHub templates into executable scripts. Version 0.1.39, requires Python >=3.7. Note: The package name is platform-specific (linux-x64-musl); it is designed for static linking on musl-based systems.

pip install gh-templates-linux-x64-musl
INSTALL
IMPORT
SIG · GH-TEMPLATES-LINUX
G
gh-templates-linux-x64-musl
devopspythonv0.1.39
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

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

main
from gh_templates_bin import main
from gh_templates_linux_x64_musl import GhTemplatesCli

Initialize with GitHub token and list templates.

from gh_templates_linux_x64_musl import GhTemplatesCli cli = GhTemplatesCli(token="<your-github-token>") result = cli.run("list")
gh-templates --version
Debug
Known issues
gotchaPackage name includes platform and architecture (linux-x64-musl). If you are on a different OS or arch (e.g., macOS, Windows, ARM), this package will not install. Use the generic 'gh-templates' package instead if available, or install via a different wheel.
fix
Check if a more general package exists on PyPI (e.g., gh-templates). If not, use Docker or a compatible environment.
affects: all
deprecatedThe method `run()` is deprecated in favor of `execute()` since version 0.1.30. Old code using `cli.run()` will work but emits a deprecation warning.
fix
Replace `cli.run('list')` with `cli.execute('list')`.
affects: >=0.1.30, <0.1.40
Upgrade
Version history
0.1.39latest on PyPI · released Aug 5, 2025
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
gh-templates-linux-x64-musl — pip install gh-templates-linux-x64-musl · libregistry