.codeclimate.yml | |
|
|
.coveragerc | |
|
|
.coveralls.yml | |
|
|
.csslintrc | |
|
|
.eslintignore | |
|
|
.eslintrc | |
|
|
.gitignore | |
|
|
.travis.yml | |
|
|
LICENSE.md | |
|
|
Makefile | |
|
|
README.md | |
|
|
README.txt | |
|
|
atlassian-ide-plugin.xml | |
|
|
canteen.iml | |
|
|
canteen.ipr | |
|
|
canteen.sublime-project | |
|
|
canteen/__init__.py | 35 | A 0 mins |
|
canteen/__main__.py | 15 | A 0 mins |
|
canteen/base/__init__.py | 19 | A 0 mins |
|
canteen/base/handler.py | 307 | B 5 hrs |
|
canteen/base/logic.py | 31 | A 0 mins |
|
canteen/base/page.py | 23 | A 0 mins |
|
canteen/base/protocol.py | 158 | A 0 mins |
|
canteen/core/__init__.py | 19 | A 0 mins |
|
canteen/core/hooks.py | 128 | B 4 hrs |
|
canteen/core/injection.py | 113 | A 25 mins |
|
canteen/core/meta.py | 288 | F 3 days |
|
canteen/core/runtime.py | 399 | D 3 days |
|
canteen/dispatch.py | 59 | A 35 mins |
|
canteen/exceptions.py | 12 | A 0 mins |
|
canteen/logic/__init__.py | 20 | A 0 mins |
|
canteen/logic/assets.py | 214 | C 1 day |
|
canteen/logic/cache.py | 407 | C 1 day |
|
canteen/logic/http/__init__.py | 16 | A 0 mins |
|
canteen/logic/http/agent.py | 304 | C 1 day |
|
canteen/logic/http/cookies.py | 98 | A 35 mins |
|
canteen/logic/http/semantics.py | 245 | A 3 hrs |
|
canteen/logic/realtime.py | 208 | B 4 hrs |
|
canteen/logic/session.py | 252 | B 4 hrs |
|
canteen/logic/template.py | 646 | F 4 days |
|
canteen/model/__init__.py | 1,111 | F 1 wk |
|
canteen/model/adapter/__init__.py | 38 | A 0 mins |
|
canteen/model/adapter/abstract.py | 728 | F 5 days |
|
canteen/model/adapter/core.py | 360 | F 4 days |
|
canteen/model/adapter/inmemory.py | 544 | F 1 wk |
|
canteen/model/adapter/protorpc.py | 252 | C 1 day |
|
canteen/model/adapter/redis.py | 1,141 | F 2 wks |
|
canteen/model/exceptions.py | 89 | A 0 mins |
|
canteen/model/query.py | 672 | F 3 days |
|
canteen/rpc/__init__.py | 497 | D 1 day |
|