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

Last updated: July 01,2024

1. Install "python3-pook" package

Please follow the guidelines below to install python3-pook on Kali Linux

$ sudo apt update $ sudo apt install python3-pook

2. Uninstall "python3-pook" package

Please follow the step by step instructions below to uninstall python3-pook on Kali Linux:

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

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

Package: python3-pook
Source: python-pook
Version: 1.1.1-1
Installed-Size: 194
Maintainer: Debian Python Team
Architecture: all
Depends: python3-furl, python3-jsonschema, python3-xmltodict, python3:any
Suggests: python-pook-doc
Size: 35112
SHA256: 4c1e7a036db0b05bd6b9f06ae9260be19fec777dad159ca3927a231ff6254300
SHA1: fc4e571ee94f12e4539c34712a332744c230c211
MD5sum: ee5864eb7066b158de32f839ddd158bf
Description: HTTP traffic mocking and testing made easy (Python 3)
Versatile, expressive and hackable utility library for HTTP traffic mocking
and expectations made easy in Python. Heavily inspired by gock.
.
Features:
- Simple, expressive and fluent API.
- Provides both Pythonic and chainable DSL API styles.
- Full-featured HTTP response definitions and expectations.
- Matches any HTTP protocol primitive (URL, method, query params, headers,
body...).
- Full regular expressions capable mock expectations matching.
- Supports most popular HTTP clients via interceptor adapters.
- Configurable volatile, persistent or TTL limited mocks.
- Works with any testing framework/engine (unittest, pytest, nosetests...).
- First-class JSON & XML support matching and responses.
- Supports JSON Schema body matching.
- Works in both runtime and testing environments.
- Can be used as decorator and/or via context managers.
- Supports real networking mode with optional traffic filtering.
- Map/filter mocks easily for generic or custom mock expectations.
- Custom user-defined mock matcher functions.
- Simulated raised error exceptions.
- Network delay simulation (only available for aiohttp).
- Pluggable and hackable API.
- Customizable HTTP traffic mock interceptor engine.
- Supports third-party mocking engines, such as mocket.
- Fits good for painless test doubles.
- Does not support WebSocket traffic mocking.
- Works with Python +2.7 and +3.0 (including PyPy).
- Dependency-less: just 2 small dependencies for JSONSchema and XML tree
comparison.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/h2non/pook
Section: python
Priority: optional
Filename: pool/main/p/python-pook/python3-pook_1.1.1-1_all.deb