Browse Source

Name python properly

Hamilton Turner 11 years ago
parent
commit
fbcdb3118a
100 changed files with 0 additions and 0 deletions
  1. 0 0
      frameworks/Python/bottle/README.md
  2. 0 0
      frameworks/Python/bottle/__init__.py
  3. 0 0
      frameworks/Python/bottle/app.py
  4. 0 0
      frameworks/Python/bottle/bash_profile.sh
  5. 0 0
      frameworks/Python/bottle/benchmark_config
  6. 0 0
      frameworks/Python/bottle/gunicorn_conf.py
  7. 0 0
      frameworks/Python/bottle/install.sh
  8. 0 0
      frameworks/Python/bottle/nginx.conf
  9. 0 0
      frameworks/Python/bottle/requirements-pypy.txt
  10. 0 0
      frameworks/Python/bottle/requirements.txt
  11. 0 0
      frameworks/Python/bottle/setup.py
  12. 0 0
      frameworks/Python/bottle/setup_nginxuwsgi.py
  13. 0 0
      frameworks/Python/bottle/setup_py3.py
  14. 0 0
      frameworks/Python/bottle/setup_pypy.py
  15. 0 0
      frameworks/Python/bottle/source_code
  16. 0 0
      frameworks/Python/bottle/uwsgi.ini
  17. 0 0
      frameworks/Python/bottle/views/fortune-obj.tpl
  18. 0 0
      frameworks/Python/bottle/views/fortune.tpl
  19. 0 0
      frameworks/Python/bottle/views/layout.tpl
  20. 0 0
      frameworks/Python/django/README.md
  21. 0 0
      frameworks/Python/django/__init__.py
  22. 0 0
      frameworks/Python/django/bash_profile.sh
  23. 0 0
      frameworks/Python/django/benchmark_config
  24. 0 0
      frameworks/Python/django/gunicorn_conf.py
  25. 0 0
      frameworks/Python/django/hello/hello/__init__.py
  26. 0 0
      frameworks/Python/django/hello/hello/settings.py
  27. 0 0
      frameworks/Python/django/hello/hello/urls.py
  28. 0 0
      frameworks/Python/django/hello/hello/wsgi.py
  29. 0 0
      frameworks/Python/django/hello/manage.py
  30. 0 0
      frameworks/Python/django/hello/templates/base.html
  31. 0 0
      frameworks/Python/django/hello/templates/fortunes.html
  32. 0 0
      frameworks/Python/django/hello/world/__init__.py
  33. 0 0
      frameworks/Python/django/hello/world/models.py
  34. 0 0
      frameworks/Python/django/hello/world/views.py
  35. 0 0
      frameworks/Python/django/install.sh
  36. 0 0
      frameworks/Python/django/requirements.txt
  37. 0 0
      frameworks/Python/django/setup.py
  38. 0 0
      frameworks/Python/django/setup_pg.py
  39. 0 0
      frameworks/Python/django/setup_py3.py
  40. 0 0
      frameworks/Python/django/source_code
  41. 0 0
      frameworks/Python/falcon/README.md
  42. 0 0
      frameworks/Python/falcon/__init__.py
  43. 0 0
      frameworks/Python/falcon/app.py
  44. 0 0
      frameworks/Python/falcon/bash_profile.sh
  45. 0 0
      frameworks/Python/falcon/benchmark_config
  46. 0 0
      frameworks/Python/falcon/gunicorn_conf.py
  47. 0 0
      frameworks/Python/falcon/install.sh
  48. 0 0
      frameworks/Python/falcon/requirements-pypy.txt
  49. 0 0
      frameworks/Python/falcon/requirements.txt
  50. 0 0
      frameworks/Python/falcon/setup.py
  51. 0 0
      frameworks/Python/falcon/setup_py3.py
  52. 0 0
      frameworks/Python/falcon/setup_pypy.py
  53. 0 0
      frameworks/Python/flask/README.md
  54. 0 0
      frameworks/Python/flask/__init__.py
  55. 0 0
      frameworks/Python/flask/app.py
  56. 0 0
      frameworks/Python/flask/bash_profile.sh
  57. 0 0
      frameworks/Python/flask/benchmark_config
  58. 0 0
      frameworks/Python/flask/gunicorn_conf.py
  59. 0 0
      frameworks/Python/flask/install.sh
  60. 0 0
      frameworks/Python/flask/nginx.conf
  61. 0 0
      frameworks/Python/flask/requirements-pypy.txt
  62. 0 0
      frameworks/Python/flask/requirements.txt
  63. 0 0
      frameworks/Python/flask/setup.py
  64. 0 0
      frameworks/Python/flask/setup_nginxuwsgi.py
  65. 0 0
      frameworks/Python/flask/setup_py3.py
  66. 0 0
      frameworks/Python/flask/setup_pypy.py
  67. 0 0
      frameworks/Python/flask/source_code
  68. 0 0
      frameworks/Python/flask/templates/fortunes.html
  69. 0 0
      frameworks/Python/flask/uwsgi.ini
  70. 0 0
      frameworks/Python/pyramid/.gitignore
  71. 0 0
      frameworks/Python/pyramid/MANIFEST.in
  72. 0 0
      frameworks/Python/pyramid/README.md
  73. 0 0
      frameworks/Python/pyramid/__init__.py
  74. 0 0
      frameworks/Python/pyramid/bash_profile.sh
  75. 0 0
      frameworks/Python/pyramid/benchmark_config
  76. 0 0
      frameworks/Python/pyramid/create_database.py
  77. 0 0
      frameworks/Python/pyramid/development.ini
  78. 0 0
      frameworks/Python/pyramid/frameworkbenchmarks/__init__.py
  79. 0 0
      frameworks/Python/pyramid/frameworkbenchmarks/models.py
  80. 0 0
      frameworks/Python/pyramid/frameworkbenchmarks/templates/test_4.pt
  81. 0 0
      frameworks/Python/pyramid/frameworkbenchmarks/tests.py
  82. 0 0
      frameworks/Python/pyramid/frameworkbenchmarks/views.py
  83. 0 0
      frameworks/Python/pyramid/gunicorn_conf.py
  84. 0 0
      frameworks/Python/pyramid/install.sh
  85. 0 0
      frameworks/Python/pyramid/production.ini
  86. 0 0
      frameworks/Python/pyramid/requirements.txt
  87. 0 0
      frameworks/Python/pyramid/setup.cfg
  88. 0 0
      frameworks/Python/pyramid/setup.py
  89. 0 0
      frameworks/Python/pyramid/setup_py2.py
  90. 0 0
      frameworks/Python/pyramid/setup_py3.py
  91. 0 0
      frameworks/Python/pyramid/wsgi.py
  92. 0 0
      frameworks/Python/tornado/README.md
  93. 0 0
      frameworks/Python/tornado/__init__.py
  94. 0 0
      frameworks/Python/tornado/bash_profile.sh
  95. 0 0
      frameworks/Python/tornado/benchmark_config
  96. 0 0
      frameworks/Python/tornado/install.sh
  97. 0 0
      frameworks/Python/tornado/requirements.txt
  98. 0 0
      frameworks/Python/tornado/server.py
  99. 0 0
      frameworks/Python/tornado/setup.py
  100. 0 0
      frameworks/Python/tornado/setup_pg.py

