Metadata-Version: 1.1
Name: loam
Version: 0.1.2
Summary: Light configuration manager
Home-page: https://github.com/amorison/loam
Author: Adrien Morison
Author-email: adrien.morison@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: .. image:: https://readthedocs.org/projects/loam/badge/?version=latest
           :target: http://loam.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://travis-ci.org/amorison/loam.svg?branch=master
           :target: https://travis-ci.org/amorison/loam
           :alt: Travis CI
        
        .. image:: https://badge.fury.io/py/loam.svg
           :target: https://badge.fury.io/py/loam
           :alt: PyPI version
        
        loam
        ====
        
        The main goal of loam is to offer a light and simple interface to manage the
        configuration of your own Python application. It avoids you the burden of
        writing the code to build the command line argument parser and/or a
        configuration file parser in a self-consistent way.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
