Here are
21 public repositories
matching this topic...
Lightweight, pure-Python Text User Interface (TUI) widget toolkit with minimal dependencies. Dedicated to the Pycopy project.
Updated
May 3, 2020
Python
Really minimal web application framework for the Pycopy project (minimalist Python implementation) and its "uasyncio" async framework
Updated
Jan 18, 2020
Python
Micro template engine in Python with low memory usage, intended for Pycopy, small Python implementation
Updated
Jun 9, 2020
Python
Flask Notes sample application ported to the Pycopy's picoweb web micro-framework
Updated
Aug 21, 2019
Python
Sqlite3-based anti-ORM for Pycopy
Updated
Jul 21, 2019
Python
pySerial-like interface for Pycopy (unix port)
Updated
Jul 21, 2019
Python
Various Pycopy-related proofs of concepts and hacks which don't deserve dedicated repos
Updated
Oct 19, 2018
Python
Lightweight LLVM C API bindings for Pycopy and other Python implementations
Updated
Apr 25, 2020
Python
Updated
Apr 30, 2017
Python
Simple file-based ORM for Pycopy
Updated
Jul 21, 2019
Python
FFI bindings generator for Pycopy
Updated
Feb 24, 2016
Python
Very simple ORM for Pycopy's btree module
Updated
Aug 18, 2019
Python
libusb bindings for Pycopy
Updated
Jun 29, 2014
Python
Updated
Jul 21, 2019
Python
Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.
Updated
Dec 29, 2019
Python
Very simple download manager based on wget and Pycopy
Updated
Jul 21, 2019
Python
Updated
Jan 3, 2020
Python
Pycopy bindings for FFmpeg
Updated
Jul 19, 2019
Python
Generating machine code at runtime (aka JIT) using Pycopy
Updated
Apr 16, 2020
Python
Improve this page
Add a description, image, and links to the
pycopy
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
pycopy
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
CPython3 has check for "printable" chars, and dumps them. This discrepancy causes a bunch of diffs when comparing CPy vs uPy output on real-world corpus (like, CPython stdlib/testsuite).