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

Last updated: October 05,2024

1. Install "python3-confection" package

This is a short guide on how to install python3-confection on Kali Linux

$ sudo apt update $ sudo apt install python3-confection

2. Uninstall "python3-confection" package

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

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

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

Package: python3-confection
Source: python-confection
Version: 0.0.4-2
Installed-Size: 145
Maintainer: Debian Python Team
Architecture: all
Depends: python3-numpy, python3-pydantic, python3-srsly, python3-typing-extensions | python3 (>> 3.8), python3:any
Size: 29980
SHA256: f8cfd2303b10bea2cda1d8382b46e12b765ed95b772729861f646a4071c115ae
SHA1: 334e67da319493a4adf5c6ed372850cd277251e5
MD5sum: 201bbb5d118f5865dbb605f2d3366a25
Description: sweetest config system for Python3
Confection candy is a lightweight library that offers a configuration
system letting you conveniently describe arbitrary trees of objects.
.
Configuration is a huge challenge for machine-learning code because you
may want to expose almost any detail of any function as a
hyperparameter. The setting you want to expose might be arbitrarily far
down in your call stack, so it might need to pass all the way through
the CLI or REST API, through any number of intermediate functions,
affecting the interface of everything along the way. And then once those
settings are added, they become hard to remove later. Default values
also become hard to change without breaking backwards compatibility.
.
To solve this problem, confection offers a config system that lets you
easily describe arbitrary trees of objects. The objects can be created
via function calls you register using a simple decorator syntax. You can
even version the functions you create, allowing you to make improvements
without breaking backwards compatibility. The most similar config system
we’re aware of is Gin, which uses a similar syntax, and also allows you
to link the configuration system to functions in your code using a
decorator. confection's config system is simpler and emphasizes a
different workflow via a subset of Gin’s functionality.
Description-md5:
Homepage: https://github.com/explosion/confection
Section: python
Priority: optional
Filename: pool/main/p/python-confection/python3-confection_0.0.4-2_all.deb