Metadata-Version: 2.3
Name: pyproject-fmt-rust
Version: 1.0.1
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: covdefaults >=2.3 ; extra == 'test'
Requires-Dist: pytest >=8.2 ; extra == 'test'
Requires-Dist: pytest-cov >=5 ; extra == 'test'
Provides-Extra: test
License-File: LICENSE.txt
Summary: Format your pyproject.toml file
Keywords: format,pyproject
Author-email: Bernat Gabor <gaborjbernat@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Bug Tracker, https://github.com/tox-dev/pyproject-fmt-rust-rust/issues
Project-URL: Changelog, https://github.com/tox-dev/pyproject-fmt-rust/releases
Project-URL: Documentation, https://github.com/tox-dev/pyproject-fmt-rust/
Project-URL: Source Code, https://github.com/tox-dev/pyproject-fmt-rust

# pyproject-fmt-rust

[![PyPI](https://img.shields.io/pypi/v/pyproject-fmt-rust?style=flat-square)](https://pypi.org/project/pyproject-fmt-rust)
[![PyPI - Implementation](https://img.shields.io/pypi/implementation/pyproject-fmt-rust?style=flat-square)](https://pypi.org/project/pyproject-fmt-rust)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyproject-fmt-rust?style=flat-square)](https://pypi.org/project/pyproject-fmt-rust)
[![Downloads](https://static.pepy.tech/badge/pyproject-fmt-rust/month)](https://pepy.tech/project/pyproject-fmt-rust)
[![PyPI - License](https://img.shields.io/pypi/l/pyproject-fmt-rust?style=flat-square)](https://opensource.org/licenses/MIT)
[![check](https://github.com/tox-dev/pyproject-fmt-rust/actions/workflows/check.yml/badge.svg)](https://github.com/tox-dev/pyproject-fmt-rust/actions/workflows/check.yml)

Apply a consistent format to `pyproject.toml` files.
[Read the full documentation here](https://pyproject-fmt-rust.readthedocs.io/en/latest/).

## add to pre-commit

```yaml
- repo: https://github.com/tox-dev/pyproject-fmt-rust
  rev: "1.7.0"
  hooks:
    - id: pyproject-fmt-rust
```

