From 2f9c506ba09b07dd2fa68e5b345079a9f0ec6b39 Mon Sep 17 00:00:00 2001 From: Pascal Schmid Date: Fri, 24 Feb 2017 00:03:10 +0100 Subject: [PATCH] Python tools --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8088b76..c58d07f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # wiki +## Python + +[pycycle](https://github.com/bndr/pycycle) - Tool for pinpointing circular imports in Python. Find cyclic imports in any project. +[pylint](https://github.com/PyCQA/pylint/) - A Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells. +[prospector](https://github.com/landscapeio/prospector) - Inspects Python source files and provides information about type and location of classes, methods etc. +[mypy](https://github.com/python/mypy) - Optional static typing for Python 2 and 3 +[attrs](https://github.com/python-attrs/attrs) - Python Classes Without Boilerplate. + +## Elixir \ No newline at end of file