pyDynamicVirshService


NamepyDynamicVirshService JSON
Version 1.0.0a22 PyPI version JSON
download
home_pagehttps://github.com/iktdev-no/DynamicVirshService
SummaryA Python library to expose virtual machines to homeassistant over MQTT.
upload_time2024-10-20 16:53:31
maintainerNone
docs_urlNone
authorBrage Skjønborg
requires_python>=3.10.0
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Dynamic Virs Service
Communicates with Homeassistant over MQTT

Dependencies will be installed with install.sh

To install and start teh serivce
- Clone the project 
- Add +x to install.sh
 - `./install.sh` 

</br>
Make sure that you run the script with sudo or as root, as the script needs access. <br>

Or you can copy this and hit enter:
```shell
curl -sSL -o install.sh https://raw.githubusercontent.com/iktdev-no/pyDynamicVirshService/master/install.sh && sudo bash install.sh
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/iktdev-no/DynamicVirshService",
    "name": "pyDynamicVirshService",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10.0",
    "maintainer_email": null,
    "keywords": null,
    "author": "Brage Skj\u00f8nborg",
    "author_email": "bskjon@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/2e/91/35993a384822b74f60818b6b50c9d1c7c1c89283ad9ed5200307c07a17af/pydynamicvirshservice-1.0.0a22.tar.gz",
    "platform": null,
    "description": "# Dynamic Virs Service\nCommunicates with Homeassistant over MQTT\n\nDependencies will be installed with install.sh\n\nTo install and start teh serivce\n- Clone the project \n- Add +x to install.sh\n - `./install.sh` \n\n</br>\nMake sure that you run the script with sudo or as root, as the script needs access. <br>\n\nOr you can copy this and hit enter:\n```shell\ncurl -sSL -o install.sh https://raw.githubusercontent.com/iktdev-no/pyDynamicVirshService/master/install.sh && sudo bash install.sh\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library to expose virtual machines to homeassistant over MQTT.",
    "version": "1.0.0a22",
    "project_urls": {
        "Homepage": "https://github.com/iktdev-no/DynamicVirshService"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e29cab6d91e39d03a2bcc9d4066d22f246a1ee6a3a8aa08cf77c5ba7fb374a00",
                "md5": "88b6cbfe50365d9c2f5f34bdb5230e4f",
                "sha256": "3cd098fd5adf35b0fb288766804c8bc72f83210e285678ae6cb2712e996bb99d"
            },
            "downloads": -1,
            "filename": "pyDynamicVirshService-1.0.0a22-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "88b6cbfe50365d9c2f5f34bdb5230e4f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10.0",
            "size": 21312,
            "upload_time": "2024-10-20T16:53:30",
            "upload_time_iso_8601": "2024-10-20T16:53:30.455467Z",
            "url": "https://files.pythonhosted.org/packages/e2/9c/ab6d91e39d03a2bcc9d4066d22f246a1ee6a3a8aa08cf77c5ba7fb374a00/pyDynamicVirshService-1.0.0a22-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e9135993a384822b74f60818b6b50c9d1c7c1c89283ad9ed5200307c07a17af",
                "md5": "4096033a5c8861a3ebd8d3f9d4c08706",
                "sha256": "5366bf76086b4c158f6f5f74ad6db470cb120995288f36f162180b34ca2fc8a2"
            },
            "downloads": -1,
            "filename": "pydynamicvirshservice-1.0.0a22.tar.gz",
            "has_sig": false,
            "md5_digest": "4096033a5c8861a3ebd8d3f9d4c08706",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10.0",
            "size": 19572,
            "upload_time": "2024-10-20T16:53:31",
            "upload_time_iso_8601": "2024-10-20T16:53:31.296637Z",
            "url": "https://files.pythonhosted.org/packages/2e/91/35993a384822b74f60818b6b50c9d1c7c1c89283ad9ed5200307c07a17af/pydynamicvirshservice-1.0.0a22.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-20 16:53:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "iktdev-no",
    "github_project": "DynamicVirshService",
    "github_not_found": true,
    "lcname": "pydynamicvirshservice"
}
        
Elapsed time: 0.54807s