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

Uploaded Source

Built Distribution

edulint-2.5.0-py3-none-any.whl (134.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for edulint-2.5.0.tar.gz
Algorithm Hash digest
SHA256 84960788a8daa1058c005a1484139e658eec6a83173f5f77e2f876b903c2d83c
MD5 3e4b98a0086247f169588f55c39b767f
BLAKE2b-256 bcc2f7afca19d742e270430a35ea635dcbaed5209524d44301ab59baa3ec2751

See more details on using hashes here.

File details

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

File metadata

  • Download URL: edulint-2.5.0-py3-none-any.whl
  • Upload date:
  • Size: 134.4 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.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e71342f984ac928495a01e4199352d2e789101b2c3fafb9b733b59670f330226
MD5 926edaf2edf355d9aa04c8b5709e2942
BLAKE2b-256 7ea19595404c85fc9ef6f445e1e4a562b9d1990ff5016a70f0206e08a55c1328

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