Registry / devops / springboard

springboard

JSON →
library3.1.4pypypi✓ verified 80d ago

Springboard is a Python library for bootstrapping and managing project templates. Version 3.1.4 is current; release cadence is irregular.

pip install springboard
INSTALL
IMPORT
SIG · SPRINGBOARD
S
springboard
devopspythonv3.1.4
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.

Springboard
import springboard
from springboard import Springboard

Basic usage: create a Springboard instance and list templates.

from springboard import Springboard # Create a Springboard instance sb = Springboard() # List available templates templates = sb.list_templates() print(templates)
springboard --version
Debug
Known issues
gotchaSpringboard 3.x dropped Python 2 support. Ensure Python 3.6+ is used.
fix
Upgrade to Python 3.6 or later.
affects: >=3.0.0
deprecatedThe `create_project` method's `template` parameter has been renamed to `template_name` in v3.1.0.
fix
Use `template_name` instead of `template`.
affects: >=3.1.0
Upgrade
Version history
3.1.4latest on PyPI · released Nov 17, 2015
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Resources
springboard — pip install springboard · libregistry