Metadata-Version: 2.1
Name: glance_times
Version: 0.3.2
Summary: Who will watch the watchman? Glance can.
Home-page: https://github.com/mrice88/glance
Author: Mark Rice
Author-email: markricejr@gmail.com
License: MIT License
Download-URL: https://github.com/mrice88/glance/archive/master.zip
Description: 
        .. this file is kept in the docs\source directory and COPIED to the project root directory.
        .. DO NOT edit the copy in the project root directory.
        
        glance (timing utility)
        =======================
        
        Simple to use package that keeps track of various functions execution times. Ala timeit, but in your code.
        Useful utility as a
        
        
        Installation
        ============
        
        .. code-block:: console
        
            pip install glance-times
        
        Simple Example
        ==============
        
        .. code:: python
        
            from glance import Glance
        
            gl = Glance()
        
            @gl.watch
            def func_a():
                # some functionality.
Keywords: logging,utility
Platform: UNKNOWN
Description-Content-Type: text/x-rst
