pyodide_build CLI
pyodide_build CLI¶
A command line interface (CLI) for pyodide_build
bin/pyodide [-h] {serve,mkpkg} ...
pyodide serve¶
Start a server with the supplied build_dir and port.
pyodide serve [-h] [--build_dir BUILD_DIR] [--port PORT]
pyodide serve optional arguments¶
--build_dirBUILD_DIR- set the build directory (default:/home/docs/checkouts/readthedocs.org/user_builds/pyodide-ryanking13/checkouts/stable/pyodide_build/../build)--portPORT- set the PORT number (default:8000)
pyodide mkpkg¶
Make a new pyodide package. Creates a simple template that will work for most pure Python packages, but will have to be edited for more complex things.
pyodide mkpkg [-h] [--update] [--version VERSION] package