*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
... [More], 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
.. image:: https://drone.io/bitbucket.org/dundeemt/yamjam/status.png
:target: https://drone.io/bitbucket.org/dundeemt/yamjam/latest
:alt: Build Status [Less]
configglue is a library that glues together python's optparse.OptionParser and ConfigParser.ConfigParser, so that you don't have to repeat yourself when you want to export the same options to a configuration file and a commandline interface.
It is a library for parsing standard configuration files which supports extensions over the standard syntax. It also has a very extensive reference substitution system.
MiniINI is a free/open source, minimalistic, fast and simple to use C++ library for parsing INI (aka CFG) files. It has no dependencies other than the standard library and should compile on any platform with a standard compliant C++ compiler with C99 support.
The goal of MiniINI is not to support
... [More] a myriad of extensions to the common INI format, but to be easy to use and to read (and, in future, write) INI files as quickly as possible. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy