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

Last updated: December 25,2024

1. Install "python3-inject" package

In this section, we are going to explain the necessary steps to install python3-inject on Kali Linux

$ sudo apt update $ sudo apt install python3-inject

2. Uninstall "python3-inject" package

This guide let you learn how to uninstall python3-inject on Kali Linux:

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

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

Package: python3-inject
Source: python-inject
Version: 5.2.0-1
Installed-Size: 59
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 15984
SHA256: ced114927f8d5818c95b8ceec3fb9b3e80a555f930704602733c63eb61382a13
SHA1: 27534e50aa328baa1ae1639ce14bf68af10d926f
MD5sum: 9ddb78f70e9055ced33b384e8b58ae15
Description: Python dependency injection framework
The inject package is a Python library that provides a lightweight dependency
injection framework. It simplifies the management of dependencies in your
Python projects, allowing for decoupled and modular code design.
.
Features:
.
- Facilitates the injection of dependencies into Python classes and
functions.
- Supports various dependency injection patterns, including constructor
injection and attribute injection.
- Allows for the configuration of dependency bindings and scopes.
- Promotes code reusability, testability, and maintainability through loose
coupling.
- Supports both runtime and compile-time dependency injection.
- Provides integration with popular frameworks and tools.
.
Dependency injection is a powerful design pattern that helps manage complex
dependencies between components. The inject library offers an elegant and
straightforward way to implement dependency injection in Python, promoting
better separation of concerns and easier unit testing.
Description-md5:
Homepage: https://github.com/ivankorobkov/python-inject
Section: python
Priority: optional
Filename: pool/main/p/python-inject/python3-inject_5.2.0-1_all.deb