Contents

flask-restplus 0.13.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: 2744, Watchers: 2744, Forks: 502, Open Issues: 370

The noirbizarre/flask-restplus repo was created 11 years ago and the last code push was 2 years ago.
The project is very popular with an impressive 2744 github stars!

How to Install flask-restplus

You can install flask-restplus using pip

pip install flask-restplus

or add it to a project with poetry

poetry add flask-restplus

Package Details

Author
Axel Haustant
License
BSD-3-Clause
Homepage
https://github.com/noirbizarre/flask-restplus
PyPi:
https://pypi.org/project/flask-restplus/
GitHub Repo:
https://github.com/noirbizarre/flask-restplus

Classifiers

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

Errors

A list of common flask-restplus errors.

Code Examples

Here are some flask-restplus code examples and snippets.

Related Packages & Articles

fastapi 0.129.0

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

apispec 6.9.0

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

httpie 3.2.4

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

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

flask-appbuilder 5.1.0

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.