Metadata-Version: 2.1
Name: tomlcheck
Version: 0.1.1
Summary: A simple toml syntax checker
Home-page: http://github.com/sayanarijit/tomlcheck
License: MIT
Keywords: toml
Author: Arijit Basu
Author-email: sayanarijit@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: pytest-cov (>=2.8.1,<3.0.0)
Requires-Dist: toml (>=0.10.0,<0.11.0)
Project-URL: Repository, http://github.com/sayanarijit/tomlcheck
Description-Content-Type: text/x-rst

tomlcheck
==========

.. image:: https://img.shields.io/pypi/v/tomlcheck.svg
    :target: https://pypi.org/project/tomlcheck
    :alt:

.. image:: https://img.shields.io/pypi/pyversions/tomlcheck.svg
    :target: https://pypi.org/project/tomlcheck
    :alt:

.. image:: https://travis-ci.com/sayanarijit/tomlcheck.svg?branch=master
    :target: https://travis-ci.com/sayanarijit/tomlcheck
    :alt:

.. image:: https://codecov.io/gh/sayanarijit/tomlcheck/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/sayanarijit/tomlcheck
    :alt:

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/python/black
    :alt:


A simple toml syntax checker


Installation
------------

.. code-block:: bash

    pip install -U tomlcheck


Usage
-----

.. code-block:: bash

    tomlcheck /path/to/file1.toml /path/to/file2.toml


Help Menu
---------

.. code-block:: bash

    tomlcheck --help

