Metadata-Version: 2.1
Name: pyquickjs
Version: 1.24.4.4
Summary: Wrapping the quickjs C library.
Home-page: https://github.com/hjdhnx/pyquickjs
Author: Petter Strandmark
Author-email: petter.strandmark@gmail.com
Maintainer: hjdhnx
Maintainer-email: 434857005@qq.com
License-File: LICENSE


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.

Version:2024-02-14
