Metadata-Version: 1.1
Name: pyramid_filterwarnings
Version: 0.1
Summary: Configure python warnings for the Pyramid web framework
Home-page: https://github.com/mardiros/pyramid_filterwarnings
Author: Guillaume Gauvrit
Author-email: guillaume@gauvr.it
License: BSD
Description: pyramid-filterwarnings
        ======================
        
        Getting Started
        ---------------
        
        The aim is to provide a generic way to configure the Python warnings.filterwarnings_.
        
        
        .. _warnings.filterwarnings: _http://docs.python.org/2/library/warnings.html#warnings.filterwarnings
        
        Configuration
        -------------
        
        Load the pyramid-filterwarnings plugin from your Pyramid ini file then configure
        the level.
        
        ::
        pyramid.includes =
            ... your other plugins ...
            pyramid_filterwarnings
        
        filterwarnings.level = error
        
        
Keywords: pyramid
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Pyramid
Classifier: License :: OSI Approved :: BSD License
