pylama
code audit tool for Python in Python3
Install
- All systems
-
curl cmd.cat/pylama.sh
- Debian
-
apt-get install pylama
- Ubuntu
-
apt-get install pylama
- Kali Linux
-
apt-get install pylama
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pylama
- Raspbian
-
apt-get install pylama
- Dockerfile
- dockerfile.run/pylama
pylama
code audit tool for Python in Python3
pylama s a code audit tool for Python and JavaScript. It wraps the following tools: * PEP8 © 2012-2013, Florent Xicluna; * PEP257 © 2012, GreenSteam, <http://greensteam.dk/> * PyFlakes © 2005-2013, Kevin Watters; * Mccabe © Ned Batchelder; * Pylint © 2013, Logilab (should be installed 'pylama_pylint' module); * gjslint © The Closure Linter Authors (should be installed 'pylama_gjslint' module); This package installs the tool in Python 3.