How to Install and Uninstall python3-scruffy Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-scruffy" package

Learn how to install python3-scruffy on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-scruffy

2. Uninstall "python3-scruffy" package

This guide let you learn how to uninstall python3-scruffy on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-scruffy package on Ubuntu 21.10 (Impish Indri)

Package: python3-scruffy
Architecture: all
Version: 0.3.3-2
Multi-Arch: foreign
Priority: optional
Section: universe/python
Source: python-scruffy
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 54
Depends: python3-six, python3-yaml, python3:any, python3-pkg-resources
Filename: pool/universe/p/python-scruffy/python3-scruffy_0.3.3-2_all.deb
Size: 11160
MD5sum: 2d71cdebb99343cd6c604ec611630065
SHA1: 0060fe60fe58aa1f93961162b26d009bd9ad1439
SHA256: 95868986b05ea4ef2eca28feb59a91bd7494c04dbcd21b69807dac5b5d67c63c
SHA512: 004bb2277c903fd5c117d5734335c532c160b9ce02539bfa31d12532a57d42d7048c1ea84099ed72c1b5c2a51bf4314165505766d6c722891d9f11136f995eaa
Homepage: https://github.com/snare/scruffy
Description-en: 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: 0b394bac948c4d9c73bf4f74c8b72fa9