Metadata-Version: 2.4
Name: utilyx
Version: 1.0.0
Summary: A lightweight Python utility module for config loading, writing, and safe exits.
Home-page: https://github.com/alonefox1st-cmd/utilyx
Author: alonefox
Author-email: alonefox_1st@hotmail.com
License: MIT
Keywords: utility,config,json,ini,tools
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Utilyx

A lightweight Python utility module providing simple helpers for configuration loading, configuration writing, safe exiting, and standardized printing. Designed to be minimal, readable, and easy to drop into any project.

---

## Features

- Unified `Print` wrapper for consistent output  
- Graceful exit helpers (`quit` and `Exit`)  
- Config loader supporting JSON and INI  
- Config writer supporting JSON and INI  
- Clean error messages instead of raw exceptions  

---

## Installation

```bash
pip install utilyx
