Language

Package: micropython @ 1.15

Synopsis

Python implementation for microcontrollers and constrained systems

Description

MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments. MicroPython is packed full of advanced features such as an interactive prompt, arbitrary precision integers, closures, list comprehension, generators, exception handling and more. Still it is compact enough to fit and run within just 256k of code space and 16k of RAM. MicroPython aims to be as compatible with normal Python as possible to allow you to transfer code with ease from the desktop to a microcontroller or embedded system.

Home page
https://micropython.org/
Location
gnu/packages/python.scm (line: 682, column: 2)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/n8vnbdack5q37ck6af5pdz5pj85pppsp-micropython-1.15.drv
x86_64-linuxx86_64-w64-mingw32/gnu/store/w61w22mdkp9775j2w7z23iar8931jpg0-micropython-1.15.drv
x86_64-linuxriscv64-linux-gnu/gnu/store/7vrdq6mknpnqj2b59qmqklcgldcbh3l2-micropython-1.15.drv
x86_64-linuxpowerpc-linux-gnu/gnu/store/7whbasyizyzy809c1fijlflwhfdlqby3-micropython-1.15.drv
x86_64-linuxpowerpc64le-linux-gnu/gnu/store/rxlf3kmxa0az36hm0gri3zvh1bl269kx-micropython-1.15.drv
x86_64-linuxmips64el-linux-gnu/gnu/store/dghjxpv9vwwmihnf5mm9xl3m8i04naw3-micropython-1.15.drv
x86_64-linuxi686-w64-mingw32/gnu/store/6gwq8yw19hrf8nlyjywqwz091lz7c5pz-micropython-1.15.drv
x86_64-linuxi586-pc-gnu/gnu/store/bsnrka80g033pjvlf4x8fy5828jgbpnz-micropython-1.15.drv
x86_64-linuxarm-linux-gnueabihf/gnu/store/lmii4i1zivnvgzrk68dhipz3fvl6w2x1-micropython-1.15.drv
x86_64-linuxaarch64-linux-gnu/gnu/store/8q687bplpq87h2pldv679cw02xn1hwq6-micropython-1.15.drv
riscv64-linux/gnu/store/axmsxvz6p83dw75vlmv9q25ca856ldrq-micropython-1.15.drv
    powerpc-linux/gnu/store/raq1jhwabnk82smshpqwani60b618cxd-micropython-1.15.drv
      powerpc64le-linux/gnu/store/wncc9nn3ip2a108c8w1l31mfzrdmzk13-micropython-1.15.drv
      mips64el-linux/gnu/store/xwi3jmgsv8zwlwfavbs6kfcvj4na07fc-micropython-1.15.drv
        i686-linux/gnu/store/7qy5x3kwlssqrd61gpwmk44gix5q1crn-micropython-1.15.drv
        i586-gnu/gnu/store/49v9s478jrfkac1dzz2617ram3a3wj6d-micropython-1.15.drv
        armhf-linux/gnu/store/6pgv9j96v3w83mvgabaahc65nx8fw4w6-micropython-1.15.drv
        aarch64-linux/gnu/store/5jaxvn3difa57b8k8wv37z6z50j0bwvg-micropython-1.15.drv

        Lint warnings

        LinterMessageLocation
        input-labels

        Identify input labels that do not match package names

        label 'python' does not match package name 'python-wrapper'