Let's Encrypt Package: python3-certbot-apache Status: install ok installed Priority: optional Section: python Installed-Size: 420 Maintainer: Ubuntu Developers Architecture: all Source: python-certbot-apache Version: 0.39.0-1 Replaces: python-certbot-apache (<< 0.20.0~), python-letsencrypt-apache Depends: apache2, certbot (>= 0.39.0~), python3-acme (>= 0.29.0~), python3-augeas, python3-certbot (>= 0.39.0~), python3-mock, python3-pkg-resources, python3-zope.component, python3-zope.interface, python3:any Suggests: python-certbot-apache-doc Breaks: python-certbot-apache (<< 0.20.0~), python-letsencrypt-apache Description: Apache plugin for Certbot The objective of Certbot, Let's Encrypt, and the ACME (Automated Certificate Management Environment) protocol is to make it possible to set up an HTTPS server and have it automatically obtain a browser-trusted certificate, without any human intervention. This is accomplished by running a certificate management agent on the web server. . This agent is used to: . - Automatically prove to the Let's Encrypt CA that you control the website - Obtain a browser-trusted certificate and set it up on your web server - Keep track of when your certificate is going to expire, and renew it - Help you revoke the certificate if that ever becomes necessary. . This package contains the Apache plugin to the main application. Original-Maintainer: Debian Let's Encrypt Homepage: https://letsencrypt.org/ Package: python3-certifi Status: install ok installed Priority: optional Section: python Installed-Size: 319 Maintainer: Ubuntu Developers Architecture: all Source: python-certifi Version: 2019.11.28-1 Depends: ca-certificates, python3:any Description: root certificates for validating SSL certs and verifying TLS hosts (python3) Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the Requests project. . The version of certifi in this Debian package is patched to return the location of Debian-provided CA certificates, instead of those packaged by upstream. . This is the python3 package. Original-Maintainer: Sebastien Delafond Homepage: https://github.com/certifi/python-certifi Package: python3-cffi-backend Status: install ok installed Priority: important Section: python Installed-Size: 209 Maintainer: Ubuntu Developers Architecture: amd64 Source: python-cffi Version: 1.14.0-1build1 Provides: python3-cffi-backend-api-9729, python3-cffi-backend-api-max (= 10495), python3-cffi-backend-api-min (= 9729) Depends: python3 (<< 3.9), python3 (>= 3.8~), libc6 (>= 2.14), libffi7 (>= 3.3~20180313) Description: Foreign Function Interface for Python 3 calling C code - runtime Convenient and reliable way of calling C code from Python 3. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the runtime support for pre-built cffi modules. Original-Maintainer: Debian Python Modules Team Homepage: http://cffi.readthedocs.org/ Package: python3-chardet Status: install ok installed Priority: optional Section: python Installed-Size: 411 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: chardet Version: 3.0.4-4build1 Depends: python3:any, python3-pkg-resources Description: universal character encoding detector for Python3 Chardet takes a sequence of bytes in an unknown character encoding, and attempts to determine the encoding. . Supported encodings: * ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants) * Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified Chinese) * EUC-JP, SHIFT_JIS, ISO-2022-JP (Japanese) * EUC-KR, ISO-2022-KR (Korean) * KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic) * ISO-8859-2, windows-1250 (Hungarian) * ISO-8859-5, windows-1251 (Bulgarian) * windows-1252 (English) * ISO-8859-7, windows-1253 (Greek) * ISO-8859-8, windows-1255 (Visual and Logical Hebrew) * TIS-620 (Thai) . This library is a port of the auto-detection code in Mozilla. . This package contains the Python 3 version of the library. Original-Maintainer: Piotr Ożarowski Homepage: https://github.com/chardet/chardet Package: python3-click Status: install ok installed Priority: optional Section: python Installed-Size: 293 Maintainer: Ubuntu Developers Architecture: all Source: python-click Version: 7.0-3 Depends: python3:any, python3-colorama Description: Wrapper around optparse for command line utilities - Python 3.x Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box. . It aims to make the process of writing command line tools quick and fun while also preventing any frustration caused by the inability to implement an intended CLI API. . This is the Python 3 compatible package. Original-Maintainer: Sandro Tosi Homepage: https://github.com/pallets/click Package: python3-colorama Status: install ok installed Priority: optional Section: python Installed-Size: 93 Maintainer: Ubuntu Developers Architecture: all Source: python-colorama Version: 0.4.3-1build1 Depends: python3:any (>= 3.6~) Description: Cross-platform colored terminal text in Python - Python 3.x Python-colorama provides a simple cross-platform API to print colored terminal text from Python applications. . ANSI escape character sequences are commonly used to produce colored terminal text on Unix. Colorama provides some shortcuts to generate these sequences. . This has the happy side-effect that existing applications or libraries which already use ANSI sequences to produce colored output on Linux. . This package provides the module for Python 3. Original-Maintainer: Gürkan Myczko Homepage: https://github.com/tartley/colorama Package: python3-commandnotfound Status: install ok installed Priority: optional Section: python Installed-Size: 56 Maintainer: Michael Vogt Architecture: all Source: command-not-found Version: 20.04.6 Replaces: command-not-found (<< 0.3ubuntu7) Depends: lsb-release, python3-apt, python3-gdbm, python3:any (>= 3.2~) Description: Python 3 bindings for command-not-found. This package will install the Python 3 library for command_not_found tool. Original-Maintainer: Zygmunt Krynicki Package: python3-configargparse Status: install ok installed Priority: optional Section: python Installed-Size: 82 Maintainer: Ubuntu Developers Architecture: all Source: python-configargparse Version: 0.13.0-2 Depends: python3:any Description: replacement for argparse with config files and environment variables (Python 3) Applications with more than a handful of user-settable options are best configured through a combination of command line args, config files, hard-coded defaults, and in some cases, environment variables. . Python’s command line parsing modules such as argparse have very limited support for config files and environment variables, so this module extends argparse to add these features. . This is the Python 3 module. Original-Maintainer: Debian Python Modules Team Homepage: https://github.com/zorro3/ConfigArgParse Package: python3-configobj Status: install ok installed Priority: optional Section: python Installed-Size: 160 Maintainer: Ubuntu Developers Architecture: all Source: configobj Version: 5.0.6-4ubuntu0.1 Depends: python3-six, python3:any Suggests: python-configobj-doc Description: simple but powerful config file reader and writer for Python 3 ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. It has lots of other features, though: . * Nested sections (subsections), to any level * List values * Multiple line values * String interpolation (substitution) * Integrated with a powerful validation system + including automatic type checking/conversion + and allowing default values + repeated sections * All comments in the file are preserved * The order of keys/sections is preserved * Full Unicode support * Powerful unrepr mode for storing/retrieving Python data-types . This is the Python 3 version of the package. Homepage: http://www.voidspace.org.uk/python/configobj.html Original-Maintainer: Debian Python Modules Team Package: python3-constantly Status: install ok installed Priority: optional Section: python Installed-Size: 40 Maintainer: Ubuntu Developers Architecture: all Source: constantly Version: 15.1.0-1build1 Depends: python3:any Description: Symbolic constants in Python A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. . Originally twisted.python.constants from the Twisted project. . This package provides the Python 3.x module. Original-Maintainer: Free Ekanayaka Homepage: https://github.com/twisted/constantly Package: python3-cryptography Status: install ok installed Priority: optional Section: python Installed-Size: 1593 Maintainer: Ubuntu Developers Architecture: amd64 Source: python-cryptography Version: 2.8-3ubuntu0.3 Depends: python3 (>= 3~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3-six (>= 1.4.1), python3:any, libc6 (>= 2.14), libssl1.1 (>= 1.1.1) Suggests: python-cryptography-doc, python3-cryptography-vectors Breaks: python3-openssl (<< 16.0.0) Description: Python library exposing cryptographic recipes and primitives (Python 3) The cryptography library is designed to be a "one-stop-shop" for all your cryptographic needs in Python. . As an alternative to the libraries that came before it, cryptography tries to address some of the issues with those libraries: - Lack of PyPy and Python 3 support. - Lack of maintenance. - Use of poor implementations of algorithms (i.e. ones with known side-channel attacks). - Lack of high level, "Cryptography for humans", APIs. - Absence of algorithms such as AES-GCM. - Poor introspectability, and thus poor testability. - Extremely error prone APIs, and bad defaults. . This package contains the Python 3 version of cryptography. Homepage: https://cryptography.io/ Original-Maintainer: Tristan Seligmann Package: python3-cups Status: install ok installed Priority: optional Section: python Installed-Size: 220 Maintainer: Ubuntu Developers Architecture: amd64 Source: python-cups Version: 1.9.73-3build1 Provides: python3.8-cups Depends: python3 (<< 3.9), python3 (>= 3.8~), libc6 (>= 2.14), libcups2 (>= 1.6.0) Description: Python3 bindings for CUPS A module for using the CUPS 1.2 API in Python3 programs. Original-Maintainer: Debian Python Modules Team Homepage: http://cyberelk.net/tim/software/pycups/ Package: python3-cupshelpers Status: install ok installed Priority: optional Section: python Installed-Size: 167 Maintainer: Ubuntu Developers Architecture: all Source: system-config-printer Version: 1.5.12-0ubuntu1.1 Replaces: python-cupshelpers (<= 1.5) Depends: python3-cups (>= 1.9.42), python3-dbus, python3-requests, python3:any Breaks: python-cupshelpers (<= 1.5) Conffiles: /etc/cupshelpers/preferreddrivers.xml d3f2ca85cf30b4b9d0b05b525e07cf6a Description: Python utility modules around the CUPS printing system These Python modules, that come from the system-config-printer distribution, help building applications and utilities around the CUPS Python bindings. Original-Maintainer: Debian GNOME Maintainers Homepage: https://github.com/zdohnal/system-config-printer Package: python3-dbus Status: install ok installed Priority: important Section: python Installed-Size: 420 Maintainer: Ubuntu Developers Architecture: amd64 Source: dbus-python Version: 1.2.16-1build1 Provides: python3.8-dbus Depends: python3 (<< 3.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.4), libdbus-1-3 (>= 1.9.14), libglib2.0-0 (>= 2.40) Recommends: python3-gi Suggests: python-dbus-doc, python3-dbus-dbg Description: simple interprocess messaging system (Python 3 interface) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides a Python 3 interface to D-Bus. . See the dbus description for more information about D-Bus in general. Original-Maintainer: Utopia Maintenance Team Homepage: https://www.freedesktop.org/wiki/Software/DBusBindings#Python Package: python3-debconf Status: install ok installed Priority: optional Section: python Installed-Size: 18 Maintainer: Ubuntu Developers Architecture: all Source: debconf Version: 1.5.73 Replaces: debconf (<< 1.5.64) Depends: debconf (= 1.5.73), python3:any Breaks: debconf (<< 1.5.64) Description: interact with debconf from Python 3 Debconf is a configuration management system for debian packages. Packages use Debconf to ask questions when they are installed. . This package provides a debconf module to allow Python 3 programs to interact with a debconf frontend. Original-Maintainer: Debconf Developers Package: python3-debian Status: install ok installed Priority: optional Section: python Installed-Size: 318 Maintainer: Ubuntu Developers Architecture: all Source: python-debian Version: 0.1.36ubuntu1 Depends: python3-chardet, python3-six (>> 1.4~), python3:any Recommends: python3-apt Suggests: gpgv Description: Python 3 modules to work with Debian-related data formats This package provides Python 3 modules that abstract many formats of Debian related files. Currently handled are: * Debtags information (debian.debtags module) * debian/changelog (debian.changelog module) * Packages files, pdiffs (debian.debian_support module) * Control files of single or multiple RFC822-style paragraphs, e.g. debian/control, .changes, .dsc, Packages, Sources, Release, etc. (debian.deb822 module) * Raw .deb and .ar files, with (read-only) access to contained files and meta-information Homepage: https://salsa.debian.org/python-debian-team/python-debian Original-Maintainer: Debian python-debian Maintainers Package: python3-defer Status: install ok installed Priority: extra Section: python Installed-Size: 50 Maintainer: Ubuntu Developers Architecture: all Source: python-defer Version: 1.0.6-2.1 Depends: python3:any (>= 3.2~) Description: Small framework for asynchronous programming (Python 3) The defer module provides an easy way to write asynchrouns Python 3 programs. It is greatly inspired by Twisted's defer, but hasn't got any external dependencies. . Furthermore it features decorators to write asynchronous D-Bus servers and clients. . At first defer was part of aptdaemon, but moved to a separate project in August of 2010. Original-Maintainer: Sebastian Heinlein (devel) Homepage: https://launchpad.net/python-defer Package: python3-distro Status: install ok installed Priority: optional Section: python Installed-Size: 69 Maintainer: Ubuntu Developers Architecture: all Source: python-distro Version: 1.4.0-1 Depends: lsb-release, python3:any Description: Linux OS platform information API distro (for: Linux Distribution) provides information about the Linux distribution it runs on, such as a reliable machine-readable ID, or version information. . It is a renewed alternative implementation for Python's original platform.linux_distribution function, but it also provides much more functionality which isn't necessarily Python bound like a command-line interface. . This is the Python 3 version of the library. Original-Maintainer: Debian Python Modules Team Homepage: https://github.com/nir0s/distro Package: python3-distro-info Status: install ok installed Priority: optional Section: python Installed-Size: 32 Maintainer: Ubuntu Developers Architecture: all Source: distro-info Version: 0.23ubuntu1 Depends: distro-info-data, python3:any Description: information about distributions' releases (Python 3 module) Information about all releases of Debian and Ubuntu. . This package contains a Python 3 module for parsing the data in distro-info-data. There is also a command line interface in the distro-info package. Original-Maintainer: Benjamin Drung Package: python3-distupgrade Status: install ok installed Priority: optional Section: python Installed-Size: 634 Maintainer: Ubuntu Developers Architecture: all Source: ubuntu-release-upgrader Version: 1:20.04.39 Replaces: python3-update-manager (<< 1:0.165) Depends: python3:any, python3-update-manager (>= 1:19.04.2~), python3-apt (>= 0.8.5~), python3-distro-info, gpgv, lsb-release, sensible-utils Breaks: python3-update-manager (<< 1:0.165) Description: manage release upgrades This is the DistUpgrade Python 3 module Package: python3-distutils Status: install ok installed Priority: optional Section: python Installed-Size: 1363 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: python3-stdlib-extensions Version: 3.8.10-0ubuntu1~20.04 Replaces: libpython3.6-stdlib (<< 3.6.4~rc1-2), libpython3.7-stdlib (<< 3.7.0~a3-2) Provides: python3.8-distutils, python3.9-distutils Depends: python3:any (>= 3.8.2-0~), python3:any (<< 3.10), python3-lib2to3 (= 3.8.10-0ubuntu1~20.04) Breaks: libpython3.10-stdlib (<< 3.10.0~b1), libpython3.6-stdlib (<< 3.6.5~rc1-3), libpython3.7-stdlib (<< 3.7.0~b2-2), libpython3.8-stdlib (<< 3.8.0~b2-5) Description: distutils package for Python 3.x Distutils package for Python 3.x. This package contains the distutils module from the Python standard library. Original-Maintainer: Matthias Klose Package: python3-entrypoints Status: install ok installed Priority: optional Section: python Installed-Size: 23 Maintainer: Ubuntu Developers Architecture: all Source: entrypoints Version: 0.3-2ubuntu1 Depends: python3:any Description: Discover and load entry points from installed packages (Python 3) This module contains functions to find and load entry points in installed packages. . This package installs the library for Python 3. Original-Maintainer: Debian Python Modules Team Homepage: https://github.com/takluyver/entrypoints Package: python3-future Status: install ok installed Priority: optional Section: python Installed-Size: 1666 Maintainer: Ubuntu Developers Architecture: all Source: python-future Version: 0.18.2-2ubuntu0.1 Depends: python3:any, python3-lib2to3 Suggests: python-future-doc Description: Clean single-source support for Python 3 and 2 - Python 3.x Future is the missing compatibility layer between Python 2 and Python 3. It allows one to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. . The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics. . This package contains the Python 3.x module. Homepage: https://python-future.org Original-Maintainer: Debian Python Modules Team Package: python3-gdbm Status: install ok installed Priority: optional Section: python Installed-Size: 87 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: same Source: python3-stdlib-extensions Version: 3.8.10-0ubuntu1~20.04 Provides: python3.8-gdbm, python3.9-gdbm Depends: python3 (>= 3.8.2-0~), python3 (<< 3.10), libc6 (>= 2.4), libgdbm6 (>= 1.16) Suggests: python3-gdbm-dbg Description: GNU dbm database support for Python 3.x GNU dbm database module for Python 3.x. Install this if you want to create or read GNU dbm database files with Python. Original-Maintainer: Matthias Klose Package: python3-gi Status: install ok installed Priority: important Section: python Installed-Size: 692 Maintainer: Ubuntu Developers Architecture: amd64 Source: pygobject Version: 3.36.0-1 Depends: gir1.2-glib-2.0 (>= 1.48.0), python3 (<< 3.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.14), libffi7 (>= 3.3~20180313), libgirepository-1.0-1 (>= 1.62.0-4~), libglib2.0-0 (>= 2.53.1) Description: Python 3 bindings for gobject-introspection libraries GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python 3 binding generator for libraries that support gobject-introspection, i. e. which ship a gir1.2-- package. With these packages, the libraries can be used from Python 3. Original-Maintainer: Debian GNOME Maintainers Homepage: https://wiki.gnome.org/Projects/PyGObject Package: python3-hamcrest Status: install ok installed Priority: optional Section: python Installed-Size: 156 Maintainer: Ubuntu Developers Architecture: all Source: pyhamcrest Version: 1.9.0-3 Depends: python3-pkg-resources, python3-six, python3:any Description: Hamcrest framework for matcher objects (Python 3) PyHamcrest is a framework for writing matcher objects, allowing you to declaratively define "match" rules. There are a number of situations where matchers are invaluable, such as UI validation, or data filtering, but it is in the area of writing flexible tests that matchers are most commonly used. This tutorial shows you how to use PyHamcrest for unit testing. . When writing tests it is sometimes difficult to get the balance right between overspecifying the test (and making it brittle to changes), and not specifying enough (making the test less valuable since it continues to pass even when the thing being tested is broken). Having a tool that allows you to pick out precisely the aspect under test and describe the values it should have, to a controlled level of precision, helps greatly in writing tests that are "just right." Such tests fail when the behavior of the aspect under test deviates from the expected behavior, yet continue to pass when minor, unrelated changes to the behaviour are made. . This package provides the Python 3.x modules. Original-Maintainer: David Villa Alises Homepage: http://hamcrest.org/ Package: python3-httplib2 Status: install ok installed Priority: optional Section: python Installed-Size: 130 Maintainer: Ubuntu Developers Architecture: all Source: python-httplib2 Version: 0.14.0-1ubuntu1 Depends: ca-certificates, python3:any Breaks: python3-pysimplesoap (<< 1.16-2.1) Description: comprehensive HTTP client library written for Python3 httplib2.py supports many features left out of other HTTP libraries. * HTTP and HTTPS * Keep-Alive * Authentication * Caching * All Methods * Redirects * Compression * Lost update support * Unit Tested . This package provides module for python3 series. Homepage: https://github.com/httplib2/httplib2 Original-Maintainer: Debian Python Modules Team Package: python3-hyperlink Status: install ok installed Priority: optional Section: python Installed-Size: 160 Maintainer: Ubuntu Developers Architecture: all Source: hyperlink Version: 19.0.0-1 Depends: python3-idna (>= 2.5), python3:any Description: Immutable, Pythonic, correct URLs. Hyperlink provides a pure-Python implementation of immutable URLs. Based on RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs easy. . This package provides the Python 3.x module. Original-Maintainer: Debian Python Modules Team Homepage: https://github.com/python-hyper/hyperlink Package: python3-ibus-1.0 Status: install ok installed Priority: optional Section: python Installed-Size: 52 Maintainer: Ubuntu Developers Architecture: all Source: ibus Version: 1.5.22-2ubuntu2.1 Replaces: gir1.2-ibus-1.0 (<< 1.5.21-4~exp1) Depends: python3:any, gir1.2-ibus-1.0, python3-gi (>= 3.8) Breaks: gir1.2-ibus-1.0 (<< 1.5.21-4~exp1) Description: Intelligent Input Bus - introspection overrides for Python (Python 3) IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains GObject Introspection overrides for Python that can be used by Python applications using IBus. Homepage: https://github.com/ibus/ibus Original-Maintainer: Debian Input Method Team Package: python3-icu Status: install ok installed Priority: optional Section: python Installed-Size: 1164 Maintainer: Ubuntu Developers Architecture: amd64 Source: pyicu Version: 2.4.2-0ubuntu3 Provides: python3.8-icu Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libicu66 (>= 66.1~rc-1~), libstdc++6 (>= 5), python3 (<< 3.9), python3 (>= 3.8~), python3:any Description: Python 3 extension wrapping the ICU C++ API ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package provides an extension for Python 3 which wraps the ICU C++ API. Original-Maintainer: Laszlo Boszormenyi (GCS) Homepage: https://pypi.python.org/pypi/PyICU/ Python-Version: 3.8 Package: python3-idna Status: install ok installed Priority: optional Section: python Installed-Size: 321 Maintainer: Ubuntu Developers Architecture: all Source: python-idna Version: 2.8-1ubuntu0.1 Depends: python3:any Description: Python IDNA2008 (RFC 5891) handling (Python 3) A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as “IDNA2008” and can produce different results from the earlier standard from 2003. . The library is also intended to act as a suitable drop-in replacement for the “encodings.idna” module that comes with the Python standard library but currently only supports the older 2003 specification. . This package contains the module for Python 3. Homepage: https://github.com/kjd/idna Original-Maintainer: Debian Python Modules Team Package: python3-importlib-metadata Status: install ok installed Priority: optional Section: python Installed-Size: 43 Maintainer: Ubuntu Developers Architecture: all Source: python-importlib-metadata Version: 1.5.0-1 Depends: python3-zipp (>= 0.5), python3:any Description: library to access the metadata for a Python package - Python 3.x Provides an API for accessing an installed package’s metadata, such as its entry points or its top-level name. This functionality intends to replace most uses of pkg_resources entry point API and metadata API. . This package contains Python 3.x module. Original-Maintainer: Debian Python Modules Team Homepage: https://gitlab.com/python-devs/importlib_metadata Package: python3-incremental Status: install ok installed Priority: optional Section: python Installed-Size: 95 Maintainer: Ubuntu Developers Architecture: all Source: incremental Version: 16.10.1-3.2 Depends: python3:any Recommends: python3-click, python3-twisted Description: Library for versioning Python projects. Incremental is a small library that versions your Python projects. . This package provides the Python 3.x module. Original-Maintainer: Free Ekanayaka Homepage: https://github.com/hawkowl/incremental Package: python3-jinja2 Status: install ok installed Priority: optional Section: python Installed-Size: 485 Maintainer: Ubuntu Developers Architecture: all Source: jinja2 Version: 2.10.1-2ubuntu0.6 Depends: python3-markupsafe, python3:any Recommends: python3-pkg-resources Suggests: python-jinja2-doc Description: small but fast and easy to use stand-alone template engine Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. . The key-features are: * Configurable syntax. If you are generating LaTeX or other formats with Jinja2 you can change the delimiters to something that integrates better into the LaTeX markup. * Fast. While performance is not the primarily target of Jinja2 it’s surprisingly fast. The overhead compared to regular Python code was reduced to the very minimum. * Easy to debug. Jinja2 integrates directly into the Python traceback system which allows you to debug Jinja2 templates with regular Python debugging helpers. * Secure. It’s possible to evaluate untrusted template code if the optional sandbox is enabled. This allows Jinja2 to be used as templating language for applications where users may modify the template design. Homepage: http://jinja.pocoo.org/ Original-Maintainer: Piotr Ożarowski Package: python3-josepy Status: install ok installed Priority: optional Section: python Installed-Size: 145 Maintainer: Ubuntu Developers Architecture: all Source: python-josepy Version: 1.2.0-2 Depends: python3-cryptography (>= 0.8), python3-openssl (>= 0.13), python3-pkg-resources, python3-six (>= 1.9.0), python3:any Description: JOSE implementation for Python 3.x This package is a Python implementation of the standards developed by IETF Javascript Object Signing and Encryption (Active WG), in particular the following RFCs: . - JSON Web Algorithms (JWA) - JSON Web Key (JWK) - JSON Web Signature (JWS) . This package was originally developed as part of the ACME protocol implementation. This is the Python 3 library. Original-Maintainer: Debian Let's Encrypt Homepage: https://certbot.eff.org/ Package: python3-json-pointer Status: install ok installed Priority: optional Section: python Installed-Size: 44 Maintainer: Ubuntu Developers Architecture: all Source: python-json-pointer Version: 2.0-0ubuntu1 Depends: python3:any Description: resolve JSON pointers - Python 3.x Python-json-pointer is a small library to resolve JSON pointers according to the IETF draft specification. JSON Pointer defines a string syntax for identifying a specific value within a JavaScript Object Notation (JSON) document. . This package provides the module for Python 3.x. Original-Maintainer: Debian OpenStack Homepage: https://github.com/stefankoegl/python-json-pointer Package: python3-jsonpatch Status: install ok installed Priority: optional Section: python Installed-Size: 56 Maintainer: Ubuntu Developers Architecture: all Source: python-json-patch Version: 1.23-3 Depends: python3-json-pointer, python3:any Description: library to apply JSON patches - Python 3.x Python-json-patch is a Python module (a library) to apply JSON Patches according to the IETF draft specification. . From the IETF site: . JavaScript Object Notation (JSON) [RFC4627] is a common format for the exchange and storage of structured data. HTTP PATCH [RFC5789] extends the Hypertext Transfer Protocol (HTTP) [RFC2616] with a method to perform partial modifications to resources. . JSON Patch is a format (identified by the media type "application/ json-patch") for expressing a sequence of operations to apply to a target JSON document, suitable for use with the HTTP PATCH method. . This format is also potentially useful in other cases when it's necessary to make partial updates to a JSON document. . This package provides the Python 3.x module. Original-Maintainer: Debian OpenStack Homepage: https://github.com/stefankoegl/python-json-patch Package: python3-jsonschema Status: install ok installed Priority: optional Section: python Installed-Size: 259 Maintainer: Ubuntu Developers Architecture: all Source: python-jsonschema Version: 3.2.0-0ubuntu2 Depends: python3-attr, python3-pkg-resources, python3-setuptools, python3-six (>= 1.11.0), python3-importlib-metadata, python3-pyrsistent, python3:any Suggests: python-jsonschema-doc Description: An(other) implementation of JSON Schema (Draft 3 and 4) - Python 3.x JSON Schema is a specification for a JSON-based format for defining the structure of JSON data. JSON Schema provides a contract for what JSON data is required for a given application and how it can be modified, much like what XML Schema provides for XML. JSON Schema is intended to provide validation, documentation, and interaction control of JSON data. . This package contains the Python 3.x module. Original-Maintainer: Debian OpenStack Homepage: https://github.com/Julian/jsonschema Package: python3-jwt Status: install ok installed Priority: optional Section: python Installed-Size: 87 Maintainer: Ubuntu Developers Architecture: all Source: pyjwt Version: 1.7.1-2ubuntu2.1 Depends: python3:any Recommends: python3-cryptography Suggests: python3-crypto Description: Python 3 implementation of JSON Web Token PyJWT implements the JSON Web Token draft 01, a way of representing signed content using JSON data structures. . Supported algorithms for cryptographic signing: . * HS256 - HMAC using SHA-256 hash algorithm (default) * HS384 - HMAC using SHA-384 hash algorithm * HS512 - HMAC using SHA-512 hash algorithm * RS256 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-256 hash algorithm * RS384 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-384 hash algorithm * RS512 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-512 hash algorithm . Supported reserved claim names: - "exp" (Expiration Time) Claim . This package contains the Python 3 version of the library. Homepage: https://github.com/jpadilla/pyjwt Original-Maintainer: Debian Python Modules Team Package: python3-keyring Status: install ok installed Priority: optional Section: python Installed-Size: 155 Maintainer: Ubuntu Developers Architecture: all Source: python-keyring Version: 18.0.1-2ubuntu1 Depends: python3-entrypoints, python3-secretstorage, python3:any Suggests: gnome-keyring, libkf5wallet-bin, python3-dbus, python3-keyrings.alt Breaks: python3-keyrings.alt (<< 3.1), python3-wheel (<< 0.27) Description: store and access your passwords safely - Python 3 version of the package The Python keyring library provides an easy way to access the system keyring service (e.g Gnome-Keyring, KWallet) from Python. It can be used in any application that needs safe password storage. . This is the Python 3 version of the package. Original-Maintainer: Debian Python Modules Team Homepage: https://github.com/jaraco/keyring Package: python3-launchpadlib Status: install ok installed Priority: optional Section: python Installed-Size: 243 Maintainer: Ubuntu Developers Architecture: all Source: python-launchpadlib Version: 1.10.13-1 Depends: python3-httplib2 (>= 0.4.0), python3-keyring (>= 0.5), python3-lazr.restfulclient (>= 0.11.2), python3-lazr.uri (>= 1.0.2-4~), python3-simplejson, python3-wadllib, python3:any Suggests: python3-pkg-resources, python3-testresources Description: Launchpad web services client library (Python 3) A free Python library for scripting Launchpad through its web services interface. . It currently provides access to the following parts of Launchpad: * People and Teams * Team memberships * Bugs and bugtasks . The Launchpad API is currently in beta, and may well change in ways incompatible with this library. . You can find current API documentation at https://help.launchpad.net/API/launchpadlib . This package is for Python 3. Original-Maintainer: Stefano Rivera Homepage: https://launchpad.net/launchpadlib Package: python3-lazr.restfulclient Status: install ok installed Priority: optional Section: python Installed-Size: 185 Maintainer: Ubuntu Developers Architecture: all Source: lazr.restfulclient Version: 0.14.2-2build1 Depends: python3-httplib2 (>= 0.7.7), python3-lazr.uri, python3-pkg-resources, python3-simplejson, python3-wadllib (>= 1.1.4), python3-distro, python3-oauthlib, python3-six, python3:any Description: client for lazr.restful-based web services (Python 3) A programmable client library that takes advantage of the commonalities among lazr.rest web services to provide added functionality on top of wadllib. . This package is for Python 3. Original-Maintainer: Stefano Rivera Homepage: https://launchpad.net/lazr.restfulclient Package: python3-lazr.uri Status: install ok installed Priority: optional Section: python Installed-Size: 74 Maintainer: Ubuntu Developers Architecture: all Source: lazr.uri Version: 1.0.3-4build1 Depends: python3-pkg-resources, python3:any Description: library for parsing, manipulating, and generating URIs A self-contained, easily reusable, Python library for parsing, manipulating and generating URIs. With it you can extract parts of a URL, compare URIs to see if one contains another, search for URIs in text, and many other things. . This package contains the library for Python 3.x. Original-Maintainer: Stefano Rivera Homepage: https://launchpad.net/lazr.uri Package: python3-ldb Status: install ok installed Priority: optional Section: python Installed-Size: 177 Maintainer: Ubuntu Developers Architecture: amd64 Source: ldb Version: 2:2.4.4-0ubuntu0.20.04.2 Depends: libldb2 (= 2:2.4.4-0ubuntu0.20.04.2), python3 (<< 3.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.14), libpython3.8 (>= 3.8.2), libtalloc2 (>= 2.3.3~) Description: Python 3 bindings for LDB ldb is a LDAP-like embedded database built on top of TDB. . This package contains the Python 3 bindings. Homepage: https://ldb.samba.org/ Original-Maintainer: Debian Samba Maintainers Package: python3-lib2to3 Status: install ok installed Priority: optional Section: python Installed-Size: 702 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: python3-stdlib-extensions Version: 3.8.10-0ubuntu1~20.04 Replaces: libpython3.6-stdlib (<< 3.6.4~rc1-2), libpython3.7-stdlib (<< 3.7.0~a3-3), python3.6-2to3 (<< 3.6.4-2), python3.7-2to3 (<< 3.7.0~a3-3) Provides: python3.8-lib2to3, python3.9-lib2to3 Depends: python3:any (>= 3.8.2-0~), python3:any (<< 3.10) Breaks: libpython3.10-stdlib (<< 3.10.0~b1), libpython3.6-stdlib (<< 3.6.4~rc1-2), libpython3.7-stdlib (<< 3.7.0~a3-3), python3.6-2to3 (<< 3.6.4-2), python3.7-2to3 (<< 3.7.0~a3-3) Description: Interactive high-level object-oriented language (lib2to3) Python is a high-level, interactive, object-oriented language. It includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the lib2to3 library. Original-Maintainer: Matthias Klose Package: python3-macaroonbakery Status: install ok installed Priority: optional Section: python Installed-Size: 396 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: py-macaroon-bakery Version: 1.3.1-1 Depends: python3-nacl (>= 1.1.2), python3-protobuf (>= 3.0.0), python3-pymacaroons (>= 0.12.0), python3-requests (>= 2.18.1), python3-rfc3339 (>= 1.0), python3-six (<< 2.0), python3-six (>= 1.11.0), python3:any Description: Higher-level macaroon operations for Python 3 Macaroons, like cookies, are a form of bearer credential. Unlike opaque tokens, macaroons embed caveats that define specific authorization requirements for the target service, the service that issued the root macaroon and which is capable of verifying the integrity of macaroons it receives. . Macaroons allow for delegation and attenuation of authorization. They are simple and fast to verify, and decouple authorization policy from the enforcement of that policy. . The macaroonbakery library builds on pymacaroons to allow working with macaroons at a higher level, such as by automatically gathering discharge macaroons for third-party caveats from their corresponding services. Original-Maintainer: Debian Python Modules Team Homepage: https://github.com/go-macaroon-bakery/py-macaroon-bakery Package: python3-markupsafe Status: install ok installed Priority: optional Section: python Installed-Size: 57 Maintainer: Ubuntu Developers Architecture: amd64 Source: markupsafe Version: 1.1.0-1build2 Depends: python3 (<< 3.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.14) Description: HTML/XHTML/XML string library for Python 3 MarkupSafe is a Python library implementing a unicode subclass that is aware of HTML escaping rules. It can be used to implement automatic string escaping. . This package contains the Python 3 version. Original-Maintainer: Piotr Ożarowski Homepage: https://pypi.python.org/pypi/MarkupSafe Package: python3-minimal Status: install ok installed Priority: important Section: python Installed-Size: 120 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: allowed Source: python3-defaults Version: 3.8.2-0ubuntu2 Depends: dpkg (>= 1.13.20) Pre-Depends: python3.8-minimal (>= 3.8.2-1~) Description: minimal subset of the Python language (default python3 version) This package contains the interpreter and some essential modules. It's used in the boot process for some basic tasks. See /usr/share/doc/python3.8-minimal/README.Debian for a list of the modules contained in this package. Homepage: https://www.python.org/ Cnf-Visible-Pkgname: python3 Original-Maintainer: Matthias Klose Package: python3-mock Status: install ok installed Priority: optional Section: python Installed-Size: 111 Maintainer: Ubuntu Developers Architecture: all Source: python-mock Version: 3.0.5-1build1 Depends: python3-pbr (>= 1.3), python3-six (>= 1.9), python3:any Suggests: python-mock-doc Description: Mocking and Testing Library (Python3 version) mock provides a core mock.Mock class that is intended to reduce the need to create a host of trivial stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set specific attributes in the normal way. . This package contains the Python 3 version of the library. Original-Maintainer: Debian Python Modules Team Homepage: https://github.com/testing-cabal/mock Package: python3-more-itertools Status: install ok installed Priority: optional Section: python Installed-Size: 197 Maintainer: Ubuntu Developers Architecture: all Source: more-itertools Version: 4.2.0-1build1 Depends: python3-six (<< 2.0.0), python3-six (>= 1.0.0), python3:any Description: library with routines for operating on iterables, beyond itertools (Python 3) Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. More-itertools collects additional building blocks, recipes, and routines for working with Python iterables. . This package contains the module for Python 3. Original-Maintainer: Debian Python Modules Team Homepage: https://pypi.python.org/pypi/more-itertools/ Package: python3-nacl Status: install ok installed Priority: important Section: python Installed-Size: 355 Maintainer: Ubuntu Developers Architecture: amd64 Source: python-nacl Version: 1.3.0-5 Depends: python3 (>= 3~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3-six, python3:any, libc6 (>= 2.4), libsodium23 (>= 1.0.14) Suggests: python-nacl-doc Description: Python bindings to libsodium (Python 3) PyNaCl is a Python binding to the Networking and Cryptography library (in the form of libsodium), a crypto library with the stated goal of improving usability, security and speed. . This package contains the Python 3 version of pynacl. Original-Maintainer: Debian Python Modules Team Homepage: https://github.com/pyca/pynacl/ Package: python3-netifaces Status: install ok installed Priority: important Section: python Installed-Size: 78 Maintainer: Ubuntu Developers Architecture: amd64 Source: netifaces Version: 0.10.4-1ubuntu4 Depends: python3 (<< 3.9), python3 (>= 3.8~), libc6 (>= 2.4) Description: portable network interface information - Python 3.x netifaces provides a (hopefully portable-ish) way for Python programmers to get access to a list of the network interfaces on the local machine, and to obtain the addresses of those network interfaces. . This package contains the module for Python 3.x. Original-Maintainer: Debian Python Modules Team Homepage: http://alastairs-place.net/projects/netifaces/ Package: python3-newt Status: install ok installed Priority: optional Section: python Installed-Size: 106 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: same Source: newt Version: 0.52.21-4ubuntu2 Provides: python3.8-newt Depends: libnewt0.52 (= 0.52.21-4ubuntu2), python3 (<< 3.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.4) Description: NEWT module for Python3 This module allows you to build a text UI for your Python3 scripts using newt. Homepage: https://pagure.io/newt Original-Maintainer: Alastair McKinstry Package: python3-oauthlib Status: install ok installed Priority: optional Section: python Installed-Size: 540 Maintainer: Ubuntu Developers Architecture: all Source: python-oauthlib Version: 3.1.0-1ubuntu2 Depends: python3:any, python3-blinker, python3-cryptography, python3-jwt (>= 1.0.0) Description: generic, spec-compliant implementation of OAuth for Python3 OAuthLib is a generic utility which implements the logic of OAuth without assuming a specific HTTP request object. It can be used to graft OAuth support onto HTTP libraries. . OAuth 1 is fully supported per the RFC for both clients and providers. . OAuth 2 client and provider support for: . - Authorization Code Grant - Implicit Grant - Client Credentials Grant - Resource Owner Password Credentials Grant - Refresh Tokens - Bearer Tokens - Draft MAC tokens - Token Revocation - OpenID Connect Authentication . This package contains the Python 3 version of the library. Homepage: https://github.com/idan/oauthlib Original-Maintainer: Debian Python Modules Team Package: python3-openssl Status: install ok installed Priority: optional Section: python Installed-Size: 233 Maintainer: Ubuntu Developers Architecture: all Source: pyopenssl Version: 19.0.0-1build1 Depends: python3-cryptography (>= 2.3), python3-six (>= 1.5.2), python3:any Suggests: python-openssl-doc, python3-openssl-dbg Description: Python 3 wrapper around the OpenSSL library High-level wrapper around a subset of the OpenSSL library, includes . * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes . A lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library. . This package contains the Python 3 version of pyopenssl. Original-Maintainer: Sandro Tosi Homepage: https://pyopenssl.org/ Package: python3-parsedatetime Status: install ok installed Priority: optional Section: python Installed-Size: 178 Maintainer: Ubuntu Developers Architecture: all Source: parsedatetime Version: 2.4-5 Depends: python3-future, python3:any Recommends: python3-icu Description: Python 3 module to parse human-readable date/time expressions parsedatetime is able to parse, for example, the following: . * August 25th, 2008 * 25 Aug 2008 * Aug 25 5pm * 5pm August 25 * next saturday * tomorrow * next thursday at 4pm * at 4pm * eod * tomorrow eod * eod tuesday * eoy * eom * in 5 minutes * 5 minutes from now * 5 hours before now * 2 hours before noon * 2 days from tomorrow . This package provides the modules for Python 3. Original-Maintainer: Debian Python Modules Team Homepage: https://pypi.python.org/pypi/parsedatetime/ Package: python3-pbr Status: install ok installed Priority: optional Section: python Installed-Size: 358 Maintainer: Ubuntu Developers Architecture: all Source: python-pbr Version: 5.4.5-0ubuntu1 Depends: python3-pkg-resources, python3-setuptools, python3-six (>= 1.10.0), python3:any Description: inject useful and sensible default behaviors into setuptools - Python 3.x PBR (Python Build Reasonableness) is a library that injects some useful and sensible default behaviors into your setuptools run. PBR can: * Manage version number based on git revisions and tags (Version file). * Generate AUTHORS file from git log * Generate ChangeLog from git log * Generate Sphinx autodoc stub files for your whole module * Store your dependencies in a pip requirements file * Use your README file as a long_description * Smartly find packages under your root package . PBR is only mildly configurable. The basic idea is that there's a decent way to run things and if you do, you should reap the rewards, because then it's simple and repeatable. If you want to do things differently, cool! But you've already got the power of Python at your fingertips, so you don't really need PBR. . PBR builds on top of the work that d2to1 started to provide for declarative configuration. d2to1 is itself an implementation of the ideas behind distutils2. Although distutils2 is now abandoned in favor of work towards PEP 426 and Metadata 2.0, declarative config is still a great idea and specifically important in trying to distribute setup code as a library when that library itself will alter how the setup is processed. As Metadata 2.0 and other modern Python packaging PEPs come out, PBR aims to support them as quickly as possible. . This package provides support for Python 3.x. Homepage: https://pypi.python.org/pypi/pbr Original-Maintainer: Debian OpenStack Package: python3-pexpect Status: install ok installed Priority: optional Section: python Installed-Size: 193 Maintainer: Ubuntu Developers Architecture: all Source: pexpect Version: 4.6.0-1build1 Depends: python3-ptyprocess, python3:any Suggests: python-pexpect-doc Description: Python 3 module for automating interactive applications Pexpect is a pure Python 3 module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands. Original-Maintainer: Debian Python Modules Team Homepage: http://www.noah.org/wiki/Pexpect Package: python3-pkg-resources Status: install ok installed Priority: important Section: python Installed-Size: 568 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: setuptools Version: 45.2.0-1ubuntu0.3 Depends: python3:any Suggests: python3-setuptools Description: Package Discovery and Resource Access using pkg_resources The pkg_resources module provides an API for Python libraries to access their resource files, and for extensible applications and frameworks to automatically discover plugins. It also provides runtime support for using C extensions that are inside zipfile-format eggs, support for merging packages that have separately-distributed modules or subpackages, and APIs for managing Python's current "working set" of active packages. Homepage: https://pypi.python.org/pypi/setuptools Original-Maintainer: Matthias Klose Package: python3-problem-report Status: install ok installed Priority: optional Section: python Installed-Size: 180 Maintainer: Ubuntu Developers Architecture: all Source: apport Version: 2.20.11-0ubuntu27.31 Depends: python3:any (>= 3.0~) Description: Python 3 library to handle problem reports This Python library provides an interface for creating, modifying, and accessing standardized problem reports for program and kernel crashes and packaging bugs. . These problem reports use standard Debian control format syntax (RFC822). Homepage: https://wiki.ubuntu.com/Apport Package: python3-protobuf Status: install ok installed Priority: optional Section: python Installed-Size: 2732 Maintainer: Ubuntu Developers Architecture: amd64 Source: protobuf Version: 3.6.1.3-2ubuntu5.2 Provides: python3.8-protobuf Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libprotobuf17, libstdc++6 (>= 5.2), python3 (<< 3.9), python3 (>= 3.8~), python3-pkg-resources, python3-six (>= 1.9), python3:any Description: Python 3 bindings for protocol buffers Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the Python 3 bindings for the protocol buffers. You will need the protoc tool (in the protobuf-compiler package) to compile your definition to Python classes, and then the modules in this package will allow you to use those classes in your programs. Homepage: https://github.com/google/protobuf/ Original-Maintainer: Laszlo Boszormenyi (GCS) Python-Version: 3.8 Package: python3-ptyprocess Status: install ok installed Priority: optional Section: python Installed-Size: 53 Maintainer: Ubuntu Developers Architecture: all Source: ptyprocess Version: 0.6.0-1ubuntu1 Depends: python3:any Description: Run a subprocess in a pseudo terminal from Python 3 Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty. . Sometimes, piping stdin and stdout is not enough. There might be a password prompt that doesn't read from stdin, output that changes when it's going to a pipe rather than a terminal, or curses-style interfaces that rely on a terminal. If you need to automate these things, running the process in a pseudo terminal (pty) is the answer. . This package installs the library for Python 3. Original-Maintainer: Debian Python Modules Team Homepage: https://github.com/pexpect/ptyprocess Package: python3-pyasn1 Status: install ok installed Priority: optional Section: python Installed-Size: 358 Maintainer: Ubuntu Developers Architecture: all Source: pyasn1 Version: 0.4.2-3build1 Depends: python3:any Breaks: python3-pysnmp4 (<< 4.3.4) Description: ASN.1 library for Python (Python 3 module) This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. . This package contains the Python 3 module. Original-Maintainer: Jan Lübbe Homepage: http://pyasn1.sourceforge.net/ Package: python3-pyasn1-modules Status: install ok installed Priority: optional Section: python Installed-Size: 363 Maintainer: Ubuntu Developers Architecture: all Source: python-pyasn1-modules Version: 0.2.1-0.2build1 Depends: python3-pyasn1 (>= 0.4.1), python3-pyasn1 (<< 0.5.0), python3:any Description: Collection of protocols modules written in ASN.1 language (Python 3) This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model. . It's thought to be useful to protocol developers and testers. . Please note that pyasn1_modules is neither part of the pyasn1 package nor related to it. Original-Maintainer: Marc Haber Homepage: http://pypi.python.org/pypi/pyasn1-modules Package: python3-pymacaroons Status: install ok installed Priority: important Section: python Installed-Size: 83 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: pymacaroons Version: 0.13.0-3 Depends: python3-nacl (>= 1.1.2), python3-six (>= 1.8.0), python3:any Description: Macaroon library for Python 3 Macaroons, like cookies, are a form of bearer credential. Unlike opaque tokens, macaroons embed caveats that define specific authorization requirements for the target service, the service that issued the root macaroon and which is capable of verifying the integrity of macaroons it receives. . Macaroons allow for delegation and attenuation of authorization. They are simple and fast to verify, and decouple authorization policy from the enforcement of that policy. Original-Maintainer: Debian Python Modules Team Homepage: https://github.com/ecordell/pymacaroons Package: python3-pyrsistent Status: install ok installed Priority: optional Section: python Installed-Size: 253 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: same Source: pyrsistent Version: 0.15.5-1build1 Depends: python3 (<< 3.9), python3 (>= 3.8~), python3-six, python3:any, libc6 (>= 2.14) Description: persistent/functional/immutable data structures for Python Pyrsistent is a number of persistent collections (sometimes referred to as functional data structures). Persistent in the sense that they are immutable. . All methods on a data structure that would normally mutate it instead return a new copy of the structure containing the requested updates. The original structure is left untouched. . The collection types and key features currently implemented are: . * PVector, similar to a python list * PMap, similar to dict * PSet, similar to set * PRecord, a PMap on steroids with fixed fields, optional type and invariant checking and much more * PClass, a Python class fixed fields, optional type and invariant checking and much more * Checked collections, PVector, PMap and PSet with optional type and invariance checks and more * PBag, similar to collections.Counter * PList, a classic singly linked list * PDeque, similar to collections.deque * Immutable object type (immutable) built on the named tuple * freeze and thaw functions to convert between pythons standard collections and pyrsistent collections. * Flexible transformations of arbitrarily complex structures built from PMaps and PVectors. Original-Maintainer: Debian Python Modules Team Homepage: https://github.com/tobgu/pyrsistent/ Package: python3-requests Status: install ok installed Priority: optional Section: python Installed-Size: 228 Maintainer: Ubuntu Developers Architecture: all Source: requests Version: 2.22.0-2ubuntu1.1 Depends: python3-certifi, python3-chardet (<< 3.1.0), python3-idna, python3-urllib3 (<< 1.26), python3:any, ca-certificates, python3-chardet (>= 3.0.2), python3-urllib3 (>= 1.21.1) Suggests: python3-cryptography, python3-idna (>= 2.5), python3-openssl, python3-socks Breaks: awscli (<< 1.11.139) Description: elegant and simple HTTP library for Python3, built for human beings Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . Features . - International Domains and URLs - Keep-Alive & Connection Pooling - Sessions with Cookie Persistence - Browser-style SSL Verification - Basic/Digest Authentication - Elegant Key/Value Cookies - Automatic Decompression - Unicode Response Bodies - Multipart File Uploads - Connection Timeouts . This package contains the Python 3 version of the library. Homepage: http://python-requests.org Original-Maintainer: Debian Python Modules Team Package: python3-requests-toolbelt Status: install ok installed Priority: optional Section: python Installed-Size: 172 Maintainer: Ubuntu Developers Architecture: all Source: python-requests-toolbelt Version: 0.8.0-1.1 Depends: python3-requests, python3:any (>= 3.4~) Description: Utility belt for advanced users of python3-requests Collection of utilities for python3-requests It provides transport adapters: FingerprintAdapter, SSLAdapter, SourceAddressAdapter, SocketOptionsAdapter, TCPKeepAliveAdapter and authenticators: AuthHandler, GuessAuth, HTTPProxyDigestAuth Also a cookiejar, streaming helpers and more. Original-Maintainer: Petter Reinholdtsen Homepage: https://pypi.python.org/pypi/requests-toolbelt Package: python3-requests-unixsocket Status: install ok installed Priority: optional Section: python Installed-Size: 34 Maintainer: Ubuntu Developers Architecture: all Source: python-requests-unixsocket Version: 0.2.0-2 Depends: python3-requests, python3-urllib3, python3:any Description: Use requests to talk HTTP via a UNIX domain socket - Python 3.x The requests-unixsocket makes it possible to talk using the HTTP protocol via a UNIX domain socket. Internally, requests-unixsocket uses monkeypatching to use the functionality of requests while making minimal changes. . Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . This package contains the Python 3.x module. Original-Maintainer: Debian OpenStack Homepage: https://github.com/msabramo/requests-unixsocket Package: python3-rfc3339 Status: install ok installed Priority: optional Section: python Installed-Size: 33 Maintainer: Ubuntu Developers Architecture: all Source: pyrfc3339 Version: 1.1-2 Depends: python3-tz, python3:any Description: parser and generator of RFC 3339-compliant timestamps (Python 3) pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python datetime.datetime objects. . This is the Python 3 module. Original-Maintainer: Debian Python Modules Team Homepage: https://pypi.python.org/pypi/pyRFC3339 Package: python3-secretstorage Status: install ok installed Priority: optional Section: python Installed-Size: 53 Maintainer: Ubuntu Developers Architecture: all Source: python-secretstorage Version: 2.3.1-2ubuntu1 Depends: dbus, python3-dbus, python3-cryptography, python3:any Recommends: python3-gi Suggests: gnome-keyring (>= 2.30), python-secretstorage-doc Description: Python module for storing secrets - Python 3.x version Python-SecretStorage provides a way for securely storing passwords and other secrets. . It uses D-Bus Secret Service API that is supported by GNOME Keyring (>= 2.30) and KSecretsService. . It allows one to create, edit and delete secret items, manipulate secret collections, and search for items matching given attributes. It also supports locking and unlocking collections. . This package provides Python 3.x version of SecretStorage. Homepage: https://github.com/mitya57/secretstorage Original-Maintainer: Dmitry Shachnev Package: python3-serial Status: install ok installed Priority: optional Section: python Installed-Size: 467 Maintainer: Ubuntu Developers Architecture: all Source: pyserial Version: 3.4-5.1 Depends: python3:any Suggests: python3-wxgtk3.0 | python3-wxgtk Description: pyserial - module encapsulating access for the serial port This module encapsulates the access for the serial port. It provides back-ends for standard Python running on Windows, Linux, BSD (possibly any POSIX compliant system). The module named "serial" automatically selects the appropriate back-end. Original-Maintainer: Matthias Klose Homepage: http://pyserial.sourceforge.net/ Package: python3-service-identity Status: install ok installed Priority: optional Section: python Installed-Size: 53 Maintainer: Ubuntu Developers Architecture: all Source: python-service-identity Version: 18.1.0-5build1 Depends: python3-attr, python3-cryptography, python3-pyasn1, python3-pyasn1-modules, python3:any Recommends: python3-idna Description: Service identity verification for pyOpenSSL (Python 3 module) Service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. . In the simplest case, this means host name verification. However, service_identity implements RFC 6125 fully and plans to add other relevant RFCs too. . This package contains service_identity for Python 3. Original-Maintainer: Debian Python Modules Team Homepage: https://pypi.python.org/pypi/service_identity Package: python3-setuptools Status: install ok installed Priority: optional Section: python Installed-Size: 1435 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: setuptools Version: 45.2.0-1ubuntu0.3 Depends: python3-pkg-resources (= 45.2.0-1ubuntu0.3), python3-distutils, python3:any Suggests: python-setuptools-doc Description: Python3 Distutils Enhancements Extensions to the python-distutils for large or complex distributions. Homepage: https://pypi.python.org/pypi/setuptools Original-Maintainer: Matthias Klose Package: python3-simplejson Status: install ok installed Priority: optional Section: python Installed-Size: 250 Maintainer: Ubuntu Developers Architecture: amd64 Source: simplejson Version: 3.16.0-2ubuntu2 Depends: python3 (<< 3.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.4) Description: simple, fast, extensible JSON encoder/decoder for Python 3.x simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder. . The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). . The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). . simplejson is the externally maintained development version of the json library included with Python 2.6 and Python 3.0, but maintains backwards compatibility with Python 2.5. . This package contains the Python 3.x module. Homepage: https://simplejson.readthedocs.io/ Original-Maintainer: Debian Python Modules Team Package: python3-six Status: install ok installed Priority: important Section: python Installed-Size: 58 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: six Version: 1.14.0-2 Depends: python3:any Description: Python 2 and 3 compatibility library (Python 3 interface) Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. . This package provides Six on the Python 3 module path. It is complemented by python-six and pypy-six. Original-Maintainer: Debian Python Modules Team Homepage: https://pypi.python.org/pypi/six Package: python3-software-properties Status: install ok installed Priority: optional Section: python Installed-Size: 130 Maintainer: Michael Vogt Architecture: all Source: software-properties Version: 0.99.9.10 Depends: gpg, iso-codes, lsb-release, python3, python3-apt (>= 0.6.20ubuntu16), python3-gi, python3:any Recommends: unattended-upgrades Description: manage the repositories that you install software from This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. Package: python3-systemd Status: install ok installed Priority: optional Section: python Installed-Size: 189 Maintainer: Ubuntu Developers Architecture: amd64 Source: python-systemd Version: 234-3build2 Depends: python3 (<< 3.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.17), libsystemd0 (>= 233) Description: Python 3 bindings for systemd This package contains Python 3 bindings for native access to the systemd facilities. . Functionality is separated into a number of modules: * systemd.journal supports sending of structured messages to the journal and reading journal files * systemd.daemon wraps parts of libsystemd useful for writing daemons and socket activation * systemd.id128 provides functions for querying machine and boot identifiers and a list of message identifiers provided by systemd * systemd.login wraps parts of libsystemd used to query logged in users and available seats and machines Original-Maintainer: Debian systemd Maintainers Homepage: http://www.freedesktop.org/wiki/Software/systemd Package: python3-talloc Status: install ok installed Priority: optional Section: python Installed-Size: 76 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: same Source: talloc Version: 2.3.3-0ubuntu0.20.04.1 Provides: python3.8-talloc Depends: libtalloc2 (= 2.3.3-0ubuntu0.20.04.1), python3 (<< 3.9), python3 (>= 3.8~), libc6 (>= 2.4), libpython3.8 (>= 3.8.2) Description: hierarchical pool based memory allocator - Python3 bindings A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the Python 3 bindings. Homepage: https://talloc.samba.org/ Original-Maintainer: Debian Samba Maintainers Package: python3-twisted Status: install ok installed Priority: optional Section: python Installed-Size: 12337 Maintainer: Ubuntu Developers Architecture: all Source: twisted Version: 18.9.0-11ubuntu0.20.04.5 Replaces: python3-twisted-experimental Depends: python3-attr (>= 17.1.0), python3-automat (>= 0.6.0), python3-constantly, python3-hyperlink, python3-incremental, python3-zope.interface (>= 4.0.2), python3:any, python3-twisted-bin (>= 18.9.0-11ubuntu0.20.04.5), python3-openssl, python3-idna, python3-service-identity, python3-hamcrest Suggests: python3-tk, python3-pampy, python3-qt4, python3-serial, python3-wxgtk2.8 Breaks: python3-h2 (<< 3.0.0) Conflicts: python3-twisted-experimental Description: Event-based framework for internet applications It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols. Homepage: https://twistedmatrix.com/ Original-Maintainer: Debian Python Modules Team Package: python3-twisted-bin Status: install ok installed Priority: optional Section: python Installed-Size: 51 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: same Source: twisted Version: 18.9.0-11ubuntu0.20.04.5 Depends: python3 (<< 3.9), python3 (>= 3.8~), libc6 (>= 2.4) Suggests: python3-twisted-bin-dbg Description: Event-based framework for internet applications It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols. Homepage: https://twistedmatrix.com/ Original-Maintainer: Debian Python Modules Team Package: python3-tz Status: install ok installed Priority: optional Section: python Installed-Size: 117 Maintainer: Ubuntu Developers Architecture: all Source: python-tz Version: 2019.3-1ubuntu0.20.04.0 Depends: tzdata, python3:any Description: Python3 version of the Olson timezone database python-tz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo). . This package contains the Python 3 version of the library. Homepage: http://pypi.python.org/pypi/pytz/ Original-Maintainer: Debian Python Modules Team Package: python3-update-manager Status: install ok installed Priority: optional Section: python Installed-Size: 254 Maintainer: Ubuntu Developers Architecture: all Source: update-manager Version: 1:20.04.10.11 Replaces: update-manager-core (<< 1:0.163) Depends: python3:any (>= 3.2~), python3-apt (>= 0.8.5~), python3-distro-info, python3-distupgrade, lsb-release Suggests: python3-launchpadlib Breaks: python3-distupgrade (<< 1:16.10.10), update-manager-core (<< 1:0.163) Description: python 3.x module for update-manager Python module for update-manager (UpdateManager). . This package contains the python 3.x version of this module. Package: python3-urllib3 Status: install ok installed Priority: optional Section: python Installed-Size: 417 Maintainer: Ubuntu Developers Architecture: all Source: python-urllib3 Version: 1.25.8-2ubuntu0.4 Depends: python3:any, python3-six Recommends: ca-certificates Suggests: python3-cryptography, python3-idna, python3-openssl, python3-socks Description: HTTP library with thread-safe connection pooling for Python3 urllib3 supports features left out of urllib and urllib2 libraries. . - Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). - File posting (encode_multipart_formdata). - Built-in redirection and retries (optional). - Supports gzip and deflate decoding. - Thread-safe and sanity-safe. - Small and easy to understand codebase perfect for extending and building upon. . This package contains the Python 3 version of the library. Homepage: https://urllib3.readthedocs.org Original-Maintainer: Debian Python Modules Team Package: python3-wadllib Status: install ok installed Priority: optional Section: python Installed-Size: 372 Maintainer: Ubuntu Developers Architecture: all Source: python-wadllib Version: 1.3.3-3build1 Depends: python3-lazr.uri, python3-pkg-resources, python3:any Description: Python 3 library for navigating WADL files The Web Application Description Language (WADL) is an XML vocabulary for describing the capabilities of HTTP resources. wadllib can be used in conjunction with an HTTP library to navigate and manipulate those resources. . This package provides wadllib for Python 3.x. Original-Maintainer: Stefano Rivera Homepage: https://launchpad.net/wadllib Package: python3-yaml Status: install ok installed Priority: important Section: python Installed-Size: 524 Maintainer: Ubuntu Developers Architecture: amd64 Source: pyyaml Version: 5.3.1-1ubuntu0.1 Depends: python3 (<< 3.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.14), libyaml-0-2 Description: YAML parser and emitter for Python3 Python3-yaml is a complete YAML 1.1 parser and emitter for Python3. It can parse all examples from the specification. The parsing algorithm is simple enough to be a reference for YAML parser implementors. A simple extension API is also provided. The package is built using libyaml for improved speed. Homepage: https://github.com/yaml/pyyaml Original-Maintainer: Debian Python Modules Team Package: python3-zipp Status: install ok installed Priority: optional Section: python Installed-Size: 27 Maintainer: Ubuntu Developers Architecture: all Source: python-zipp Version: 1.0.0-1ubuntu0.1 Depends: python3-more-itertools, python3:any Description: pathlib-compatible Zipfile object wrapper - Python 3.x A backport of the Path object to older versions of Python. It's pathlib-compatible interface for zip files using zipfile object inside. . This package contains Python 3.x module. Homepage: https://github.com/jaraco/zipp Original-Maintainer: Debian Python Modules Team Package: python3-zope.component Status: install ok installed Priority: extra Section: zope Installed-Size: 334 Maintainer: Ubuntu Developers Architecture: all Source: zope.component Version: 4.3.0-3 Depends: python3-zope.hookable, python3-zope.interface (>= 4.1.0), python3-pkg-resources, python3-zope.event, python3:any Description: Zope Component Architecture The core of the Zope Component Architecture. Together with the zope.interface package, it provides facilities for defining, registering and looking up components. . This is the Python 3 version. Original-Maintainer: Debian QA Group Homepage: http://pypi.python.org/pypi/zope.component Package: python3-zope.event Status: install ok installed Priority: optional Section: zope Installed-Size: 36 Maintainer: Ubuntu Developers Architecture: all Source: zope.event Version: 4.4-2build1 Depends: python3-pkg-resources, python3:any Description: Very basic event publishing system This package provides a simple event system. It provides an event publishing system and a very simple event-dispatching system on which more sophisticated event dispatching systems can be built. For example, a type-based event dispatching system that builds on zope.event can be found in zope.component. . This is the Python 3 library. Original-Maintainer: Debian QA Group Homepage: http://pypi.python.org/pypi/zope.event Package: python3-zope.hookable Status: install ok installed Priority: optional Section: zope Installed-Size: 57 Maintainer: Ubuntu Developers Architecture: amd64 Source: zope.hookable Version: 5.0.0-1build1 Depends: python3 (<< 3.9), python3 (>= 3.8~), python3-pkg-resources, python3:any, libc6 (>= 2.4) Conflicts: zope3 Description: Hookable object support This package supports the efficient creation of "hookable" objects, which are callable objects that are meant to be optionally replaced. . This is the Python 3 version. Original-Maintainer: Debian QA Group Homepage: https://pypi.python.org/pypi/zope.hookable Package: python3-zope.interface Status: install ok installed Priority: optional Section: zope Installed-Size: 685 Maintainer: Ubuntu Developers Architecture: amd64 Source: zope.interface Version: 4.7.1-1 Provides: python3-zope, python3.8-zope.interface Depends: python3 (<< 3.9), python3 (>= 3.8~), python3-pkg-resources, python3:any, libc6 (>= 2.4) Description: Interfaces for Python3 This package provides an implementation of object interfaces for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python. . This is the Python 3 version. Original-Maintainer: Debian QA Group Homepage: http://pypi.python.org/pypi/zope.interface Package: python3.8 Status: install ok installed Priority: important Section: python Installed-Size: 511 Maintainer: Ubuntu Core Developers Architecture: amd64 Multi-Arch: allowed Version: 3.8.10-0ubuntu1~20.04.18 Depends: python3.8-minimal (= 3.8.10-0ubuntu1~20.04.18), libpython3.8-stdlib (= 3.8.10-0ubuntu1~20.04.18), mime-support Suggests: python3.8-venv, python3.8-doc, binutils Breaks: python3-all (<< 3.6.5~rc1-1), python3-dev (<< 3.6.5~rc1-1), python3-venv (<< 3.6.5-2) Description: Interactive high-level object-oriented language (version 3.8) Python is a high-level, interactive, object-oriented language. Its 3.8 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Original-Maintainer: Matthias Klose Package: python3.8-minimal Status: install ok installed Priority: important Section: python Installed-Size: 5488 Maintainer: Ubuntu Core Developers Architecture: amd64 Multi-Arch: allowed Source: python3.8 Version: 3.8.10-0ubuntu1~20.04.18 Depends: libpython3.8-minimal (= 3.8.10-0ubuntu1~20.04.18), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0) Pre-Depends: libc6 (>= 2.29) Recommends: python3.8 Suggests: binfmt-support Conflicts: binfmt-support (<< 1.1.2) Description: Minimal subset of the Python language (version 3.8) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python3.8-minimal/README.Debian for a list of the modules contained in this package. Cnf-Visible-Pkgname: python3.8 Original-Maintainer: Matthias Klose Package: readline-common Status: install ok installed Priority: important Section: utils Installed-Size: 79 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: readline Version: 8.0-4 Replaces: libreadline-common, libreadline4 (<< 4.3-16), libreadline5 (<< 5.0-11) Depends: dpkg (>= 1.15.4) | install-info Suggests: readline-doc Conflicts: libreadline-common, libreadline5 (<< 5.0-11) Description: GNU readline and history libraries, common files The GNU readline library aids in the consistency of user interface across discrete programs that need to provide a command line interface. . The GNU history library provides a consistent user interface for recalling lines of previously typed input. Original-Maintainer: Matthias Klose Package: rsync Status: install ok installed Priority: optional Section: net Installed-Size: 679 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 3.1.3-8ubuntu0.9 Depends: lsb-base, libacl1 (>= 2.2.23), libc6 (>= 2.15), libpopt0 (>= 1.14) Pre-Depends: init-system-helpers (>= 1.54~) Suggests: openssh-client, openssh-server Conffiles: /etc/default/rsync b8fd9efa75e2bda2583b0d7c0892a073 /etc/init.d/rsync 59aa13cd1a70ff254a2991ad0c522ea5 Description: fast, versatile, remote (and local) file-copying tool rsync is a fast and versatile file-copying tool which can copy locally and to/from a remote host. It offers many options to control its behavior, and its remote-update protocol can minimize network traffic to make transferring updates between machines fast and efficient. . It is widely used for backups and mirroring and as an improved copy command for everyday use. . This package provides both the rsync command line tool and optional daemon functionality. Homepage: https://rsync.samba.org/ Original-Maintainer: Paul Slootman Package: rsyslog Status: install ok installed Priority: important Section: admin Installed-Size: 1655 Maintainer: Ubuntu Developers Architecture: amd64 Version: 8.2001.0-1ubuntu1.3 Provides: linux-kernel-log-daemon, system-log-daemon Depends: libc6 (>= 2.27), libestr0 (>= 0.1.4), libfastjson4 (>= 0.99.7), libsystemd0 (>= 209), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4), adduser, ucf Pre-Depends: init-system-helpers (>= 1.54~) Recommends: logrotate Suggests: rsyslog-mysql | rsyslog-pgsql, rsyslog-mongodb, rsyslog-doc, rsyslog-openssl | rsyslog-gnutls, rsyslog-gssapi, rsyslog-relp, apparmor (>= 2.8.96~2541-0ubuntu4~) Conflicts: linux-kernel-log-daemon, system-log-daemon Conffiles: /etc/apparmor.d/usr.sbin.rsyslogd 88fe4a6a37a5cbb88fcadf1e564874c2 /etc/init.d/rsyslog bd41a0654a192d74dfb9c551b06fa855 /etc/logcheck/ignore.d.server/rsyslog 80e9fc074b97751dd4de99855bb8d0e0 /etc/logrotate.d/rsyslog 8159203bf98416c898849057f585e31f /etc/rsyslog.conf 8f03326e3d7284ef50ac6777ef8a4fb8 Description: reliable system and kernel logging daemon Rsyslog is a multi-threaded implementation of syslogd (a system utility providing support for message logging), with features that include: * reliable syslog over TCP, SSL/TLS and RELP * on-demand disk buffering * email alerting * writing to MySQL or PostgreSQL databases (via separate output plugins) * permitted sender lists * filtering on any part of the syslog message * on-the-wire message compression * fine-grained output format control * failover to backup destinations * enterprise-class encrypted syslog relaying . It is the default syslogd on Debian systems. Homepage: http://www.rsyslog.com/ Original-Maintainer: Michael Biebl Package: rtkit Status: install ok installed Priority: optional Section: admin Installed-Size: 143 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.12-4 Depends: adduser, dbus, policykit-1, libc6 (>= 2.7), libcap2 (>= 1:2.10), libdbus-1-3 (>= 1.9.14), libsystemd0 Description: Realtime Policy and Watchdog Daemon RealtimeKit is a D-Bus system service that changes the scheduling policy of user processes/threads to SCHED_RR (i.e. realtime scheduling mode) on request. It is intended to be used as a secure mechanism to allow real-time scheduling to be used by normal user processes. Original-Maintainer: Debian Multimedia Maintainers Homepage: https://github.com/heftig/rtkit Package: run-one Status: install ok installed Priority: optional Section: admin Installed-Size: 44 Maintainer: Dustin Kirkland Architecture: all Version: 1.17-0ubuntu1 Replaces: bikeshed (<< 1.8) Depends: procps Breaks: bikeshed (<< 1.8) Enhances: anacron, cron Description: run just one instance of a command and its args at a time This utility will run just one instance at a time of some command and unique set of arguments (useful for cronjobs, eg). Homepage: http://launchpad.net/run-one Package: rygel Status: install ok installed Priority: optional Section: net Installed-Size: 1408 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.38.3-1ubuntu1 Depends: init-system-helpers (>= 1.52), libc6 (>= 2.4), libgdk-pixbuf2.0-0 (>= 2.31.1), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.44.0), libgssdp-1.2-0 (>= 1.1.0), libgstreamer-plugins-base1.0-0 (>= 1.12), libgstreamer1.0-0 (>= 1.12), libgupnp-1.2-0 (>= 1.1.2), libgupnp-av-1.0-2 (>= 0.12.8), libgupnp-dlna-2.0-3 (>= 0.9.4), libmediaart-2.0-0 (>= 1.9.0), librygel-core-2.6-2 (>= 0.38.3), librygel-db-2.6-2 (>= 0.38.3), librygel-renderer-2.6-2 (>= 0.38.3), librygel-server-2.6-2 (>= 0.38.3), libsoup2.4-1 (>= 2.44.0), libsqlite3-0 (>= 3.5.9), libxml2 (>= 2.7.4) Recommends: dbus-user-session, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good Suggests: gstreamer1.0-libav, gstreamer1.0-plugins-ugly, rygel-playbin, rygel-preferences, rygel-ruih, rygel-tracker, tumbler Conffiles: /etc/rygel.conf 188d7975cb330f0b0e8b6a78386c83ca Description: GNOME UPnP/DLNA services Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package contains the core of Rygel and following plugins: * media-export: Recursively exports folders and files specified in the user configuration. This plugin supports all types of URIs that gio/gvfs and GStreamer can handle. * external: A MediaServer plugin that exports media hierarchies provided by external applications. * mpris: Export of media players that implement MPRIS2 D-Bus interface, as MediaRenderer devices. Original-Maintainer: Debian GNOME Maintainers Homepage: https://wiki.gnome.org/Projects/Rygel Package: samba-libs Status: install ok installed Priority: optional Section: libs Installed-Size: 24866 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: same Source: samba Version: 2:4.15.13+dfsg-0ubuntu0.20.04.7 Replaces: libndr-standard0 (<< 2:4.0.9), libsamba-credentials0 (<< 2:4.0.9), libsamba-hostconfig0 (<< 2:4.0.9), libsamba-util0 (<< 2:4.0.9), samba (<< 2:4.3.3+dfsg-1) Depends: libacl1 (>= 2.2.23), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libbsd0 (>= 0.5.0), libc6 (>= 2.27), libcap2 (>= 1:2.10), libcups2 (>= 1.7.0), libgnutls30 (>= 3.6.12), libjansson4 (>= 2.1), libldap-2.4-2 (>= 2.4.7), libldb2 (>= 2:2.4.4-0ubuntu0.20.04.2), libpam0g (>= 0.99.7.1), libpopt0 (>= 1.14), libpython3.8 (>= 3.8.2), libtalloc2 (>= 2.3.3~), libtdb1 (>= 1.4.4~), libtevent0 (>= 0.11.0~), libwbclient0 (= 2:4.15.13+dfsg-0ubuntu0.20.04.7), python3-ldb (>= 2:2.1.0), python3-talloc (>= 2.3.1~), zlib1g (>= 1:1.1.4) Breaks: libndr-standard0 (<< 2:4.0.9), libsamba-credentials0 (<< 2:4.0.9), libsamba-hostconfig0 (<< 2:4.0.9), libsamba-util0 (<< 2:4.0.9) Description: Samba core libraries Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains the shared libraries. Homepage: http://www.samba.org Original-Maintainer: Debian Samba Maintainers Package: sane-utils Status: install ok installed Priority: optional Section: graphics Installed-Size: 632 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Source: sane-backends Version: 1.0.29-0ubuntu5.2 Replaces: libsane-common (<< 1.0.27-1~) Depends: adduser, lsb-base (>= 3.0-6), update-inetd, debconf (>= 0.5) | debconf-2.0, libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.29), libieee1284-3, libjpeg8 (>= 8c), libpng16-16 (>= 1.6.2-1), libsane (>= 1.0.27), libsystemd0, libusb-1.0-0 (>= 2:1.0.22), libxml2 (>= 2.7.4) Suggests: avahi-daemon, unpaper Breaks: libsane-common (<< 1.0.27-1~) Conffiles: /etc/default/saned 66c8ea4bbf44b04bd482b00582cc20b0 /etc/init.d/saned 6d997c9924190b741f87a9e8eb7675c9 /etc/sane.d/saned.conf f68e0a92c8d4207a7d3f35c36f38ca3d Description: API library for scanners -- utilities SANE stands for "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, hand-held scanner, video- and still-cameras, frame-grabbers, etc.). The SANE standard is free and its discussion and development are open to everybody. The current source code is written to support several operating systems, including GNU/Linux, OS/2, Win32 and various Unices and is available under the GNU General Public License (commercial applications and backends are welcome, too, however). . This package includes the command line frontend scanimage, the saned server and the sane-find-scanner utility, along with their documentation. Homepage: http://www.sane-project.org Original-Maintainer: Jörg Frings-Fürst Package: sbsigntool Status: install ok installed Priority: optional Section: utils Installed-Size: 432 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 0.9.2-2ubuntu1.1 Depends: libc6 (>= 2.14), libssl1.1 (>= 1.1.0), libuuid1 (>= 2.16) Description: Tools to manipulate signatures on UEFI binaries and drivers This package installs tools which can cryptographically sign EFI binaries and drivers. Original-Maintainer: Debian EFI Team Package: screen Status: install ok installed Priority: standard Section: misc Installed-Size: 998 Maintainer: Ubuntu Developers Architecture: amd64 Version: 4.8.0-1ubuntu0.1 Depends: libc6 (>= 2.16), libcrypt1 (>= 1:4.1.0), libpam0g (>= 0.99.7.1), libtinfo6 (>= 6), libutempter0 (>= 1.1.5) Suggests: byobu | screenie | iselect (>= 1.4.0-1), ncurses-term Conffiles: /etc/init.d/screen-cleanup 44ec7824f5ef10df73e92ad064331ea0 /etc/screenrc 12c245238eb8b653625bba27dc81df6a Description: terminal multiplexer with VT100/ANSI terminal emulation GNU Screen is a terminal multiplexer that runs several separate "screens" on a single physical character-based terminal. Each virtual terminal emulates a DEC VT100 plus several ANSI X3.64 and ISO 2022 functions. Screen sessions can be detached and resumed later on a different terminal. . Screen also supports a whole slew of other features, including configurable input and output translation, serial port support, configurable logging, and multi-user support. Homepage: https://savannah.gnu.org/projects/screen Original-Maintainer: Axel Beckert Package: secureboot-db Status: install ok installed Priority: optional Section: utils Installed-Size: 28 Maintainer: Steve Langasek Architecture: amd64 Version: 1.5 Depends: sbsigntool Description: Secure Boot updates for DB and DBX Systems with Secure Boot enabled have portions of the system signed by entries in the Secure Boot DB. This package provides a mechanism for delivering updates to DB and the corresponding blacklist database, DBX. Package: sed Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 336 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 4.7-1 Pre-Depends: libacl1 (>= 2.2.51-8), libc6 (>= 2.14), libselinux1 (>= 1.32) Description: GNU stream editor for filtering/transforming text sed reads the specified files or the standard input if no files are specified, makes editing changes according to a list of commands, and writes the results to the standard output. Original-Maintainer: Clint Adams Homepage: https://www.gnu.org/software/sed/ Package: sendmail Status: install ok installed Priority: optional Section: mail Installed-Size: 234 Maintainer: Ubuntu Developers Architecture: all Version: 8.15.2-18 Depends: sendmail-base, sendmail-bin, sendmail-cf, sensible-mda Suggests: sendmail-doc, rmail Description: powerful, efficient, and scalable Mail Transport Agent (metapackage) Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . Fortunately, simple things can be done easily, and complex things are possible, even if not easily understood ;) Sendmail is the *ONLY* MTA with a Turing complete language to control *ALL* aspects of delivery! . Sendmail provides Security and SPAM/UCE/UBE protection via several means. . Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). . This package is to make installation/upgrading easier (Do NOT delete it) Original-Maintainer: Debian QA Group Homepage: http://www.sendmail.org Package: sendmail-base Status: install ok installed Priority: optional Section: mail Installed-Size: 847 Maintainer: Ubuntu Developers Architecture: all Source: sendmail Version: 8.15.2-18 Depends: m4, make, adduser, netbase, lockfile-progs, perl:any Suggests: sendmail-doc, ca-certificates, logcheck, logrotate, resolvconf Conffiles: /etc/dhcp/dhclient-exit-hooks.d/sendmail a8c3ef5d59d0bb2fa33c2238ff5e14f2 /etc/logcheck/ignore.d.paranoid/sendmail d357a097b81c6eb102c464960b0eafcb /etc/logcheck/ignore.d.server/sendmail de0bd8d2809c00e552ce4a7849d7b08b /etc/logcheck/ignore.d.workstation/sendmail da1a441e7b867195ce8ab9a4f4eb5fdf /etc/logcheck/violations.ignore.d/logcheck-sendmail c163bda1a263b5bcabcc001d49430965 /etc/mail/address.resolve 95c646b771b6fbf6c8df001978b3e71a /etc/mail/peers/provider 2f05d682a8fd4b9a175c0d6e36bc394d /etc/mail/service.switch f84efff5974fa0114b90baacf5641beb /etc/mail/service.switch-nodns 9b09cc3a4d09e14079fc21c1c380bcf1 /etc/network/if-down.d/sendmail 91978c9ab08f410981c42434dc8795ec /etc/network/if-post-down.d/sendmail 91978c9ab08f410981c42434dc8795ec /etc/network/if-up.d/sendmail ddfb096a706dff0f0d97fc305992d87a /etc/pam.d/smtp b5a49c5a3ef9783670d285b96abbba71 /etc/ppp/ip-down.d/sendmail 3532418d7913b513b82a1d0af15b6685 /etc/ppp/ip-up.d/sendmail 72a80cea4faf80e592cb388960d437c4 /etc/resolvconf/update-libc.d/sendmail 114138c9cf8502de6b164f581d24d476 Description: powerful, efficient, and scalable Mail Transport Agent (arch independent files) Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . This package contains the base, architecture independent, portions of the sendmail packages. Original-Maintainer: Debian QA Group Homepage: http://www.sendmail.org Package: sendmail-bin Status: install ok installed Priority: optional Section: mail Installed-Size: 1881 Maintainer: Ubuntu Developers Architecture: amd64 Source: sendmail Version: 8.15.2-18 Replaces: mail-transport-agent Provides: mail-transport-agent Depends: sendmail-base (= 8.15.2-18), sendmail-cf (= 8.15.2-18), procps, lsb-base (>= 3.0-6), libc6 (>= 2.15), libdb5.3, libldap-2.4-2 (>= 2.4.7), liblockfile1 (>= 1.0), libsasl2-2 (>= 2.1.27+dfsg), libssl1.1 (>= 1.1.0), libwrap0 (>= 7.6-4~) Pre-Depends: debconf, init-system-helpers (>= 1.54~) Suggests: sendmail-doc, sasl2-bin, libsasl2-modules, openssl Conflicts: mail-transport-agent Conffiles: /etc/cron.daily/sendmail 9a1cede298a7a8cf281229eb0f2e6f98 /etc/init.d/sendmail 2a5b2257dabc1a6dd139af6e0e86b997 /etc/mail/helpfile 575a931cd15ce799cb263fab1bfa8072 Description: powerful, efficient, and scalable Mail Transport Agent Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . Fortunately, simple things can be done easily, and complex things are possible, even if not easily understood ;) Sendmail is the *ONLY* MTA with a Turing complete language to control *ALL* aspects of delivery! . Sendmail provides Security and SPAM/UCE/UBE protection via several means. . Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). Original-Maintainer: Debian QA Group Homepage: http://www.sendmail.org Package: sendmail-cf Status: install ok installed Priority: optional Section: mail Installed-Size: 677 Maintainer: Ubuntu Developers Architecture: all Source: sendmail Version: 8.15.2-18 Depends: m4 Suggests: sendmail-doc Description: powerful, efficient, and scalable Mail Transport Agent (config macros) Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . This package contains the .m4 (configuration files) for the sendmail packages. Original-Maintainer: Debian QA Group Homepage: http://www.sendmail.org Package: sensible-mda Status: install ok installed Priority: optional Section: mail Installed-Size: 250 Maintainer: Ubuntu Developers Architecture: amd64 Source: sendmail Version: 8.15.2-18 Depends: sendmail-bin | mail-transport-agent, procmail | maildrop | deliver, libc6 (>= 2.4) Description: Mail Delivery Agent wrapper Sensible-mda is a Debian addition in the sendmail package and has been split out in hopes that it might be useful for other MTA packages. . Sensible-mda is called by the MTA, and will in turn call whichever of the following MDAs that it finds (in this order): procmail, maildrop, deliver, mail.local Original-Maintainer: Debian QA Group Homepage: http://www.sendmail.org Package: sensible-utils Status: install ok installed Priority: required Section: utils Installed-Size: 62 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 0.0.12+nmu1 Replaces: debianutils (<= 2.32.3), manpages-pl (<= 20060617-3~) Description: Utilities for sensible alternative selection This package provides a number of small utilities which are used by programs to sensibly select and spawn an appropriate browser, editor, or pager. . The specific utilities included are: sensible-browser sensible-editor sensible-pager Original-Maintainer: Anibal Monsalve Salazar Package: session-migration Status: install ok installed Priority: extra Section: misc Installed-Size: 48 Maintainer: Didier Roche Architecture: amd64 Version: 0.3.5 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.51.1) Description: Tool to migrate in user session settings This tool is used to migrate in session user data when a program is evolving its configuration, or needing to have files moved and so on. . This program is generally autostarted at the very beginning of the session and integrates caching capability. Homepage: https://launchpad.net/session-migration Package: sg3-utils Status: install ok installed Priority: optional Section: admin Installed-Size: 2608 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.44-1ubuntu2 Replaces: sg-utils Depends: libc6 (>= 2.17), libsgutils2-2 (>= 1.43) Conflicts: cdwrite, sg-utils Description: utilities for devices using the SCSI command set Most OSes have SCSI pass-through interfaces that enable user space programs to send SCSI commands to a device and fetch the response. With SCSI to ATA Translation (SAT) many ATA disks now can process SCSI commands. Typically each utility in this package implements one SCSI command. See the draft standards at www.t10.org for SCSI command definitions plus SAT. ATA commands are defined in the draft standards at www.t13.org . For a mapping between supported SCSI and ATA commands and utility names in this package see the COVERAGE file. Homepage: http://sg.danny.cz/sg/ Original-Maintainer: Ritesh Raj Sarraf Package: sg3-utils-udev Status: install ok installed Priority: optional Section: admin Installed-Size: 31 Maintainer: Ubuntu Developers Architecture: all Source: sg3-utils Version: 1.44-1ubuntu2 Depends: sg3-utils, initramfs-tools Description: utilities for devices using the SCSI command set (udev rules) Most OSes have SCSI pass-through interfaces that enable user space programs to send SCSI commands to a device and fetch the response. With SCSI to ATA Translation (SAT) many ATA disks now can process SCSI commands. Typically each utility in this package implements one SCSI command. See the draft standards at www.t10.org for SCSI command definitions plus SAT. ATA commands are defined in the draft standards at www.t13.org . For a mapping between supported SCSI and ATA commands and utility names in this package see the COVERAGE file. . udev rules which are associated with the utilities in the sg3-utils package. Homepage: http://sg.danny.cz/sg/ Original-Maintainer: Ritesh Raj Sarraf Package: sgml-base Status: install ok installed Priority: optional Section: text Installed-Size: 70 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 1.29.1 Pre-Depends: dpkg (>= 1.16.4) Suggests: sgml-base-doc Description: SGML infrastructure and SGML catalog file support This package creates the SGML infrastructure directories and provides SGML catalog file support in compliance with the current Debian SGML Policy draft: . * infrastructure directories: - /etc/sgml - /usr/share/sgml/{declaration,dtd,entities,misc,stylesheet} - /usr/share/local/sgml/{declaration,dtd,entities,misc,stylesheet} . * update-catalog(8): tool for maintaining the root SGML catalog file and the package SGML catalog files in the '/etc/sgml' directory. Original-Maintainer: Debian QA Group Package: sgml-data Status: install ok installed Priority: optional Section: text Installed-Size: 1354 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 2.0.11 Replaces: docbook-xml (<= 3.1.3.6-1), sp (<< 1.3.4-1.2.1-14) Depends: perl:any, sgml-base (>= 1.28), xml-core (>= 0.14) Suggests: perlsgml, w3-recs, opensp, libxml2-utils Breaks: sp (<= 1.1.1-2) Conffiles: /etc/sgml/sgml-data.cat ad9884dac68f6b115523e826f5c9f2b9 Description: common SGML and XML data This package contains basic XML and SGML data shared and used by multiple packages. The package provides the technical format (Document Type Definition, or DTD) of all major versions of HTML. It also includes standard character entity definitions which describe spacial characters or international characters, as well as other standard miscellany used by other SGML and XML packages. . This package implements the Debian XML and SGML standards for entity placement and registration. This benefits the user by making the included materials instantly available to people writing, editing or building documentation without any further effort. Original-Maintainer: Debian XML SGML Team Package: shared-mime-info Status: install ok installed Priority: important Section: misc Installed-Size: 2652 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 1.15-1 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.35.9), libxml2 (>= 2.7.4) Description: FreeDesktop.org shared MIME database and spec This is the shared MIME-info database from the X Desktop Group. It is required by any program complying to the Shared MIME-Info Database spec, which is also included in this package. . At this time at least ROX, GNOME, KDE and Xfce use this database. Original-Maintainer: Debian freedesktop.org maintainers Homepage: https://freedesktop.org/wiki/Software/shared-mime-info Package: shtool Status: install ok installed Priority: optional Section: devel Installed-Size: 446 Maintainer: Ubuntu Developers Architecture: all Version: 2.0.8-10 Depends: perl:any Suggests: autoconf, automake, libtool Description: portable shell tool from the GNU project GNU shtool is a tool for developers of software programs. It is a compilation of small but very stable and portable shell scripts into a single shell tool. All ingredients were in successful use over many years in various free software projects. . The compiled shtool program is intended to be used inside the source tree of other free software packages. There it can overtake various (usually non-portable) tasks related to the building and installation of such a package. It especially can replace the old mkdir.sh, install.sh and related scripts. . GNU shtool currently contains the following tools: echo, mdate, table, prop, move, install, mkdir, mkln, mkshadow, fixperm, rotate, tarball, subst, platform, arx, slo, scpp, version and path. Original-Maintainer: Giovani Augusto Ferreira Homepage: https://www.gnu.org/software/shtool Package: snapd Status: install ok installed Priority: optional Section: devel Installed-Size: 101464 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.63+20.04ubuntu0.1 Replaces: snap-confine (<< 2.23), snapd-xdg-open (<= 0.0.0), ubuntu-core-launcher (<< 2.22), ubuntu-snappy (<< 1.9), ubuntu-snappy-cli (<< 1.9) Depends: adduser, apparmor (>= 2.10.95-0ubuntu2.2), ca-certificates, fuse3 (>= 3.10.5-1) | fuse, openssh-client, squashfs-tools, systemd, udev, default-dbus-session-bus | dbus-session-bus, libc6 (>= 2.27), libfuse2 (>= 2.6), liblzma5 (>= 5.1.1alpha+20120614), liblzo2-2 (>= 2.02), libudev1 (>= 183), zlib1g (>= 1:1.1.4) Recommends: gnupg Suggests: zenity | kdialog Breaks: snap-confine (<< 2.23), snapd-xdg-open (<= 0.0.0), ubuntu-core-launcher (<< 2.22), ubuntu-snappy (<< 1.9), ubuntu-snappy-cli (<< 1.9) Conflicts: snap (<< 2013-11-29-1ubuntu1) Conffiles: /etc/apparmor.d/usr.lib.snapd.snap-confine.real deb85288ad27647588935b1a418b3014 /etc/apt/apt.conf.d/20snapd.conf dd6f6ce79792eecd4a57bdde4e6fff7d /etc/profile.d/apps-bin-path.sh cf10aed8bb987ded8b7f4ba4303c1e9b /etc/xdg/autostart/snap-userd-autostart.desktop 4aaaa2fe36462a072a72e09cad553362 Description: Daemon and tooling that enable snap packages Install, configure, refresh and remove snap packages. Snaps are 'universal' packages that work across many different Linux systems, enabling secure distribution of the latest apps and utilities for cloud, servers, desktops and the internet of things. . Start with 'snap list' to see installed snaps. Built-Using: apparmor (= 2.13.3-7ubuntu5.4), libcap2 (= 1:2.32-1ubuntu0.1), libseccomp (= 2.5.1-1ubuntu1~20.04.2) Homepage: https://github.com/snapcore/snapd Package: software-properties-common Status: install ok installed Priority: optional Section: admin Installed-Size: 196 Maintainer: Michael Vogt Architecture: all Source: software-properties Version: 0.99.9.10 Replaces: python-software-properties (<< 0.85), python3-software-properties (<< 0.85) Depends: ca-certificates, gir1.2-glib-2.0, gir1.2-packagekitglib-1.0 (>= 1.1.0-2), packagekit, python-apt-common (>= 0.9), python3, python3-dbus, python3-gi, python3-requests-unixsocket, python3-software-properties (= 0.99.9.10), python3:any Breaks: python-software-properties (<< 0.85), python3-software-properties (<< 0.85) Conffiles: /etc/dbus-1/system.d/com.ubuntu.SoftwareProperties.conf cc3c01a5b5e8e05d40c9c075f44c43ea Description: manage the repositories that you install software from (common) This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. . This package contains the common files for software-properties like the D-Bus backend. Package: sosreport Status: install ok installed Priority: optional Section: admin Installed-Size: 2764 Maintainer: Nikhil Kshirsagar Architecture: amd64 Version: 4.4-1ubuntu0.20.04.1 Depends: python3-pexpect, python3-yaml, python3:any Conffiles: /etc/sos/sos.conf afbb6b104e5e905315fb573db86c1e0b Description: Set of tools to gather troubleshooting data from a system Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for diagnostic purposes and debugging. Sos is commonly used to help support technicians and developers. Homepage: https://github.com/sosreport/sos Package: sound-theme-freedesktop Status: install ok installed Priority: optional Section: sound Installed-Size: 537 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 0.8-2ubuntu1 Description: freedesktop.org sound theme The default freedesktop.org sound theme following the XDG theming specification. It contains a full set of sounds for different desktop events. . These sounds come from various sources: KDE, Ekiga, Pidgin/Purple, ALSA. Homepage: https://www.freedesktop.org/wiki/Specifications/sound-theme-spec/ Original-Maintainer: Debian GNOME Maintainers Package: squashfs-tools Status: install ok installed Priority: optional Section: kernel Installed-Size: 344 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:4.4-1ubuntu0.3 Depends: libc6 (>= 2.14), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), liblzo2-2 (>= 2.02), libzstd1 (>= 1.3.2), zlib1g (>= 1:1.1.4) Description: Tool to create and append to squashfs filesystems Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimise data overhead. Block sizes greater than 4K are supported up to a maximum of 64K. . Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. Homepage: https://github.com/plougher/squashfs-tools Original-Maintainer: Laszlo Boszormenyi (GCS) Package: ssh-import-id Status: install ok installed Priority: optional Section: misc Installed-Size: 54 Maintainer: Dustin Kirkland Architecture: all Version: 5.10-0ubuntu1 Depends: ca-certificates, openssh-client, python3-requests (>= 1.1.0), python3-distro, wget, python3:any Recommends: openssh-server Conffiles: /etc/ssh/ssh_import_id 8bfa390040fbeeae70bec14f2dccaf11 Description: securely retrieve an SSH public key and install it locally This utility will securely contact a public keyserver (Launchpad.net by default, but Github.com is also supported), retrieve one or more user's public keys, and append these to the current user's ~/.ssh/authorized_keys file. Homepage: http://launchpad.net/ssh-import-id Package: ssl-cert Status: install ok installed Priority: optional Section: utils Installed-Size: 63 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 1.0.39 Depends: debconf (>= 0.5) | debconf-2.0, openssl (>= 0.9.8g-9), adduser Suggests: openssl-blacklist Description: simple debconf wrapper for OpenSSL This package enables unattended installs of packages that need to create SSL certificates. . It is a simple wrapper for OpenSSL's certificate request utility that feeds it with the correct user variables. Original-Maintainer: Debian Apache Maintainers Package: strace Status: install ok installed Priority: optional Section: utils Installed-Size: 1613 Maintainer: Ubuntu Developers Architecture: amd64 Version: 5.5-3ubuntu1 Depends: libc6 (>= 2.28), libunwind8 Description: System call tracer strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program. The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have source. . System calls and signals are events that happen at the user/kernel interface. A close examination of this boundary is very useful for bug isolation, sanity checking and attempting to capture race conditions. Homepage: https://strace.io Original-Maintainer: Steve McIntyre <93sam@debian.org> Package: sudo Status: install ok installed Priority: important Section: admin Installed-Size: 2204 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.8.31-1ubuntu1.5 Replaces: sudo-ldap Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.27), libpam0g (>= 0.99.7.1), libselinux1 (>= 2.0.65), libpam-modules, lsb-base Conflicts: sudo-ldap Conffiles: /etc/pam.d/sudo aa40f755f85bb33c9e79bd537e2979be /etc/sudoers edcf6528783ecffd3f248c8089dc298e /etc/sudoers.d/README 8d3cf36d1713f40a0ddc38e1b21a51b6 Description: Provide limited super user privileges to specific users Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. . This version is built with minimal shared library dependencies, use the sudo-ldap package instead if you need LDAP support for sudoers. Homepage: http://www.sudo.ws/ Original-Maintainer: Bdale Garbee Package: switcheroo-control Status: install ok installed Priority: optional Section: gnome Installed-Size: 85 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.1-1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.31.18), libgudev-1.0-0 (>= 146) Conffiles: /etc/dbus-1/system.d/net.hadess.SwitcherooControl.conf a7b0f6e367e694a4043bdbdc30a5cc02 Description: D-Bus service to check the availability of dual-GPU For systems that have both an integrated GPU and a dedicated GPU, this package by default will force the integrated GPU to be used to save power. . You can launch individual apps using the dedicated GPU by running them with the environment variable DRI_PRIME=1. Or you can right-click on the app (while it's not running) in GNOME Shell's Activities Overview and choose the "Launch using Dedicated Graphics Card" option. . If this default behavior is not appropriate, uninstall this package or set xdg.force_integrated=0 as a kernel command-line option in your bootloader. Original-Maintainer: Debian GNOME Maintainers Homepage: https://github.com/hadess/switcheroo-control Package: system-config-printer Status: install ok installed Priority: optional Section: gnome Installed-Size: 917 Maintainer: Ubuntu Developers Architecture: all Version: 1.5.12-0ubuntu1.1 Replaces: system-config-printer-gnome (<< 1.5.7+20160812-0ubuntu3~) Depends: gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-notify-0.7, gir1.2-packagekitglib-1.0, gir1.2-pango-1.0, gir1.2-polkit-1.0, python3-cups (>= 1.9.60), python3-cupshelpers (= 1.5.12-0ubuntu1.1), python3-dbus, python3-gi, system-config-printer-common (= 1.5.12-0ubuntu1.1), python3:any Recommends: system-config-printer-udev, avahi-utils Suggests: gnome-software (>= 3.16.5-2) Breaks: system-config-printer-gnome (<< 1.5.7+20160812-0ubuntu3~) Conffiles: /etc/xdg/autostart/print-applet.desktop 2c7fa296802dc7af89ed6c3d28a4aca7 Description: graphical interface to configure the printing system System-config-printer is a GUI written in Python using GTK+ to configure a CUPS server. Its primary use is to configure the printing system on the local host, but can also be used to setup a remote printer. . In terms of features, it aims to be as complete as the CUPS web administration tool, while being integrated to the desktop. Original-Maintainer: Debian GNOME Maintainers Homepage: https://github.com/zdohnal/system-config-printer Package: system-config-printer-common Status: install ok installed Priority: optional Section: gnome Installed-Size: 892 Maintainer: Ubuntu Developers Architecture: all Source: system-config-printer Version: 1.5.12-0ubuntu1.1 Replaces: system-config-printer (<< 1.5.7-2~), system-config-printer-gnome (<< 1.5.7+20160812-0ubuntu3~) Depends: gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-notify-0.7, gir1.2-pango-1.0, python3-cairo, python3-cups (>= 1.9.60), python3-cupshelpers (= 1.5.12-0ubuntu1.1), python3-dbus, python3-gi, python3-requests, python3:any Recommends: cups-pk-helper, gir1.2-secret-1, system-config-printer-udev Suggests: gnome-software (>= 3.16.5-2), python3-smbc Breaks: system-config-printer (<< 1.5.7-2~), system-config-printer-gnome (<< 1.5.7+20160812-0ubuntu3~) Conffiles: /etc/dbus-1/system.d/com.redhat.NewPrinterNotification.conf 9bb57447f63b617b9d8ce1c6ac607eaa /etc/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf 151d3bab9f2ea8e246e6262836a78411 Description: backend and the translation files for system-config-printer System-config-printer is a GUI written in Python using GTK+ to configure a CUPS server. Its primary use is to configure the printing system on the local host, but can also be used to setup a remote printer. . In terms of features, it aims to be as complete as the CUPS web administration tool, while being integrated to the desktop. . This package contains the backend and the translation files for system-config-printer Original-Maintainer: Debian GNOME Maintainers Homepage: https://github.com/zdohnal/system-config-printer Package: system-config-printer-udev Status: install ok installed Priority: optional Section: gnome Installed-Size: 76 Maintainer: Ubuntu Developers Architecture: amd64 Source: system-config-printer Version: 1.5.12-0ubuntu1.1 Depends: python3:any (>= 3.3.2-2~), python3-cups (>= 1.9.42), python3-cupshelpers (>= 1.5.12-0ubuntu1.1), python3-dbus, libc6 (>= 2.14), libcups2 (>= 1.6.0), libglib2.0-0 (>= 2.12.0), libudev1 (>= 183), libusb-1.0-0 (>= 2:1.0.8) Recommends: ippusbxd Description: Utilities to detect and configure printers automatically These utilities allow one to detect automatically printers using UDEV when they are plugged on the system. They are then configured automatically in the CUPS printing daemon and made available to users. Original-Maintainer: Debian GNOME Maintainers Homepage: https://github.com/zdohnal/system-config-printer Package: systemd Status: install ok installed Priority: important Section: admin Installed-Size: 15316 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 245.4-4ubuntu3.20 Depends: libacl1 (>= 2.2.23), libapparmor1 (>= 2.9.0-3+exp2), libaudit1 (>= 1:2.2.1), libcap2 (>= 1:2.24-9~), libcrypt1 (>= 1:4.4.0), libcryptsetup12 (>= 2:2.0.1), libgnutls30 (>= 3.6.12), libgpg-error0 (>= 1.14), libidn2-0 (>= 2.0.0), libip4tc2 (>= 1.8.3), libkmod2 (>= 5~), liblz4-1 (>= 0.0~r130), libmount1 (>= 2.30), libpam0g (>= 0.99.7.1), libpcre2-8-0 (>= 10.22), libseccomp2 (>= 2.4.1), libsystemd0 (= 245.4-4ubuntu3.20), systemd-timesyncd | time-daemon, util-linux (>= 2.27.1), mount (>= 2.26), adduser Pre-Depends: libblkid1 (>= 2.24), libc6 (>= 2.30), libgcrypt20 (>= 1.8.0), liblz4-1 (>= 0.0~r122), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 2.1.9) Recommends: dbus, networkd-dispatcher Suggests: systemd-container, policykit-1 Breaks: python-dbusmock (<< 0.18), python3-dbusmock (<< 0.18), systemd-shim (<< 10-4~) Conflicts: consolekit, libpam-ck-connector, systemd-shim, upstart Conffiles: /etc/dhcp/dhclient-enter-hooks.d/resolved 9920aaeaeceedd4babae46a8b6c6edf7 /etc/pam.d/systemd-user 3d97692a0125712fcfbd7ddf756f7696 /etc/systemd/journald.conf f571f0e823d646d7066ddcb32763d674 /etc/systemd/logind.conf 65afdb550557d875b792b89a67c46016 /etc/systemd/networkd.conf 48693dc359d4aad0622b4b31f82fac8b /etc/systemd/pstore.conf fb081468c018a53786a975ce467c4989 /etc/systemd/resolved.conf cd756af854c49aa3382ad277adff64c4 /etc/systemd/sleep.conf e912ff7c0833daa5a45d3918b3d6585f /etc/systemd/system.conf 4674b9889d4f24ceab2dd129a498e4a2 /etc/systemd/user.conf c07f4d6ae57ae557427290455f2dcff1 Description: system and service manager systemd is a system and service manager for Linux. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. . systemd is compatible with SysV and LSB init scripts and can work as a drop-in replacement for sysvinit. . Installing the systemd package will not switch your init system unless you boot with init=/lib/systemd/systemd or install systemd-sysv in addition. Homepage: https://www.freedesktop.org/wiki/Software/systemd Original-Maintainer: Debian systemd Maintainers Package: systemd-sysv Status: install ok installed Priority: important Section: admin Installed-Size: 177 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Source: systemd Version: 245.4-4ubuntu3.20 Replaces: sysvinit-core, upstart (<< 1.13.2-0ubuntu10~) Depends: systemd (= 245.4-4ubuntu3.20) Pre-Depends: systemd Recommends: libpam-systemd, libnss-systemd Conflicts: file-rc, systemd-shim, sysvinit-core, upstart (<< 1.13.2-0ubuntu10~) Description: system and service manager - SysV links systemd is a system and service manager for Linux. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. . systemd is compatible with SysV and LSB init scripts and can work as a drop-in replacement for sysvinit. . This package provides the manual pages and links needed for systemd to replace sysvinit. Installing systemd-sysv will overwrite /sbin/init with a link to systemd. Homepage: https://www.freedesktop.org/wiki/Software/syste