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: 2731, Watchers: 2731, Forks: 505, Open Issues: 372

The noirbizarre/flask-restplus repo was created 9 years ago and the last code push was 1 years ago.
The project is very popular with an impressive 2731 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.

GitHub Issues

The flask-restplus package has 372 open issues on GitHub

  • Swagger UI refers to http://localhost:5000/swagger.json

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

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.