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

Last updated: May 20,2024

1. Install "python3-apeye" package

Please follow the instructions below to install python3-apeye on Kali Linux

$ sudo apt update $ sudo apt install python3-apeye

2. Uninstall "python3-apeye" package

Please follow the instructions below to uninstall python3-apeye on Kali Linux:

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

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

Package: python3-apeye
Source: python-apeye
Version: 1.4.1-3
Installed-Size: 331
Maintainer: Debian Python Team
Architecture: all
Depends: python3-apeye-core, python3-domdf-python-tools, python3-platformdirs (>= 2.3.0), python3-requests, python3:any
Size: 86152
SHA256: ec1a98522a186ac76f44e94e006b06b1c1887d8dd996b28f32871bdeb5ae023c
SHA1: d233e55bf1be410710b4069cfab92f58b694f6a3
MD5sum: 371a216aa5a38de0592e1d5af7d74da3
Description: Handy tools for working with URLs and APIs
The "apeye" package is a Python library that makes it easy to make API
calls asynchronously and conveniently. It provides a simple way to make
HTTP requests, handle responses, and handle errors, all in an asynchronous
environment.
.
Some of the main features of the "apeye" package include:
- Ease of Use: It simplifies making API calls with a set of simple and
intuitive methods.
- Asynchronous Support: The library allows you to make multiple API calls
asynchronously, which can improve performance when dealing with concurrent
requests.
- Response Handling: You can easily access the API response data, including
the response body and HTTP headers.
- Error Handling: "apeye" handles errors effectively, allowing you to handle
exceptions and errors appropriately in your API calls.
- Authentication Support: It supports various forms of authentication such as
basic authentication, JWT token, OAuth2 and others, making it easier to
access protected APIs.
- Customization: You can customize request settings such as HTTP headers,
query parameters, and more.
- Detailed Documentation: The project has extensive documentation that
provides detailed information on how to use the library.
Description-md5:
Homepage: https://github.com/domdfcoding/apeye
Section: python
Priority: optional
Filename: pool/main/p/python-apeye/python3-apeye_1.4.1-3_all.deb

5. The same packages on other Linux Distributions