xypyutil


Namexypyutil JSON
Version 1.0.9 PyPI version JSON
download
home_pagehttps://github.com/zcyh147/xypyutil/
SummaryBuilding blocks for sysadmin and DevOps
upload_time2025-07-28 15:16:47
maintainerXi Ye
docs_urlNone
authorXi Ye
requires_python<4.0,>=3.9
licenseMIT
keywords utility logging systems
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zcyh147/xypyutil/",
    "name": "xypyutil",
    "maintainer": "Xi Ye",
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": "zcyh147@gmail.com",
    "keywords": "utility, logging, systems",
    "author": "Xi Ye",
    "author_email": "zcyh147@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/36/ac/3d7bec862d5e8582f0eb58e7a59ade5677dc73f1326ee54f99fd49a4541f/xypyutil-1.0.9.tar.gz",
    "platform": null,
    "description": "# xypyutil\n## Overview\n- 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\n\n## Premises\n- Provide one-liner APIs to simplify generic cross-platform sys-admin tasks\n- Act as a thin wrapper over Python stdlibs, system builtin programs, and well-known 3rd-party standalone programs\n- Avoid dependency on third-party packages\n\n## INSTALL\n```shell\npip3 install xypyutil\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Building blocks for sysadmin and DevOps",
    "version": "1.0.9",
    "project_urls": {
        "Documentation": "https://github.com/zcyh147/xypyutil/README.md",
        "Homepage": "https://github.com/zcyh147/xypyutil/",
        "Repository": "https://github.com/zcyh147/xypyutil/",
        "issues": "https://github.com/zcyh147/xypyutil//issues"
    },
    "split_keywords": [
        "utility",
        " logging",
        " systems"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1de5dd8730e55430061b749a5a03931f66e0d15a48f9eb55294e12660d763bfa",
                "md5": "5f7407033c52da327802dd99babdf79b",
                "sha256": "011a80f67c824aacb3909fb989cfa1da23fd42598c95cdbfaa1176a5b0c341be"
            },
            "downloads": -1,
            "filename": "xypyutil-1.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5f7407033c52da327802dd99babdf79b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 36663,
            "upload_time": "2025-07-28T15:16:40",
            "upload_time_iso_8601": "2025-07-28T15:16:40.616822Z",
            "url": "https://files.pythonhosted.org/packages/1d/e5/dd8730e55430061b749a5a03931f66e0d15a48f9eb55294e12660d763bfa/xypyutil-1.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36ac3d7bec862d5e8582f0eb58e7a59ade5677dc73f1326ee54f99fd49a4541f",
                "md5": "cb13ab943a140c4905a09e927307f8bf",
                "sha256": "dca669995e3cda28e2c7cf6dbafb9b9535d43835e1daf9ed81a446b8851be7a5"
            },
            "downloads": -1,
            "filename": "xypyutil-1.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "cb13ab943a140c4905a09e927307f8bf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 36358,
            "upload_time": "2025-07-28T15:16:47",
            "upload_time_iso_8601": "2025-07-28T15:16:47.253670Z",
            "url": "https://files.pythonhosted.org/packages/36/ac/3d7bec862d5e8582f0eb58e7a59ade5677dc73f1326ee54f99fd49a4541f/xypyutil-1.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-28 15:16:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zcyh147",
    "github_project": "xypyutil",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "xypyutil"
}
        
Elapsed time: 0.48910s