How to Install and Uninstall python310-flask-restx Package on openSuSE Tumbleweed

Last updated: November 24,2024

1. Install "python310-flask-restx" package

This is a short guide on how to install python310-flask-restx on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-flask-restx

2. Uninstall "python310-flask-restx" package

Please follow the steps below to uninstall python310-flask-restx on openSuSE Tumbleweed:

$ sudo zypper remove python310-flask-restx

3. Information about the python310-flask-restx package on openSuSE Tumbleweed

Information for package python310-flask-restx:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-flask-restx
Version : 1.3.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 438.6 KiB
Installed : No
Status : not installed
Source package : python-flask-restx-1.3.0-1.1.src
Upstream URL : https://github.com/python-restx/flask-restx
Summary : Framework for fast, easy and documented API development with Flask
Description :
Flask-RESTX is a community driven fork of Flask-RESTPlus. It is an extension for Flask
that adds support for quickly building REST APIs. It encourages best practices with
minimal setup. If you are familiar with Flask, Flask-RESTX should be easy to pick up.
It provides a coherent collection of decorators and tools to describe your API and expose
its documentation properly using Swagger.