Metadata-Version: 2.4
Name: loam
Version: 0.9.0
Summary: Light configuration manager
Author: Adrien Morison
Author-email: Adrien Morison <adrien.morison@gmail.com>
License-Expression: MIT
License-File: LICENSE
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: tomli>=2.3.0 ; python_full_version < '3.11'
Requires-Dist: tomli-w>=1.2.0
Maintainer: Adrien Morison
Maintainer-email: Adrien Morison <adrien.morison@gmail.com>
Requires-Python: >=3.10
Project-URL: homepage, https://github.com/amorison/loam
Description-Content-Type: text/markdown

[![PyPI - Version](https://img.shields.io/pypi/v/loam)](https://pypi.org/project/loam/)

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.
