Metadata-Version: 1.0
Name: switchboard-tg2
Version: 0.1
Summary: UNKNOWN
Home-page: http://sf.net/projects/switchboard-tg2
Author: Kyle Adams
Author-email: kadams54@users.sourceforge.net
License: UNKNOWN
Description: About switchboard_tg2
        -------------------------
        
        switchboard-tg2 provides an easy way to plug Switchboard, a feature flipper
        library, into TurboGears2 applications.
        
        Installing
        -------------------------------
        
        switchboard_tg2 can be installed both from pypi::
        
            easy_install switchboard_tg2
        
        should just work for most of the users
        
        Plugging switchboard_tg2
        ----------------------------
        
        In your application *config/app_cfg.py* import **plug**::
        
            from tgext.pluggable import plug
        
        Then at the *end of the file* call plug with switchboard_tg2::
        
            plug(base_config, 'switchboard_tg2')
        
        You will be able to access Switchboard's admin UI at
        *http://localhost:8080/switchboard*.
        
        More information
        ----------------------
        
        You can find more information about Switchboard and how to use it in your code
        in the Switchboard docs.
        
        .. _Switchboard: http://sf.net/p/switchboard/
        .. _Switchboard docs: http://switchboard.readthedocs.org/
        
Keywords: turbogears2.application
Platform: UNKNOWN
