Metadata-Version: 1.1
Name: plaid
Version: 0.1.2
Summary: Python Ansible role checker
Home-page: https://github.com/sqrvrtx/plaid
Author: Scott Ison
Author-email: sqrvrtx@gmail.com
License: MIT license
Description: ===============================
        Plaid
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/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
        
        .. image:: https://pyup.io/repos/github/sqrvrtx/plaid/shield.svg
             :target: https://pyup.io/repos/github/sqrvrtx/plaid/
             :alt: Updates
        
        
        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.
        
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
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
