Metadata-Version: 1.0
Name: chaoflow.testing.ipython
Version: 0.2
Summary: User ipython interactively in your doctest
Home-page: http://github.com/chaoflow/chaoflow.testing.ipython
Author: Florian Friesdorf
Author-email: flo@chaoflow.net
License: LGPL
Description: Introduction
        ============
        
        An interactive ipython shell to be used in your doctest, very similar to and
        based on interlude.
        
        
        Usage
        =====
        
        >>> from chaoflow.testing.ipython import ipshell
        
        By default you will get a prompt suitable to copy/paste for doctests.
        
        >>> ipshell( locals())
        
        In order to get the default ipython prompt, pass doctest=False:
        
        >>> ipshell( locals(), doctest=False)
        
        
        License
        =======
        
        chaoflow.testing.ipython is licensed under LGPLv3. Please let me know if this
        presents a problem for you.
        
        Changelog
        =========
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
