Contents

flask-restx 1.3.0

0

Fully featured framework for fast, easy and documented API development with Flask

Fully featured framework for fast, easy and documented API development with Flask

Stars: 2061, Watchers: 2061, Forks: 331, Open Issues: 303

The python-restx/flask-restx repo was created 4 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 2061 github stars!

How to Install flask-restx

You can install flask-restx using pip

pip install flask-restx

or add it to a project with poetry

poetry add flask-restx

Package Details

Author
python-restx Authors
License
BSD-3-Clause
Homepage
https://github.com/python-restx/flask-restx
PyPi:
https://pypi.org/project/flask-restx/
GitHub Repo:
https://github.com/python-restx/flask-restx

Classifiers

  • Software Development/Libraries/Python Modules
  • System/Software Distribution
No  flask-restx  pypi packages just yet.

Errors

A list of common flask-restx errors.

Code Examples

Here are some flask-restx code examples and snippets.

GitHub Issues

The flask-restx package has 303 open issues on GitHub

  • format date (custom format)
  • Add swagger documentation for websocket in flask-restx
  • How to specify schema for nested json in flask_restx?
  • Fix multiform bug
  • Add support for HTTPStatus in swagger documentation
  • Error handlers registered to a namespace are not confined to that namespace
  • Namespace's default_error_handler is not used anywhere
  • the first time to open the swagger page will be very slow
  • Fixed handle_error method
  • Fix typo in docs, in quickstart.rst
  • snake_case convention for better readibility
  • HTTPStatus in Api.reponse
  • Fix typo in changelog
  • Corrected spelling of swagger.json file in API documentation
  • typo fix

See more issues on GitHub

Related Packages & Articles

flask-restplus 0.13.0

Fully featured framework for fast, easy and documented API development with Flask

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).

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

drf-yasg 1.21.7

Automated generation of real Swagger/OpenAPI 2.0 schemas from Django Rest Framework code.

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.