Metadata-Version: 2.1
Name: pyramid_debugtoolbar_ajax
Version: 0.1.5
Summary: Ajax support for pyramid_debugtoolbar
Home-page: https://github.com/jvanasco/pyramid_debugtoolbar_ajax
Author: Jonathan Vanasco
Author-email: jonathan@findmeon.com
License: MIT
Description: pyramid_debugtoolbar_ajax
        =========================
        
        Build Status: ![Python package](https://github.com/jvanasco/pyramid_debugtoolbar_ajax/workflows/Python%20package/badge.svg)
        
        This package adds an "Ajax" panel to the `pyramid_debugtoolbar`.
        
        The "Ajax" panel contains buttons and forms which can be used to replay the
        request in a new browser window -- allowing you to spawn a debugger window for
        errors encountered on background ajax requests, or form submissions.
        
        How to use:
        
        Ensure these lines are in your pyramid config file:
        
            pyramid.includes = pyramid_debugtoolbar
            debugtoolbar.includes = pyramid_debugtoolbar_ajax
        
Keywords: web pyramid ajax debug
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Framework :: Pyramid
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Provides-Extra: testing
