{ "info": { "author": "jasLogic", "author_email": "jaslo@jaslogic.tech", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: Apache Software License", "Programming Language :: C", "Topic :: Software Development :: Libraries", "Topic :: System :: Hardware" ], "description": "[![GitHub](https://img.shields.io/github/license/jasLogic/mipeapy?color=blue)](https://github.com/jasLogic/mipeapy/blob/master/LICENSE)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/jasLogic/mipeapy)](https://github.com/jasLogic/mipeapy/releases/)\n\n# mipeapy: mipea Python wrapper\n\n*Under construction*\n\nThis Python module makes use of the [mipea](https://github.com/jasLogic/mipea)\nC library to access the peripherals of the Raspberry Pi.\nThe module is written in C and uses the Python C API.\nMost functions are just wrappers to the mipea functions with conversion to\nPython objects and some improvements.\n\nContributions are welcome (especially documentation or examples), please fork\nand open a pull request.\n\nPlease add an issue if you find any bugs or have ideas for improvements.\n\nLike the mipea C library, there are nearly **no checks performed** to protect\nyour Pi to archive best performance and because this is a\n**library for developers**.\nThis library is useful to **lay a foundation for other programs or libraries**.\n\n## Installation\nYou need to install the [mipea](https://github.com/jasLogic/mipea) C library to\nuse this library, see [README.md](https://github.com/jasLogic/mipea/blob/master/README.md)\nfor installation instructions.\n* PyPI\n ```\n $ pip install mipea\n ```\n\n* Source\n ```\n $ python setup.py install\n ```\n\n## Usage\nLook at the [examples](https://github.com/jasLogic/mipeapy/tree/master/examples) for some starting help.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jasLogic/mipeapy", "keywords": "c peripheral access Raspberry Pi mipea gpio", "license": "", "maintainer": "", "maintainer_email": "", "name": "mipea", "package_url": "https://pypi.org/project/mipea/", "platform": "", "project_url": "https://pypi.org/project/mipea/", "project_urls": { "Bug Tracker": "https://github.com/jasLogic/mipeapy/issues", "Download": "https://github.com/jasLogic/mipeapy/releases", "Homepage": "https://github.com/jasLogic/mipeapy", "Source Code": "https://github.com/jasLogic/mipeapy" }, "release_url": "https://pypi.org/project/mipea/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "lightning fast peripheral access on the Raspberry Pi using a mipea wrapper written in C", "version": "0.1.1" }, "last_serial": 5827526, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "eb90e500276006b5d5864aad3a48824e", "sha256": "704596e24034423abc0bd4f9da0756521fb551f5f5a4f4f91c5ffc30cd5f5bed" }, "downloads": -1, "filename": "mipea-0.0.1.tar.gz", "has_sig": false, "md5_digest": "eb90e500276006b5d5864aad3a48824e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3220, "upload_time": "2019-09-12T20:56:59", "url": "https://files.pythonhosted.org/packages/5a/a2/a899fd2ae6e3e9702c2f15bbabe3114b5f1fe9defaefd9375c1d58337533/mipea-0.0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "91d2bcb4248f5841a79b4298271df2e3", "sha256": "932c4de479c3dc985b25534b52e13a18603507e40e5c4487cddad0b0671e0617" }, "downloads": -1, "filename": "mipea-0.1.1.tar.gz", "has_sig": false, "md5_digest": "91d2bcb4248f5841a79b4298271df2e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30392, "upload_time": "2019-09-13T19:50:00", "url": "https://files.pythonhosted.org/packages/92/30/da85f93fc9c8e312b6632ad29180b34ea734cc84790a2a1e96eadf58f04e/mipea-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "91d2bcb4248f5841a79b4298271df2e3", "sha256": "932c4de479c3dc985b25534b52e13a18603507e40e5c4487cddad0b0671e0617" }, "downloads": -1, "filename": "mipea-0.1.1.tar.gz", "has_sig": false, "md5_digest": "91d2bcb4248f5841a79b4298271df2e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30392, "upload_time": "2019-09-13T19:50:00", "url": "https://files.pythonhosted.org/packages/92/30/da85f93fc9c8e312b6632ad29180b34ea734cc84790a2a1e96eadf58f04e/mipea-0.1.1.tar.gz" } ] }