An open API service indexing awesome lists of open source software.

https://github.com/acatton/eingefuhrt

:de: German quality import linter and formatter for Python.
https://github.com/acatton/eingefuhrt

helper import python tool

Last synced: 4 months ago
JSON representation

:de: German quality import linter and formatter for Python.

Awesome Lists containing this project

README

          

Eingeführt
==========

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

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