i2c-registers


Namei2c-registers JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/tsessebe/i2c-register-module
SummaryPython wrapper library around the common I2C controller register pattern.
upload_time2024-03-22 20:39:22
maintainerNone
docs_urlNone
authorFrancois de Wet
requires_pythonNone
licenseMIT
keywords library i2c registers
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Python I2C Register

Python wrapper library around the common I2C controller register pattern, based on [py-i2c-register](https://github.com/Noah-Huppert/py-i2c-register).

# Table Of Contents
- [Installation](#installation)
- 

# Installation
I2C Register is available as a PIP package with the name `i2c-register`.

Simply use PIP to install:

```bash
pip install --user i2c-register
```

You will then be able to include the `i2c_register` module and its various classes:

```python
from i2c_registers.i2c_device import I2cDevice
from i2c_registers.i2c_register import I2cRegister
from i2c_registers.i2c_register_section import I2cRegisterSection
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tsessebe/i2c-register-module",
    "name": "i2c-registers",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "library i2c registers",
    "author": "Francois de Wet",
    "author_email": "francois@recotrust.co.za",
    "download_url": "https://files.pythonhosted.org/packages/67/ee/f7b56c3618bc3e9f8e817b74a6168afba3c72bd487407b10d1ccff8bc945/i2c-registers-0.1.3.tar.gz",
    "platform": null,
    "description": "\r\n# Python I2C Register\r\n\r\nPython wrapper library around the common I2C controller register pattern, based on [py-i2c-register](https://github.com/Noah-Huppert/py-i2c-register).\r\n\r\n# Table Of Contents\r\n- [Installation](#installation)\r\n- \r\n\r\n# Installation\r\nI2C Register is available as a PIP package with the name `i2c-register`.\r\n\r\nSimply use PIP to install:\r\n\r\n```bash\r\npip install --user i2c-register\r\n```\r\n\r\nYou will then be able to include the `i2c_register` module and its various classes:\r\n\r\n```python\r\nfrom i2c_registers.i2c_device import I2cDevice\r\nfrom i2c_registers.i2c_register import I2cRegister\r\nfrom i2c_registers.i2c_register_section import I2cRegisterSection\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python wrapper library around the common I2C controller register pattern.",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/tsessebe/i2c-register-module"
    },
    "split_keywords": [
        "library",
        "i2c",
        "registers"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67eef7b56c3618bc3e9f8e817b74a6168afba3c72bd487407b10d1ccff8bc945",
                "md5": "ca93707caf9cab619aeded53fdec0899",
                "sha256": "2c20bdb0d9a30f9b84c2e5638f4c76ce85eb1f7d3f66ea5325d1541e30c845ea"
            },
            "downloads": -1,
            "filename": "i2c-registers-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ca93707caf9cab619aeded53fdec0899",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10990,
            "upload_time": "2024-03-22T20:39:22",
            "upload_time_iso_8601": "2024-03-22T20:39:22.010431Z",
            "url": "https://files.pythonhosted.org/packages/67/ee/f7b56c3618bc3e9f8e817b74a6168afba3c72bd487407b10d1ccff8bc945/i2c-registers-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 20:39:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tsessebe",
    "github_project": "i2c-register-module",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "i2c-registers"
}
        
Elapsed time: 0.21049s