Metadata-Version: 1.2
Name: rstvalidator
Version: 1.0.1
Summary: .rst (reStructuredText) validator
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/looking-for-a-job/rstvalidator.py.cli/issues
Project-URL: Homepage, https://github.com/looking-for-a-job/rstvalidator.py.cli
Description-Content-Type: UNKNOWN
Description: .. image:: https://img.shields.io/pypi/pyversions/rstvalidator.svg?maxAge=86400
            :target: https://pypi.org/pypi/rstvalidator/
        
        |
        
        .. image:: https://www.codefactor.io/repository/github/looking-for-a-job/rstvalidator.py.cli/badge
            :target: https://www.codefactor.io/repository/github/looking-for-a-job/rstvalidator.py.cli
        .. image:: https://codeclimate.com/github/looking-for-a-job/rstvalidator.py.cli/badges/gpa.svg
            :target: https://codeclimate.com/github/looking-for-a-job/rstvalidator.py.cli
        .. image:: https://img.shields.io/scrutinizer/g/looking-for-a-job/rstvalidator.py.cli.svg
            :target: https://scrutinizer-ci.com/g/looking-for-a-job/rstvalidator.py.cli/
        .. image:: https://bettercodehub.com/edge/badge/looking-for-a-job/rstvalidator.py.cli?branch=master
            :target: https://bettercodehub.com/results/looking-for-a-job/rstvalidator.py.cli
        .. image:: https://sonarcloud.io/api/project_badges/measure?project=rstvalidator.py.cli&metric=code_smells
            :target: https://sonarcloud.io/dashboard?id=rstvalidator.py.cli
        
        Install
        ```````
        
        
        .. code:: bash
        
            `[sudo] pip install rstvalidator`
        
        Usage
        `````
        
        
        .. code:: bash
        
            usage: python -m rstvalidator.cli path ...
        
        
        Examples
        ````````
        
        
        .. code:: bash
        
            $ python -m rstvalidator.cli README.rst
        
        
        
        ----
        
        .. image:: https://img.shields.io/github/followers/looking-for-a-job.svg?style=social&label=Follow&maxAge=86400
            :target: https://github.com/looking-for-a-job
        
        .. image:: https://img.shields.io/github/stars/looking-for-a-job/rstvalidator.py.cli.svg?style=social&label=Stars&maxAge=86400
            :target: https://github.com/looking-for-a-job/rstvalidator.py.cli
        
        .. image:: https://img.shields.io/github/issues/looking-for-a-job/rstvalidator.py.cli.svg?maxAge=86400
            :target: https://github.com/looking-for-a-job/rstvalidator.py.cli/issues
        
Keywords: rst,reStructuredText,validator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Text Processing :: Markup
