Metadata-Version: 1.1
Name: ProfileEye
Version: 0.1.2
Summary: A browser-based visualization frontend for gprof2dot and graphviz
Home-page: http://pythonhosted.org//profile_eye/
Author: Ami Tavory, Qwilt
Author-email: atavory@gmail.com
License: BSD
Description: profile_eye - browser-based visualization frontend
        ==================================================
        
        profile_eye is a broswer-based visualization frontend for 
        `gprof2dot <https://github.com/jrfonseca/gprof2dot>`_
        and 
        `graphviz <http://www.graphviz.org/>`_. 
        
        The former is a great tool for parsing profiler outputs and building relevant statstics, and the latter contains excellent graph-placement algorithms. Unfortunately, their outputs are static images. Modern Javascript libraries, e.g., 
        `d3.js <http://d3js.org/>`_, do a superior job at dynamic information-rich visualizations. ProfileEye combines these three, with the former two serving as a backend, and the latter serving as a frontend.
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Requires: setuptools
Requires: six
Requires: gprof2dot
Requires: jinja2
