Metadata-Version: 1.1
Name: cs.py.stack
Version: 20150115
Summary: Convenience functions for the python execution stack.
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@zip.com.au
License: UNKNOWN
Description: Convenience functions for the python execution stack.
        -----------------------------------------------------
        
        I find the supplied python traceback facilities quite awkward.
        These functions provide convenient facilities.
        
        Presented:
        
        * Frame, a nametuple for a stack frome with a nice __str__.
        
        * frames(), returning the current stack as a list of Frames.
        
        * caller(), returning the Frame of the caller's caller.
        
Keywords: python2,python3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
