Metadata-Version: 2.4
Name: py2ecma
Version: 0.0.2
Summary: # py2ecma
Author-email: "Morten B. Rasmussen" <mbr@bitekspressen.dk>
License-File: LICENSE-2.0.txt
Requires-Python: >=3.12
Requires-Dist: colored>=2.3.1
Requires-Dist: jsbeautifier>=1.15.4
Requires-Dist: progressbar2>=4.5.0
Requires-Dist: pytest-cov>=7.1.0
Requires-Dist: watchdog>=6.0.0
Provides-Extra: dev
Description-Content-Type: text/markdown

# py2ecma

py2ecma is an experimental transpiler / compiler that translates Python source code into JavaScript (ECMAScript).

The goal of the project is not to perfectly emulate CPython in the browser, but to provide a pragmatic, understandable bridge between Python semantics and the ECMAScript runtime.

Think of it as:

"Python syntax and structure, running on JavaScript engines"

A tool for learning, experimentation, and selective cross-language reuse
