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/lcv9wmpjhy56bx3f9j572ryazgsll2mj-micropython-1.15.drv
x86_64-linuxx86_64-w64-mingw32/gnu/store/cbssm7w9ng4s509p386mn65cwfy4ca4w-micropython-1.15.drv
    x86_64-linuxpowerpc-linux-gnu/gnu/store/6abc9c43h2pcjf56mk82h8r5vmwxljyj-micropython-1.15.drv
      x86_64-linuxpowerpc64le-linux-gnu/gnu/store/4fiw6gxvgidjcnfwx0ik06qdkx85lnfy-micropython-1.15.drv
        x86_64-linuxmips64el-linux-gnu/gnu/store/70mpz133ry507yywd6rdms2srrdyk013-micropython-1.15.drv
          x86_64-linuxi686-w64-mingw32/gnu/store/gza3qajl9pa3jxvkp1mwr26jjw8dk6s3-micropython-1.15.drv
            x86_64-linuxi586-pc-gnu/gnu/store/c4qxj1y3zj2rm65fzirnm33yny6r20jk-micropython-1.15.drv
            x86_64-linuxarm-linux-gnueabihf/gnu/store/6pcyzx4iy0rd5s1r2wg4wqb668avgps0-micropython-1.15.drv
              x86_64-linuxaarch64-linux-gnu/gnu/store/pb9nb6b6kg1xrbylsx77ijxva4l774ds-micropython-1.15.drv
                powerpc-linux/gnu/store/bva173qf4y03s1gaips814wzi8kh9xvk-micropython-1.15.drv
                  powerpc64le-linux/gnu/store/p2y10yr5fg3r3abq0m01rbm6vnvcx4dn-micropython-1.15.drv
                  mips64el-linux/gnu/store/5lnhiymhsggq5qwyfixaa3aahh09d113-micropython-1.15.drv
                    i686-linux/gnu/store/qw8hg3sbyapjc6icjmy5rrq9kgv9vixi-micropython-1.15.drv
                    i586-gnu/gnu/store/4nbkhqh7vxhpmqrqad8f43hg1b5lps3f-micropython-1.15.drv
                    armhf-linux/gnu/store/4mhp01dp1ahln2bpr3n8cfk5hk3bkp86-micropython-1.15.drv
                    aarch64-linux/gnu/store/21smmpjfhqahyfgcd1j1107bmlq97qgm-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'