Metadata-Version: 2.1
Name: code_timer
Version: 1.0.3
Summary: Custom timer for your Python coding pleasure
Home-page: https://github.com/StephenGemin/code_timer
Author: Stephen Gemin
Author-email: s.gemin88@gmail.com
License: MIT License
Download-URL: https://github.com/StephenGemin/code_timer/archive/1.0.3.tar.gz
Description: # code_timer
        
        Simple python timer to use for single lines of code, or entire functions/classes
        
        
        # New Features!
        
          - codetimer logger allowing you to set the streaming level or hide the logging entirely
          - Ability to use `code_timer.Timer` as a class, context manager, decorator
          - Ability to use separate `code_timer.timer` decorator
        
Keywords: decorator,decorators,code timer,timing,code timing,context manager,profiling
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
