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.4.0.tar.gz (131.3 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: edulint-2.4.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.4.0.tar.gz
Algorithm Hash digest
SHA256 53deec790610624f4826431fa7a72f2630dd4d66daa62554bd71bd27c6d7f6de
MD5 70b41c1c4007e4fa363ddda60a01e585
BLAKE2b-256 291bc4627eb8e1990e370717eeaa213297dbb32acc8450f4d7191643a138bc96

See more details on using hashes here.

File details

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

File metadata

  • Download URL: edulint-2.4.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.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5a8c3fe08eafcaf2484e6b3c1521a4ab0d8672fd24719cda7b2cd70217ef56b8
MD5 ab5ca389f7a80d4faeb346dd2f34f90b
BLAKE2b-256 3efe908afbdc3399f3f8a670bb112d8ac32bd3c94c59122449e487b49d7dd143

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