25 projects
udbq
Minimalist Python database query builder / anti-ORM.
imphook
Simple and clear import hooks for Python - import anything as if it were a Python module
pycopy-serial
pySerial-like module for Pycopy unix port (https://github.com/pfalcon/pycopy).
picotui
A simple text user interface (TUI) library.
utemplate
Very lightweight, memory-efficient, dependency-free template engine (compiles to Python source).
imphook_py
imphook extensions for Python source transformations
picoweb
A very lightweight, memory-efficient async web framework for Pycopy (https://github.com/pfalcon/pycopy) and its uasyncio module.
diff-hilite
Diff wrapper/filter for intra-line changes highlighting
ScratchABit
Pure-Python interactive disassembler
ScratchABlock
Pure-Python decompiler
strict-mode
Python Strict Mode
ullvm_c
Lightweight bindings for LLVM C API
ullvm
Lightweight bindings for LLVM C API
sphinx-selective-exclude
Sphinx eager ".. only::" directive and other selective rendition extensions
notes-pico
A note-taking example web application for Picoweb web pico-framework. (Ported from Flask original)
pycopy-btreedb
Very simple ORM (Object-Relational Mapper) for Pycopy's 'btree' module.
uorm
Very lightweight, memory-efficient (uses generator protocol), dependency-free anti-ORM (Object-Relational Mapper) for Pycopy (https://github.com/pfalcon/pycopy). Using this module, one can simplify typical database access operations, without trading well-known SQL for an obscure and inefficient ORM pseudo-language.
pycopy-filedb
Very simple, filesystem-based ORM (Object-Relational Mapper) for Pycopy (https://github.com/pfalcon/pycopy).
micropython-uffmpeg
(deprecated)
pycopy-uffmpeg
Pycopy bindings for FFmpeg video handling library
micropython-btreedb
Very simple ORM (Object-Relational Mapper) for MicroPython's 'btree' module.
udownmark
A dead simple parser/renderer for Markdown-like text markup.
python-compiler
Python bytecode compiler written in Python
micropython-serial
pySerial-like module for MicroPython (unix port).
micropython-filedb
Very simple, filesystem-based ORM (Object-Relational Mapper) for MicroPython.