This is a repository of libraries designed to be useful for writing MicroPython applications.
 
 
Go to file
Paul Sokolovsky 27ec4eb700 Add very basic implementation of os and fcntl modules for unix port.
Using ffi module. Both offer just 1-2 initial functions so far.
2014-04-13 02:14:13 +03:00
copy copy: Add pristine from Python-3.3.3 tarball. 2014-04-13 02:11:28 +03:00
fcntl Add very basic implementation of os and fcntl modules for unix port. 2014-04-13 02:14:13 +03:00
json/json json: Add pristine from Python-3.3.3 tarball. 2014-04-13 02:11:28 +03:00
os Add very basic implementation of os and fcntl modules for unix port. 2014-04-13 02:14:13 +03:00
types types: Add pristine from Python-3.3.3 tarball. 2014-04-13 02:11:28 +03:00
unittest unittest: Add packaging metadata file (setup.py). 2014-04-13 02:14:13 +03:00
.gitignore Add .gitignore . 2014-04-13 02:11:28 +03:00
Makefile Makefile: Support installing individual modules with "install MOD=<name>". 2014-04-13 02:11:28 +03:00
README.md Initial commit 2014-04-01 03:47:14 -07:00

README.md

micropython-lib

Core Python libraries ported to Micro Python