{ "info": { "author": "Maximilian K\u00f6hl", "author_email": "mail@koehlma.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP :: Browsers" ], "description": "Jaspy\n=====\nJaspy is a Python VM written entirely from scratch in JavaScript with interpreter size\nand coroutine support in mind. It interprets CPython 3.5 bytecode within the browser and\naims to replace JavaScript as main web scripting language.\n\nFeatures\n--------\n- easily **extensible** with native JavaScript modules (time_, dom_, \u2026)\n- pluggable integer implementations (JS integers, BigInteger.js_, \u2026)\n- **suspendable** interpreter (coroutine and greenlet support)\n- full support for meta-classes and builtin subclassing\n\n.. _BigInteger.js: https://github.com/peterolson/BigInteger.js\n.. _time: https://github.com/koehlma/jaspy/blob/master/modules/time.js\n.. _dom: https://github.com/koehlma/jaspy/blob/master/modules/dom.js\n\n\nState\n-----\nThis project is still in an pre-alpha planning state. The APIs are unstable, it is\nuntested and not ready for productive use.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.koehlma.de/jaspy", "keywords": null, "license": "LGPLv3", "maintainer": null, "maintainer_email": null, "name": "jaspy", "package_url": "https://pypi.org/project/jaspy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jaspy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.koehlma.de/jaspy" }, "release_url": "https://pypi.org/project/jaspy/0.1.0dev/", "requires_dist": null, "requires_python": null, "summary": "Python interpreter in JavaScript", "version": "0.1.0dev" }, "last_serial": 1990986, "releases": { "0.0.1dev": [], "0.1.0dev": [] }, "urls": [] }