Metadata-Version: 2.1
Name: ruff-api
Version: 0
Summary: Experimental Python API for Ruff
Author-email: Amethyst Reese <amethyst@n7.gg>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: attribution==1.6.2 ; extra == "dev"
Requires-Dist: black==23.3.0 ; extra == "dev"
Requires-Dist: flake8==6.0.0 ; extra == "dev"
Requires-Dist: flit==3.8.0 ; extra == "dev"
Requires-Dist: mypy==1.2.0 ; extra == "dev"
Requires-Dist: ufmt==2.0.1 ; extra == "dev"
Requires-Dist: usort==1.0.6 ; extra == "dev"
Project-URL: Home, https://github.com/amyreese/ruff-api
Provides-Extra: dev

# ruff-api

Experimental Python API for Ruff

[![version](https://img.shields.io/pypi/v/ruff-api.svg)](https://pypi.org/project/ruff-api)
[![license](https://img.shields.io/pypi/l/ruff-api.svg)](https://github.com/amyreese/ruff-api/blob/main/LICENSE)


Install
-------

```shell-session
$ pip install ruff-api
```


Usage
-----

```py
import ruff_api
```


License
-------

ruff-api is copyright Amethyst Reese, and licensed under the MIT license.
