Metadata-Version: 2.1
Name: jupylint
Version: 2.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/v2.1.0.tar.gz
Description: ![Build status](https://github.com/EdmundGoodman/Jupyter_Pylinter/actions/workflows/python-app.yml/badge.svg)
        [![Code coverage](https://codecov.io/gh/EdmundGoodman/Jupyter_Pylinter/branch/main/graph/badge.svg?token=5XL3ZX71OJ)](https://codecov.io/gh/EdmundGoodman/Jupyter_Pylinter)
        
        # Jupyter Pylinter
        
        A simple tool to extract python code from a Jupyter notebook, and then run
        pylint on it for static analysis.
        
        If you find this tool useful, please give it a star on GitHub!
        
        # Usage
        
        The package can be installed via PyPI, then run from the command line, as
        follows:
        
        ```bash
        pip install jupylint
        jupylint <input file name>
        ```
        
        Full documentation is available:
        
        - [On readthedocs](https://jupylint.readthedocs.io/en/latest/)
        
        # Download
        
        The tool can be downloaded in the following places:
        
        - [As a standalone python file](https://raw.githubusercontent.com/EdmundGoodman/Jupyter_Pylinter/main/jupylint/jupylint.py)
        - [As a package on PyPI](https://pypi.org/project/jupylint/)
        
        ## Contributions and errata
        
        If you find a bug in the code, feel free to submit a pull request or an issue
        through GitHub, and I will endeavour to fix it!
        
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
