Metadata-Version: 2.1
Name: loam
Version: 0.5.1
Summary: Light configuration manager
Home-page: https://github.com/amorison/loam
Author: Adrien Morison
Author-email: adrien.morison@gmail.com
Maintainer: Adrien Morison
Maintainer-email: adrien.morison@gmail.com
License: MIT
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
License-File: LICENSE

.. image:: https://readthedocs.org/projects/loam/badge/?version=latest
   :target: http://loam.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. 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.


