yumcheck


Nameyumcheck JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryValidate a yum package is installed
upload_time2024-07-19 21:49:56
maintainerNone
docs_urlNone
authorTitas Majumder
requires_python>=3
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # yumcheck

yumchek is a python library to validate if a yum package is installed and which vendor ships the package.

## Installation

Use the package manager [pip3](https://pip.pypa.io/en/stable/) to install yumcheck.

```bash
pip3 install yumcheck
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "yumcheck",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": null,
    "author": "Titas Majumder",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8a/9d/179abbcf3b2d1807c8343624f61341c37ba8ed313b0b7c07550a7d299063/yumcheck-0.0.2.tar.gz",
    "platform": null,
    "description": "# yumcheck\n\nyumchek is a python library to validate if a yum package is installed and which vendor ships the package.\n\n## Installation\n\nUse the package manager [pip3](https://pip.pypa.io/en/stable/) to install yumcheck.\n\n```bash\npip3 install yumcheck\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Validate a yum package is installed",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfd89bd9f5c83374d05895a981bdbb920f0d6596d0f215c26cf9ab475ea25ab3",
                "md5": "7b3bcfb7826367bb7c260523d8938d94",
                "sha256": "94873f5d688cf5cd183786911204dcae4962295cac9aab017d4aec5a09b6a350"
            },
            "downloads": -1,
            "filename": "yumcheck-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7b3bcfb7826367bb7c260523d8938d94",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 13780,
            "upload_time": "2024-07-19T21:49:54",
            "upload_time_iso_8601": "2024-07-19T21:49:54.541172Z",
            "url": "https://files.pythonhosted.org/packages/bf/d8/9bd9f5c83374d05895a981bdbb920f0d6596d0f215c26cf9ab475ea25ab3/yumcheck-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a9d179abbcf3b2d1807c8343624f61341c37ba8ed313b0b7c07550a7d299063",
                "md5": "395f95e82f09acc3b8b484d1bc42611f",
                "sha256": "730dd6894162699b409a8f0d97ac13e147736ba411a290c39f2c284ed9709928"
            },
            "downloads": -1,
            "filename": "yumcheck-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "395f95e82f09acc3b8b484d1bc42611f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 13852,
            "upload_time": "2024-07-19T21:49:56",
            "upload_time_iso_8601": "2024-07-19T21:49:56.297800Z",
            "url": "https://files.pythonhosted.org/packages/8a/9d/179abbcf3b2d1807c8343624f61341c37ba8ed313b0b7c07550a7d299063/yumcheck-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-19 21:49:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "yumcheck"
}
        
Elapsed time: 0.30355s