sys-config-inspector


Namesys-config-inspector JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryThis package helps to do the basic sysem check and generate html report
upload_time2023-10-25 11:55:17
maintainer
docs_urlNone
authorSai (Sai Revanth)
requires_python>=3.8
license
keywords python sys_config_inspector sys_config_inspector inspector config-inspector sys config inspector
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# sys-config-inspector

- This Package is help the Developer to check weather all the pre-requigement file are avaliable in deployment environment (or) not



| Support Events | events names |Type     |
| :-------- | :------- | :------------------------- |
| `bash` | `'bash'` | `Used to execute the Bash cmd using sub process` |
| `file_check` | `'file_check'` | `Used to check the file location is exist or not` |
| `s3_download` | `'s3_download'` | `Used to download file from s3 location to local` |
| `file_overwrite` | `'file_overwrite'` | `Used to overwrite a mentioned file` |
| `json_file_content_check` | `'json_file_content_check'` | `Used to check the json chnages` |



## Dependent Python Packages 
| Package Name | Description |
| :-------- | :-------- |
| `rich` | |
| `jinja2` | **For Report Generation**|
| `PyYAML` | |
| `subprocess` | |


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sys-config-inspector",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "python,sys_config_inspector,sys_config_inspector,inspector,config-inspector,sys config inspector",
    "author": "Sai (Sai Revanth)",
    "author_email": "gunji.sairevanth@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8b/f1/17a7bd0f12ae6a4285dae0b4b13264474dc42a69dc2a845b95037a4d9c10/sys_config_inspector-0.0.1.tar.gz",
    "platform": null,
    "description": "\n# sys-config-inspector\n\n- This Package is help the Developer to check weather all the pre-requigement file are avaliable in deployment environment (or) not\n\n\n\n| Support Events | events names |Type     |\n| :-------- | :------- | :------------------------- |\n| `bash` | `'bash'` | `Used to execute the Bash cmd using sub process` |\n| `file_check` | `'file_check'` | `Used to check the file location is exist or not` |\n| `s3_download` | `'s3_download'` | `Used to download file from s3 location to local` |\n| `file_overwrite` | `'file_overwrite'` | `Used to overwrite a mentioned file` |\n| `json_file_content_check` | `'json_file_content_check'` | `Used to check the json chnages` |\n\n\n\n## Dependent Python Packages \n| Package Name | Description |\n| :-------- | :-------- |\n| `rich` | |\n| `jinja2` | **For Report Generation**|\n| `PyYAML` | |\n| `subprocess` | |\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This package helps to do the basic sysem check and generate html report",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        "sys_config_inspector",
        "sys_config_inspector",
        "inspector",
        "config-inspector",
        "sys config inspector"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd63d4b80941ecb3071d785b997cbeaf775f72dd9517f6b39defbca27471efea",
                "md5": "d84a337a51c1165ae7fae3fcfe76a6da",
                "sha256": "b7fd8b5a43c98fc3b4b28887265a63de4341a7c1326b987fd807665b21180c41"
            },
            "downloads": -1,
            "filename": "sys_config_inspector-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d84a337a51c1165ae7fae3fcfe76a6da",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7911,
            "upload_time": "2023-10-25T11:55:15",
            "upload_time_iso_8601": "2023-10-25T11:55:15.241181Z",
            "url": "https://files.pythonhosted.org/packages/cd/63/d4b80941ecb3071d785b997cbeaf775f72dd9517f6b39defbca27471efea/sys_config_inspector-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bf117a7bd0f12ae6a4285dae0b4b13264474dc42a69dc2a845b95037a4d9c10",
                "md5": "05143696ac18b9fd80cccb4bab31e471",
                "sha256": "0cc8d523ae32c857d5ab289ce1c15662d0ccd663c8b4d81c651b84c00f027663"
            },
            "downloads": -1,
            "filename": "sys_config_inspector-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "05143696ac18b9fd80cccb4bab31e471",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 7008,
            "upload_time": "2023-10-25T11:55:17",
            "upload_time_iso_8601": "2023-10-25T11:55:17.179259Z",
            "url": "https://files.pythonhosted.org/packages/8b/f1/17a7bd0f12ae6a4285dae0b4b13264474dc42a69dc2a845b95037a4d9c10/sys_config_inspector-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-25 11:55:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sys-config-inspector"
}
        
Elapsed time: 0.13451s