zalando/connexion

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
connexion/options.py109
A
0 mins
connexion/problem.py36
A
50 mins
connexion/resolver.py145
B
6 hrs
connexion/security/__init__.py4
A
0 mins
connexion/security/aiohttp_security_handler_factory.py27
A
0 mins
connexion/security/async_security_handler_factory.py73
A
25 mins
connexion/security/flask_security_handler_factory.py29
A
0 mins
connexion/security/security_handler_factory.py296
C
1 day
connexion/spec.py210
A
1 hr
connexion/utils.py196
B
4 hrs
docs/Makefile
docs/cli.rst
docs/conf.py33
A
0 mins
docs/cookbook.rst
docs/exceptions.rst
docs/index.rst
docs/quickstart.rst
docs/request.rst
docs/response.rst
docs/routing.rst
docs/security.rst
examples/openapi3/apikey/README.rst
examples/openapi3/apikey/app.py21
A
0 mins
examples/openapi3/apikey/openapi.yaml
examples/openapi3/basicauth/README.rst
examples/openapi3/basicauth/app.py26
A
0 mins
examples/openapi3/basicauth/openapi.yaml
examples/openapi3/helloworld/README.rst
examples/openapi3/helloworld/hello.py7
A
0 mins
examples/openapi3/helloworld/openapi/helloworld-api.yaml
examples/openapi3/helloworld_aiohttp/README.rst
examples/openapi3/helloworld_aiohttp/hello.py8
A
0 mins
examples/openapi3/helloworld_aiohttp/openapi/helloworld-api.yaml
examples/openapi3/jwt/README.rst
examples/openapi3/jwt/app.py37
A
0 mins
examples/openapi3/jwt/openapi.yaml
examples/openapi3/jwt/requirements.txt
examples/openapi3/jwt/tox.ini
examples/openapi3/methodresolver/README.rst
examples/openapi3/methodresolver/api/__init__.py1
A
0 mins
examples/openapi3/methodresolver/api/petsview.py45
A
0 mins
examples/openapi3/methodresolver/app.py12
A
0 mins
examples/openapi3/methodresolver/openapi/pets-api.yaml
examples/openapi3/restyresolver/README.rst
examples/openapi3/restyresolver/api/__init__.py1
A
0 mins
examples/openapi3/restyresolver/api/pets.py38
A
3 hrs
examples/openapi3/restyresolver/resty-api.yaml
examples/openapi3/restyresolver/resty.py10
B
4 hrs
examples/openapi3/reverseproxy/README.rst
examples/openapi3/reverseproxy/app.py63
A
25 mins