Ecosyste.ms: Awesome
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: 2 months ago
JSON representation
:de: German quality import linter and formatter for Python.
- Host: GitHub
- URL: https://github.com/acatton/eingefuhrt
- Owner: acatton
- License: mit
- Created: 2016-03-17T22:40:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T22:46:18.000Z (over 8 years ago)
- Last Synced: 2024-10-07T12:22:06.581Z (3 months ago)
- Topics: helper, import, python, tool
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Eingeführt
==========.. image:: https://travis-ci.org/acatton/eingefuhrt.svg?branch=master
:target: https://travis-ci.org/acatton/eingefuhrtGerman 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