Metadata-Version: 1.1
Name: CProfileV
Version: 0.1.2
Summary: Thin wrapper for viewing python cProfile output
Home-page: https://github.com/ymichael/cprofilev
Author: Michael Yong
Author-email: wrong92@gmail.com
License: MIT
Description: A thin wrapper for viewing python cProfile output.
        
        It provides a simple html view of the pstats.Stats object that is generated
        from when a python script is run with the -m cProfile flag.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Classifier: Framework :: Bottle
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
