Metadata-Version: 1.1
Name: aio.config
Version: 0.0.6
Summary: Aio configuration utilities
Home-page: http://github.com/phlax/aio.config
Author: Ryan Northey
Author-email: ryan@3ca.org.uk
License: GPL
Description: 
        aio.config
        ==========
        
        Configuration utilities for the aio_ asyncio framework
        
        .. _aio: https://github.com/phlax/aio
        
        
        Build status
        ------------
        
        .. image:: https://travis-ci.org/phlax/aio.config.svg?branch=master
        	       :target: https://travis-ci.org/phlax/aio.config
        
        
        Installation
        ------------
        
        Install with:
        
        .. code:: bash
        
        	  pip install aio.config
        
        
        Configuration finder
        --------------------
        
        The configuration finder will search the following directory paths in search of configuration files
        
        - aio.conf
        
        - etc/aio.conf
        
        - /etc/aio.conf
        
        
        Configuration parser
        --------------------
        
        The configuration parser uses *configparser.ExtendedInterpolation*
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
