Metadata-Version: 2.1
Name: blackbench
Version: 21.8a2
Summary: A benchmarking suite for Black, the Python code formatter.
Home-page: https://github.com/ichard26/blackbench
Author: Richard Si
Author-email: 63936253+ichard26@users.noreply.github.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Typing :: Typed
Requires-Dist: click >= 8.0.0
Requires-Dist: cloup >= 0.9.0
Requires-Dist: pyperf >= 2.0.0, <3
Project-URL: Changelog, https://blackbench.readthedocs.io/en/latest/changelog.html
Project-URL: Documentation, https://blackbench.readthedocs.io/en/stable/

# Blackbench

[![CI](https://github.com/ichard26/blackbench/actions/workflows/ci.yaml/badge.svg)](https://github.com/ichard26/blackbench/actions/workflows/ci.yaml)
[![Documentation Status](https://readthedocs.org/projects/blackbench/badge/?version=latest)](https://blackbench.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/blackbench)](https://pypi.org/project/blackbench/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/blackbench.svg)](https://pypi.org/project/blackbench/)
[![Codecov](https://codecov.io/gh/ichard26/blackbench/branch/main/graph/badge.svg?token=PNX8G0CDUS)](https://codecov.io/gh/ichard26/blackbench)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

A benchmarking suite for Black, the Python code formatter. It’s intended to help
quantify changes in performance between versions of Black in a robust and repeatable
manner. Especially useful for verifying a patch doesn’t introduce performance
regressions.

Helpful links:

- [User documentation](https://blackbench.readthedocs.io/en/stable/index.html)
- [Contributing documentation](https://blackbench.readthedocs.io/en/latest/contributing.html)
- [Changelog](https://blackbench.readthedocs.io/en/latest/changelog.html)
- [Chat on Discord](https://discord.gg/RtVdv86PrH)

## License

Blackbench: MIT.

Targets based off real code maintain their original license. Please check the directory
containing the target in question for a license file.

