Metadata-Version: 1.1
Name: pyprofilehelper
Version: 0.1
Summary: Scripts to analyze Python cProfile .prof files.
Home-page: https://github.com/bartdag/pyprofilehelper
Author: Barthelemy Dagenais
Author-email: barthelemy@infobart.com
License: BSD License
Description: 
        pyprofilehelper is a collection of simple scripts to analyze Python cProfile
        .prof files. One script prints the n most time-consuming functions. Another
        script prints the time spent in each module.
            
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Utilities
