Metadata-Version: 2.0
Name: circuitpython-kernel
Version: 0.1.0
Summary: CircuitPython Kernel enables CircuitPython to be used in Jupyter Notebooks for learning Python coding with microcontrollers.
Home-page: https://github.com/willingc/circuitpython_kernel
Author: Carol Willing
Author-email: carolcode@willingconsulting.com
License: BSD license
Keywords: circuitpython_kernel jupyter notebook
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: ipykernel
Requires-Dist: pyserial

====================
CircuitPython Kernel
====================


.. image:: https://img.shields.io/pypi/v/circuitpython_kernel.svg
        :target: https://pypi.python.org/pypi/circuitpython_kernel

.. image:: https://img.shields.io/travis/willingc/circuitpython_kernel.svg
        :target: https://travis-ci.org/willingc/circuitpython_kernel

.. image:: https://readthedocs.org/projects/circuitpython-kernel/badge/?version=latest
        :target: https://circuitpython-kernel.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/willingc/circuitpython_kernel/shield.svg
     :target: https://pyup.io/repos/github/willingc/circuitpython_kernel/
     :alt: Updates


CircuitPython Kernel enables CircuitPython_ to be used in Jupyter_
Notebooks to teach Python_ coding with microcontrollers.


* Free software: BSD license
* Documentation: https://circuitpython-kernel.readthedocs.io.


.. warning:: This package is a pre-alpha version. Use at your own peril.
             It is missing functionality, has hard coding of variables,
             and has only been used with MacOS 10.12 and Atmel SAMD.

Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

This package is inspired by Thomas Kluyver's ubit_kernel_ for the BBC Micro:bit
and Project Jupyter's wrapper kernel.

.. _CircuitPython: https://github.com/adafruit/circuitpython
.. _Jupyter: https://jupyter.org
.. _Python: https://python.org
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _ubit_kernel: https://github.com/takluyver/ubit_kernel


=======
History
=======

0.1.0 (2017-03-23)
------------------

* First release on PyPI.


