Skip to main content

A Python Educational Linter

Project description

EduLint

Pypi Python versions Tests ReadTheDocs Docker image

EduLint is a Python linter aimed at helping beginning programmers improve their coding style. At present moment, it integrates flake8 and pylint, with some tweaks to their default configuration.

The repository contains both the linter itself. For ease of use for the beginning programmers, there is a web version running at edulint.rechtackova.cz.

You can install the latest release with pip:

python<version> -m pip install edulint

Once installed, you can run it as a python module:

python<the-same-version> -m edulint <file-to-lint>

Read the documentation for more options and configuration details.

Python version

Supported: >= 3.8

3.7 mostly works, but can fail in edge cases due to different parsing between package typed-ast (<=3.7) and pythons native ast (>=3.8). We discovered those using the existing test suite.

Docker usage

Don't want to install Python and Edulint as a python package? You can also run it using Docker.

docker run -v ${PWD}:/app edulint/edulint-cli some_file.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

edulint-2.3.0.tar.gz (131.3 kB view details)

Uploaded Source

Built Distribution

edulint-2.3.0-py3-none-any.whl (133.7 kB view details)

Uploaded Python 3

File details

Details for the file edulint-2.3.0.tar.gz.

File metadata

  • Download URL: edulint-2.3.0.tar.gz
  • Upload date:
  • Size: 131.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for edulint-2.3.0.tar.gz
Algorithm Hash digest
SHA256 d9ecc51578150955a33fe58944c23e600e70b9cb546bbe506cc7c12304720560
MD5 f2ae8e6fc3219b9f569013ba4d585c4a
BLAKE2b-256 c10f578cade94f76df798813cfd3a653bab1b6dbef706cd2291240885e0d48d0

See more details on using hashes here.

File details

Details for the file edulint-2.3.0-py3-none-any.whl.

File metadata

  • Download URL: edulint-2.3.0-py3-none-any.whl
  • Upload date:
  • Size: 133.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for edulint-2.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7759c137ce24b62519aeb5a36ff889081963f521f50d8c12347ecebafd2ae08f
MD5 ce136d18b02dd876590ee31445eb321c
BLAKE2b-256 2fa68ba72bcbde1ff06a2ab0f30773d8d31f1acf2e126fd06acc95f395f0b3b9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page