2015-06-04 18:53:26 -04:00
|
|
|
MicroPython libraries
|
|
|
|
=====================
|
2014-10-30 21:37:19 -04:00
|
|
|
|
2016-04-26 18:32:38 -04:00
|
|
|
The following standard Python libraries are built in to MicroPython.
|
|
|
|
|
|
|
|
For additional libraries, please download them from the `micropython-lib repository
|
|
|
|
<https://github.com/micropython/micropython-lib>`_.
|
|
|
|
|
|
|
|
Python standard libraries and micro-libraries
|
|
|
|
---------------------------------------------
|
2014-10-30 21:37:19 -04:00
|
|
|
|
2016-04-26 18:32:38 -04:00
|
|
|
The following standard Python libraries have been "micro-ified" to fit in with
|
|
|
|
the philosophy of MicroPython. They provide the core functionality of that
|
|
|
|
module and are intended to be a drop-in replacement for the standard Python
|
|
|
|
library.
|
2014-11-02 18:37:02 -05:00
|
|
|
|
2016-04-26 18:32:38 -04:00
|
|
|
.. only:: not port_unix
|
|
|
|
|
|
|
|
The modules are available by their u-name, and also by their non-u-name. The
|
|
|
|
non-u-name can be overridden by a file of that name in your package path.
|
|
|
|
For example, ``import json`` will first search for a file ``json.py`` or
|
|
|
|
directory ``json`` and load that package if it is found. If nothing is found,
|
|
|
|
it will fallback to loading the built-in ``ujson`` module.
|
2014-11-02 18:37:02 -05:00
|
|
|
|
2015-10-30 18:14:48 -04:00
|
|
|
.. only:: port_unix
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2016-04-26 18:32:38 -04:00
|
|
|
|
2015-10-30 18:14:48 -04:00
|
|
|
cmath.rst
|
|
|
|
gc.rst
|
|
|
|
math.rst
|
2016-04-26 18:32:38 -04:00
|
|
|
select.rst
|
2015-10-30 18:14:48 -04:00
|
|
|
sys.rst
|
2016-04-26 18:32:38 -04:00
|
|
|
ubinascii.rst
|
|
|
|
uhashlib.rst
|
|
|
|
uheapq.rst
|
|
|
|
ujson.rst
|
2016-04-26 18:55:06 -04:00
|
|
|
uos.rst
|
2016-04-26 18:32:38 -04:00
|
|
|
ure.rst
|
|
|
|
usocket.rst
|
|
|
|
ustruct.rst
|
|
|
|
utime.rst
|
|
|
|
uzlib.rst
|
2015-10-30 18:14:48 -04:00
|
|
|
|
2015-06-10 17:29:56 -04:00
|
|
|
.. only:: port_pyboard
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2016-04-26 18:32:38 -04:00
|
|
|
|
2015-06-10 17:29:56 -04:00
|
|
|
cmath.rst
|
|
|
|
gc.rst
|
|
|
|
math.rst
|
|
|
|
select.rst
|
|
|
|
sys.rst
|
2016-04-26 18:32:38 -04:00
|
|
|
ubinascii.rst
|
|
|
|
uhashlib.rst
|
|
|
|
uheapq.rst
|
|
|
|
ujson.rst
|
2016-04-26 18:55:06 -04:00
|
|
|
uos.rst
|
2016-04-26 18:32:38 -04:00
|
|
|
ure.rst
|
|
|
|
usocket.rst
|
|
|
|
ustruct.rst
|
|
|
|
utime.rst
|
|
|
|
uzlib.rst
|
2015-06-10 17:29:56 -04:00
|
|
|
|
|
|
|
.. only:: port_wipy
|
2014-10-30 21:37:19 -04:00
|
|
|
|
2015-06-10 17:29:56 -04:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2016-04-26 18:32:38 -04:00
|
|
|
|
2015-06-10 17:29:56 -04:00
|
|
|
gc.rst
|
|
|
|
select.rst
|
|
|
|
sys.rst
|
2016-04-26 18:32:38 -04:00
|
|
|
ubinascii.rst
|
|
|
|
ujson.rst
|
2016-04-26 18:55:06 -04:00
|
|
|
uos.rst
|
2016-04-26 18:32:38 -04:00
|
|
|
ure.rst
|
|
|
|
usocket.rst
|
|
|
|
ussl.rst
|
|
|
|
utime.rst
|
2014-10-30 21:37:19 -04:00
|
|
|
|
2016-03-25 10:33:05 -04:00
|
|
|
.. only:: port_esp8266
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
gc.rst
|
|
|
|
math.rst
|
|
|
|
sys.rst
|
2016-04-26 18:32:38 -04:00
|
|
|
ubinascii.rst
|
|
|
|
uhashlib.rst
|
|
|
|
uheapq.rst
|
|
|
|
ujson.rst
|
2016-04-26 18:55:06 -04:00
|
|
|
uos.rst
|
2016-04-26 18:32:38 -04:00
|
|
|
ure.rst
|
|
|
|
usocket.rst
|
|
|
|
ustruct.rst
|
|
|
|
utime.rst
|
|
|
|
uzlib.rst
|
2016-04-26 18:14:16 -04:00
|
|
|
|
|
|
|
|
2016-04-26 18:37:45 -04:00
|
|
|
MicroPython-specific libraries
|
|
|
|
------------------------------
|
|
|
|
|
|
|
|
Functionality specific to the MicroPython implementation is available in
|
|
|
|
the following libraries.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
machine.rst
|
|
|
|
micropython.rst
|
|
|
|
network.rst
|
|
|
|
uctypes.rst
|
|
|
|
|
|
|
|
|
2015-06-10 17:29:56 -04:00
|
|
|
.. only:: port_pyboard
|
2014-10-30 21:37:19 -04:00
|
|
|
|
2015-06-10 17:29:56 -04:00
|
|
|
Libraries specific to the pyboard
|
|
|
|
---------------------------------
|
2015-10-14 06:32:01 -04:00
|
|
|
|
2015-06-10 17:29:56 -04:00
|
|
|
The following libraries are specific to the pyboard.
|
2015-10-14 06:32:01 -04:00
|
|
|
|
2015-06-10 17:29:56 -04:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
2015-10-14 06:32:01 -04:00
|
|
|
|
2015-06-10 17:29:56 -04:00
|
|
|
pyb.rst
|
2014-11-02 18:37:02 -05:00
|
|
|
|
2015-06-10 17:29:56 -04:00
|
|
|
.. only:: port_wipy
|
|
|
|
|
|
|
|
Libraries specific to the WiPy
|
|
|
|
---------------------------------
|
|
|
|
|
|
|
|
The following libraries are specific to the WiPy.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2015-10-19 09:19:34 -04:00
|
|
|
wipy.rst
|
2014-10-30 21:37:19 -04:00
|
|
|
|
2015-05-26 17:34:31 -04:00
|
|
|
|
|
|
|
.. only:: port_esp8266
|
|
|
|
|
2015-06-10 17:29:56 -04:00
|
|
|
Libraries specific to the ESP8266
|
|
|
|
---------------------------------
|
2015-05-26 17:34:31 -04:00
|
|
|
|
2015-06-10 17:29:56 -04:00
|
|
|
The following libraries are specific to the ESP8266.
|
2015-05-26 17:34:31 -04:00
|
|
|
|
2015-06-10 17:29:56 -04:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
2015-05-26 17:34:31 -04:00
|
|
|
|
2016-04-07 09:44:10 -04:00
|
|
|
esp.rst
|