This is a repository of libraries designed to be useful for writing MicroPython applications.
 
 
Go to file
Paul Sokolovsky 886587bd72 http.client: Test string by type, not by presense of some method.
MicroPython has both encode() & decode() for both str & bytes, and it's
expensive to have it otherwise.
2014-05-25 23:02:53 +03:00
abc
base64
binascii
binhex
bisect
calendar
collections
collections.defaultdict
collections.deque
copy
csv csv: Add dummy module. 2014-05-24 18:27:52 +03:00
datetime
dbm
email.charset email.charset: Add metadata. 2014-05-24 15:20:33 +03:00
email.encoders
email.errors email.errors: Add metadata, 2014-05-24 15:27:27 +03:00
email.feedparser email.feedparser: Add metadata. 2014-05-24 16:06:53 +03:00
email.header email.header: MicroPython doesn't have str.isspace(). 2014-05-25 03:25:06 +03:00
email.internal email.internal: Add metadata. 2014-05-24 16:18:24 +03:00
email.message email.message: Add email.iterators module to dist-package. 2014-05-24 16:21:00 +03:00
email.parser email.parser: Add metadata. 2014-05-24 16:09:11 +03:00
email.utils email.utils: Add metadata. 2014-05-24 15:36:40 +03:00
errno
fcntl
fnmatch
functools
getopt
glob
gzip
hashlib
heapq
html/html
html.entities
http.client/http http.client: Test string by type, not by presense of some method. 2014-05-25 23:02:53 +03:00
itertools
json
keyword
logging
multiprocessing
os
os.path
pickle
posixpath
pprint
queue
quopri
random
re-pcre
select
shelve shelve: Add dummy module. 2014-05-24 18:28:16 +03:00
shlex
shutil
socket socket: Add _GLOBAL_DEFAULT_TIMEOUT constant. 2014-05-25 22:56:45 +03:00
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

Core Python libraries ported to Micro Python