@fuzeman's import order style for flake8-import-order
Project description
Import ordering style for flake8-import-order, fork of flake8-import-order-spoqa which has been updated to implement @fuzeman’s preferred import ordering convention.
Example
from myapp import something
from myapp.helpers import get_view
from myapp.views import *
from ...deepest import a
from ..deeper import b
from .a import this, that
from .z import This, That
from pkg_resources import (SOURCE_DIST, EntryPoint, Requirement, get_provider)
from typing import Optional
import datetime
import sys
Usage
Install the flake8-import-order-fuzeman package with pip, and then enable the import order style with either:
Command-line option:
--import-order-style=fuzeman
-
[flake8] import-order-style =
fuzeman
Distribution
Written by Dean Gardiner, forked from flake8-import-order-spoqa written by Hong Minhee, and distributed under the GPLv3 license or later.
Changelog
1.0.2 (2017-02-22)
Fix for incorrect metadata on PyPI
1.0.1 (2017-02-22)
- Fixed
Incorrect install_requires definition in setup.py
1.0.0 (2017-02-22)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file flake8-import-order-fuzeman-1.0.2.tar.gz
.
File metadata
- Download URL: flake8-import-order-fuzeman-1.0.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c57be6c604ea7ce7fff1218e5083a5c804966f9def36727f8e455b6c5bbe55b1 |
|
MD5 | f00c8da1d3dfd58b980f7f847880d1ed |
|
BLAKE2b-256 | 1a46a714189edbcf3925ce516ad393dc50b62a63c715482f20547318e7113eab |
File details
Details for the file flake8_import_order_fuzeman-1.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: flake8_import_order_fuzeman-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9012211978ed386cad3478654e5f9b848c229352eba4f94487f5ee0578268f6 |
|
MD5 | 72e891fc8a752599a58f489d279cee01 |
|
BLAKE2b-256 | 09da3ca0f2fa1eb79b22df6514dd1706f63e50c7a824d9abbf5e72f3fea2a7cd |