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
Nov 19, 2023 at 11:57
License
MIT
Total Downloads
140.6K
Version Downloads
52.3K
Supported Platforms
GitHub Repository
https://github.com/PetterS/quickjsDocumentation
https://bellard.org/quickjs/