+ 0 - 0
frameworks/python/bottle/README.md → frameworks/Python/bottle/README.md


+ 0 - 0
frameworks/python/bottle/__init__.py → frameworks/Python/bottle/__init__.py


+ 0 - 0
frameworks/python/bottle/app.py → frameworks/Python/bottle/app.py


+ 0 - 0
frameworks/python/bottle/bash_profile.sh → frameworks/Python/bottle/bash_profile.sh


+ 0 - 0
frameworks/python/bottle/benchmark_config → frameworks/Python/bottle/benchmark_config


+ 0 - 0
frameworks/python/bottle/gunicorn_conf.py → frameworks/Python/bottle/gunicorn_conf.py


+ 0 - 0
frameworks/python/bottle/install.sh → frameworks/Python/bottle/install.sh


+ 0 - 0
frameworks/python/bottle/nginx.conf → frameworks/Python/bottle/nginx.conf


+ 0 - 0
frameworks/python/bottle/requirements-pypy.txt → frameworks/Python/bottle/requirements-pypy.txt


+ 0 - 0
frameworks/python/bottle/requirements.txt → frameworks/Python/bottle/requirements.txt


+ 0 - 0
frameworks/python/bottle/setup.py → frameworks/Python/bottle/setup.py


+ 0 - 0
frameworks/python/bottle/setup_nginxuwsgi.py → frameworks/Python/bottle/setup_nginxuwsgi.py


+ 0 - 0
frameworks/python/bottle/setup_py3.py → frameworks/Python/bottle/setup_py3.py


+ 0 - 0
frameworks/python/bottle/setup_pypy.py → frameworks/Python/bottle/setup_pypy.py


+ 0 - 0
frameworks/python/bottle/source_code → frameworks/Python/bottle/source_code


+ 0 - 0
frameworks/python/bottle/uwsgi.ini → frameworks/Python/bottle/uwsgi.ini


+ 0 - 0
frameworks/python/bottle/views/fortune-obj.tpl → frameworks/Python/bottle/views/fortune-obj.tpl


+ 0 - 0
frameworks/python/bottle/views/fortune.tpl → frameworks/Python/bottle/views/fortune.tpl


+ 0 - 0
frameworks/python/bottle/views/layout.tpl → frameworks/Python/bottle/views/layout.tpl


