{ "info": { "author": "Ilann Adjedj", "author_email": "ilann@apidou.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "License :: OSI Approved", "Natural Language :: French", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Communications" ], "description": "APIdou - Python communication with APIdou\n========================================================================\nThis module based on PyGATT (by Chris Peplin) makes easier to communicate\nover BLE with APIdou, the connected plush (www.apidou.fr).\n\nExample code :\n```python\nfrom apidou import APIdou\n# create an APIdou object using gatttool and a given MAC address\ndevice = APIdou(\"linux\", \"AA:BB:CC:DD:EE:FF\")\ndevice.connect()\n\ndevice.setVibration(True)\ntime.sleep(0.1)\ndevice.setVibration(False)\n\ndevice.disconnect()\n```\n\nMore examples on the [other repository](https://github.com/iadjedj/APIdouExamples/tree/master/python)\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/iadjedj/apidou", "keywords": "", "license": "Beerware", "maintainer": "", "maintainer_email": "", "name": "apidou", "package_url": "https://pypi.org/project/apidou/", "platform": "", "project_url": "https://pypi.org/project/apidou/", "project_urls": { "Homepage": "http://github.com/iadjedj/apidou" }, "release_url": "https://pypi.org/project/apidou/0.2.2/", "requires_dist": null, "requires_python": "", "summary": "Module to communicate with APIdou, the connected plush", "version": "0.2.2" }, "last_serial": 2500644, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "88ac4ba9ac0b33c98ff5052128916127", "sha256": "d7b0ccec252043eeddeb4bc1b9fc710b46191c462dfe5ecd9b5526fe3901289b" }, "downloads": -1, "filename": "apidou-0.2.tar.gz", "has_sig": false, "md5_digest": "88ac4ba9ac0b33c98ff5052128916127", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4115, "upload_time": "2016-10-14T11:14:55", "url": "https://files.pythonhosted.org/packages/bb/37/e5230d73886eddf93d5c65378e7faaf469a7043b2dc1683ca76463cfbc65/apidou-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "60584ef624d9b041f1beef62cbaf97b6", "sha256": "5468b5df1de93a4f51d0e4bcf640f9ba3777dcde93cb472abe67136635e8ba6e" }, "downloads": -1, "filename": "apidou-0.2.1.tar.gz", "has_sig": false, "md5_digest": "60584ef624d9b041f1beef62cbaf97b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4156, "upload_time": "2016-10-14T16:52:19", "url": "https://files.pythonhosted.org/packages/e1/d1/52557b4796711e46e4f3d2dae1da7f66474616982ef9a811336b2b62eda2/apidou-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "109b275a908e42a9ca4bdf00492ce19d", "sha256": "11e70e46a99140658da3acb1cab15dafe61b5ffdb20240cade5ecda9bc48b1a3" }, "downloads": -1, "filename": "apidou-0.2.2.tar.gz", "has_sig": false, "md5_digest": "109b275a908e42a9ca4bdf00492ce19d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4120, "upload_time": "2016-12-05T16:13:45", "url": "https://files.pythonhosted.org/packages/05/bf/db91d4efbb0937e75145d596fe1fe60bfb0a83453d8ef44af1b858a7a268/apidou-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "109b275a908e42a9ca4bdf00492ce19d", "sha256": "11e70e46a99140658da3acb1cab15dafe61b5ffdb20240cade5ecda9bc48b1a3" }, "downloads": -1, "filename": "apidou-0.2.2.tar.gz", "has_sig": false, "md5_digest": "109b275a908e42a9ca4bdf00492ce19d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4120, "upload_time": "2016-12-05T16:13:45", "url": "https://files.pythonhosted.org/packages/05/bf/db91d4efbb0937e75145d596fe1fe60bfb0a83453d8ef44af1b858a7a268/apidou-0.2.2.tar.gz" } ] }