0.0.1alpha • Published 11 years ago

py2script v0.0.1alpha

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

Py2Script

Python language compiler to Javascript. Work in Progress

Installation

TBD

Usage

Reference in your program:

var py2script = require('py2script');

TBD

Development

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

Samples

TBD

To do

  • Samples

References

TBD

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.