pawamoy / pawamoy.github.io

http://pawamoy.github.io/
2 stars 0 forks source link

Tools to run code analysis on Python sources #6

Closed pawamoy closed 6 years ago

pawamoy commented 7 years ago

There are plenty:

And some of them uses others (pylama, prospector). Draw a dependency/inclusion diagram. Also write about corresponding webservices (codacy, landscape).

pawamoy commented 7 years ago

Also search for other, not well-known packages like PyT. Safety could be removed since it works on requirements, it's not a static code analysis tool.