python-quickjs
Wrapping the quickjs C library
Wrapping the quickjs C library
To install this package, run one of the following:
Python wrapper around https://bellard.org/quickjs/ Translates types like str, float, bool, list, dict and combinations thereof to and from Javascript. QuickJS is currently thread-hostile, so this wrapper makes sure that all calls to the same JS runtime comes from the same thead.
Summary
Wrapping the quickjs C library
Last Updated
Sep 26, 2025 at 19:24
License
MIT
Total Downloads
291
Version Downloads
289
Supported Platforms
GitHub Repository
https://github.com/PetterS/quickjsDocumentation
https://bellard.org/quickjs/