jpyscript
v0.0.1alpha
Published
Python compiler to JavaScript
Downloads
3
Readme
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.