Metadata-Version: 2.1
Name: flake8_exceptions
Version: 0.0.1a0
Summary: A flake8 plugin to identify commonly unhandled exceptions.
Home-page: https://github.com/tylerwince/flake8-exceptions
Author: Tyler Wince
Author-email: tyler@wince.dev
License: MIT
Description: 
        # flake8-exceptions
        
        Reduce runtime fireworks by identifying common unhandled exceptions at during development.
        
        ## TODO
        
        - AttributeError
        - EOFError
        - FileNotFoundError
        - InputError
        - IndexError
        - IOError
        - KeyError
        - OSError
        - TimeoutError
        
Platform: UNKNOWN
Classifier: Framework :: Flake8
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Description-Content-Type: text/markdown
