This is a repository of libraries designed to be useful for writing MicroPython applications.
 
 
Go to file
Paul Sokolovsky d4a7fda960 functools: Add dummy update_wrapper(), wraps(). 2014-06-08 00:26:17 +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.encoders
email.errors
email.feedparser
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
errno
fcntl
fnmatch
functools functools: Add dummy update_wrapper(), wraps(). 2014-06-08 00:26:17 +03:00
getopt
glob glob: Explicitly import os.path. 2014-06-06 22:53:30 +03:00
gzip
hashlib
heapq heapq: Switch to metadata.txt. 2014-06-03 02:06:08 +03:00
html/html
html.entities
http.client http.client: Add metadata. 2014-06-07 23:15:03 +03:00
itertools
json
keyword
logging
multiprocessing
os os: Add urandom(). 2014-06-07 23:16:36 +03:00
os.path os.path: Make join() accept bytes args. 2014-05-26 01:59:41 +03:00
pickle
posixpath
pprint
queue
quopri
random
re-pcre re-pcre: Implement count arg to re.sub(). 2014-06-08 00:16:34 +03:00
select select: Convert to metadata.txt. 2014-05-31 16:18:41 +03:00
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 .gitignore: Ignore local development files. 2014-05-31 15:18:48 +03:00
Makefile
README.md
make_metadata.py make_metadata.py: Allow to have module name != distribution name. 2014-06-07 05:04:00 +03:00

README.md

micropython-lib

Core Python libraries ported to Micro Python