nec-pd-sdk


Namenec-pd-sdk JSON
Version 23.8.22 PyPI version JSON
download
home_pagehttps://github.com/SharpNECDisplaySolutions/necpdsdk
SummaryNEC PD SDK
upload_time2023-08-07 19:27:22
maintainer
docs_urlNone
authorNEC Display Solutions, Ltd.
requires_python
licenseMIT
keywords sharp nec pd sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            NEC PD SDK
=======================

Python library interface for communicating via LAN or RS232 with NEC large-screen displays.  


Documentation
--------------
Documentation can be found in the doc directory and in the examples.

Install
--------------
The recommended installation method is via pip:

pip install nec_pd_sdk

OR for python3:

pip3 install nec_pd_sdk

License
--------------
The MIT License

Copyright (c) 2023 Sharp NEC Display Solutions, Ltd.

Copyright (c) 2017-20 NEC Display Solutions, Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

What's New
-----------
Added scheduling functions
Added CPU Temperature based cooling fan control
Added "command_ip_address_read" function to read the IP address of the display
Added OPCODE definitions for new COMPUTE MODULE FAN CONTROL and AUTO SHUTDOWN
Added new IR remote keys definitions
Added new OPCODES definitions and controls.txt
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SharpNECDisplaySolutions/necpdsdk",
    "name": "nec-pd-sdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Sharp NEC pd sdk",
    "author": "NEC Display Solutions, Ltd.",
    "author_email": "techsupport@necdisplay.com",
    "download_url": "https://files.pythonhosted.org/packages/f8/8c/1ef22793510ab6794c64f241f3f6ffc688310a1f9aa7510a0ef00c6bea2d/nec_pd_sdk-23.8.22.tar.gz",
    "platform": null,
    "description": "NEC PD SDK\n=======================\n\nPython library interface for communicating via LAN or RS232 with NEC large-screen displays.  \n\n\nDocumentation\n--------------\nDocumentation can be found in the doc directory and in the examples.\n\nInstall\n--------------\nThe recommended installation method is via pip:\n\npip install nec_pd_sdk\n\nOR for python3:\n\npip3 install nec_pd_sdk\n\nLicense\n--------------\nThe MIT License\n\nCopyright (c) 2023 Sharp NEC Display Solutions, Ltd.\n\nCopyright (c) 2017-20 NEC Display Solutions, Ltd.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\nWhat's New\n-----------\nAdded scheduling functions\nAdded CPU Temperature based cooling fan control\nAdded \"command_ip_address_read\" function to read the IP address of the display\nAdded OPCODE definitions for new COMPUTE MODULE FAN CONTROL and AUTO SHUTDOWN\nAdded new IR remote keys definitions\nAdded new OPCODES definitions and controls.txt",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "NEC PD SDK",
    "version": "23.8.22",
    "project_urls": {
        "Download": "https://github.com/SharpNECDisplaySolutions/necpdsdk.git",
        "Homepage": "https://github.com/SharpNECDisplaySolutions/necpdsdk"
    },
    "split_keywords": [
        "sharp",
        "nec",
        "pd",
        "sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f88c1ef22793510ab6794c64f241f3f6ffc688310a1f9aa7510a0ef00c6bea2d",
                "md5": "fc0233e8f15d828a0cb074591719d7e1",
                "sha256": "a8c2809c6469b986065e67123f0e7f1ae1a4d2bd73aeb38b9477cd2b724e1ecb"
            },
            "downloads": -1,
            "filename": "nec_pd_sdk-23.8.22.tar.gz",
            "has_sig": false,
            "md5_digest": "fc0233e8f15d828a0cb074591719d7e1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 40502,
            "upload_time": "2023-08-07T19:27:22",
            "upload_time_iso_8601": "2023-08-07T19:27:22.006079Z",
            "url": "https://files.pythonhosted.org/packages/f8/8c/1ef22793510ab6794c64f241f3f6ffc688310a1f9aa7510a0ef00c6bea2d/nec_pd_sdk-23.8.22.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 19:27:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SharpNECDisplaySolutions",
    "github_project": "necpdsdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nec-pd-sdk"
}
        
Elapsed time: 0.09435s