Registry / aws / sprinkles-config

sprinkles-config

JSON →
library0.1.4pypypi✓ verified 84d ago

Generate config files from AWS Secrets Manager. Current version 0.1.4. Low release cadence.

pip install sprinkles-config
INSTALL
IMPORT
SIG · SPRINKLES-CONFIG
S
sprinkles-config
awspythonv0.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.

Sprinkles
✓ import sprinkles
✗ from sprinkles import Sprinkles

Basic usage to generate config file. Assumes AWS credentials are configured via environment or IAM.

from sprinkles import Sprinkles sprinkles = Sprinkles() # Fetch secret and write config file sprinkles.generate(config_path='config.yaml')
sprinkles-config --version
Debug
Known issues
gotchaThe library requires AWS credentials configured (environment variables or IAM role). It will fail silently if not present.
fix
Set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, or run on EC2 with IAM role.
affects: all
deprecatedPython 3.6 support is deprecated; library requires >=Python 3.6 but not tested on newer Python versions.
fix
Use Python 3.7+ but expect potential issues.
affects: 0.1.4
Upgrade
Version history
0.1.4latest on PyPI · released Aug 3, 2020
Audit
Dependencies
boto3optionalAWS SDK for Secrets Manager
Agent activity
29 hits · last 30 days
node
20
Anthropic
1
Resources
sprinkles-config — pip install sprinkles-config · libregistry