Metadata-Version: 2.3
Name: xypyutil
Version: 1.0.8
Summary: Building blocks for sysadmin and DevOps
License: MIT
Keywords: utility,logging,systems
Author: Xi Ye
Author-email: zcyh147@gmail.com
Maintainer: Xi Ye
Maintainer-email: zcyh147@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Documentation, https://github.com/zcyh147/xypyutil/README.md
Project-URL: Homepage, https://github.com/zcyh147/xypyutil/
Project-URL: Repository, https://github.com/zcyh147/xypyutil/
Project-URL: issues, https://github.com/zcyh147/xypyutil//issues
Description-Content-Type: text/markdown

# xypyutil
## Overview
- Inspired by [kkpyutil](https://github.com/kakyoism/kkpyutil) , combined with my own needs, I decided to fork a version and develop it incrementally on my own

## Premises
- Provide one-liner APIs to simplify generic cross-platform sys-admin tasks
- Act as a thin wrapper over Python stdlibs, system builtin programs, and well-known 3rd-party standalone programs
- Avoid dependency on third-party packages

## INSTALL
```shell
pip3 install xypyutil
```

