Metadata-Version: 1.1
Name: pyramid-mako-clientscript
Version: 1.0
Summary: Client scripts manager for pyramid_mako
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: pyramid_mako_clientscript
        =========================
        
        Client scripts manager for pyramid_mako
        
        Usage
        -----
        
        
        You need to include package "pyramid_mako_clientscript", then in your mako template,
        you can use <code>ClientScript</code> as ClientScript object.
        
        ### Configuration
        
        #### clientscript.mako_var_name
        
            default: ClientScript
        
        The name of variable in your mako template
        
        
        #### clientscript.static_dir
        
            default: None
        
        Root directory to use function "static_url". If it is None, the function will not available in
        your mako template.
        
        APIs
        ----
        
        Updating ...
Keywords: web pyramid pylons mako
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
