Metadata-Version: 2.1
Name: clapper
Version: 1.0.1
Summary: Configuration Support for Python Packages and CLIs
Author-email: Andre Anjos <andre.anjos@idiap.ch>
License: BSD 3-Clause License
Project-URL: documentation, https://clapper.readthedocs.io/en/v1.0.1/
Project-URL: homepage, https://pypi.org/project/clapper
Project-URL: repository, https://gitlab.idiap.ch/software/clapper
Project-URL: changelog, https://gitlab.idiap.ch/software/clapper/-/releases
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: qa
Provides-Extra: doc
Provides-Extra: test

<!--
SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>

SPDX-License-Identifier: BSD-3-Clause
-->

[![latest-docs](https://img.shields.io/badge/docs-v1.0.1-orange.svg)](https://clapper.readthedocs.io/en/v1.0.1/)
[![build](https://gitlab.idiap.ch/software/clapper/badges/v1.0.1/pipeline.svg)](https://gitlab.idiap.ch/software/clapper/commits/v1.0.1)
[![coverage](https://gitlab.idiap.ch/software/clapper/badges/v1.0.1/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/clapper/v1.0.1/coverage/index.html)
[![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/software/clapper)


# Configuration Support for Python Packages and CLIs

This package provides a way to define command-line-interface (CLI) applications
such that user options can be stored in Python-based configuration files and
read-out automatically.  It also provides a rather simple RC (global
configuration) file support that can be used by modules to read
application-wide default values.

For installation and usage instructions, check-out our documentation.
