# clidec **Repository Path**: mirrors_urso/clidec ## Basic Information - **Project Name**: clidec - **Description**: Build command line tools with sub-commands using decorators in python. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CLIdec Package clidec provides support for building command line tools with multiple sub-commands via decorators. CLIdec is based on argparse.