Metadata-Version: 2.0
Name: plaid
Version: 0.1.4
Summary: Python Ansible role checker
Home-page: https://github.com/sqrvrtx/plaid
Author: Scott Ison
Author-email: sqrvrtx@gmail.com
License: MIT license
Keywords: plaid
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: Jinja2 (>=2.9.4)
Requires-Dist: PyYAML (>=3.11)
Requires-Dist: click (>=6.0)
Requires-Dist: flake8 (>=2.6.0)
Requires-Dist: pyflakes (>=1.2.3)

===============================
Plaid
===============================


.. image:: https://img.shields.io/pypi/v/plaid.svg
        :target: https://pypi.python.org/pypi/plaid

.. image:: https://img.shields.io/pypi/l/plaid.svg
    :target: https://pypi.python.org/pypi/plaid

.. image:: https://img.shields.io/pypi/wheel/plaid.svg
    :target: https://pypi.python.org/pypi/plaid

.. image:: https://img.shields.io/pypi/pyversions/plaid.svg
    :target: https://pypi.python.org/pypi/plaid

.. image:: https://img.shields.io/travis/sqrvrtx/plaid.svg
        :target: https://travis-ci.org/sqrvrtx/plaid

.. image:: https://readthedocs.org/projects/plaid/badge/?version=latest
        :target: https://plaid.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


Python Ansible role checker


* Free software: MIT license
* Documentation: https://plaid.readthedocs.io.


Features
--------

Generic ansible role checker. Parses yaml, jinja2 templates and checks for
pep8/flake 8 python errors. Also check for files we expect and those we don't.
This is configured in the .plaidrc file::

    ---

    include_files:
      - README.md
      - molecule.yml

    exclude_files:
      - .travis.yml


=======
History
=======

0.1.0 (2017-02-09)
------------------

* First release on PyPI.


