How to Install and Uninstall python3-falcon Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 04,2024

1. Install "python3-falcon" package

Please follow the step by step instructions below to install python3-falcon on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-falcon

2. Uninstall "python3-falcon" package

Please follow the guidelines below to uninstall python3-falcon on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-falcon $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-falcon package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-falcon
Priority: optional
Section: universe/python
Installed-Size: 1797
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: amd64
Source: python-falcon
Version: 0.3.0-5
Depends: python3-mimeparse, python3-six (>= 1.4.0), python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.4)
Filename: pool/universe/p/python-falcon/python3-falcon_0.3.0-5_amd64.deb
Size: 392726
MD5sum: 55807390248e5f0a4683e0bfb0620fd0
SHA1: 1452a2ca5709376c510524134b81d8bed08ecdeb
SHA256: 8a2af9c245315366b5a410b6bf3a4137625393668bfcf440be86a54ee4b6ff54
Description-en: supersonic micro-framework for building cloud APIs - Python 3.x
Falcon is a high-performance Python framework for building cloud APIs. It
encourages the REST architectural style, and tries to do as little as possible
while remaining highly effective.
.
Unlike other Python web frameworks, Falcon won't bottleneck your API's
performance under highly concurrent workloads. Many frameworks max out at
serving simple "hello world" requests at a few thousand req/sec, while Falcon
can easily serve many more on the same hardware.
.
Falcon isn't very opinionated. In other words, the framework leaves a lot of
decisions and implementation details to you.
.
Features:
* Intuitive routing via URI templates and resource classes
* Easy access to headers and bodies through request and response classes
* Idiomatic HTTP error responses via a handy exception base class
* DRY request processing using global, resource, and method hooks
* Snappy unit testing through WSGI helpers and mocks
* 20% speed boost when Cython is available
* Python 2.6, Python 2.7, PyPy and Python 3.3 support
.
This package provides the Python 3.x module.
Description-md5: 85f1d9e9c94098afac75d2fb7d4cdc55
Homepage: http://falconframework.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu