Browse Source

Move all python frameworks

Hamilton Turner 11 năm trước cách đây
mục cha
commit
78a2447fdc
100 tập tin đã thay đổi với 0 bổ sung0 xóa
  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/bash_profile.sh
  74. 0 0
      frameworks/python/pyramid/benchmark_config
  75. 0 0
      frameworks/python/pyramid/create_database.py
  76. 0 0
      frameworks/python/pyramid/development.ini
  77. 0 0
      frameworks/python/pyramid/frameworkbenchmarks/__init__.py
  78. 0 0
      frameworks/python/pyramid/frameworkbenchmarks/models.py
  79. 0 0
      frameworks/python/pyramid/frameworkbenchmarks/templates/test_4.pt
  80. 0 0
      frameworks/python/pyramid/frameworkbenchmarks/tests.py
  81. 0 0
      frameworks/python/pyramid/frameworkbenchmarks/views.py
  82. 0 0
      frameworks/python/pyramid/gunicorn_conf.py
  83. 0 0
      frameworks/python/pyramid/install.sh
  84. 0 0
      frameworks/python/pyramid/production.ini
  85. 0 0
      frameworks/python/pyramid/requirements.txt
  86. 0 0
      frameworks/python/pyramid/setup.cfg
  87. 0 0
      frameworks/python/pyramid/setup.py
  88. 0 0
      frameworks/python/pyramid/setup_py2.py
  89. 0 0
      frameworks/python/pyramid/setup_py3.py
  90. 0 0
      frameworks/python/pyramid/wsgi.py
  91. 0 0
      frameworks/python/tornado/README.md
  92. 0 0
      frameworks/python/tornado/__init__.py
  93. 0 0
      frameworks/python/tornado/bash_profile.sh
  94. 0 0
      frameworks/python/tornado/benchmark_config
  95. 0 0
      frameworks/python/tornado/install.sh
  96. 0 0
      frameworks/python/tornado/requirements.txt
  97. 0 0
      frameworks/python/tornado/server.py
  98. 0 0
      frameworks/python/tornado/setup.py
  99. 0 0
      frameworks/python/tornado/setup_pg.py
  100. 0 0
      frameworks/python/tornado/setup_py3.py

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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


+ 0 - 0
tornado/setup_py3.py → frameworks/python/tornado/setup_py3.py


Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác