Skip to main content

A multi-project, shared, yaml based configuration system. Works with Django

Project description

keeping private data out of source control and applying DRY principles for resource information since 2009

YamJam is a multi-project, shared, yaml based configuration system. It is also a mechanism to keep secret/private data from leaking out to source control systems (i.e. git, bitbucket, svn, et al) by factoring out sensitive data from your commits.

  • Factor out sensitive data from your Django settings.py file

  • Makes install by source control easy by allowing different configs on your dev, staging and production machines

  • Don’t Repeat Yourself (DRY) Resource configuration

Tested on Python 2.7, 3.2, 3.3, 3.4

Build Status

Installation

pip install yamjam
mkdir ~/.yamjam
touch ~/.yamjam/config.yaml
chmod -R go-rwx ~/.yamjam

What Next?

We work so well with Django, you’d think we should spell our name YamDjam

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yamjam-0.1.7.tar.gz (4.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page