emscripten-forge / pyjs

Python ⇔ JavaScript bindings using high level embind and pybind11
Mozilla Public License 2.0
15 stars 9 forks source link

Allow passing python package URLs to the `bootstrap_python` function #68

Open trungleduc opened 4 months ago

trungleduc commented 4 months ago

Thank you very much for this amazing work. \ For our use case, we would like to download Python packages from different servers. Would it be possible to make this function accept a dict of package names - package URLs and use it before trying to construct the URLs as of now?

DerThorsten commented 4 months ago

sure

trungleduc commented 4 months ago

Great! I can give it a shot