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 .
CLI for tomlkit.
You need Python 3.7.0 or above (latest 3.9 recommended) installed on your machine.
You can install TOML Validator via pip from PyPI:
$ pip install toml-validator
$ toml-validator FILAPATH1 FILEPATH2 ...
It gives a green message for correct files and red message with errors.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, TOML Validator is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.