Metadata-Version: 1.1
Name: PyReact
Version: 0.5.2
Summary: Python bridge to JSX & the React JavaScript library.
Home-page: https://github.com/reactjs/react-python/
Author: Kunal Mehta
Author-email: kunalm@fb.com
License: Apache-2.0
Description: PyReact
        =======
        
        PyReact is a Python wrapper around the `React <https://facebook.github.io/react/>`_ JavaScript library and `JSX <https://facebook.github.io/react/docs/jsx-in-depth.html>`_. 
        
        Specifically, it provides an API to transform JSX files into JavaScript from within your Python application, as well as providing access to the latest React build.
        
        For more information, please visit the `PyReact project on GitHub <https://github.com/facebook/react-python/>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
