Metadata-Version: 1.1
Name: ppconfig
Version: 0.0.2
Summary: Configuration helper
Home-page: https://github.com/peterpakos/ppconfig
Author: Peter Pakos
Author-email: peter.pakos@wandisco.com
License: GPLv3
Description: ppconfig
        ========
        
        Configuration helper
        
        PyPI package: `ppconfig <https://pypi.python.org/pypi/ppconfig>`__
        
        If you spot any problems or have any improvement ideas then feel free to
        open an issue and I will be glad to look into it for you.
        
        Installation
        ------------
        
        A recommended way of installing the tool is pip install.
        
        pip install
        ~~~~~~~~~~~
        
        The tool is available in PyPI and can be installed using pip:
        
        ::
        
           $ pip install --user ppconfig
        
        Usage
        -----
        
        ::
        
           from ppconfig import Config
        
           config = Config('file_name')
        
           var1 = config.get('var1')
           var2 = config.get('var2', section='section_name')
        
Keywords: python template
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
