Metadata-Version: 2.4
Name: uvxtrigger
Version: 0.1.0
Summary: A library that can execution command
Author-email: Your Name <your@email.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# uvxtrigger

A Python library that can execution command  gracefully

## Usage

You can run this library directly using uvx without installing it:
# Run default command
uvx uvxtrigger --default

# Run custom command
uvx uvxtrigger echo "Hello from uvx!"
uvx uvxtrigger ls -l
## Features

- Includes a default command that shows system information
- Handles command output and errors gracefully
