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

Uploaded Source

Built Distribution

edulint-2.6.0-py3-none-any.whl (135.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for edulint-2.6.0.tar.gz
Algorithm Hash digest
SHA256 247c80a97e68298d2a2e474e834c97f999a04715147accea779b65630aa1df9b
MD5 5e4f6e0d6e3a13ddd72cea1ca55d966d
BLAKE2b-256 3a99d536b1d825d215d9f0747d30478369352a6e30368433149162eedb6add5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: edulint-2.6.0-py3-none-any.whl
  • Upload date:
  • Size: 135.0 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.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ea43421e0176bb0d597f544e0ce7d5925ed1fc47cf30ffe99ff39f72ab7196be
MD5 591b21d5cb031dc82670c66ce1cad79c
BLAKE2b-256 e0f7db265da7b9e86ef3975bff086385f21c600718eeb69558d0b666e776b363

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