Metadata-Version: 2.1
Name: mu_sb
Version: 0.0.1
Summary: Mu supporting Studuino:bit
Home-page: UNKNOWN
Author: Artec Co., Ltd.
Author-email: support@artec-kk.co.jp
License: GPL3
Description: Mu - A Simple Python Code Editor 
        ================================
        
        .. image:: https://raw.githubusercontent.com/mu-editor/mu/master/https://mu.readthedocs.io/en/latest/_images/logo.png
        
        Mu is a simple code editor for beginner programmers based on extensive feedback
        from teachers and learners. Having said that, Mu is for anyone who wants to use
        a simple "no frills" editor.
        
        Mu is a modal editor with modes for Adafruit's CircuitPython, the micro:bit's
        version of MicroPython, PyGame Zero and standard Python 3 (including a
        graphical debugger). Some of the modes make available a REPL (either
        running on the connected CircuitPython or MicroPython device or as a Jupyter
        based iPython session in Python3 mode).
        
        Mu is written in Python and works on Windows, macOS, Linux and Raspberry Pi. The
        project's public facing website is
        `https://codewith.mu/ <https://codewith.mu/>`_. We celebrate the work done by
        users of mu at `https://madewith.mu/ <https://madewith.mu/>`_.
        
        We have `extensive developer documentation <https://mu.readthedocs.io/>`_
        including a guide for
        `setting up a development environment <https://mu.readthedocs.io/en/latest/setup.html>`_, 
        `contributor guidelines <https://mu.readthedocs.io/en/latest/contributing.html>`_ and
        `some suggested first steps <https://mu.readthedocs.io/en/latest/first-steps.html>`_.
        
        We want our community to be a friendly place. Therefore, we expect contributors
        and collaborators to follow our
        `Code of Conduct <https://mu.readthedocs.io/en/latest/code_of_conduct.html>`_.
        
        
        Release History
        ---------------
        
        1.1.0-alpha.1
        =============
        
        Add Studuino:bit VID and PID to Mu 1.1.0-alpha.1.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Education
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Text Editors
Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)
Provides-Extra: docs
Provides-Extra: dev
Provides-Extra: all
Provides-Extra: package
Provides-Extra: utils
Provides-Extra: tests
