DFRobotUPS


NameDFRobotUPS JSON
Version 0.4.3 PyPI version JSON
download
home_pagehttps://github.com/mincebert/DFRobotUPS
SummaryDFRobotUPS module
upload_time2024-04-23 00:37:57
maintainerNone
docs_urlNone
authorRobert Franklin
requires_pythonNone
licenseNone
keywords dfrobot ups shutdown power raspberrypi pios
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            DFROBOTUPS MODULE
=================

It supports the DFRobotUPS HAT for the Raspberry Pi Zero (the more
sophisticated version for other Pis has not be checked nor tested) and
can retrieve information about the HAT itself, as well as dynamic data
for the current SoC (State of Charge) and cell voltage.

In addition, it can be run in a mode to poll the SoC and trigger a
shutdown command when it falls below a specified level.

This module contains can be used as a standalone utility or imported for
use in other scripts.

The module was developed and used under Python 3.9 on Raspberry PiOS
11.9.

The information to write the module was taken from the DFRobotUPS wiki
at: https://wiki.dfrobot.com/UPS%20HAT%20for%20Raspberry%20Pi%20%20Zero%20%20SKU%3A%20DFR0528


Author
------

Robert Franklin <rcf@mince.net>, UK



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mincebert/DFRobotUPS",
    "name": "DFRobotUPS",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "dfrobot ups shutdown power raspberrypi pios",
    "author": "Robert Franklin",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d2/79/58c6850e434ce0ea1746e33ba8ad3a62b3632c44526d7dd4277992586527/DFRobotUPS-0.4.3.tar.gz",
    "platform": null,
    "description": "DFROBOTUPS MODULE\n=================\n\nIt supports the DFRobotUPS HAT for the Raspberry Pi Zero (the more\nsophisticated version for other Pis has not be checked nor tested) and\ncan retrieve information about the HAT itself, as well as dynamic data\nfor the current SoC (State of Charge) and cell voltage.\n\nIn addition, it can be run in a mode to poll the SoC and trigger a\nshutdown command when it falls below a specified level.\n\nThis module contains can be used as a standalone utility or imported for\nuse in other scripts.\n\nThe module was developed and used under Python 3.9 on Raspberry PiOS\n11.9.\n\nThe information to write the module was taken from the DFRobotUPS wiki\nat: https://wiki.dfrobot.com/UPS%20HAT%20for%20Raspberry%20Pi%20%20Zero%20%20SKU%3A%20DFR0528\n\n\nAuthor\n------\n\nRobert Franklin <rcf@mince.net>, UK\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "DFRobotUPS module",
    "version": "0.4.3",
    "project_urls": {
        "Bug Reports": "https://github.com/mincebert/DFRobotUPS/issues",
        "Homepage": "https://github.com/mincebert/DFRobotUPS",
        "Source": "https://github.com/mincebert/DFRobotUPS"
    },
    "split_keywords": [
        "dfrobot",
        "ups",
        "shutdown",
        "power",
        "raspberrypi",
        "pios"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82f929cb570bb8610f01c37d76ebcbd51afa4036d4928c786ca80f1a87ee8900",
                "md5": "65a24dec4e8bbc1faac8965839fd136b",
                "sha256": "8b360737f7c328c2dea744a5456346e262217e0f081567294653aaa3bb984806"
            },
            "downloads": -1,
            "filename": "DFRobotUPS-0.4.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "65a24dec4e8bbc1faac8965839fd136b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 7162,
            "upload_time": "2024-04-23T00:37:56",
            "upload_time_iso_8601": "2024-04-23T00:37:56.345023Z",
            "url": "https://files.pythonhosted.org/packages/82/f9/29cb570bb8610f01c37d76ebcbd51afa4036d4928c786ca80f1a87ee8900/DFRobotUPS-0.4.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d27958c6850e434ce0ea1746e33ba8ad3a62b3632c44526d7dd4277992586527",
                "md5": "d2e144e25d4dd807126a92249b375fb8",
                "sha256": "04e318b6217640903b6580d713f230abed5da46e7364674b7444446d855ad590"
            },
            "downloads": -1,
            "filename": "DFRobotUPS-0.4.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d2e144e25d4dd807126a92249b375fb8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6889,
            "upload_time": "2024-04-23T00:37:57",
            "upload_time_iso_8601": "2024-04-23T00:37:57.828937Z",
            "url": "https://files.pythonhosted.org/packages/d2/79/58c6850e434ce0ea1746e33ba8ad3a62b3632c44526d7dd4277992586527/DFRobotUPS-0.4.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 00:37:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mincebert",
    "github_project": "DFRobotUPS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dfrobotups"
}
        
Elapsed time: 0.23420s