Metadata-Version: 1.2
Name: pyrofiler
Version: 0.1.2
Summary: Toolset for granular and live profiling
Home-page: https://github.com/DaniloZZZ/pyrofiler
Author: Dan Lykov
Author-email: lkv97dn@gmail.com
License: MIT license
Description: =========
        Pyrofiler
        =========
        
        
        .. image:: https://img.shields.io/pypi/v/pyrofiler.svg
                :target: https://pypi.python.org/pypi/pyrofiler
        
        .. image:: https://img.shields.io/travis/DaniloZZZ/pyrofiler.svg
                :target: https://travis-ci.com/DaniloZZZ/pyrofiler
        
        .. image:: https://readthedocs.org/projects/pyrofiler/badge/?version=latest
                :target: https://pyrofiler.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        Toolset for granular memory and cpu live profiling
        
        
        
        Similar products
        ----------------
        
        - Syrpy https://github.com/jeetsukumaran/Syrupy 
        - Scalene https://github.com/emeryberger/scalene
        - ... and lots of `others <https://github.com/matuskosut/python-perfres/>`_
        
        Problems
        --------
        Either you have a cli tool that profiles memory and cpu, but **no code api for granular data** 
        
        or you have stuff like decorators and **no memory profiling**
        
        Having a live dashboard would help also, use https://github.com/libvis for that
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        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
        
        
        =======
        History
        =======
        
        0.1.0 (2020-03-04)
        ------------------
        
        * First release on PyPI.
        
Keywords: pyrofiler
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
