Metadata-Version: 2.1
Name: collective.debug
Version: 1.0a3
Summary: A Plone debug view for introspecting the current context, user, roles and instance dict
Home-page: https://github.com/collective/collective.debug
Author: Andreas Jung
Author-email: info@zopyx.com
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/collective.debug
Project-URL: Source, https://github.com/collective/collective.debug
Project-URL: Tracker, https://github.com/collective/collective.debug/issues
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        ================
        collective.debug
        ================
        
        collective.debug provide a ``@@debug`` view for analyzing and debugging purposes.
        
        Warning
        --------
        
        - Use this add-on with care because it may expose unwanted or unwanted information. 
        
        - Use it with care for debugging and analyzing purposes only. 
        
        - Do not use it production.
        
        
        Installation
        ------------
        
        Install collective.debug by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.debug
        
        
        and then running ``bin/buildout``
        
        Usage
        -----
        
        This add-on provides a ``@@debug`` browser view that returns some debugging information
        on the current context object, the current user and its roles, the instance dict of the
        current context object and request information.
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.debug/issues
        - Source Code: https://github.com/collective/collective.debug
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        Author
        ------
        
        Andreas Jung (info@zopyx.com)
        
        
        Contributors
        ============
        
        - Andreas Jung, info@zopyx.com
        
        
        Changelog
        =========
        
        1.0a3 (2020-11-23)
        ------------------
        - respect browser layer [zopyx]
        
        1.0a1 (2020-11-23)
        ------------------
        
        - Initial release.
          [zopyx]
        
Keywords: Python Plone CMS
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Framework :: Plone :: 5.2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: ==2.7, >=3.7
Provides-Extra: test
