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.
- Host: GitHub
- URL: https://github.com/tox-dev/toml-fmt
- Owner: tox-dev
- License: mit
- Created: 2024-10-16T08:00:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-28T13:11:45.000Z (about 2 months ago)
- Last Synced: 2026-04-28T15:15:08.377Z (about 2 months ago)
- Topics: formatter, pyo3, python, toml
- Language: Rust
- Homepage:
- Size: 1.29 MB
- Stars: 71
- Watchers: 3
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yaml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Python TOML formatters
This project includes the following TOML formatters for the Python ecosystem:
## pyproject-fmt
[](https://pypi.org/project/pyproject-fmt)
[](https://pypi.org/project/pyproject-fmt)
[](https://pypistats.org/packages/pyproject-fmt)
[](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
[](https://pypi.org/project/tox-toml-fmt)
[](https://pypi.org/project/tox-toml-fmt)
[](https://pypistats.org/packages/tox-toml-fmt)
[](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)