Metadata-Version: 2.1
Name: cs20-microbitio
Version: 0.2
Summary: Use Micro:bit as an I/O device in Python.
Home-page: https://github.com/schellenberg/bitio
Author: Dan Schellenberg
Author-email: schellenberg@gmail.com
License: MIT
Keywords: IDE education programming microbit
Platform: Windows
Platform: macOS
Platform: Linux
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: Freeware
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Education
Classifier: Topic :: Software Development
Requires-Python: >=3.4

This is just a package containing David Whaley's 
bitio module, so that it can be easily installed in Thonny using
Manage Packages (pip install). This simplifies the install process
for the students, so they don't need to worry about where to save files.

