TOML Validator

MAINTAINER NEEDED: this project is complete but won’t be updated until further notice. If you have interest in improving it, please contact me by creating an issue here .

PyPI Python Version License

Read the documentation at https://toml-validator.readthedocs.io/ Tests Codecov

pre-commit Black

Features

CLI for tomlkit.

Requirements

You need Python 3.7.0 or above (latest 3.9 recommended) installed on your machine.

Installation

You can install TOML Validator via pip from PyPI:

$ pip install toml-validator

Usage

$ toml-validator FILAPATH1 FILEPATH2 ...

It gives a green message for correct files and red message with errors.

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the MIT license, TOML Validator is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

This project was generated from @cjolowicz’s Hypermodern Python Cookiecutter template.