BethanyG / python-analyzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercism's Python Analyzer

This is Exercism's automated analyzer for the Python track.

It is run with ./bin/run.sh $EXERCISM $PATH_TO_FILES $PATH_FOR_OUTPUT and will read the source code from $PATH_TO_FILES and write a text file with an analysis to $PATH_FOR_OUTPUT.

For example:

./bin/run.sh two_fer ~/solution-238382y7sds7fsadfasj23j/ ~/solution-238382y7sds7fsadfasj23j/output/

Unit tests can be run from this directory:

pylint -x

About

License:GNU Affero General Public License v3.0


Languages

Language:Python 93.4%Language:Shell 5.4%Language:Dockerfile 1.2%