Metadata-Version: 2.1
Name: instrument
Version: 0.6.0
Summary: instrumentation primitives for metrics and benchmarking
Home-page: http://github.com/wearpants/instrument
Author: Pete Fein
Author-email: pete@wearpants.org
License: BSD
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
License-File: LICENSE
Provides-Extra: numpy
Requires-Dist: numpy ; extra == 'numpy'
Requires-Dist: prettytable ; extra == 'numpy'
Provides-Extra: plot
Requires-Dist: matplotlib ; extra == 'plot'
Provides-Extra: statsd
Requires-Dist: statsd ; extra == 'statsd'

instrument
==========

`instrument <http://github.com/wearpants/instrument>`__ provides instrumentation primitives for metrics and benchmarking. It can be used to:

* monitor runtime behavior in production systems
* conduct performance benchmarks
* easily generate plots/graphs and statistics

Get it from PyPI today:

  `pip install instrument`

Python `Instrument` was formerly known as `Measure It`.

:author: Pete Fein <pete@wearpants.org>
:license: BSD
:versions: Python 3.4+
:source: https://github.com/wearpants/instrument
:homepage: https://instrument.readthedocs.org/en/latest/
:video: https://www.youtube.com/watch?v=A_C4Z4RDDgI