+ 0 - 0
frameworks/python/django/README.md → frameworks/Python/django/README.md


+ 0 - 0
frameworks/python/django/__init__.py → frameworks/Python/django/__init__.py


+ 0 - 0
frameworks/python/django/bash_profile.sh → frameworks/Python/django/bash_profile.sh


+ 0 - 0
frameworks/python/django/benchmark_config → frameworks/Python/django/benchmark_config


+ 0 - 0
frameworks/python/django/gunicorn_conf.py → frameworks/Python/django/gunicorn_conf.py


+ 0 - 0
frameworks/python/django/hello/hello/__init__.py → frameworks/Python/django/hello/hello/__init__.py


+ 0 - 0
frameworks/python/django/hello/hello/settings.py → frameworks/Python/django/hello/hello/settings.py


+ 0 - 0
frameworks/python/django/hello/hello/urls.py → frameworks/Python/django/hello/hello/urls.py


+ 0 - 0
frameworks/python/django/hello/hello/wsgi.py → frameworks/Python/django/hello/hello/wsgi.py


+ 0 - 0
frameworks/python/django/hello/manage.py → frameworks/Python/django/hello/manage.py


+ 0 - 0
frameworks/python/django/hello/templates/base.html → frameworks/Python/django/hello/templates/base.html


+ 0 - 0
frameworks/python/django/hello/templates/fortunes.html → frameworks/Python/django/hello/templates/fortunes.html


+ 0 - 0
frameworks/python/django/hello/world/__init__.py → frameworks/Python/django/hello/world/__init__.py


+ 0 - 0
frameworks/python/django/hello/world/models.py → frameworks/Python/django/hello/world/models.py


+ 0 - 0
frameworks/python/django/hello/world/views.py → frameworks/Python/django/hello/world/views.py


+ 0 - 0
frameworks/python/django/install.sh → frameworks/Python/django/install.sh


+ 0 - 0
frameworks/python/django/requirements.txt → frameworks/Python/django/requirements.txt


+ 0 - 0
frameworks/python/django/setup.py → frameworks/Python/django/setup.py


+ 0 - 0
frameworks/python/django/setup_pg.py → frameworks/Python/django/setup_pg.py


+ 0 - 0
frameworks/python/django/setup_py3.py → frameworks/Python/django/setup_py3.py


+ 0 - 0
frameworks/python/django/source_code → frameworks/Python/django/source_code


+ 0 - 0
frameworks/python/falcon/README.md → frameworks/Python/falcon/README.md


+ 0 - 0
frameworks/python/falcon/__init__.py → frameworks/Python/falcon/__init__.py


+ 0 - 0
frameworks/python/falcon/app.py → frameworks/Python/falcon/app.py


+ 0 - 0
frameworks/python/falcon/bash_profile.sh → frameworks/Python/falcon/bash_profile.sh


+ 0 - 0
frameworks/python/falcon/benchmark_config → frameworks/Python/falcon/benchmark_config


+ 0 - 0
frameworks/python/falcon/gunicorn_conf.py → frameworks/Python/falcon/gunicorn_conf.py


+ 0 - 0
frameworks/python/falcon/install.sh → frameworks/Python/falcon/install.sh


+ 0 - 0
frameworks/python/falcon/requirements-pypy.txt → frameworks/Python/falcon/requirements-pypy.txt


+ 0 - 0
frameworks/python/falcon/requirements.txt → frameworks/Python/falcon/requirements.txt


+ 0 - 0
frameworks/python/falcon/setup.py → frameworks/Python/falcon/setup.py


+ 0 - 0
frameworks/python/falcon/setup_py3.py → frameworks/Python/falcon/setup_py3.py


+ 0 - 0
frameworks/python/falcon/setup_pypy.py → frameworks/Python/falcon/setup_pypy.py


+ 0 - 0
frameworks/python/flask/README.md → frameworks/Python/flask/README.md


+ 0 - 0
frameworks/python/flask/__init__.py → frameworks/Python/flask/__init__.py


+ 0 - 0
frameworks/python/flask/app.py → frameworks/Python/flask/app.py


+ 0 - 0
frameworks/python/flask/bash_profile.sh → frameworks/Python/flask/bash_profile.sh


+ 0 - 0
frameworks/python/flask/benchmark_config → frameworks/Python/flask/benchmark_config


+ 0 - 0
frameworks/python/flask/gunicorn_conf.py → frameworks/Python/flask/gunicorn_conf.py


+ 0 - 0
frameworks/python/flask/install.sh → frameworks/Python/flask/install.sh


+ 0 - 0
frameworks/python/flask/nginx.conf → frameworks/Python/flask/nginx.conf


+ 0 - 0
frameworks/python/flask/requirements-pypy.txt → frameworks/Python/flask/requirements-pypy.txt


