Metadata-Version: 1.1
Name: jaraco.timing
Version: 1.1.3
Summary: Python routines for quick and dirty profiling and rate limits
Home-page: https://bitbucket.org/jaraco/jaraco.timing
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: MIT
Description: jaraco.timing
        =============
        
        `Documentation <https://pythonhosted.org/jaraco.timing>`_
        
        ``jaraco.timing`` provides some Python functions that are useful for timing how
        much real world time a piece of code takes to execute and limiting the
        frequency at which a function is called.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
