Search found 1155 matches

by pfalcon
Wed Jun 12, 2019 7:01 am
Forum: Programs, Libraries and Tools
Topic: utemplate - Lightweight template engine for MicroPython
Replies: 8
Views: 12936

Re: utemplate - Lightweight template engine for MicroPython

utemplate 1.3 was released: https://pypi.org/project/utemplate/1.3/ .

It's mostly a documentation update, at least a quick, but syntax reference is now included, etc. The doc is now also rendered on PyPI.
by pfalcon
Tue May 14, 2019 4:49 pm
Forum: Programs, Libraries and Tools
Topic: uasyncio - asyncio-like cooperative multitasking framework for uPy
Replies: 114
Views: 131090

Re: uasyncio - asyncio-like cooperative multitasking framework for uPy

To set it straight: the official picoweb works with official uasyncio from the official micropython-lib, all of which work with the official Pycopy project from the author/maintainer of all these 4 things. There're various outdated vendor forks, which I, as the author, do not support. If you want to...
by pfalcon
Fri May 10, 2019 10:57 pm
Forum: General Discussion and Questions
Topic: Awesome MicroPython list, pfalcon's version
Replies: 8
Views: 11487

Re: Awesome MicroPython list, pfalcon's version

More progress, 52 commits. "Books" section added.
by pfalcon
Fri May 10, 2019 10:51 pm
Forum: Programs, Libraries and Tools
Topic: udownmark - A dead simple parser/render for Markdown-like text markup
Replies: 0
Views: 3362

udownmark - A dead simple parser/render for Markdown-like text markup

https://github.com/pfalcon/udownmark can render a subset of Markdown syntax into HTML.

udownmark is developed with/for the Pycopy project. For unix port, it requires the micropython-dev variant.
by pfalcon
Fri May 10, 2019 10:11 pm
Forum: Programs, Libraries and Tools
Topic: micropython-lib project: CPython backports
Replies: 5
Views: 6787

Re: micropython-lib project: CPython backports

The project gradually progress. The latest module released is https://pypi.org/project/micropython-cpython-ure/ (very bare, yeah).
by pfalcon
Thu May 09, 2019 1:05 pm
Forum: Programs, Libraries and Tools
Topic: Pycopy, "Advanced MicroPython fork" by pfalcon
Replies: 15
Views: 17649

Re: Pycopy, "Advanced MicroPython fork" by pfalcon

The latest Pycopy contains changes required for uasyncio 3.0: viewtopic.php?f=15&t=5699#p33792 .
by pfalcon
Thu May 09, 2019 9:51 am
Forum: Programs, Libraries and Tools
Topic: uasyncio - asyncio-like cooperative multitasking framework for uPy
Replies: 114
Views: 131090

Re: uasyncio - asyncio-like cooperative multitasking framework for uPy

A few releases were made in the meantime: * uasyncio.core/uasyncio 2.3, with a cancellation fix for I/O-blocked coroutines. * uasyncio 3.0, with long-planned optimization of I/O-blocked coroutine tracking. * uasyncio 3.0.1, with fixes for better wrapper streams support. As all the recent versions of...
by pfalcon
Tue Apr 30, 2019 7:58 pm
Forum: Other Boards
Topic: The 'machine' module on Raspberry Pi
Replies: 6
Views: 11502

Re: The 'machine' module on Raspberry Pi

"machine" module for Unix port was written 3 years ago: https://github.com/pfalcon/micropython- ... ne/machine . Obviously, the amount of the code written so far is based on the needs of people who contributed to the module.