Skip to main content

A Flake8 plugin to identify incorrect use of encodings.

Project description

A Flake8 plugin to identify incorrect use of encodings.

Docs

Documentation Build Status Docs Check Status

Tests

Linux Test Status Windows Test Status macOS Test Status Coverage

PyPI

PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel

Anaconda

Conda - Package Version Conda - Platform

Activity

GitHub last commit GitHub commits since tagged version Maintenance PyPI - Downloads

QA

CodeFactor Grade Flake8 Status mypy status pre-commit.ci status

Other

License GitHub top language Requirements Status

Installation

flake8-encodings can be installed from PyPI or Anaconda.

To install with pip:

$ python -m pip install flake8-encodings

To install with conda:

  • First add the required channels

$ conda config --add channels http://conda.anaconda.org/conda-forge
$ conda config --add channels http://conda.anaconda.org/domdfcoding
  • Then install

$ conda install flake8-encodings

Motivation

Developers using macOS or Linux may forget that the default encoding is not always UTF-8.

For example, long_description = open("README.md").read() in setup.py is a common mistake. Many Windows users cannot install the package if there is at least one non-ASCII character (e.g. emoji) in the README.md file which is encoded in UTF-8.

For example, 489 packages of the 4000 most downloaded packages from PyPI used non-ASCII characters in README. And 82 packages of them cannot be installed from source package when the locale encoding is ASCII. [1] They used the default encoding to read README or TOML file.

Even Python experts assume that default encoding is UTF-8. It creates bugs that happen only on Windows. See [2], [3], [4], and [5] for example.

PEP 597 proposed adding a new EncodingWarning to Python, which can be used in conjunction with this tool to identify issues at runtime.

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

flake8-encodings-0.1.1.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

flake8_encodings-0.1.1-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file flake8-encodings-0.1.1.tar.gz.

File metadata

  • Download URL: flake8-encodings-0.1.1.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.0 importlib_metadata/3.7.3 packaging/20.9 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for flake8-encodings-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1527993bef9a29610034197a423895606d203e2361d0dda0ec8560fb2ff6c8e4
MD5 a7520983d73c9052f703ee0f26de3915
BLAKE2b-256 08ecfdaf67b6d65ecf97af284df3a49d317f1ff6495811f8528368a06bd71e72

See more details on using hashes here.

File details

Details for the file flake8_encodings-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: flake8_encodings-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.0 importlib_metadata/3.7.3 packaging/20.9 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for flake8_encodings-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 aa661132522dcebc49e8454ed6136fc487c1da9c20ee99742c356a53f3f283e1
MD5 4d09649c0cd12c7af1cf4c3d4b35bc49
BLAKE2b-256 fae341473d13606839d3f746523e7f6eeaabe078f3410cf2a3c165f4f7830273

See more details on using hashes here.

Supported by

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