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