Metadata-Version: 1.1
Name: lintipy
Version: 0.3.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
        
        ```python
        from lintipy import Handler
        
        def handle(*args, **kwargs):
            return Handler('PEP8', 'pycodestyle', '.')(*args, **kwargs)
        ```
        
        ## See also:
        
        This package is used on [Lambda Lint](https://lambdalint.github.io)
        
        
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
