mirror of https://github.com/pyodide/pyodide.git
1.1 KiB
1.1 KiB
API Reference
Python API
Backward compatibility of the API is not guaranteed at this point.
.. currentmodule:: pyodide
.. autosummary::
:toctree: ./python-api/
pyodide.as_nested_list
pyodide.eval_code
pyodide.find_imports
pyodide.open_url
pyodide.JsException
pyodide.register_js_module
pyodide.unregister_js_module
pyodide.console.InteractiveConsole
pyodide.console.repr_shorten
pyodide.console.displayhook
pyodide.webloop.WebLoop
Javascript API
Backward compatibility of the API is not guaranteed at this point.
.. js:module:: pyodide
.. js:autofunction:: runPython
.. js:autofunction:: runPythonAsync
.. js:autoattribute:: globals
.. js:autoattribute:: pyodide_py
.. js:autoattribute:: version
.. js:autofunction:: pyimport
.. js:autofunction:: loadPackage
.. js:autoattribute:: loadedPackages
.. js:autofunction:: loadPackagesFromImports
.. js:autofunction:: registerJsModule
.. js:autofunction:: unregisterJsModule
Micropip API
.. currentmodule:: micropip
.. autosummary::
:toctree: ./micropip-api/
micropip.install