+ 0 - 0
frameworks/python/flask/requirements.txt → frameworks/Python/flask/requirements.txt


+ 0 - 0
frameworks/python/flask/setup.py → frameworks/Python/flask/setup.py


+ 0 - 0
frameworks/python/flask/setup_nginxuwsgi.py → frameworks/Python/flask/setup_nginxuwsgi.py


+ 0 - 0
frameworks/python/flask/setup_py3.py → frameworks/Python/flask/setup_py3.py


+ 0 - 0
frameworks/python/flask/setup_pypy.py → frameworks/Python/flask/setup_pypy.py


+ 0 - 0
frameworks/python/flask/source_code → frameworks/Python/flask/source_code


+ 0 - 0
frameworks/python/flask/templates/fortunes.html → frameworks/Python/flask/templates/fortunes.html


+ 0 - 0
frameworks/python/flask/uwsgi.ini → frameworks/Python/flask/uwsgi.ini


+ 0 - 0
frameworks/python/pyramid/.gitignore → frameworks/Python/pyramid/.gitignore


+ 0 - 0
frameworks/python/pyramid/MANIFEST.in → frameworks/Python/pyramid/MANIFEST.in


+ 0 - 0
frameworks/python/pyramid/README.md → frameworks/Python/pyramid/README.md


+ 0 - 0
frameworks/python/pyramid/__init__.py → frameworks/Python/pyramid/__init__.py


+ 0 - 0
frameworks/python/pyramid/bash_profile.sh → frameworks/Python/pyramid/bash_profile.sh


+ 0 - 0
frameworks/python/pyramid/benchmark_config → frameworks/Python/pyramid/benchmark_config


+ 0 - 0
frameworks/python/pyramid/create_database.py → frameworks/Python/pyramid/create_database.py


+ 0 - 0
frameworks/python/pyramid/development.ini → frameworks/Python/pyramid/development.ini


+ 0 - 0
frameworks/python/pyramid/frameworkbenchmarks/__init__.py → frameworks/Python/pyramid/frameworkbenchmarks/__init__.py


+ 0 - 0
frameworks/python/pyramid/frameworkbenchmarks/models.py → frameworks/Python/pyramid/frameworkbenchmarks/models.py


+ 0 - 0
frameworks/python/pyramid/frameworkbenchmarks/templates/test_4.pt → frameworks/Python/pyramid/frameworkbenchmarks/templates/test_4.pt


+ 0 - 0
frameworks/python/pyramid/frameworkbenchmarks/tests.py → frameworks/Python/pyramid/frameworkbenchmarks/tests.py


+ 0 - 0
frameworks/python/pyramid/frameworkbenchmarks/views.py → frameworks/Python/pyramid/frameworkbenchmarks/views.py


+ 0 - 0
frameworks/python/pyramid/gunicorn_conf.py → frameworks/Python/pyramid/gunicorn_conf.py


+ 0 - 0
frameworks/python/pyramid/install.sh → frameworks/Python/pyramid/install.sh


+ 0 - 0
frameworks/python/pyramid/production.ini → frameworks/Python/pyramid/production.ini


+ 0 - 0
frameworks/python/pyramid/requirements.txt → frameworks/Python/pyramid/requirements.txt


+ 0 - 0
frameworks/python/pyramid/setup.cfg → frameworks/Python/pyramid/setup.cfg


+ 0 - 0
frameworks/python/pyramid/setup.py → frameworks/Python/pyramid/setup.py


+ 0 - 0
frameworks/python/pyramid/setup_py2.py → frameworks/Python/pyramid/setup_py2.py


+ 0 - 0
frameworks/python/pyramid/setup_py3.py → frameworks/Python/pyramid/setup_py3.py


+ 0 - 0
frameworks/python/pyramid/wsgi.py → frameworks/Python/pyramid/wsgi.py


+ 0 - 0
frameworks/python/tornado/README.md → frameworks/Python/tornado/README.md


+ 0 - 0
frameworks/python/tornado/__init__.py → frameworks/Python/tornado/__init__.py


+ 0 - 0
frameworks/python/tornado/bash_profile.sh → frameworks/Python/tornado/bash_profile.sh


+ 0 - 0
frameworks/python/tornado/benchmark_config → frameworks/Python/tornado/benchmark_config


+ 0 - 0
frameworks/python/tornado/install.sh → frameworks/Python/tornado/install.sh


+ 0 - 0
frameworks/python/tornado/requirements.txt → frameworks/Python/tornado/requirements.txt


+ 0 - 0
frameworks/python/tornado/server.py → frameworks/Python/tornado/server.py


+ 0 - 0
frameworks/python/tornado/setup.py → frameworks/Python/tornado/setup.py


+ 0 - 0
frameworks/python/tornado/setup_pg.py → frameworks/Python/tornado/setup_pg.py


Some files were not shown because too many files changed in this diff