eingefuhrt

German quality import linter and formatter for Python.


Keywords
import, imports, linter, sort, isort, sorting, hacking, formatter
License
MIT
Install
pip install eingefuhrt==0.2.0

Documentation

Eingeführt

https://travis-ci.org/acatton/eingefuhrt.svg?branch=master

German quality import linter and formatter for Python.

$ pip install eingefuhrt
$ echo from foo import foo, bar, baz | eingefuhrt
from foo import bar
from foo import baz
from foo import foo