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/5zfjq2hrcwv5ch3ld4kwklr39k2lzmd0-micropython-1.15.drv
x86_64-linuxx86_64-w64-mingw32/gnu/store/zpad63ninz1dc9jzc1hxrmcc6ds28m71-micropython-1.15.drv
    x86_64-linuxriscv64-linux-gnu/gnu/store/xg83kh173i7y0jyhyhz4gzxg03in985s-micropython-1.15.drv
      x86_64-linuxpowerpc-linux-gnu/gnu/store/1h6v885wgpnksr71rwnbhf0nac3i5rd6-micropython-1.15.drv
      x86_64-linuxpowerpc64le-linux-gnu/gnu/store/f55dg2vyb4vycbgw5galxma8qff5x5sv-micropython-1.15.drv
      x86_64-linuxmips64el-linux-gnu/gnu/store/6xa6c40vrhxvnhi6vbgqmvcwp8h9ax30-micropython-1.15.drv
      x86_64-linuxi686-w64-mingw32/gnu/store/bhpl8ahzhqagr18mfsfyn03ai1ayk008-micropython-1.15.drv
        x86_64-linuxi586-pc-gnu/gnu/store/8h1b7iv6i4cq6grg79b35cd2n7almxwc-micropython-1.15.drv
        x86_64-linuxarm-linux-gnueabihf/gnu/store/d9bhqwy677p8qjhzm0qhvng5nd5ijmz7-micropython-1.15.drv
        x86_64-linuxaarch64-linux-gnu/gnu/store/8qqxs5y9ybwzwkxynrnyhfbjaa5pc9qn-micropython-1.15.drv
        riscv64-linux/gnu/store/fsjl29y6sgls9brzzrihhd3f34pvy9rb-micropython-1.15.drv
          powerpc-linux/gnu/store/l8mjb9500n1ri4d250rmv9d0bz8f44id-micropython-1.15.drv
            powerpc64le-linux/gnu/store/x9dx6z9dxwxf35aj6pak8w4r73zg30i9-micropython-1.15.drv
            mips64el-linux/gnu/store/7hyn7w0jf101m2d0dw7pgb4mmga0wm63-micropython-1.15.drv
              i686-linux/gnu/store/r18crkkzifbswakhaxrc6nbn0vdd99xr-micropython-1.15.drv
              i586-gnu/gnu/store/zvlrm9nhcj04w23zaaaskr8d4iziggmd-micropython-1.15.drv
              armhf-linux/gnu/store/5f987r8033ihmlj0c6kq1jif8z3387ml-micropython-1.15.drv
              aarch64-linux/gnu/store/1viv22flb0rwp43azjjkdin0h6824jy4-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'