.coveragerc
.gitignore
.pylintrc
CHANGES.rst
LICENSE.txt
MANIFEST.in
README.rst
appveyor.yml
doc-requirements.txt
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/tests.yml
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/testing.rst
scripts/install.ps1
scripts/run_with_env.cmd
scripts/releases/make-manylinux
src/perfmetrics/__init__.py
src/perfmetrics/_metric.pxd
src/perfmetrics/_util.py
src/perfmetrics/clientstack.py
src/perfmetrics/interfaces.py
src/perfmetrics/metric.c
src/perfmetrics/metric.py
src/perfmetrics/pyramid.py
src/perfmetrics/statsd.py
src/perfmetrics/wsgi.py
src/perfmetrics.egg-info/PKG-INFO
src/perfmetrics.egg-info/SOURCES.txt
src/perfmetrics.egg-info/dependency_links.txt
src/perfmetrics.egg-info/entry_points.txt
src/perfmetrics.egg-info/requires.txt
src/perfmetrics.egg-info/top_level.txt
src/perfmetrics.egg-info/zip-safe
src/perfmetrics/testing/__init__.py
src/perfmetrics/testing/client.py
src/perfmetrics/testing/matchers.py
src/perfmetrics/testing/observation.py
src/perfmetrics/testing/tests/__init__.py
src/perfmetrics/testing/tests/test_client.py
src/perfmetrics/testing/tests/test_matchers.py
src/perfmetrics/testing/tests/test_observation.py
src/perfmetrics/tests/__init__.py
src/perfmetrics/tests/bench_metric.py
src/perfmetrics/tests/test_clientstack.py
src/perfmetrics/tests/test_metric.py
src/perfmetrics/tests/test_perfmetrics.py
src/perfmetrics/tests/test_pyramid.py
src/perfmetrics/tests/test_statsd.py
src/perfmetrics/tests/test_wsgi.py
src/perfmetrics/tests/benchmarks/spraytest.py