mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-18 23:37:00 +00:00
add code2flow to Code Analysis section
This commit is contained in:
parent
16c5f242ea
commit
def2233b02
|
@ -747,11 +747,14 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
|
|
||||||
*Libraries and tools for analysing, parsing and manipulation codebases.*
|
*Libraries and tools for analysing, parsing and manipulation codebases.*
|
||||||
|
|
||||||
|
* Code Analysis
|
||||||
* [pysonar2](https://github.com/yinwang0/pysonar2) - A type inferencer and indexer for Python.
|
* [pysonar2](https://github.com/yinwang0/pysonar2) - A type inferencer and indexer for Python.
|
||||||
|
* [pycallgraph](https://github.com/gak/pycallgraph) - A library that visualises the call flow of your Python application.
|
||||||
|
* [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts.
|
||||||
|
* 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 co.
|
||||||
|
* [pylama](https://pylama.readthedocs.org/) - Code audit tool for Python and JavaScript.
|
||||||
* [Pylint](http://www.pylint.org/) - A source code analyzer.
|
* [Pylint](http://www.pylint.org/) - A source code analyzer.
|
||||||
* [pycallgraph](https://github.com/gak/pycallgraph) - Creates call graph visualizations for Python applications.
|
|
||||||
* [pylama](https://pylama.readthedocs.org/) - The modular source code checker: pep8, pyflakes, pylint and co.
|
|
||||||
|
|
||||||
## Debugging Tools
|
## Debugging Tools
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user