python-flake8-import-order
Port variant v12
Summary Import order validation tool (3.12)
Package version 0.18.2
Homepage https://github.com/PyCQA/flake8-import-order
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v11
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 04 MAR 2024, 06:30:48 UTC
Port created 04 MAR 2024, 06:30:48 UTC
Subpackage Descriptions
single flake8-import-order =================== |Build Status| 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. Warnings -------- This package adds 4 new flake8 warnings - I100: Your import statements are in the wrong order. - I101: The names in your from import are in the wrong order. - I201: Missing newline between import groups. - I202: Additional newline in a group of imports. Styles ------ The following styles are directly supported, * cryptography - see an [example] * google - style described in [Google Style Guidelines], see an [example] * smarkets - style as google only with `import` statements before `from X import
Configuration Switches (platform-specific settings discarded)
PY311 OFF Build using Python 3.11 PY312 ON Build using Python 3.12
Package Dependencies by Type
Build (only) python312:dev:standard
python-pip:single:v12
autoselect-python:single:standard
Build and Runtime python312:primary:standard
Runtime (only) python-pycodestyle:single:v12
python-setuptools:single:v12
Download groups
main mirror://PYPIWHL/0c/52/9c5cb50a61f3d90f9d6c98ba67e3227f4057dc398cf664f3b56cb7c261f7
Distribution File Information
82ed59f1083b629b030ee9d3928d9e06b6213eb196fe745b3a7d4af2168130df 15971 flake8_import_order-0.18.2-py2.py3-none-any.whl
Ports that require python-flake8-import-order:v12
No other ports depend on this one.