pycopy

There are 24 repositories under pycopy topic.

  • pfalcon/picotui

    Lightweight, pure-Python Text User Interface (TUI) widget toolkit with minimal dependencies. Dedicated to the Pycopy project.

    Language:Python794265071
  • pfalcon/pycopy

    Pycopy - a minimalist and memory-efficient Python dialect. Good for desktop, cloud, constrained systems, microcontrollers, and just everything.

    Language:C791336177
  • pfalcon/picoweb

    Really minimal web application framework for the Pycopy project (minimalist Python dialect) and its "uasyncio" async framework

    Language:Python501306398
  • pfalcon/pycopy-lib

    Standard library of the Pycopy project, minimalist and light-weight Python language implementation

    Language:Python240154570
  • pfalcon/utemplate

    Micro template engine in Python with low memory usage, designed for Pycopy, a minimalist Python dialect, but also compatible with other Pythons.

    Language:Python769178
  • pfalcon/notes-pico

    Flask Notes sample application ported to the Pycopy's picoweb web micro-framework

    Language:Python35731
  • pfalcon/pyedit

    Simple text editor widget for Python and Pycopy. Further developed in https://github.com/pfalcon/picotui

    Language:Python18405
  • pfalcon/uorm

    Sqlite3-based anti-ORM for Pycopy

    Language:Python1630
  • pfalcon/pycopy-serial

    pySerial-like interface for Pycopy (unix port)

    Language:Python15305
  • pfalcon/pyastinterp

    Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.

    Language:Python14302
  • pfalcon/pycopy-projs

    Various Pycopy-related proofs of concepts and hacks which don't deserve dedicated repos

    Language:Python11411
  • pfalcon/pycopy-jitgen

    Generating machine code at runtime (aka JIT) using Pycopy (small Python dialect)

    Language:Python1040
  • pfalcon/ullvm_c

    Lightweight LLVM C API bindings for Pycopy and other Python implementations

    Language:Python1030
  • pfalcon/uremi

    Proof of concept of developing alike of https://github.com/dddomodossola/remi for Pycopy

    Language:Python9501
  • pfalcon/pycopy-filedb

    Simple file-based ORM for Pycopy

    Language:Python841
  • pfalcon/pycopy-btreedb

    Very simple ORM for Pycopy's btree module

    Language:Python635
  • pfalcon/pycopy-ffigen

    FFI bindings generator for Pycopy

    Language:Python6321
  • pfalcon/udownmark

    A dead simple parser/renderer for Markdown-like text markup (subset of Markdown). Dedicated to Pycopy, a minimalist Python implementation (https://github.com/pfalcon/micropython).

    Language:Python4311
  • pfalcon/pycopy-uffmpeg

    Pycopy bindings for FFmpeg

    Language:Python3301
  • pfalcon/pydashie-picoweb

    Quick and dirty port of PyDashie to Pycopy/Picoweb

    Language:JavaScript340
  • pfalcon/pycopy-dlman

    Very simple download manager based on wget and Pycopy

    Language:Python230
  • pfalcon/pycopy-libusb

    libusb bindings for Pycopy

    Language:Python230
  • pfalcon/uaio_xiaomi_gw

    Pycopy uasyncio module for Xiaomi Mi Home Gateway

    Language:Python240
  • pfalcon/ullvmlite

    Reimplementation of (subset of) of llvmlite Python module on top of https://github.com/pfalcon/ullvm_c

    Language:Python130