{ "info": { "author": "Joshua Henderson", "author_email": "joshua.henderson@microchip.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Information Technology", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development :: Embedded Systems", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. figure:: docs/_static/microchip_logo.png\n :alt: Microchip\n\n Microchip\n\nMicrochip Peripheral I/O Python Package\n=======================================\n\nThis package provides easy access to various hardware peripherals found\non Microchip AT91/SAMA5 processors and Xplained boards running Linux.\nThe API is clean, consistent, flexible, documented, and well tested to\nmake navigating and exercising even the most complex hardware\nperipherals a trivial task.\n\nSupported Interfaces\n--------------------\n\n- ADC - Analog-to-Digital Converter\n- DevMem - Read and Write System Memory\n- GPIO - General Purpose I/O\n- I2C - Inter-Integrated Circuit\n- SMBus - System Management Bus\n- Input - Input Subsystem (Mouse/Keyboard/Touchscreen)\n- LED - Light Emitting Diode Light Sources\n- PWM - Pulse Width Modulation\n- SPI - Serial Peripheral Interface Bus\n- Serial - RS-232\n- CPU and Board Utilities\n\nExamples\n--------\n\nHere's an example of how simple it is to fire up a Python interpreter\nand toggle a GPIO.\n\n::\n\n >>> from mpio import GPIO\n >>> gpio = GPIO(107, GPIO.OUT)\n >>> gpio.set(True)\n >>> gpio.set(False)\n\nInstallation\n------------\n\nYou can install from PyPi by default with:\n\n::\n\n pip install mpio\n\nLicense\n-------\n\nMicrochip Peripheral I/O is released under the terms of the\n``Apache License Version 2``. See the ``LICENSE`` file for more\ninformation. Parts of the code originally provided under other licenses\nare noted in those source files, including the MIT license and is\nreproduced in the ``LICENSE.MIT`` file.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "mpio", "package_url": "https://pypi.org/project/mpio/", "platform": "", "project_url": "https://pypi.org/project/mpio/", "project_urls": null, "release_url": "https://pypi.org/project/mpio/1.2/", "requires_dist": null, "requires_python": "", "summary": "Hardware access for Microchip boards", "version": "1.2" }, "last_serial": 5417444, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "c7a8632d9d0f9eb1c2b29ff7364fc9bc", "sha256": "0e612d0f8b4e3e6453efe785a5519f969d62c41c6e68ec41c1e8d7df8c0a6c8e" }, "downloads": -1, "filename": "mpio-1.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "c7a8632d9d0f9eb1c2b29ff7364fc9bc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34882, "upload_time": "2018-02-28T22:55:39", "url": "https://files.pythonhosted.org/packages/97/a8/f26cd50d96748d9b9431eef4a5de49cd98f29023091566d65f3bbdc3a91f/mpio-1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "92a5d53186e65cd41959cf1b3514f750", "sha256": "069594293478ccc09e3156eb629070769f22e9fda2d5f42f5990850e6a24abda" }, "downloads": -1, "filename": "mpio-1.0.tar.gz", "has_sig": true, "md5_digest": "92a5d53186e65cd41959cf1b3514f750", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32550, "upload_time": "2018-02-28T22:55:40", "url": "https://files.pythonhosted.org/packages/e8/a4/8807898c3ae62745270efca1d83b4b89cbb41db1008d69ce498b26ba76aa/mpio-1.0.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "506228cf36b1d7345807ee2e8e362fe0", "sha256": "31d053d2f33d679f4c24b88a5ced3064b253e03b8236fe69370a0044118da063" }, "downloads": -1, "filename": "mpio-1.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "506228cf36b1d7345807ee2e8e362fe0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35118, "upload_time": "2019-06-18T21:49:19", "url": "https://files.pythonhosted.org/packages/ca/4e/8cf140163afad423027fbf9e7b0e4ae477ec6dfcb774e0ea7cbb2b8fe88b/mpio-1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "327d770b3f643743a59949ae2d816dfe", "sha256": "80ca33ad8daadcdef1cae8440726fa0f80f72177705bda2eddede184a9bca365" }, "downloads": -1, "filename": "mpio-1.2.tar.gz", "has_sig": true, "md5_digest": "327d770b3f643743a59949ae2d816dfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32736, "upload_time": "2019-06-18T21:49:21", "url": "https://files.pythonhosted.org/packages/1e/3e/e5e439d038a4054f17890825a4b730d3a54687f7fdacf0e031fc5637c939/mpio-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "506228cf36b1d7345807ee2e8e362fe0", "sha256": "31d053d2f33d679f4c24b88a5ced3064b253e03b8236fe69370a0044118da063" }, "downloads": -1, "filename": "mpio-1.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "506228cf36b1d7345807ee2e8e362fe0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35118, "upload_time": "2019-06-18T21:49:19", "url": "https://files.pythonhosted.org/packages/ca/4e/8cf140163afad423027fbf9e7b0e4ae477ec6dfcb774e0ea7cbb2b8fe88b/mpio-1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "327d770b3f643743a59949ae2d816dfe", "sha256": "80ca33ad8daadcdef1cae8440726fa0f80f72177705bda2eddede184a9bca365" }, "downloads": -1, "filename": "mpio-1.2.tar.gz", "has_sig": true, "md5_digest": "327d770b3f643743a59949ae2d816dfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32736, "upload_time": "2019-06-18T21:49:21", "url": "https://files.pythonhosted.org/packages/1e/3e/e5e439d038a4054f17890825a4b730d3a54687f7fdacf0e031fc5637c939/mpio-1.2.tar.gz" } ] }