Metadata-Version: 1.1
Name: qgprofiler
Version: 0.1.2
Summary: Profiler with time deterministic profiling of functions
Home-page: https://github.com/quantumgraph/qgprofiler
Author: QuantumGraph
Author-email: contact@quantumgraph.com
License: MIT
Description: # qgprofiler
        
        ### Installation
        using pip:
        
        ```sh
        $ pip install qgprofiler
        ```
        
        using setuptools:
        
        ```sh
        $ git clone https://github.com/quantumgraph/qgprofiler
        $ cd qgprofiler
        $ pip install qgprofiler
        ```
Keywords: profiler,monitoring,logging,utility
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: Freeware
