Metadata-Version: 2.1
Name: daddy-ai
Version: 0.20.0
Summary: A package for deploying and managing commands.
Home-page: https://linkedin.com/in/rajeshroy402
Author: Rajesh Roy
Author-email: rajeshroy402@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# daddy-ai

daddy-ai is a Python package for deploying and managing Python commands. The package allows users to schedule commands to run within specific time slots and ensures that the commands restart automatically if they exit or the system reboots.

## Installation

You can install the package using pip:

```sh
pip install daddy-ai

