|
@@ -16,12 +16,12 @@
|
|
|
"framework": "bottle",
|
|
|
"language": "Python",
|
|
|
"orm": "Full",
|
|
|
- "platform": "wsgi",
|
|
|
- "webserver": "Gunicorn",
|
|
|
+ "platform": "Gunicorn/Meinheld",
|
|
|
+ "webserver": "None",
|
|
|
"os": "Linux",
|
|
|
"database_os": "Linux",
|
|
|
"display_name": "bottle",
|
|
|
- "notes": "",
|
|
|
+ "notes": "CPython 2.7",
|
|
|
"versus": "wsgi"
|
|
|
},
|
|
|
"py3": {
|
|
@@ -39,12 +39,12 @@
|
|
|
"framework": "bottle",
|
|
|
"language": "Python",
|
|
|
"orm": "Full",
|
|
|
- "platform": "wsgi",
|
|
|
- "webserver": "Gunicorn",
|
|
|
+ "platform": "Gunicorn/Meinheld",
|
|
|
+ "webserver": "None",
|
|
|
"os": "Linux",
|
|
|
"database_os": "Linux",
|
|
|
"display_name": "bottle-py3",
|
|
|
- "notes": "",
|
|
|
+ "notes": "CPython 3.3",
|
|
|
"versus": "wsgi"
|
|
|
},
|
|
|
"pypy": {
|
|
@@ -62,12 +62,12 @@
|
|
|
"framework": "bottle",
|
|
|
"language": "Python",
|
|
|
"orm": "Full",
|
|
|
- "platform": "pypy",
|
|
|
- "webserver": "Gunicorn",
|
|
|
+ "platform": "Gunicorn/Tornado",
|
|
|
+ "webserver": "None",
|
|
|
"os": "Linux",
|
|
|
"database_os": "Linux",
|
|
|
"display_name": "bottle-pypy",
|
|
|
- "notes": "",
|
|
|
+ "notes": "PyPy 2.2",
|
|
|
"versus": "wsgi"
|
|
|
},
|
|
|
"mysql-raw": {
|
|
@@ -83,12 +83,12 @@
|
|
|
"framework": "bottle",
|
|
|
"language": "Python",
|
|
|
"orm": "Raw",
|
|
|
- "platform": "wsgi",
|
|
|
- "webserver": "Gunicorn",
|
|
|
+ "platform": "Gunicorn/Meinheld",
|
|
|
+ "webserver": "None",
|
|
|
"os": "Linux",
|
|
|
"database_os": "Linux",
|
|
|
"display_name": "bottle-raw",
|
|
|
- "notes": "",
|
|
|
+ "notes": "CPython 2.7",
|
|
|
"versus": "wsgi"
|
|
|
},
|
|
|
"nginx-uwsgi": {
|
|
@@ -106,12 +106,12 @@
|
|
|
"framework": "bottle",
|
|
|
"language": "Python",
|
|
|
"orm": "Full",
|
|
|
- "platform": "wsgi",
|
|
|
- "webserver": "nginx-uWSGI",
|
|
|
+ "platform": "uWSGI",
|
|
|
+ "webserver": "nginx",
|
|
|
"os": "Linux",
|
|
|
"database_os": "Linux",
|
|
|
- "display_name": "bottle-nginx-uWSGI",
|
|
|
- "notes": "",
|
|
|
+ "display_name": "bottle-uWSGI",
|
|
|
+ "notes": "CPython 2.7",
|
|
|
"versus": "wsgi"
|
|
|
}
|
|
|
}]
|