This website works better with JavaScript
Home
Explore
Help
Sign In
compsci-industry
/
TechEmpower.FrameworkBenchmarks
mirror of
https://github.com/TechEmpower/FrameworkBenchmarks.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Name python properly
Hamilton Turner
11 years ago
parent
b30aa365aa
commit
fbcdb3118a
100 changed files
with
0 additions
and
0 deletions
Unified View
Show Diff Stats
0
0
frameworks/Python/bottle/README.md
0
0
frameworks/Python/bottle/__init__.py
0
0
frameworks/Python/bottle/app.py
0
0
frameworks/Python/bottle/bash_profile.sh
0
0
frameworks/Python/bottle/benchmark_config
0
0
frameworks/Python/bottle/gunicorn_conf.py
0
0
frameworks/Python/bottle/install.sh
0
0
frameworks/Python/bottle/nginx.conf
0
0
frameworks/Python/bottle/requirements-pypy.txt
0
0
frameworks/Python/bottle/requirements.txt
0
0
frameworks/Python/bottle/setup.py
0
0
frameworks/Python/bottle/setup_nginxuwsgi.py
0
0
frameworks/Python/bottle/setup_py3.py
0
0
frameworks/Python/bottle/setup_pypy.py
0
0
frameworks/Python/bottle/source_code
0
0
frameworks/Python/bottle/uwsgi.ini
0
0
frameworks/Python/bottle/views/fortune-obj.tpl
0
0
frameworks/Python/bottle/views/fortune.tpl
0
0
frameworks/Python/bottle/views/layout.tpl
0
0
frameworks/Python/django/README.md
0
0
frameworks/Python/django/__init__.py
0
0
frameworks/Python/django/bash_profile.sh
0
0
frameworks/Python/django/benchmark_config
0
0
frameworks/Python/django/gunicorn_conf.py
0
0
frameworks/Python/django/hello/hello/__init__.py
0
0
frameworks/Python/django/hello/hello/settings.py
0
0
frameworks/Python/django/hello/hello/urls.py
0
0
frameworks/Python/django/hello/hello/wsgi.py
0
0
frameworks/Python/django/hello/manage.py
0
0
frameworks/Python/django/hello/templates/base.html
0
0
frameworks/Python/django/hello/templates/fortunes.html
0
0
frameworks/Python/django/hello/world/__init__.py
0
0
frameworks/Python/django/hello/world/models.py
0
0
frameworks/Python/django/hello/world/views.py
0
0
frameworks/Python/django/install.sh
0
0
frameworks/Python/django/requirements.txt
0
0
frameworks/Python/django/setup.py
0
0
frameworks/Python/django/setup_pg.py
0
0
frameworks/Python/django/setup_py3.py
0
0
frameworks/Python/django/source_code
0
0
frameworks/Python/falcon/README.md
0
0
frameworks/Python/falcon/__init__.py
0
0
frameworks/Python/falcon/app.py
0
0
frameworks/Python/falcon/bash_profile.sh
0
0
frameworks/Python/falcon/benchmark_config
0
0
frameworks/Python/falcon/gunicorn_conf.py
0
0
frameworks/Python/falcon/install.sh
0
0
frameworks/Python/falcon/requirements-pypy.txt
0
0
frameworks/Python/falcon/requirements.txt
0
0
frameworks/Python/falcon/setup.py
0
0
frameworks/Python/falcon/setup_py3.py
0
0
frameworks/Python/falcon/setup_pypy.py
0
0
frameworks/Python/flask/README.md
0
0
frameworks/Python/flask/__init__.py
0
0
frameworks/Python/flask/app.py
0
0
frameworks/Python/flask/bash_profile.sh
0
0
frameworks/Python/flask/benchmark_config
0
0
frameworks/Python/flask/gunicorn_conf.py
0
0
frameworks/Python/flask/install.sh
0
0
frameworks/Python/flask/nginx.conf
0
0
frameworks/Python/flask/requirements-pypy.txt
0
0
frameworks/Python/flask/requirements.txt
0
0
frameworks/Python/flask/setup.py
0
0
frameworks/Python/flask/setup_nginxuwsgi.py
0
0
frameworks/Python/flask/setup_py3.py
0
0
frameworks/Python/flask/setup_pypy.py
0
0
frameworks/Python/flask/source_code
0
0
frameworks/Python/flask/templates/fortunes.html
0
0
frameworks/Python/flask/uwsgi.ini
0
0
frameworks/Python/pyramid/.gitignore
0
0
frameworks/Python/pyramid/MANIFEST.in
0
0
frameworks/Python/pyramid/README.md
0
0
frameworks/Python/pyramid/__init__.py
0
0
frameworks/Python/pyramid/bash_profile.sh
0
0
frameworks/Python/pyramid/benchmark_config
0
0
frameworks/Python/pyramid/create_database.py
0
0
frameworks/Python/pyramid/development.ini
0
0
frameworks/Python/pyramid/frameworkbenchmarks/__init__.py
0
0
frameworks/Python/pyramid/frameworkbenchmarks/models.py
0
0
frameworks/Python/pyramid/frameworkbenchmarks/templates/test_4.pt
0
0
frameworks/Python/pyramid/frameworkbenchmarks/tests.py
0
0
frameworks/Python/pyramid/frameworkbenchmarks/views.py
0
0
frameworks/Python/pyramid/gunicorn_conf.py
0
0
frameworks/Python/pyramid/install.sh
0
0
frameworks/Python/pyramid/production.ini
0
0
frameworks/Python/pyramid/requirements.txt
0
0
frameworks/Python/pyramid/setup.cfg
0
0
frameworks/Python/pyramid/setup.py
0
0
frameworks/Python/pyramid/setup_py2.py
0
0
frameworks/Python/pyramid/setup_py3.py
0
0
frameworks/Python/pyramid/wsgi.py
0
0
frameworks/Python/tornado/README.md
0
0
frameworks/Python/tornado/__init__.py
0
0
frameworks/Python/tornado/bash_profile.sh
0
0
frameworks/Python/tornado/benchmark_config
0
0
frameworks/Python/tornado/install.sh
0
0
frameworks/Python/tornado/requirements.txt
0
0
frameworks/Python/tornado/server.py
0
0
frameworks/Python/tornado/setup.py
0
0
frameworks/Python/tornado/setup_pg.py
+ 0
- 0
frameworks/python/bottle/README.md → frameworks/Python/bottle/README.md
View File
+ 0
- 0
frameworks/python/bottle/__init__.py → frameworks/Python/bottle/__init__.py
View File
+ 0
- 0
frameworks/python/bottle/app.py → frameworks/Python/bottle/app.py
View File
+ 0
- 0
frameworks/python/bottle/bash_profile.sh → frameworks/Python/bottle/bash_profile.sh
View File
+ 0
- 0
frameworks/python/bottle/benchmark_config → frameworks/Python/bottle/benchmark_config
View File
+ 0
- 0
frameworks/python/bottle/gunicorn_conf.py → frameworks/Python/bottle/gunicorn_conf.py
View File
+ 0
- 0
frameworks/python/bottle/install.sh → frameworks/Python/bottle/install.sh
View File
+ 0
- 0
frameworks/python/bottle/nginx.conf → frameworks/Python/bottle/nginx.conf
View File
+ 0
- 0
frameworks/python/bottle/requirements-pypy.txt → frameworks/Python/bottle/requirements-pypy.txt
View File
+ 0
- 0
frameworks/python/bottle/requirements.txt → frameworks/Python/bottle/requirements.txt
View File
+ 0
- 0
frameworks/python/bottle/setup.py → frameworks/Python/bottle/setup.py
View File
+ 0
- 0
frameworks/python/bottle/setup_nginxuwsgi.py → frameworks/Python/bottle/setup_nginxuwsgi.py
View File
+ 0
- 0
frameworks/python/bottle/setup_py3.py → frameworks/Python/bottle/setup_py3.py
View File
+ 0
- 0
frameworks/python/bottle/setup_pypy.py → frameworks/Python/bottle/setup_pypy.py
View File
+ 0
- 0
frameworks/python/bottle/source_code → frameworks/Python/bottle/source_code
View File
+ 0
- 0
frameworks/python/bottle/uwsgi.ini → frameworks/Python/bottle/uwsgi.ini
View File
+ 0
- 0
frameworks/python/bottle/views/fortune-obj.tpl → frameworks/Python/bottle/views/fortune-obj.tpl
View File
+ 0
- 0
frameworks/python/bottle/views/fortune.tpl → frameworks/Python/bottle/views/fortune.tpl
View File
+ 0
- 0
frameworks/python/bottle/views/layout.tpl → frameworks/Python/bottle/views/layout.tpl
View File
+ 0
- 0
frameworks/python/django/README.md → frameworks/Python/django/README.md
View File
+ 0
- 0
frameworks/python/django/__init__.py → frameworks/Python/django/__init__.py
View File
+ 0
- 0
frameworks/python/django/bash_profile.sh → frameworks/Python/django/bash_profile.sh
View File
+ 0
- 0
frameworks/python/django/benchmark_config → frameworks/Python/django/benchmark_config
View File
+ 0
- 0
frameworks/python/django/gunicorn_conf.py → frameworks/Python/django/gunicorn_conf.py
View File
+ 0
- 0
frameworks/python/django/hello/hello/__init__.py → frameworks/Python/django/hello/hello/__init__.py
View File
+ 0
- 0
frameworks/python/django/hello/hello/settings.py → frameworks/Python/django/hello/hello/settings.py
View File
+ 0
- 0
frameworks/python/django/hello/hello/urls.py → frameworks/Python/django/hello/hello/urls.py
View File
+ 0
- 0
frameworks/python/django/hello/hello/wsgi.py → frameworks/Python/django/hello/hello/wsgi.py
View File
+ 0
- 0
frameworks/python/django/hello/manage.py → frameworks/Python/django/hello/manage.py
View File
+ 0
- 0
frameworks/python/django/hello/templates/base.html → frameworks/Python/django/hello/templates/base.html
View File
+ 0
- 0
frameworks/python/django/hello/templates/fortunes.html → frameworks/Python/django/hello/templates/fortunes.html
View File
+ 0
- 0
frameworks/python/django/hello/world/__init__.py → frameworks/Python/django/hello/world/__init__.py
View File
+ 0
- 0
frameworks/python/django/hello/world/models.py → frameworks/Python/django/hello/world/models.py
View File
+ 0
- 0
frameworks/python/django/hello/world/views.py → frameworks/Python/django/hello/world/views.py
View File
+ 0
- 0
frameworks/python/django/install.sh → frameworks/Python/django/install.sh
View File
+ 0
- 0
frameworks/python/django/requirements.txt → frameworks/Python/django/requirements.txt
View File
+ 0
- 0
frameworks/python/django/setup.py → frameworks/Python/django/setup.py
View File
+ 0
- 0
frameworks/python/django/setup_pg.py → frameworks/Python/django/setup_pg.py
View File
+ 0
- 0
frameworks/python/django/setup_py3.py → frameworks/Python/django/setup_py3.py
View File
+ 0
- 0
frameworks/python/django/source_code → frameworks/Python/django/source_code
View File
+ 0
- 0
frameworks/python/falcon/README.md → frameworks/Python/falcon/README.md
View File
+ 0
- 0
frameworks/python/falcon/__init__.py → frameworks/Python/falcon/__init__.py
View File
+ 0
- 0
frameworks/python/falcon/app.py → frameworks/Python/falcon/app.py
View File
+ 0
- 0
frameworks/python/falcon/bash_profile.sh → frameworks/Python/falcon/bash_profile.sh
View File
+ 0
- 0
frameworks/python/falcon/benchmark_config → frameworks/Python/falcon/benchmark_config
View File
+ 0
- 0
frameworks/python/falcon/gunicorn_conf.py → frameworks/Python/falcon/gunicorn_conf.py
View File
+ 0
- 0
frameworks/python/falcon/install.sh → frameworks/Python/falcon/install.sh
View File
+ 0
- 0
frameworks/python/falcon/requirements-pypy.txt → frameworks/Python/falcon/requirements-pypy.txt
View File
+ 0
- 0
frameworks/python/falcon/requirements.txt → frameworks/Python/falcon/requirements.txt
View File
+ 0
- 0
frameworks/python/falcon/setup.py → frameworks/Python/falcon/setup.py
View File
+ 0
- 0
frameworks/python/falcon/setup_py3.py → frameworks/Python/falcon/setup_py3.py
View File
+ 0
- 0
frameworks/python/falcon/setup_pypy.py → frameworks/Python/falcon/setup_pypy.py
View File
+ 0
- 0
frameworks/python/flask/README.md → frameworks/Python/flask/README.md
View File
+ 0
- 0
frameworks/python/flask/__init__.py → frameworks/Python/flask/__init__.py
View File
+ 0
- 0
frameworks/python/flask/app.py → frameworks/Python/flask/app.py
View File
+ 0
- 0
frameworks/python/flask/bash_profile.sh → frameworks/Python/flask/bash_profile.sh
View File
+ 0
- 0
frameworks/python/flask/benchmark_config → frameworks/Python/flask/benchmark_config
View File
+ 0
- 0
frameworks/python/flask/gunicorn_conf.py → frameworks/Python/flask/gunicorn_conf.py
View File
+ 0
- 0
frameworks/python/flask/install.sh → frameworks/Python/flask/install.sh
View File
+ 0
- 0
frameworks/python/flask/nginx.conf → frameworks/Python/flask/nginx.conf
View File
+ 0
- 0
frameworks/python/flask/requirements-pypy.txt → frameworks/Python/flask/requirements-pypy.txt
View File
+ 0
- 0
frameworks/python/flask/requirements.txt → frameworks/Python/flask/requirements.txt
View File
+ 0
- 0
frameworks/python/flask/setup.py → frameworks/Python/flask/setup.py
View File
+ 0
- 0
frameworks/python/flask/setup_nginxuwsgi.py → frameworks/Python/flask/setup_nginxuwsgi.py
View File
+ 0
- 0
frameworks/python/flask/setup_py3.py → frameworks/Python/flask/setup_py3.py
View File
+ 0
- 0
frameworks/python/flask/setup_pypy.py → frameworks/Python/flask/setup_pypy.py
View File
+ 0
- 0
frameworks/python/flask/source_code → frameworks/Python/flask/source_code
View File
+ 0
- 0
frameworks/python/flask/templates/fortunes.html → frameworks/Python/flask/templates/fortunes.html
View File
+ 0
- 0
frameworks/python/flask/uwsgi.ini → frameworks/Python/flask/uwsgi.ini
View File
+ 0
- 0
frameworks/python/pyramid/.gitignore → frameworks/Python/pyramid/.gitignore
View File
+ 0
- 0
frameworks/python/pyramid/MANIFEST.in → frameworks/Python/pyramid/MANIFEST.in
View File
+ 0
- 0
frameworks/python/pyramid/README.md → frameworks/Python/pyramid/README.md
View File
+ 0
- 0
frameworks/python/pyramid/__init__.py → frameworks/Python/pyramid/__init__.py
View File
+ 0
- 0
frameworks/python/pyramid/bash_profile.sh → frameworks/Python/pyramid/bash_profile.sh
View File
+ 0
- 0
frameworks/python/pyramid/benchmark_config → frameworks/Python/pyramid/benchmark_config
View File
+ 0
- 0
frameworks/python/pyramid/create_database.py → frameworks/Python/pyramid/create_database.py
View File
+ 0
- 0
frameworks/python/pyramid/development.ini → frameworks/Python/pyramid/development.ini
View File
+ 0
- 0
frameworks/python/pyramid/frameworkbenchmarks/__init__.py → frameworks/Python/pyramid/frameworkbenchmarks/__init__.py
View File
+ 0
- 0
frameworks/python/pyramid/frameworkbenchmarks/models.py → frameworks/Python/pyramid/frameworkbenchmarks/models.py
View File
+ 0
- 0
frameworks/python/pyramid/frameworkbenchmarks/templates/test_4.pt → frameworks/Python/pyramid/frameworkbenchmarks/templates/test_4.pt
View File
+ 0
- 0
frameworks/python/pyramid/frameworkbenchmarks/tests.py → frameworks/Python/pyramid/frameworkbenchmarks/tests.py
View File
+ 0
- 0
frameworks/python/pyramid/frameworkbenchmarks/views.py → frameworks/Python/pyramid/frameworkbenchmarks/views.py
View File
+ 0
- 0
frameworks/python/pyramid/gunicorn_conf.py → frameworks/Python/pyramid/gunicorn_conf.py
View File
+ 0
- 0
frameworks/python/pyramid/install.sh → frameworks/Python/pyramid/install.sh
View File
+ 0
- 0
frameworks/python/pyramid/production.ini → frameworks/Python/pyramid/production.ini
View File
+ 0
- 0
frameworks/python/pyramid/requirements.txt → frameworks/Python/pyramid/requirements.txt
View File
+ 0
- 0
frameworks/python/pyramid/setup.cfg → frameworks/Python/pyramid/setup.cfg
View File
+ 0
- 0
frameworks/python/pyramid/setup.py → frameworks/Python/pyramid/setup.py
View File
+ 0
- 0
frameworks/python/pyramid/setup_py2.py → frameworks/Python/pyramid/setup_py2.py
View File
+ 0
- 0
frameworks/python/pyramid/setup_py3.py → frameworks/Python/pyramid/setup_py3.py
View File
+ 0
- 0
frameworks/python/pyramid/wsgi.py → frameworks/Python/pyramid/wsgi.py
View File
+ 0
- 0
frameworks/python/tornado/README.md → frameworks/Python/tornado/README.md
View File
+ 0
- 0
frameworks/python/tornado/__init__.py → frameworks/Python/tornado/__init__.py
View File
+ 0
- 0
frameworks/python/tornado/bash_profile.sh → frameworks/Python/tornado/bash_profile.sh
View File
+ 0
- 0
frameworks/python/tornado/benchmark_config → frameworks/Python/tornado/benchmark_config
View File
+ 0
- 0
frameworks/python/tornado/install.sh → frameworks/Python/tornado/install.sh
View File
+ 0
- 0
frameworks/python/tornado/requirements.txt → frameworks/Python/tornado/requirements.txt
View File
+ 0
- 0
frameworks/python/tornado/server.py → frameworks/Python/tornado/server.py
View File
+ 0
- 0
frameworks/python/tornado/setup.py → frameworks/Python/tornado/setup.py
View File
+ 0
- 0
frameworks/python/tornado/setup_pg.py → frameworks/Python/tornado/setup_pg.py
View File
Some files were not shown because too many files changed in this diff