Metadata-Version: 1.1
Name: lintipy
Version: 0.2.2
Summary: Run python based static file linters on AWS lambda.
Home-page: https://github.com/lambda-lint/lintipy
Author: Johannes Hoppe
Author-email: info@johanneshoppe.com
License: Apache-2
Description: lintipy
        =======
        
        **Run python based static file linters on AWS lambda.**
        
        Usage
        -----
        
        .. code-block:: python
        
            from lintipy import Handler
        
            handle = Handler('PEP8', 'pycodestyle', '.')
        
        
Keywords: linter
lambda
aws
amazon
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
