aioqsw


Nameaioqsw JSON
Version 0.3.5 PyPI version JSON
download
home_page
SummaryLibrary to control QNAP QSW devices
upload_time2023-10-11 10:24:50
maintainer
docs_urlNone
author
requires_python>=3.11
licenseApache-2.0
keywords qnap network switch home
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aioqsw
[![Latest Version][mdversion-button]][md-pypi]
[![Python Versions][pyversion-button]][md-pypi]
[![License: Apache 2.0][apache-button]](LICENSE)

[apache-button]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
[md-pypi]: https://pypi.org/project/aioqsw
[mdversion-button]: https://img.shields.io/pypi/v/aioqsw.svg
[pyversion-button]: https://img.shields.io/pypi/pyversions/aioqsw.svg

Python library to control QNAP QSW devices.

## Requirements
- Python >= 3.11

## Install
```bash
pip install aioqsw
```

## Install from Source
Run the following command inside this folder
```bash
pip install --upgrade .
```

## Examples
Examples can be found in the `examples` folder

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "aioqsw",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "qnap,network,switch,home",
    "author": "",
    "author_email": "\u00c1lvaro Fern\u00e1ndez Rojas <noltari@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f3/62/05800ef82fed212c43aedaf12c59a74602088e255653f868738428242cf9/aioqsw-0.3.5.tar.gz",
    "platform": "any",
    "description": "# aioqsw\n[![Latest Version][mdversion-button]][md-pypi]\n[![Python Versions][pyversion-button]][md-pypi]\n[![License: Apache 2.0][apache-button]](LICENSE)\n\n[apache-button]: https://img.shields.io/badge/License-Apache%202.0-blue.svg\n[md-pypi]: https://pypi.org/project/aioqsw\n[mdversion-button]: https://img.shields.io/pypi/v/aioqsw.svg\n[pyversion-button]: https://img.shields.io/pypi/pyversions/aioqsw.svg\n\nPython library to control QNAP QSW devices.\n\n## Requirements\n- Python >= 3.11\n\n## Install\n```bash\npip install aioqsw\n```\n\n## Install from Source\nRun the following command inside this folder\n```bash\npip install --upgrade .\n```\n\n## Examples\nExamples can be found in the `examples` folder\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Library to control QNAP QSW devices",
    "version": "0.3.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/Noltari/aioqsw/issues",
        "Homepage": "https://github.com/Noltari/aioqsw"
    },
    "split_keywords": [
        "qnap",
        "network",
        "switch",
        "home"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5663a839d695c4275ec5ef58d5604e27afe3fec6f2b1d3db33be7b14c810ae8",
                "md5": "512efaea7e0fb60ec20427eb06704e1b",
                "sha256": "17a822c45621d2d090807108730e21a7df1bb52529acbf382d1952c1b2ca9a8c"
            },
            "downloads": -1,
            "filename": "aioqsw-0.3.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "512efaea7e0fb60ec20427eb06704e1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 16293,
            "upload_time": "2023-10-11T10:24:48",
            "upload_time_iso_8601": "2023-10-11T10:24:48.060900Z",
            "url": "https://files.pythonhosted.org/packages/c5/66/3a839d695c4275ec5ef58d5604e27afe3fec6f2b1d3db33be7b14c810ae8/aioqsw-0.3.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f36205800ef82fed212c43aedaf12c59a74602088e255653f868738428242cf9",
                "md5": "0f5ee7ee4ead56330b7c707be4ec79ce",
                "sha256": "c1dec520863abf70278abd45f2f48d677e6b2144f3139a01780144c5cb4a145e"
            },
            "downloads": -1,
            "filename": "aioqsw-0.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "0f5ee7ee4ead56330b7c707be4ec79ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 16828,
            "upload_time": "2023-10-11T10:24:50",
            "upload_time_iso_8601": "2023-10-11T10:24:50.087472Z",
            "url": "https://files.pythonhosted.org/packages/f3/62/05800ef82fed212c43aedaf12c59a74602088e255653f868738428242cf9/aioqsw-0.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-11 10:24:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Noltari",
    "github_project": "aioqsw",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "aioqsw"
}
        
Elapsed time: 0.12071s