{ "info": { "author": "Pierre Rust", "author_email": "pierre.rust@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Hardware :: Hardware Drivers" ], "description": "apigpio\n=======\n\napigpio - an asyncio-based python client for pigpio\n\n\n`pigpio `_ provides a very \nconvenient `pigpiod` daemon which can be used through a pipe or socket interface\nto access GPIOs on the Raspberry Pi. \n\n`apigpio` is a python client library that uses asyncio to access the `pigpiod` \ndaemon. It's basically a (incomplete) port of the original python client provided with pigpio.\n\nInstallation\n============\n\napigpio is available on Pypi and can be installed with pip::\n\n pip install apigpio\n\nTo install it from sources: :\n\n git clone https://github.com/PierreRust/apigpio.git\n cd apigpio\n python setup.py install\n\n\nUsage\n=====\n\nSee the examples in the `samples` directory.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/PierreRust/apigpio/archive/0.0.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/PierreRust/apigpio", "keywords": "gpio,pigpio,asyncio,raspberry", "license": "", "maintainer": "", "maintainer_email": "", "name": "apigpio", "package_url": "https://pypi.org/project/apigpio/", "platform": "", "project_url": "https://pypi.org/project/apigpio/", "project_urls": { "Download": "https://github.com/PierreRust/apigpio/archive/0.0.2.tar.gz", "Homepage": "https://github.com/PierreRust/apigpio" }, "release_url": "https://pypi.org/project/apigpio/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "asyncio-based python client for pigpiod", "version": "0.0.2" }, "last_serial": 2999332, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "403d9761906767c5aa27acf633f82656", "sha256": "789f88c1873154b760abe8b3fa2254f08152e5eb6187bbc7dbb43183238c85c2" }, "downloads": -1, "filename": "apigpio-0.0.1.tar.gz", "has_sig": false, "md5_digest": "403d9761906767c5aa27acf633f82656", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11100, "upload_time": "2017-06-15T11:33:53", "url": "https://files.pythonhosted.org/packages/cb/e6/7d6624d58e560edbede2539acd3fa1ac6cd86712d0a12f0a15f1721cf097/apigpio-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "58c3814fe24795ef0465bdd15719fe52", "sha256": "408c6391645e2966cbcac053187342929b66c47983ffdabfd3da71c3b38c24ca" }, "downloads": -1, "filename": "apigpio-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "58c3814fe24795ef0465bdd15719fe52", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13964, "upload_time": "2017-07-04T14:49:15", "url": "https://files.pythonhosted.org/packages/65/36/577f877693110d543c423c72b9a1dfeba6cb8b66e86df3f6a07a913f90a3/apigpio-0.0.2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "58c3814fe24795ef0465bdd15719fe52", "sha256": "408c6391645e2966cbcac053187342929b66c47983ffdabfd3da71c3b38c24ca" }, "downloads": -1, "filename": "apigpio-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "58c3814fe24795ef0465bdd15719fe52", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13964, "upload_time": "2017-07-04T14:49:15", "url": "https://files.pythonhosted.org/packages/65/36/577f877693110d543c423c72b9a1dfeba6cb8b66e86df3f6a07a913f90a3/apigpio-0.0.2-py2.py3-none-any.whl" } ] }