Metadata-Version: 2.1
Name: pyperformance
Version: 1.0.1
Summary: Python benchmark suite
Home-page: https://github.com/python/benchmarks
Author: Collin Winter and Jeffrey Yasskin
Author-email: UNKNOWN
License: MIT license
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Requires-Dist: pyperf

##########################
The Python Benchmark Suite
##########################

.. image:: https://img.shields.io/pypi/v/pyperformance.svg
   :alt: Latest pyperformance release on the Python Cheeseshop (PyPI)
   :target: https://pypi.python.org/pypi/pyperformance

.. image:: https://travis-ci.org/python/pyperformance.svg?branch=master
   :alt: Build status of pyperformance on Travis CI
   :target: https://travis-ci.org/python/pyperformance

.. image:: https://ci.appveyor.com/api/projects/status/6sd9k88cwit27tgl/branch/master?svg=true
   :alt: Build status of pyperformance on AppVeyor
   :target: https://ci.appveyor.com/project/lazka/pyperformance-rdqv8

The ``pyperformance`` project is intended to be an authoritative source of
benchmarks for all Python implementations. The focus is on real-world
benchmarks, rather than synthetic benchmarks, using whole applications when
possible.

* `pyperformance documentation <http://pyperformance.readthedocs.io/>`_
* `pyperformance GitHub project <https://github.com/python/pyperformance>`_
  (source code, issues)
* `Download pyperformance on PyPI <https://pypi.python.org/pypi/pyperformance>`_

pyperformance is distributed under the MIT license.

