jjmerchante / Pythonic-webserver

Web server that analyzes the pythonic level of your GitHub projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Web server that analyzes the pythonic level of your GitHub projects

License:Apache License 2.0


Languages

Language:JavaScript 34.7%Language:HTML 30.7%Language:Python 19.3%Language:CSS 15.2%Language:Makefile 0.1%