Files
wiki/README.md
2017-02-24 00:03:10 +01:00

668 B

wiki

Python

pycycle - Tool for pinpointing circular imports in Python. Find cyclic imports in any project. pylint - A Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells. prospector - Inspects Python source files and provides information about type and location of classes, methods etc. mypy - Optional static typing for Python 2 and 3 attrs - Python Classes Without Boilerplate.

Elixir