kopia lustrzana https://github.com/micropython/micropython-lib
![]() TODO: elaborate. |
||
---|---|---|
abc | ||
base64 | ||
binascii | ||
binhex | ||
bisect | ||
calendar | ||
collections | ||
collections.defaultdict | ||
collections.deque | ||
copy | ||
csv | ||
datetime | ||
dbm | ||
email.charset | ||
email.encoders | ||
email.errors | ||
email.feedparser | ||
email.header | ||
email.internal | ||
email.message | ||
email.parser | ||
email.utils | ||
errno | ||
fcntl | ||
fnmatch | ||
functools | ||
getopt | ||
glob | ||
gzip | ||
hashlib | ||
heapq | ||
html/html | ||
html.entities | ||
http.client | ||
itertools | ||
json | ||
keyword | ||
logging | ||
multiprocessing | ||
os | ||
os.path | ||
pickle | ||
posixpath | ||
pprint | ||
queue | ||
quopri | ||
random | ||
re-pcre | ||
select | ||
shelve | ||
shlex | ||
shutil | ||
socket | ||
sqlite3 | ||
stat | ||
string | ||
subprocess | ||
tempfile | ||
test.support | ||
traceback | ||
types | ||
unittest | ||
urllib | ||
urllib.parse | ||
uu | ||
warnings | ||
.gitignore | ||
Makefile | ||
README.md | ||
make_metadata.py |
README.md
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
micropython-lib is highly experimental community project.
Please help to drive it to just "expiremental" state by testing provided
packages with MicroPython.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
micropython-lib
micropython-lib is a project to develop non-monolothic standard library for MicroPython. Each module or package is available as a seprate distribution package from PyPI. Modules either written from scratch or ported from CPython.
More info:
- https://github.com/micropython/micropython/issues/405
- http://forum.micropython.org/viewtopic.php?f=5&t=70
Basic guidelines for installing packages from PyPI: