How to Install and Uninstall python3-fastapi Package on Kali Linux

Last updated: May 05,2024

1. Install "python3-fastapi" package

Here is a brief guide to show you how to install python3-fastapi on Kali Linux

$ sudo apt update $ sudo apt install python3-fastapi

2. Uninstall "python3-fastapi" package

Please follow the steps below to uninstall python3-fastapi on Kali Linux:

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

3. Information about the python3-fastapi package on Kali Linux

Package: python3-fastapi
Source: fastapi
Version: 0.101.0-3
Installed-Size: 366
Maintainer: Sandro Tosi
Architecture: all
Depends: python3-pydantic (>= 1.8.2), python3-starlette (>= 0.25.0), python3-uvicorn, python3-typing-extensions (>= 4.7.1), python3:any
Size: 55272
SHA256: 06cdbfd918b75282089efa04283327cffc92537cb89a23f036581473fe726377
SHA1: d9afb49766db9ecbf83c18ec6e5a29004e2d3c07
MD5sum: f86c1e8d756156d8ecf57f0b718cdd7e
Description: modern, fast, web framework for building APIs, based on type hints
FastAPI is a modern, fast (high-performance), web framework for building APIs
with Python 3.6+ based on standard Python type hints.
.
The key features are:
.
* Fast: Very high performance, on par with NodeJS and Go (thanks to Starlette
* and Pydantic). One of the fastest Python frameworks available.
.
* Fast to code: Increase the speed to develop features by about 200% to 300%.
* (note1)
.
* Fewer bugs: Reduce about 40% of human (developer) induced errors. (note1)
.
* Intuitive: Great editor support. Completion everywhere. Less time debugging.
.
* Easy: Designed to be easy to use and learn. Less time reading docs.
.
* Short: Minimize code duplication. Multiple features from each parameter
* declaration. Fewer bugs.
.
* Robust: Get production-ready code. With automatic interactive documentation.
.
* Standards-based: Based on (and fully compatible with) the open standards for
* APIs: OpenAPI (previously known as Swagger) and JSON Schema.
.
(note1) estimation based on tests on an internal development team, building
production applications.
Description-md5:
Homepage: https://github.com/tiangolo/fastapi
Section: python
Priority: optional
Filename: pool/main/f/fastapi/python3-fastapi_0.101.0-3_all.deb