Skip to content

Commit 87e7b93

Browse files
authored
Merge branch 'main' into Xmader/chore/wheel-macos-version-support
2 parents a5634c3 + 3dc12c7 commit 87e7b93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# PythonMonkey
22

3-
![Testing Suite](https://github.com/Kings-Distributed-Systems/PythonMonkey/actions/workflows/tests.yaml/badge.svg)
3+
[![Test and Publish Suite](https://github.com/Distributive-Network/PythonMonkey/actions/workflows/test-and-publish.yaml/badge.svg)](https://github.com/Distributive-Network/PythonMonkey/actions/workflows/test-and-publish.yaml)
44

55
## About
66
[PythonMonkey](https://pythonmonkey.io) is a Mozilla [SpiderMonkey](https://firefox-source-docs.mozilla.org/js/index.html) JavaScript engine embedded into the Python Runtime,
77
using the Python engine to provide the Javascript host environment.
88

99
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.
1010

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/).
1212

1313
External contributions and feedback are welcome and encouraged.
1414

@@ -73,7 +73,7 @@ Read this if you want to build a local version.
7373
- llvm
7474
- rust
7575
- python3.8 or later with header files (python3-dev)
76-
- spidermonkey 115.1.0 or later
76+
- spidermonkey latest from mozilla-central
7777
- npm (nodejs)
7878
- [Poetry](https://python-poetry.org/docs/#installation)
7979
- [poetry-dynamic-versioning](https://github.com/mtkennerly/poetry-dynamic-versioning)
@@ -462,7 +462,7 @@ List of commands:
462462
```console
463463
$ pmjs
464464

465-
Welcome to PythonMonkey v0.4.0.
465+
Welcome to PythonMonkey v1.0.0.
466466
Type ".help" for more information.
467467
> .python import sys
468468
> .python sys.path

0 commit comments

Comments
 (0)