Metadata-Version: 2.0
Name: jaraco.timing
Version: 1.2
Summary: Python routines for quick and dirty profiling and rate limits
Home-page: https://github.com/jaraco/jaraco.timing
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
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

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.


