pymlab


Namepymlab JSON
Version 0.4 PyPI version JSON
download
home_pagehttps://github.com/MLAB-project/pymlab
SummaryToolbox for interfacing I2C sensors.
upload_time2022-03-08 14:42:07
maintainer
docs_urlNone
authorJan Milík
requires_python
licenseLesser General Public License v3
keywords twi iic i2c usb sensors drivers
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
pymlab I2C modules drivers package 
==================================

MLAB's I2C bus modules binding. Should be used for data readout from MLAB (http://wiki.mlab.cz/) electronic modules. 


Software Dependencies
---------------------

* Python-smbus 
* Cython-hidapi (https://pypi.python.org/pypi/hidapi/) (optional, required with USBI2C module)
* libusb, hidapi and libudev on Linux (optional, required with USBI2C module)



Supported devices
-----------------

Currently supported sensors are:

- ALTIMET01A (MPL3115A2)
- LTS01A    (MAX31725)
- MAG01A    (HMC5883L)
- SHT25v01A (Sensirion SHT25)

Currently supported devices are:

- ACOUNTER02A
- CLKGEN01B   (Silicon Labs Si570 oscillator)
- I2CHUB02A (TCA9548A)

Currently supported interfaces are:

- Kernel I2C interfacing subsystem 
- USBI2C01A (USB HID interface with Silicon Labs cp2112)




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MLAB-project/pymlab",
    "name": "pymlab",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "TWI,IIC,I2C,USB,sensors,drivers",
    "author": "Jan Mil\u00edk",
    "author_email": "milikjan@fit.cvut.cz",
    "download_url": "https://files.pythonhosted.org/packages/77/d9/7da8ce6304f3b7e5b0381d4d5c134e2fe418e671f5b8f735a119a0fd6974/pymlab-0.4.tar.gz",
    "platform": null,
    "description": "\npymlab I2C modules drivers package \n==================================\n\nMLAB's I2C bus modules binding. Should be used for data readout from MLAB (http://wiki.mlab.cz/) electronic modules. \n\n\nSoftware Dependencies\n---------------------\n\n* Python-smbus \n* Cython-hidapi (https://pypi.python.org/pypi/hidapi/) (optional, required with USBI2C module)\n* libusb, hidapi and libudev on Linux (optional, required with USBI2C module)\n\n\n\nSupported devices\n-----------------\n\nCurrently supported sensors are:\n\n- ALTIMET01A (MPL3115A2)\n- LTS01A    (MAX31725)\n- MAG01A    (HMC5883L)\n- SHT25v01A (Sensirion SHT25)\n\nCurrently supported devices are:\n\n- ACOUNTER02A\n- CLKGEN01B   (Silicon Labs Si570 oscillator)\n- I2CHUB02A (TCA9548A)\n\nCurrently supported interfaces are:\n\n- Kernel I2C interfacing subsystem \n- USBI2C01A (USB HID interface with Silicon Labs cp2112)\n\n\n\n",
    "bugtrack_url": null,
    "license": "Lesser General Public License v3",
    "summary": "Toolbox for interfacing I2C sensors.",
    "version": "0.4",
    "project_urls": {
        "Download": "https://github.com/MLAB-project/pymlab/archive/refs/heads/master.zip",
        "Homepage": "https://github.com/MLAB-project/pymlab"
    },
    "split_keywords": [
        "twi",
        "iic",
        "i2c",
        "usb",
        "sensors",
        "drivers"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77d97da8ce6304f3b7e5b0381d4d5c134e2fe418e671f5b8f735a119a0fd6974",
                "md5": "eccbbe661440110917b5f0924daaff7a",
                "sha256": "b790d7738b0a7cbe7e67617030ddb0563e82016593be3301a037e6a398c660c9"
            },
            "downloads": -1,
            "filename": "pymlab-0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "eccbbe661440110917b5f0924daaff7a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 64212,
            "upload_time": "2022-03-08T14:42:07",
            "upload_time_iso_8601": "2022-03-08T14:42:07.850841Z",
            "url": "https://files.pythonhosted.org/packages/77/d9/7da8ce6304f3b7e5b0381d4d5c134e2fe418e671f5b8f735a119a0fd6974/pymlab-0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-03-08 14:42:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MLAB-project",
    "github_project": "pymlab",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pymlab"
}
        
Elapsed time: 0.07543s