Metadata-Version: 1.1
Name: yamjam
Version: 0.1.5
Summary: A multi-project, shared, yaml based configuration system
Home-page: https://bitbucket.org/dundeemt/yamjam
Author: Jeff Hinrichs
Author-email: jeffh@dundeemt.com
License: BSD - LICENSE.txt
Description: ======
        YamJam
        ======
        *keeping private data out of source control and applying DRY principles for resource information since 2009*
        
        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 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
        
        
        ------------
        Installation
        ------------
        
        .. code:: console
        
          pip install yamjam
          mkdir ~/.yamjam
          touch ~/.yamjam/config.yaml
          chmod -R go-rwx ~/.yamjam
        
        
        -----------
        What Next?
        -----------
        
        * **License**: BSD
        
        * **Documentation**: `View <http://yamjam.readthedocs.org/en/latest/>`_
        
        * **Project**: `View <https://bitbucket.org/dundeemt/yamjam>`_
        
        * **Contributing**: `Do <http://yamjam.readthedocs.org/en/latest/contributing.html>`_
        
        We work so well with Django, you'd think we should spell our name YamDjam
Keywords: config yaml django settings
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
