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

Last updated: May 17,2024

1. Install "python3-scruffy" package

Please follow the steps below to install python3-scruffy on Kali Linux

$ sudo apt update $ sudo apt install python3-scruffy

2. Uninstall "python3-scruffy" package

Learn how to uninstall python3-scruffy on Kali Linux:

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

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

Package: python3-scruffy
Source: python-scruffy
Version: 0.3.8.2-1
Installed-Size: 61
Maintainer: Debian Python Team
Architecture: all
Depends: python3-six, python3-sqlalchemy, python3-yaml, python3:any, python3-pkg-resources
Size: 13400
SHA256: 42ef3320b8acabdfc8eef1bab720cbed1283477d37bdaef2f4308451267b1fe0
SHA1: 24872601c3e5d8aa19fc8b0d898edbbc7deaaa16
MD5sum: 6a6be9252d55b596b1461a34d9f0cf45
Description: framework for taking care of a bunch of boilerplate in Python3 apps
Scruffy is a framework for taking care of a bunch of boilerplate in
Python apps. It handles the loading of configuration files, the loading
and management of plugins, and the management of other filesystem
resources such as temporary files and directories, log files, etc.
.
A typical use case for Scruffy is a command-line Python tool with some
or all of the following requirements:
.
* Read a set of configuration defaults
* Read a local configuration file and apply it on top of the defaults
* Allow overriding some configuration options with command line flags
or at runtime
* Load a core set of Python-based plugins
* Load a set of user-defined Python-based plugins
* Generate log files whose name, location and other logging settings
are based on configuration
* Store application state between runs in a file or database
.
This package installs the library for Python 3.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/snare/scruffy
Section: python
Priority: optional
Filename: pool/main/p/python-scruffy/python3-scruffy_0.3.8.2-1_all.deb