An open API service indexing awesome lists of open source software.

https://github.com/tox-dev/toml-fmt

Format Python TOML configurations.
https://github.com/tox-dev/toml-fmt

formatter pyo3 python toml

Last synced: about 2 months ago
JSON representation

Format Python TOML configurations.

Awesome Lists containing this project

README

          

# Python TOML formatters

This project includes the following TOML formatters for the Python ecosystem:

## pyproject-fmt

[![PyPI](https://img.shields.io/pypi/v/pyproject-fmt?style=flat-square)](https://pypi.org/project/pyproject-fmt)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyproject-fmt?style=flat-square)](https://pypi.org/project/pyproject-fmt)
[![Downloads](https://img.shields.io/pypi/dm/pyproject-fmt?style=flat-square)](https://pypistats.org/packages/pyproject-fmt)
[![pre-commit mirror](https://github.com/tox-dev/pyproject-fmt/actions/workflows/main.yaml/badge.svg)](https://github.com/tox-dev/pyproject-fmt)

Apply a consistent format to your `pyproject.toml` file with comment support.

- 📦 [PyPI](https://pypi.org/project/pyproject-fmt)
- 📖 [Documentation](https://pyproject-fmt.readthedocs.io)
- 🔧 [pre-commit hook](https://github.com/tox-dev/pyproject-fmt)
- 💻 [Source](./pyproject-fmt)
- 📝 [Changelog](./pyproject-fmt/CHANGELOG.md)

## tox-toml-fmt

[![PyPI](https://img.shields.io/pypi/v/tox-toml-fmt?style=flat-square)](https://pypi.org/project/tox-toml-fmt)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tox-toml-fmt?style=flat-square)](https://pypi.org/project/tox-toml-fmt)
[![Downloads](https://img.shields.io/pypi/dm/tox-toml-fmt?style=flat-square)](https://pypistats.org/packages/tox-toml-fmt)
[![pre-commit mirror](https://github.com/tox-dev/tox-toml-fmt/actions/workflows/main.yaml/badge.svg)](https://github.com/tox-dev/tox-toml-fmt)

Apply a consistent format to your `tox.toml` file with comment support.

- 📦 [PyPI](https://pypi.org/project/tox-toml-fmt)
- 📖 [Documentation](https://tox-toml-fmt.readthedocs.io)
- 🔧 [pre-commit hook](https://github.com/tox-dev/tox-toml-fmt)
- 💻 [Source](./tox-toml-fmt)
- 📝 [Changelog](./tox-toml-fmt/CHANGELOG.md)