https://github.com/jjmerchante/pythonic-webserver
Web server that analyzes the pythonic level of your GitHub projects
https://github.com/jjmerchante/pythonic-webserver
idiomatic idiomatic-python python pythonic
Last synced: 4 months ago
JSON representation
Web server that analyzes the pythonic level of your GitHub projects
- Host: GitHub
- URL: https://github.com/jjmerchante/pythonic-webserver
- Owner: jjmerchante
- License: apache-2.0
- Created: 2017-11-06T13:38:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T13:20:33.000Z (over 7 years ago)
- Last Synced: 2025-03-11T21:57:43.957Z (9 months ago)
- Topics: idiomatic, idiomatic-python, python, pythonic
- Language: JavaScript
- Size: 441 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](pythonic.libresoft.info).
Temporarily you can access in [pythonic.tk](pythonic.tk) OR [idiomaticpython.appspot.com](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
```