micropython-lib/uasyncio/metadata.txt

7 wiersze
244 B
Plaintext
Czysty Zwykły widok Historia

2014-07-20 21:17:12 +00:00
srctype = micropython-lib
type = package
2015-12-12 23:55:06 +00:00
version = 0.9
2014-07-20 21:17:12 +00:00
author = Paul Sokolovsky
long_desc = Lightweight asyncio-like library built around native Python coroutines, not around un-Python devices like callback mess.
2015-12-12 23:55:06 +00:00
depends = errno, uasyncio.core