Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 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