Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37568419
en ru br
ALT Linux repos
S:0.18.2-alt1

Group :: Development/Python3
RPM: python3-module-flake8-import-order

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.18.2-alt1
Build date: 29 november 2022, 10:55 ( 73.7 weeks ago )
Size: 19.79 Kb

Home page:   https://github.com/PyCQA/flake8-import-order

License: LGPL-3.0
Summary: Flake8 plugin that checks import order against various Python Style Guides
Description:

A flake8 and Pylama plugin that checks the ordering of your imports.
It does not check anything else about the imports. Merely that they are grouped
and ordered correctly.
In general stdlib comes first, then 3rd party, then local packages, and that
each group is individually alphabetized, however this depends on the style used.
Flake8-Import-Order supports a number of styles and is extensible allowing for
custom styles.
This plugin was originally developed to match the style preferences of the
cryptography project, with this style remaining the default.

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • python3-module-flake8-import-order
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin