Metadata-Version: 2.1
Name: shellcheck-py
Version: 0.7.0.1
Summary: Python wrapper around invoking shellcheck (https://www.shellcheck.net/)
Home-page: https://github.com/ryanrhee/shellcheck-py
Author: Ryan Rhee
Author-email: pypi@rhee.io
License: MIT
Description: # shellcheck-py
        
        This python3 package allows you to install and invoke [`shellcheck`](https://www.shellcheck.net/) by installing it from pip.
        Internally, it fetches the pre-built binaries for your system.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.5
Description-Content-Type: text/markdown
