0.0.1alpha • Published 11 years ago

jpyscript v0.0.1alpha

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

JPyScript

Python language compiler to Javascript. Work in Progress

Installation

TBD

Usage

Reference in your program:

var jpyscript = require('jpyscript');

TBD

Development

git clone git://github.com/ajlopez/JPyScript.git
cd JPyScript
npm install
npm test

Samples

TBD

To do

  • Samples

References

TBD

License

MIT

Contribution

Feel free to file issues and submit pull requests � contributions are welcome.

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that npm test continues to pass.