Contents

connexion 3.0.6

0

Connexion - API first applications with OpenAPI/Swagger

Connexion - API first applications with OpenAPI/Swagger

Stars: 4412, Watchers: 4412, Forks: 745, Open Issues: 108

The spec-first/connexion repo was created 8 years ago and the last code push was 6 days ago.
The project is very popular with an impressive 4412 github stars!

How to Install connexion

You can install connexion using pip

pip install connexion

or add it to a project with poetry

poetry add connexion

Package Details

Author
Robbe Sneyders
License
Apache-2.0
Homepage
https://github.com/spec-first/connexion
PyPi:
https://pypi.org/project/connexion/
GitHub Repo:
https://github.com/zalando/connexion

Classifiers

  • Internet
  • Internet/WWW/HTTP
  • Internet/WWW/HTTP/HTTP Servers
  • Software Development
  • Software Development/Libraries
  • Software Development/Libraries/Python Modules
No  connexion  pypi packages just yet.

Errors

A list of common connexion errors.

Code Examples

Here are some connexion code examples and snippets.

GitHub Issues

The connexion package has 108 open issues on GitHub

  • Bump upperbound version for jsonschema to 5.0.0
  • Fix sanitization of function arguments
  • Support jsonschema >= 4.0.0
  • Moving to a new Github organization
  • fix-square bracket : V1
  • Does Connexion support async routes?
  • x-tokenInfoFunc security decorator overrides @injected function arguments
  • Is it possible to disable security?
  • connexion does not parse simple reference links
  • Returning JSON and HTML

See more issues on GitHub

Related Packages & Articles

fastapi 0.110.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production

apispec 6.6.0

A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification).

sanic 23.12.1

A web server and web framework that's written to go fast. Build fast. Run fast.

Flask-AppBuilder 4.4.1

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more.