Metadata-Version: 1.0
Name: rstvalidator
Version: 0.0.7
Summary: .rst (reStructuredText) validator
Home-page: https://github.com/russianidiot/rstvalidator.py.cli
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: .. README generated with readmemako.py (github.com/russianidiot/readme-mako.py) and .README dotfiles (github.com/russianidiot-dotfiles/.README)
        
        Install
        ```````
        
        :code:`[sudo] pip install rstvalidator`
        
        Usage
        `````
        
        .. code:: bash
        
        	usage: python -m rstvalidator path ...
        
        .. code:: python
        
        	>>> from rstvalidator import rstvalidator
        	
        	>>> rstvalidator(path)
        
        Example
        ```````
        
        .. code:: bash
        
        	$ python -m rstvalidator README.rst
        
        `Examples/`_
        
        .. _Examples/: https://github.com/russianidiot/rstvalidator.py.cli/tree/master/Examples
        
        Feedback |github_issues| |gitter| |github_follow|
        
        .. |github_issues| image:: https://img.shields.io/github/issues/russianidiot/rstvalidator.py.cli.svg
        	:target: https://github.com/russianidiot/rstvalidator.py.cli/issues
        
        .. |github_follow| image:: https://img.shields.io/github/followers/russianidiot.svg?style=social&label=Follow
        	:target: https://github.com/russianidiot
        
        .. |gitter| image:: https://badges.gitter.im/russianidiot/rstvalidator.py.cli.svg
        	:target: https://gitter.im/russianidiot/rstvalidator.py.cli
Keywords: rst reStructuredText validator

Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Operating System :: Unix
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Utilities
