CMD + K

flake8-import-order

Community

A flake8 and Pylama plugin that checks the ordering of your imports.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::flake8-import-order

Usage Tracking

0.19.2
0.19.0
0.18.2
0.18.1
0.18
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

A flake8 and Pylama plugin that checks the ordering of your imports. In general stdlib comes first, then 3rd party, then local packages, and that each group is individually alphabetized, see Configuration section for details. It will not check anything else about the imports. Merely that they are grouped and ordered correctly. This plugin is under somewhat active development and is heavily influenced by the personal preferences of the developers of cryptography. Expect seemingly random changes and configuration changes as we figure out how it should work.

About

Summary

A flake8 and Pylama plugin that checks the ordering of your imports.

Last Updated

Jun 26, 2025 at 20:28

License

LGPL-3.0-only

Total Downloads

369.0K

Supported Platforms

noarch

Unsupported Platforms

linux-64 Last supported version: 0.12
win-32 Last supported version: 0.12
win-64 Last supported version: 0.12
macOS-64 Last supported version: 0.12