Metadata-Version: 2.1 Name: PyBoard Version: 1.1.4 Summary: A Python package for programming with Arduino. Home-page: https://github.com/kaiyu-liu/PyBoard Author: Kevin Liu Author-email: winaes@126.com License: GPL v3 Classifier: Environment :: Other Environment Classifier: Intended Audience :: Developers Classifier: Intended Audience :: Education Classifier: Natural Language :: English Classifier: Operating System :: MacOS Classifier: Operating System :: Microsoft Classifier: Operating System :: POSIX Classifier: Operating System :: Unix Classifier: Topic :: Scientific/Engineering Classifier: Topic :: Education Classifier: Programming Language :: Python :: 3.5 Requires-Dist: pymata-aio >=2.25 # PyBoard A project that helps to use Python in STEM projects easily. The project is based on PyMata and makes the APIs as close to the functions in Arduino as possible. == Installation pip install PyBoard == Usage Please look at the examples folder to see how it works. == License GPL v3