Metadata-Version: 1.1
Name: tayrakit
Version: 0.1dev
Summary: An integrated web templating environment
Home-page: http://pythonhosted.org/tayrakit
Author: prataprc
Author-email: prataprc@gmail.com
License: General Public License
Description: Tayrakit is a browser toolkit using Tayra templating language. Most popular
        toolkits are written entirely as javascript libraries that are normally fetched
        when a page gets loaded. Tayrakit adapts the opposite way. Widgets,
        also called as template plugins, are authored using a templating language so
        that html parts are kept as HTML, css parts are kept as CSS and JavaScript is
        used only where it is required - for event callbacks :)
        
        The toolkit is under development - you can hack the code, contribute back with
        `github <https://github.com/prataprc/tayrakit>`_.
        
        Related links
        -------------
        
        * `Package documentation <http://pythonhosted.org/tayrakit/>`_.
        * `Changelog <https://github.com/prataprc/tayrakit/blob/master/CHANGELOG.rst>`_.
        * `Roadmap <https://github.com/prataprc/tayrakit/blob/master/TODO.rst>`_.
        
        
Keywords: template, web, html, css, pluggdapps
Platform: 
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Provides: tayrakit
