# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-flake8-import-order VERSION= 0.19.2 KEYWORDS= python VARIANTS= v12 v13 SDESC[v12]= Import order validation tool (3.12) SDESC[v13]= Import order validation tool (3.13) HOMEPAGE= https://github.com/PyCQA/flake8-import-order CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/18/d4/3d067f1c4a429e82ec9ae54a346ef50e4d317c6cdfba6bd1443c162ff39f DISTFILE[1]= flake8_import_order-0.19.2-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v12]= single SPKGS[v13]= single OPTIONS_AVAILABLE= PY312 PY313 OPTIONS_STANDARD= none VOPTS[v12]= PY312=ON PY313=OFF VOPTS[v13]= PY312=OFF PY313=ON DISTNAME= flake8_import_order-0.19.2.dist-info GENERATED= yes [PY312].RUN_DEPENDS_ON= python-pycodestyle:single:v12 python-setuptools:single:v12 [PY312].USES_ON= python:v12,wheel [PY313].RUN_DEPENDS_ON= python-pycodestyle:single:v13 python-setuptools:single:v13 [PY313].USES_ON= python:v13,wheel [FILE:1163:descriptions/desc.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 [FILE:133:distinfo] 2dfe60175e7195cf36d4c573861fd2e3258cd6650cbd7616da3c6b8193b29b7c 16323 python-src/flake8_import_order-0.19.2-py3-none-any.whl