Metadata-Version: 2.0
Name: wscheck
Version: 0.1.1
Summary: Whitespace checking tool
Home-page: https://github.com/andras-tim/wscheck
Author: Andras Tim
Author-email: andras.tim@gmail.com
License: GPLv3
Keywords: whitespace ws check
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Requires-Dist: lxml (>=3.3.3)

WSCheck
=======

|PyPi| |DependencyStatus| |CodeQuality| |License|

Whitespace checking tool.


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

``pip install wscheck``


Bugs
----

Bugs or suggestions? Visit the `issue tracker <https://github.com/andras-tim/wscheck/issues>`__.


.. |Build| image:: https://travis-ci.org/andras-tim/wscheck.svg?branch=master
   :target: https://travis-ci.org/andras-tim/wscheck/branches
   :alt: Build Status
.. |DependencyStatus| image:: https://gemnasium.com/andras-tim/wscheck.svg
   :target: https://gemnasium.com/andras-tim/wscheck
   :alt: Dependency Status
.. |PyPi| image:: https://img.shields.io/pypi/dm/wscheck.svg
   :target: https://pypi.python.org/pypi/wscheck
   :alt: Python Package
.. |License| image:: https://img.shields.io/badge/license-GPL%203.0-blue.svg
   :target: https://github.com/andras-tim/wscheck/blob/master/LICENSE
   :alt: License

.. |CodeQuality| image:: https://www.codacy.com/project/badge/345af34d2f3c432bb528a0fb48167d92
   :target: https://www.codacy.com/app/andras-tim/wscheck
   :alt: Code Quality
.. |Coverage| image:: https://coveralls.io/repos/andras-tim/wscheck/badge.svg?branch=master&service=github
   :target: https://coveralls.io/r/andras-tim/wscheck?branch=master&service=github
   :alt: Test Coverage

.. |IssueStats| image:: https://img.shields.io/github/issues/andras-tim/wscheck.svg
   :target: http://issuestats.com/github/andras-tim/wscheck
   :alt: Issue Stats

.. |Renderers| image:: https://raw.githubusercontent.com/andras-tim/wscheck/master/examples/screenshots/renderers.png
   :target: https://github.com/andras-tim/wscheck/tree/master/examples
   :alt: Renderers
.. |Decorators| image:: https://raw.githubusercontent.com/andras-tim/wscheck/master/examples/screenshots/decorators.png
   :target: https://github.com/andras-tim/wscheck/tree/master/examples
   :alt: Decorators
.. |StackedDecorators| image:: https://raw.githubusercontent.com/andras-tim/wscheck/master/examples/screenshots/stacked_decorators.png
   :target: https://github.com/andras-tim/wscheck/tree/master/examples
   :alt: StackedDecorators

