Skip to content

Commit

Permalink
Merge pull request #427 from Distributive-Network/philippe/final-edit…
Browse files Browse the repository at this point in the history
…s-for-first-release

Philippe/final edits for first release
  • Loading branch information
zollqir authored Sep 6, 2024
2 parents 2d19e25 + 709ca4c commit 3dc12c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# PythonMonkey

![Testing Suite](https://github.com/Kings-Distributed-Systems/PythonMonkey/actions/workflows/tests.yaml/badge.svg)
[![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)

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

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.

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/).
This project has reached MVP as of September 2024. It is under maintenance by [Distributive](https://distributive.network/).

External contributions and feedback are welcome and encouraged.

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

Welcome to PythonMonkey v0.4.0.
Welcome to PythonMonkey v1.0.0.
Type ".help" for more information.
> .python import sys
> .python sys.path
Expand Down

0 comments on commit 3dc12c7

Please sign in to comment.