Metadata-Version: 2.1
Name: CLCTool
Version: 3.4.6
Description-Content-Type: text/x-rst
License-File: LICENSE.md
Requires-Dist: PyYAML


CLCTool - Custom Linux Configuration Tool
=========================================

CLCTool is a flexible and modular command-line utility for customizing and configuring Linux systems. It allows users to define and execute tasks, install packages, enable services, configure firewalls, and more, all through a simple and scalable configuration file.

Features:
- Modular design with user-defined functions (UDFs) for advanced customization.
- Task dependencies and conditional execution for a tailored installation process.
- Interactive prompts for user input during the configuration.
- Support for a scalable module system, allowing users to create and include custom modules.

Installation:
    pip install clctool

Usage:
    clctool -m module1.spoink,module2.spoink -o module1,module2 -p your_profile -v 1.0
