Metadata-Version: 2.1
Name: jupylint
Version: 0.1.0
Summary: A tool to run pylint on Jupyter notebooks
Home-page: https://github.com/EdmundGoodman/Jupyter_Pylinter
Author: Edmund Goodman
Author-email: egoodman3141@gmail.com
License: MIT
Download-URL: https://github.com/EdmundGoodman/Jupyter_Pylinter/archive/refs/tags/v0.1.0.tar.gz
Description: # Jupyter Pylinter
        A simple tool to extract python code from a Jupyter notebook, and then run pylint on it for static analysis.
        
Keywords: Jupyter,Pylint,linter
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
