Metadata-Version: 2.4
Name: toml-fmt-common
Version: 1.1.0
Summary: Common logic to the TOML formatter.
Project-URL: Changelog, https://github.com/tox-dev/toml-fmt-common/releases
Project-URL: Documentation, https://github.com/tox-dev/toml-fmt-common#toml-fmt-common
Project-URL: Homepage, https://github.com/tox-dev/toml-fmt-common
Project-URL: Source, https://github.com/tox-dev/toml-fmt-common
Project-URL: Tracker, https://github.com/tox-dev/toml-fmt-common/issues
Maintainer-email: Bernát Gábor <gaborjbernat@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System
Requires-Python: >=3.10
Requires-Dist: tomli>=2.2.1; python_version < '3.11'
Description-Content-Type: text/markdown

# toml-fmt-common

Contains Python code common to all formatters under the `toml-fmt` umbrella (meant to only be used by that project).

[![check](https://github.com/tox-dev/toml-fmt-common/actions/workflows/check.yaml/badge.svg)](https://github.com/tox-dev/toml-fmt-common/actions/workflows/check.yaml)
[![PyPI version](https://badge.fury.io/py/toml-fmt-common.svg)](https://badge.fury.io/py/toml-fmt-common)
[![PyPI Supported Python Versions](https://img.shields.io/pypi/pyversions/toml-fmt-common.svg)](https://pypi.python.org/pypi/toml-fmt-common/)
[![Downloads](https://static.pepy.tech/badge/toml-fmt-common/month)](https://pepy.tech/project/toml-fmt-common)
