empack emscripten+boa
Project description
empack
Pack a mamba environment with emsdk
Installation
mamba install empack -c conda-forge
or with pip:
pip install empack
Usage
You can pack the environment (located at /path/to/env
) with the following command:
empack pack env --env-prefix /path/to/env --outname python_data --config /path/to/config.yaml
This will generate two files python_data.js
and python_data.data
that you can use in the browser.
A sample config is located in tests/empack_test_config.yaml
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
empack-1.3.0.tar.gz
(10.1 kB
view hashes)
Built Distribution
empack-1.3.0-py3-none-any.whl
(12.4 kB
view hashes)