Metadata-Version: 1.0
Name: pyramid_fanstatic
Version: 0.1
Summary: pyramid tween for fanstatic
Home-page: UNKNOWN
Author: Gael Pasgrimaud
Author-email: gael@gawel.org
License: MIT
Description: pyramid_fanstatic
        =================
        
        This package provide a `Pyramid tween
        <http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/hooks.html#registering-tweens>`_
        for  `fanstatic <http://readthedocs.org/docs/fanstatic>`_.
        
        Usage
        -----
        
        You can use all `fanstatic options
        <http://readthedocs.org/docs/fanstatic/en/latest/configuration.html>`_ in your
        ``.ini``. You just need to prefix options with ``fanstatic.``::
        
            [app:main]
            ...
            fanstatic.publisher_signature = fanstatic
        
        Then include ``pyramid_fanstatic`` in your ``__init__.py``::
        
            config.include('pyramid_fanstatic')
        
        
        
Keywords: pyramid fanstatic js css
Platform: UNKNOWN
