Description
PythonMonkey is a Python library for executing JavaScript/WebAssembly directly in Python. It provides high level bindings to Mozilla's SpiderMonkey JavaScript engine as well as other features such as a module system.
Short demo:
import pythonmonkey
pythonmonkey.eval("console.log('Hello, world!');")
PythonMonkey alternatives and similar packages
Based on the "Miscellaneous" category.
Alternatively, view PythonMonkey alternatives based on common mentions on social networks and blogs.
-
boltons
๐ฉ Like builtins, but boltons. 250+ constructs, recipes, and snippets which extend (and rely on nothing but) the Python standard library. Nothing like Michael Bolton. -
transitions
A lightweight, object-oriented finite state machine implementation in Python with many extensions -
Blinker Herald
DISCONTINUED. The Blinker Herald includes helpers to easily emit signals using the excellent blinker library. -
Roundup Issue Tracker
Mirror of http://hg.code.sf.net/p/roundup/code -- used for CI. Please visit https://issues.roundup-tracker.org to find starter issues or log new issues. -
import_string
DISCONTINUED. Imports an object based on a string import_string('package.module:function_name')() - Based on werkzeug.utils
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of PythonMonkey or a related project?