Skip to content
/ clapper Public

Configuration Support for Python Packages and CLIs

Notifications You must be signed in to change notification settings

idiap/clapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5e81c7a · Mar 10, 2025

History

45 Commits
Mar 10, 2025
Jul 18, 2024
Jul 18, 2024
Nov 5, 2024
Nov 5, 2024
Nov 5, 2024
Jul 18, 2024
Jul 5, 2024
Jul 18, 2024
Mar 10, 2025
Jul 18, 2024
Nov 5, 2024
Nov 5, 2024

Repository files navigation

latest-docs tests coverage repository

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.