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

11 lines
668 B
Markdown

# 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