Metadata-Version: 1.0
Name: rapydscript
Version: 0.0.1
Summary: Pythonic JavaScript syntax with support for advanced Python functionality
Home-page: http://www.pyjeon.com/rapydscript
Author: Alexander Tsepkov
Author-email: UNKNOWN
License: GNU GPL3
Description: 
        Rapydscript
        ===========
        
        RapydScript is a compiler that brings Pythonic syntax to JavaScript, 
        allowing you to write cleaner JavaScript and even reuse some Python
        code in your front-end.
        
        Installation
        ------------
        To install Rapydscript simply use easy_install or pip:
        
            pip install rapydscript
        
        or
        
            easy_install rapydscript
        
        Rapydscript requires PyMeta, written by Waldemar Kornewald, which
        currently does not have a PyPI package.  It is included as part of the
        Rapydscript install.
        
        License
        -------
        The project is GPLv3, but the output is license free. 
        See http://www.gnu.org/licenses/gpl-faq.html#WhatCaseIsOutputGPL.
        
        
Platform: any
