Metadata-Version: 1.1
Name: cs.debug
Version: 20160828
Summary: assorted debugging facilities
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@zip.com.au
License: UNKNOWN
Description: Assorted debugging facilities.
        ==============================
        
        * Lock, RLock, Thread: wrappers for threading facilties; simply import from here instead of there
        
        * thread_dump, stack_dump: dump thread and stack state
        
        * @DEBUG: decorator to wrap functions in timing and value debuggers
        
        * @trace: decorator to report call and return from functions
        
        * @trace_caller: decorator to report caller of function
        
        * TracingObject: subclass of cs.obj.Proxy that reports attribute use
        
Keywords: python2,python3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
