This is a repository of libraries designed to be useful for writing MicroPython applications.
 
 
Go to file
Paul Sokolovsky 62240137d4 make_metadata.py: Remove current dir from sys.path.
Otherwise MicroPython will pick up glob as an empty namespace package from
the current dir otherwise.
2014-06-06 23:22:44 +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.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 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 example. 2014-05-31 15:17:58 +03:00
itertools
json
keyword
logging
multiprocessing
os os: Make listdir() accept bytes arg and have corresponding semantics. 2014-05-26 01:58: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
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: Remove current dir from sys.path. 2014-06-06 23:22:44 +03:00

README.md

micropython-lib

Core Python libraries ported to Micro Python