Metadata-Version: 1.1
Name: tg-react
Version: 2.0.0a1
Summary: Helpers for react based applications running on django.
Home-page: https://github.com/thorgate/tg-react
Author: Thorgate
Author-email: jyrno@thorgate.eu
License: BSD
Description-Content-Type: UNKNOWN
Description: =============================
        tg-react
        =============================
        
        .. image:: https://badge.fury.io/py/tg-react.png
            :target: https://badge.fury.io/py/tg-react
        
        .. image:: https://travis-ci.org/thorgate/tg-react.png?branch=master
            :target: https://travis-ci.org/thorgate/tg-react
        
        Helpers for react based applications running on django.
        
        Documentation
        -------------
        
        The full documentation is at https://tg-react.readthedocs.org.
        
        Quickstart
        ----------
        
        Install tg-react::
        
            pip install tg-react
        
        Then use it in a project::
        
            import tg_react
        
        Features
        --------
        
        * TODO
        
        .. TODO: List features and link to documentation for more information
        
        
        Changelog
        ---------
        
        Changes are documented under `Github Releases <https://github.com/thorgate/tg-react/releases>`_.
        
Keywords: tg-react
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
