Updated Standard Library Coverage (markdown)
parent
2dd1b8e552
commit
fac89feb15
|
@ -2,7 +2,7 @@
|
|||
|---|---|---|---|
|
||||
| [__future__](https://docs.python.org/3/library/__future__.html#module-__future__) | Future statement definitions | ✅ | [micropython-lib](https://github.com/micropython/micropython-lib/tree/master/python-stdlib/__future__)
|
||||
| [__main__](https://docs.python.org/3/library/__main__.html#module-__main__) | The environment where the top-level script is run. | ✅ |
|
||||
| [_thread](https://docs.python.org/3/library/_thread.html#module-_thread) | Low-level threading API. | ✅ | [[More info|Thread]] |
|
||||
| [_thread](https://docs.python.org/3/library/_thread.html#module-_thread) | Low-level threading API. | ✅ | See [[Threads]] for more info. |
|
||||
| [abc](https://docs.python.org/3/library/abc.html#module-abc) | Abstract base classes according to :pep:`3119`. | ✅ | [micropython-lib](https://github.com/micropython/micropython-lib/tree/master/python-stdlib/abc)
|
||||
| [argparse](https://docs.python.org/3/library/argparse.html#module-argparse) | Command-line option and argument parsing library. | ✅ | [micropython-lib](https://github.com/micropython/micropython-lib/tree/master/python-stdlib/argparse)
|
||||
| [array](https://docs.python.org/3/library/array.html#module-array) | Space efficient arrays of uniformly typed numeric values. | ✅ | [built-in](https://docs.micropython.org/en/latest/library/uarray.html)
|
||||
|
@ -22,7 +22,7 @@
|
|||
| [code](https://docs.python.org/3/library/code.html#module-code) | Facilities to implement read-eval-print loops. | ❌ |
|
||||
| [codecs](https://docs.python.org/3/library/codecs.html#module-codecs) | Encode and decode data and streams. | ❌ |
|
||||
| [codeop](https://docs.python.org/3/library/codeop.html#module-codeop) | Compile (possibly incomplete) Python code. | ❌ |
|
||||
| [collections](https://docs.python.org/3/library/collections.html#module-collections) | Container datatypes | 🟡 | [[More info|Collections-module]] |
|
||||
| [collections](https://docs.python.org/3/library/collections.html#module-collections) | Container datatypes | 🟡 | See [[Collections module]] for more info. |
|
||||
| [collections.abc](https://docs.python.org/3/library/collections.abc.html#module-collections.abc) | Abstract base classes for containers | ❌ |
|
||||
| [colorsys](https://docs.python.org/3/library/colorsys.html#module-colorsys) | Conversion functions between RGB and other color systems. | 🟡 | Implementation proposed in [Micropython Lib #452](https://github.com/micropython/micropython-lib/pull/452)
|
||||
| [compileall](https://docs.python.org/3/library/compileall.html#module-compileall) | Tools for byte-compiling all Python source files in a directory tree. | ❌ |
|
||||
|
|
Loading…
Reference in New Issue