aioqsw


Nameaioqsw JSON
Version 0.4.1 PyPI version JSON
download
home_pageNone
SummaryLibrary to control QNAP QSW devices
upload_time2024-08-12 16:09:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseApache-2.0
keywords qnap network switch home
VCS
bugtrack_url
requirements aiohttp aiohttp
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": null,
    "name": "aioqsw",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "qnap, network, switch, home",
    "author": null,
    "author_email": "\u00c1lvaro Fern\u00e1ndez Rojas <noltari@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/e3/a9/1221fa2d04f67c89f95e2a5f6e4aac9b6c3c299ca4cfc260d9c4d789ee66/aioqsw-0.4.1.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.4.1",
    "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": "b9eb020202a455cd9724a367e316e3c2c9430dee23f9100da7f0f76d867acbdd",
                "md5": "2bcce17106dbafcfc225202c108a7e7b",
                "sha256": "d45732166ac14fa958d41233a38cc370ad634258f8522a54bda1208e4d294274"
            },
            "downloads": -1,
            "filename": "aioqsw-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2bcce17106dbafcfc225202c108a7e7b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 17723,
            "upload_time": "2024-08-12T16:09:17",
            "upload_time_iso_8601": "2024-08-12T16:09:17.637526Z",
            "url": "https://files.pythonhosted.org/packages/b9/eb/020202a455cd9724a367e316e3c2c9430dee23f9100da7f0f76d867acbdd/aioqsw-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3a91221fa2d04f67c89f95e2a5f6e4aac9b6c3c299ca4cfc260d9c4d789ee66",
                "md5": "d84e93ea1a15265f97cbb39a7b9f846c",
                "sha256": "d38138b4ab417807e166baf7eafc4702aeac3301e237b3c3a324c46fd1ef81dc"
            },
            "downloads": -1,
            "filename": "aioqsw-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d84e93ea1a15265f97cbb39a7b9f846c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 18092,
            "upload_time": "2024-08-12T16:09:20",
            "upload_time_iso_8601": "2024-08-12T16:09:20.310306Z",
            "url": "https://files.pythonhosted.org/packages/e3/a9/1221fa2d04f67c89f95e2a5f6e4aac9b6c3c299ca4cfc260d9c4d789ee66/aioqsw-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-12 16:09:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Noltari",
    "github_project": "aioqsw",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": [
                [
                    ">=",
                    "3.9.0b0"
                ]
            ]
        },
        {
            "name": "aiohttp",
            "specs": [
                [
                    "<=",
                    "3.8.5"
                ]
            ]
        }
    ],
    "lcname": "aioqsw"
}
        
Elapsed time: 0.25807s