Metadata-Version: 1.1
Name: measure-it
Version: 0.4.1
Summary: time and count measurement for iterators and other code
Home-page: http://github.com/wearpants/measure_it
Author: Pete Fein
Author-email: pete@wearpants.org
License: BSD
Description: measure_it
        ==========
        
        `measure_it <http://github.com/wearpants/measure_it>`__ provides timing and counting for iterators (and other code segments). It can be used to:
        
        * monitor runtime behavior in production systems
        * conduct performance benchmarks
        * easily generate plots/graphs and statistics
        
        Get it from the cheeseshop today:
        
          `pip install measure_it`
        
        :author: Pete Fein <pete@wearpants.org>
        :license: BSD
        :versions: Python 2.7 & 3
        :source: https://github.com/wearpants/measure_it
        :homepage: https://measure_it.readthedocs.org/en/latest/
        :video: https://www.youtube.com/watch?v=A_C4Z4RDDgI
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
