Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 628 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 628 Bytes

Pythonic webserver

Django project that analyzes python project from GitHub and show a mark depending on their level using python idioms.

You can analyze Python projects or projects from a given user

This project is still in development, it will be active on pythonic.libresoft.info.

Temporarily you can access in pythonic.tk OR idiomaticpython.appspot.com

Installation

pip install Django==1.11.6

pip install pygments==2.2.0

Run

python manage.py makemigrions
python manage.py migrate
python manage.py runserver