CubeRaspberryLib3


NameCubeRaspberryLib3 JSON
Version 0.1.9 PyPI version JSON
download
home_pagehttps://github.com/rikonaka/CubeRaspberryLib3
SummaryCubeRaspberryLib driver adapted to Python3 version
upload_time2025-09-08 09:35:21
maintainerNone
docs_urlNone
authorRikoNaka
requires_python>=3.6
licenseNone
keywords raspberry pi driver
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CubeRaspberryLib3

CubeRaspberryLib driver adapted to Python 3 version.

**This is a personal project and has nothing to do with any commercial activity.**

## Preparation

Please check if there is any `i2c-*` device in `/dev`. If not, please use `raspi-config`->`3 Interface Options`->`I5 I2C` to enable it.

## Installation

### Developer Local Installation

Download the source file from [here](https://github.com/rikonaka/CubeRaspberryLib3)

```bash
pip install -e .
```

### Normal installation

```bash
pip install CubeRaspberryLib3
```

## Examples

```python3
from CubeRaspberryLib3 import Cube
cube = Cube(i2c_bus_number=1)
cube.set_fan(0)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rikonaka/CubeRaspberryLib3",
    "name": "CubeRaspberryLib3",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "raspberry, pi, driver",
    "author": "RikoNaka",
    "author_email": "xxy1836@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/64/63/d4bf08c98c844db123385e0d78a588d51aa0861bfc9161341fa9b5c72560/cuberaspberrylib3-0.1.9.tar.gz",
    "platform": null,
    "description": "# CubeRaspberryLib3\n\nCubeRaspberryLib driver adapted to Python 3 version.\n\n**This is a personal project and has nothing to do with any commercial activity.**\n\n## Preparation\n\nPlease check if there is any `i2c-*` device in `/dev`. If not, please use `raspi-config`->`3 Interface Options`->`I5 I2C` to enable it.\n\n## Installation\n\n### Developer Local Installation\n\nDownload the source file from [here](https://github.com/rikonaka/CubeRaspberryLib3)\n\n```bash\npip install -e .\n```\n\n### Normal installation\n\n```bash\npip install CubeRaspberryLib3\n```\n\n## Examples\n\n```python3\nfrom CubeRaspberryLib3 import Cube\ncube = Cube(i2c_bus_number=1)\ncube.set_fan(0)\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "CubeRaspberryLib driver adapted to Python3 version",
    "version": "0.1.9",
    "project_urls": {
        "Homepage": "https://github.com/rikonaka/CubeRaspberryLib3"
    },
    "split_keywords": [
        "raspberry",
        " pi",
        " driver"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5facc116f19a356b04076901f529291cf41ce57d4abf9e1acfd1197e8257996c",
                "md5": "fc90995bfb467ab90c417a2d0f725bf8",
                "sha256": "4214d07662a0038f029b5b63cb067c9e898dd56a5bb51f715c43dd81f9963eab"
            },
            "downloads": -1,
            "filename": "cuberaspberrylib3-0.1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fc90995bfb467ab90c417a2d0f725bf8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5513,
            "upload_time": "2025-09-08T09:35:20",
            "upload_time_iso_8601": "2025-09-08T09:35:20.623014Z",
            "url": "https://files.pythonhosted.org/packages/5f/ac/c116f19a356b04076901f529291cf41ce57d4abf9e1acfd1197e8257996c/cuberaspberrylib3-0.1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6463d4bf08c98c844db123385e0d78a588d51aa0861bfc9161341fa9b5c72560",
                "md5": "7b65e27fe59594e0319423b5262f0ddc",
                "sha256": "57070882739f0f0eed524fa4f1291d98c07490a6ebb06e249c476301ad653ac5"
            },
            "downloads": -1,
            "filename": "cuberaspberrylib3-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "7b65e27fe59594e0319423b5262f0ddc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5231,
            "upload_time": "2025-09-08T09:35:21",
            "upload_time_iso_8601": "2025-09-08T09:35:21.866548Z",
            "url": "https://files.pythonhosted.org/packages/64/63/d4bf08c98c844db123385e0d78a588d51aa0861bfc9161341fa9b5c72560/cuberaspberrylib3-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-08 09:35:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rikonaka",
    "github_project": "CubeRaspberryLib3",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cuberaspberrylib3"
}
        
Elapsed time: 1.92805s