JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q36494F
  • License ISC

Python built-ins in Javascript.

Package Exports

  • pythonlang

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pythonlang) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

pythonlang

Hey everyone,

I'm building this package to have a Javascript implementation of all Python 3 Built-In Functions (at least ones that are applicable).

Development just started in June, so there's still not a lot to work with.

I'm importing tests from CPython and PyPy source codes, and trying to implement it as close to the CPython source as I can, so it's going to take some time.

You're very welcome to join in and help, or just check out this page again around August-September when it will be somewhat useful already.

PM me at giladbrn@gmail.com if you have any questions, ideas as to what behaviors you would to see, etc.

Repo: https://github.com/giladbarnea/pythonlang