{ "info": { "author": "Hyeonki Hong", "author_email": "hhk7734@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Topic :: Software Development", "Topic :: System :: Hardware" ], "description": "# Lot.GPIO\n\n## Installation\n\n```bash\nsudo add-apt-repository -y ppa:loliot/ppa &&\\\nsudo apt install lot\n```\n\n```bash\nsudo apt update &&\\\nsudo apt install -y swig python3 python3-dev python3-pip &&\\\npython3 -m pip install -U pip setuptools\n```\n\n```bash\npython3 -m pip install Lot.GPIO\n```\n\n## Blink example\n\n```bash\nimport Lot.GPIO as GPIO\n# You can also use 'import RPi.GPIO as GPIO'.\nimport time\n\nLED_PIN = 7\n\n'''\nGPIO.BCM == GPIO.LOT\nGPIO.BOARD == GPIO.PHY\n'''\nGPIO.setmode(GPIO.BOARD)\nGPIO.setup(LED_PIN, GPIO.OUT)\n\nwhile True:\n GPIO.output(LED_PIN, GPIO.HIGH)\n time.sleep(1)\n GPIO.output(LED_PIN, GPIO.LOW)\n time.sleep(1)\n```\n\n# CHANGELOG\n\nLot.GPIO (0.0.2) unstable\n\n * Implement RPi.GPIO API.\n\n -- Hyeonki Hong Sun, 06 Oct 2019 21:46:57 +0900\n\nLot.GPIO (0.0.1) unstable\n\n * Initial release.\n\n -- Hyeonki Hong Thu, 22 Aug 2019 22:41:00 +0900", "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/loliot", "keywords": "lot,GPIO", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Lot.GPIO", "package_url": "https://pypi.org/project/Lot.GPIO/", "platform": "", "project_url": "https://pypi.org/project/Lot.GPIO/", "project_urls": { "Homepage": "https://github.com/loliot", "Source": "https://github.com/loliot/Lot.GPIO.git" }, "release_url": "https://pypi.org/project/Lot.GPIO/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "A module to control SBC GPIO", "version": "0.0.2" }, "last_serial": 5934824, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "46b5b7a5c74def50f5233802d5a3f017", "sha256": "adfd8ab2c0dc18c63fe97235bf16a36af7bcd6cba645314624de27dc1d9c82a3" }, "downloads": -1, "filename": "Lot.GPIO-0.0.1.tar.gz", "has_sig": false, "md5_digest": "46b5b7a5c74def50f5233802d5a3f017", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2146, "upload_time": "2019-08-22T13:36:44", "url": "https://files.pythonhosted.org/packages/a8/1d/68dd11cbe6bb0b76d75b04e37f5659cc1ef6c42e302ec6ae35cf7d89d52d/Lot.GPIO-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "ca68b3ecc48f623f3429c22e69b70a6a", "sha256": "ebb35452a2933a5b4816be382c504a2de4bd672768a66a569fbb092a372ef302" }, "downloads": -1, "filename": "Lot.GPIO-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ca68b3ecc48f623f3429c22e69b70a6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4248, "upload_time": "2019-10-06T13:00:07", "url": "https://files.pythonhosted.org/packages/0e/52/04084f2b553f7b66f344a1a12169e5cff62877ac207439649f2eb730ad55/Lot.GPIO-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ca68b3ecc48f623f3429c22e69b70a6a", "sha256": "ebb35452a2933a5b4816be382c504a2de4bd672768a66a569fbb092a372ef302" }, "downloads": -1, "filename": "Lot.GPIO-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ca68b3ecc48f623f3429c22e69b70a6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4248, "upload_time": "2019-10-06T13:00:07", "url": "https://files.pythonhosted.org/packages/0e/52/04084f2b553f7b66f344a1a12169e5cff62877ac207439649f2eb730ad55/Lot.GPIO-0.0.2.tar.gz" } ] }