Metadata-Version: 2.1
Name: pyaconf
Version: 0.1.0
Summary: Yet another config library that is built around python dict and supports json, yaml
Home-page: https://bitbucket.org/ikh/pyaconf
Author: ikh software, inc.
Author-email: ikh@ikhsoftware.com
License: UNKNOWN
Project-URL: Bug Reports, https://bitbucket.org/ikh/pyaconf/issues
Description: pyaconf - Yet another config library that is built around Python dict
        =====================================================================
        
        Pyaconf is built around Python dicst and supports json, yaml and maybe other dict
        compatible formats in the future. Supports layered configs (inheritance, overrides). 
        
        License
        -------
        
        OSI Approved 3 clause BSD License
        
        Prerequisites
        -------------
        
        * Python 3.7+
        
        Installation
        ------------
        
        If prerequisites are met, you can install `pyaconf` like any other Python package, using pip to download it from PyPI:
        
            $ pip install queuepool
        
        or using `setup.py` if you have downloaded the source package locally:
        
            $ python setup.py build
            $ sudo python setup.py install
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >= 3.7
Description-Content-Type: text/x-rst
