python3-donfig
Python package for configuring a Python package
Donfig is a Python library meant to make configuration easier for other
Python packages. Donfig can be configured programmatically, by
environment variables, or from YAML files in standard locations.
dexdeps
DEX external dependency dump
This tool dumps a list of fields and methods that a DEX file uses but
does not define. When combined with a list of public APIs, it can be
used to determine whether an APK is accessing fields and calling
methods that it shouldn't be. It may also be useful in determining
whether an application requires a certain minimum API level to
execute.
python3-click-help-colors
colorize help messages in click (Python 3.x)
Colorization of help messages in Click. Improves the readability of help
messages.
python3-click-completion
click completion support for different types of shells (Python 3.x)
Automatic completion support for different types of shells for Click. All the
supported shells are able to complete all the command line arguments and
options defined with Click.
debian-reference-id
Debian system administration guide, Indonesian translation
This Debian Reference is intended to provide a broad overview of the Debian
system as a post-installation user's guide. It covers many aspects of system
administration through shell-command examples for non-developers.
python3-matplotlib-inline
Matplotlib backend for inline use in IPython and Jupyter
This provides support for displaying matplotlib plots in Jupyter notebooks
(and other frontends). This was previously part of IPython/ipykernel.