Metadata-Version: 1.0
Name: Products.Ienablesettrace
Version: 1.0
Summary: Fork of Products.enablesettrace which also allows import of ipdb in restricted code.
Home-page: http://github.com/markvl/Products.Ienablesettrace
Author: Mark van Lent
Author-email: m.van.lent@zestsoftware.nl
License: ZPL 2.1
Description: Introduction
        ============
        
        To make a long story short: sometimes you need to break into the debugger in the
        middle of a Script (Python). To prevent the frustrating ``Unauthorized: import
        of 'pdb' is unauthorized`` message, use this enablesettrace package.
        
        This package supports importing the ``pdb`` *and* ``ipdb`` module. It is a fork
        of the `Products.enablesettrace
        <http://pypi.python.org/pypi/Products.enablesettrace>`_ package.
        
        
        Installation
        ============
        
        The installation is as simple as making sure the package is located on the
        Python path. For example when you are using zc.buildout list
        ``Products.Ienablesettrace`` in the ``eggs`` section::
        
        [buildout]
        ...
        eggs =
        ...
        Products.Ienablesettrace
        
        
        Credits
        =======
        
        This code was originally contributed by Zach Bir and `committed by Jim Fulton
        <http://svn.zope.org/Products.enablesettrace/trunk/__init__.py?rev=41469&r1=41469&view=log>`_.
        Mark van Lent eggified the product.
        
        
        Changelog
        =========
        
        1.0 (2010-05-30)
        ----------------
        
        - Forked Products.enablesettrace version 0.2 and changed name to
        Products.Ienablesettrace since the former will have the added inclusion
        of ipdb removed in the next release. [markvl]
        
        
        0.2 (2010-04-02)
        ----------------
        
        - Also allow import of ipdb. [markvl]
        
        
        0.1 (2010-04-02)
        ----------------
        
        - Initial release: eggified version of Products.enablesettrace as stored in the
        Zope Subversion Repository.
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Zope Public License
