You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/Distributive-Network/PythonMonkey/actions/workflows/test-and-publish.yaml)
4
4
5
5
## About
6
6
[PythonMonkey](https://pythonmonkey.io) is a Mozilla [SpiderMonkey](https://firefox-source-docs.mozilla.org/js/index.html) JavaScript engine embedded into the Python Runtime,
7
7
using the Python engine to provide the Javascript host environment.
8
8
9
9
We feature JavaScript Array and Object methods implemented on Python List and Dictionaries using the cPython C API, and the inverse using the Mozilla Firefox Spidermonkey JavaScript C++ API.
10
10
11
-
This product is in an advanced stage, approximately 98% to MVP as of August 2024. It is under active development by [Distributive](https://distributive.network/).
11
+
This project has reached MVP as of September 2024. It is under maintenance by [Distributive](https://distributive.network/).
12
12
13
13
External contributions and feedback are welcome and encouraged.
14
14
@@ -73,7 +73,7 @@ Read this if you want to build a local version.
73
73
- llvm
74
74
- rust
75
75
- python3.8 or later with header files (python3-dev)
0 commit comments