Metadata-Version: 2.1
Name: jupylint
Version: 2.2.4
Summary: A tool to run pylint on Jupyter notebooks
Home-page: https://github.com/EdmundGoodman/Jupyter_Pylinter
Download-URL: https://github.com/EdmundGoodman/Jupyter_Pylinter/archive/refs/tags/v2.2.4.tar.gz
Author: Edmund Goodman
Author-email: egoodman3141@gmail.com
License: MIT
Keywords: Jupyter,Pylint,linter
Classifier: Development Status :: 7 - Inactive
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
License-File: LICENSE
Requires-Dist: pylint

![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 - Archived

***This project is archived, and no longer under active development.***

**Please consider using [https://github.com/nbQA-dev/nbQA](https://github.com/nbQA-dev/nbQA) instead**

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!
