Metadata-Version: 1.1
Name: pstats-print2list
Version: 0.1.3
Summary: Add to pstats library of cProfile the feature of get the result in a list with filters, limit and sort.
Home-page: https://github.com/Vauxoo/pstats-print2list
Author: Vauxoo
Author-email: info@vauxoo.com
License: ISCL
Description: =================
        pstats_print2list
        =================
        
        .. image:: https://img.shields.io/pypi/v/pstats_print2list.svg
                :target: https://pypi.python.org/pypi/pstats_print2list
        
        .. image:: https://img.shields.io/travis/Vauxoo/pstats-print2list.svg
                :target: https://travis-ci.org/Vauxoo/pstats-print2list
        
        .. .. image:: https://readthedocs.org/projects/pstats_print2list/badge/?version=latest
        ..         :target: https://readthedocs.org/projects/pstats_print2list/?badge=latest
        ..         :alt: Documentation Status
        
        .. image:: https://coveralls.io/repos/github/Vauxoo/pstats-print2list/badge.svg?branch=master 
                :target: https://coveralls.io/github/Vauxoo/pstats-print2list?branch=master
        
        .. image:: https://img.shields.io/pypi/dm/pstats_print2list.svg
                :target: https://pypi.python.org/pypi/pstats_print2list
        
        
        Add to pstats library of cProfile the feature of get the result in a list with filters, limit and sort.
        
        * Free software: ISC license
        * Documentation: https://pythonhosted.org/pstats_print2list/
        
        Features
        --------
         
         * Add the posiblity of get profiling report pstats result in a list.
         * Add the posibility of sort the result with a default pstats index.
         * Add the posilibity of add a limit to result.
        
        
        Installation
        ------------
        
         * Using pypi: ``pip install pstats_print2list``
        
        Usage
        -----
        
         * ``import pstats_print2list;print pstats_print2list.get_pstats_print2list.__doc__``
         * ``import pstats_print2list;print pstats_print2list.get_pstats_print2list([fname_stat1, fname_stat2])``
        
        
        Credits
        -------
        
        This package was created by Vauxoo_
        
        .. _Vauxoo: https://www.vauxoo.com/
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        Authors
        -------
        
        Moisés López <moylop260@vauxoo.com>
        
        
        =======
        History
        =======
        
        0.1.0 (2016-02-22)
        ------------------
        
        * First release on PyPI.
        
Keywords: pstats_print2list
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
