mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-27 22:11:07 +00:00
add prospector
This commit is contained in:
parent
ecc274cb1f
commit
6f3288a1a7
|
@ -237,9 +237,10 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
* [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts.
|
* [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts.
|
||||||
* [pycallgraph](https://github.com/gak/pycallgraph) - A library that visualises the flow (call graph) of your Python application.
|
* [pycallgraph](https://github.com/gak/pycallgraph) - A library that visualises the flow (call graph) of your Python application.
|
||||||
* Linter
|
* Linter
|
||||||
* [Flake8](https://pypi.python.org/pypi/flake8) - The modular source code checker: pep8, pyflakes and co.
|
* [flake8](https://pypi.python.org/pypi/flake8) - The modular source code checker: pep8, pyflakes and McCabe.
|
||||||
* [pylama](https://github.com/klen/pylama) - Code audit tool for Python and JavaScript.
|
* [prospector](https://github.com/landscapeio/prospector) - A tool to analyse Python code.
|
||||||
* [Pylint](https://www.pylint.org/) - A Fully customizable source code analyzer.
|
* [pylama](https://github.com/klen/pylama) - A code audit tool for Python and JavaScript.
|
||||||
|
* [pylint](https://www.pylint.org/) - A fully customizable source code analyzer.
|
||||||
* Static Type Checker
|
* Static Type Checker
|
||||||
* [mypy](http://mypy-lang.org/) - Check variable types during compile time.
|
* [mypy](http://mypy-lang.org/) - Check variable types during compile time.
|
||||||
* Static Type Annotations Generators
|
* Static Type Annotations Generators
|
||||||
|
|
Loading…
Reference in New Issue
Block a user