“Keccak”, is a family of algorithms standardised by NIST under the title “FIPS 202, SHA-3 Standard: Permutation-Based Hash And Extendable-Output Functions”. . This package installs the library for Python 3. Package: python3-simplestreams-openstack Description-md5: 196474a014dbb68151c55d2f990106c8 Description-en: Library and tools for using Simple Streams data This package depends on libraries necessary to use the openstack dependent functionality in simplestreams. That includes interacting with glance, swift and keystone. Package: python3-trove Description-md5: db9c16e9e61ab2c45b5521b5cb6c376c Description-en: Database as a Service for OpenStack - Python 3 lib Trove is "Database as a Service" for Openstack. It's designed to allow users to quickly and easily utilize the features of a relational database without the burden of handling complex administrative tasks. . Cloud users and database administrators can provision and manage multiple database instances as needed. The service focus on providing resource isolation at high performance while automating deployment, configuration, patching, backups, restores, and monitoring. Trove is designed to support a single-tenant database within a Nova instance. There is no restrictions on how Nova is configured, since Trove interacts with other OpenStack components purely through the API. . This package provides the Trove Python 3 library. Package: python3-trove-dashboard Description-md5: eccaac8e20e9cc3ea4e91a17c7bdeed7 Description-en: Database as a Service for OpenStack - Python 3 dashboard plugin Trove is Database as a Service for Openstack. It's designed to run entirely on OpenStack, with the goal of allowing users to quickly and easily utilize the features of a relational database without the burden of handling complex administrative tasks. Cloud users and database administrators can provision and manage multiple database instances as needed. Initially, the service will focus on providing resource isolation at high performance while automating complex administrative tasks including deployment, configuration, patching, backups, restores, and monitoring. Trove is designed to support a single-tenant database within a Nova instance. There is no restrictions on how Nova is configured, since Trove interacts with other OpenStack components purely through the API. . This package provides the Python 3 Trove dashboard plugin. Package: python3-ubuntutools Description-md5: 7e13f84ccece24b357aee792b7904beb Description-en: useful APIs for Ubuntu developer tools — Python 3 library This package ships a collection of APIs, helpers and wrappers used to develop useful utilities for Ubuntu developers. . This package installs the library for Python 3. Package: python3-ujson Description-md5: abfd4b7abb5ebef31715809995b02044 Description-en: ultra fast JSON encoder and decoder for Python 3 UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python. . This package contains the Python 3 module of ujson. Package: python3-ujson-dbg Description-md5: 5a4743c4b39fd77e625438e874fcf9c0 Description-en: ultra fast JSON encoder and decoder for Python 3 (debug ext) UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python. . This package contains the debug extension for python3-ujson. Package: python3-unbound Description-md5: af30f925fc4c43d06de34592670b36e8 Description-en: library implementing DNS resolution and validation (Python3 bindings) Python3 extension module for libunbound. . libunbound performs and validates DNS lookups; it can be used to convert hostnames to IP addresses and back and obtain other information from the DNS. Cryptographic validation of results is performed with DNSSEC. Package: python3-virtualenv Description-md5: 68475ede56256c57f2515775d6edcc06 Description-en: Python virtual environment creator The virtualenv utility creates virtual Python instances, each invokable with its own Python executable. Each instance can have different sets of modules, installable via easy_install. Virtual Python instances can also be created without root access. . This is the Python 3 version of the library. It includes the command line script. Package: python3-watcher Description-md5: ca554424362cd1e7e6ab7936691204a4 Description-en: OpenStack Cloud Optimization as a Service - Python 3 libraries OpenStack Watcher provides a flexible and scalable resource optimization service for multi-tenant OpenStack-based clouds. Watcher provides a complete optimization loop-including everything from a metrics receiver, complex event processor and profiler, optimization processor and an action plan applier. This provides a robust framework to realize a wide range of cloud optimization goals, including the reduction of data center operating costs, increased system performance via intelligent virtual machine migration, increased energy efficiency-and more! . This package contains the Python 3 libraries that are part of Watcher. Package: python3-watcher-dashboard Description-md5: 719e2fcf21ff5a6da38b61ce6fc9bd59 Description-en: OpenStack Optimization as a service - dashboard plugin OpenStack Watcher provides a flexible and scalable resource optimization service for multi-tenant OpenStack-based clouds. Watcher provides a robust framework to realize a wide range of cloud optimization goals, including the reduction of data center operating costs, increased system performance via intelligent virtual machine migration, increased energy efficiency and more! . This package contains the OpenStack dashboard plugin. Package: python3-wheel Description-md5: f239d28b37bcadf8b6416e23a48ae50d Description-en: built-package format for Python A wheel is a ZIP-format archive with a specially formatted filename and the `.whl` extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. . The wheel project provides a `bdist_wheel` command for setuptools. Wheel files can be installed with `pip`. . This is the Python 3 compatible package. Package: python3-zaqar Description-md5: ba87de3aa15c4dc3b937c86c00241843 Description-en: OpenStack Queueing as a Service - Python 3 libraries Zaqar is a multi-tenant cloud messaging service for web developers. It combines the ideas pioneered by Amazon's SQS product with additional semantics to support event broadcasting. . The service features a fully RESTful API, which developers can use to send messages between various components of their SaaS and mobile applications, by using a variety of communication patterns. Underlying this API is an efficient messaging engine designed with scalability and security in mind. . Other OpenStack components can integrate with Zaqar to surface events to end users and to communicate with guest agents that run in the "over-cloud" layer. Cloud operators can leverage Zaqar to provide equivalents of SQS and SNS to their customers. . This package contains the Python 3 libraries that are part of Zaqar. Package: python3-zhmcclient Description-md5: 5e1556257deb53811d7233e6579c4e27 Description-en: library for the IBM Z HMC Web Services API The HMC Web Services API is the access point for any external tools to manage the IBM Z or LinuxONE platform. It supports management of the lifecycle and configuration of various platform resources, such as partitions, CPU, memory, virtual switches, I/O adapters, and more. . The zhmcclient package encapsulates both protocols supported by the HMC Web Services API: . - REST over HTTPS for request/response-style operations driven by the client. Most of these operations complete synchronously, but some long-running tasks complete asynchronously. . - JMS (Java Messaging Services) for notifications from the HMC to the client. This is used for notification about changes in the system, or about completion of asynchronous tasks started using REST. Package: python3-zookeeper Description-md5: feeb7d7052e9b061c9f307890c4924ef Description-en: Python bindings for zookeeper ZooKeeper is a centralized, reliable, service for maintaining configuration information, naming, providing distributed synchronization, and group services. All of these kinds of services are used in some form or another by distributed applications. . This package contains the Python bindings. Package: python3.8-full Description-md5: b8ba1d5e927ec211e15b485f70996813 Description-en: Python Interpreter with complete class library (version 3.8) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on the full standard library of Python for Python developers. Including modules used only at build-time, such as venv and distutils, and modules with complex dependencies, such as tk and IDLE. All batteries included. . According to the Debian Python policy, this package must not be used in build dependencies, dependencies and recommendations. Package: python3.8-venv Description-md5: d16828bf8bf56928e6bfb6f1a9a2f48a Description-en: Interactive high-level object-oriented language (pyvenv binary, 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. . This package contains the pyvenv-3.8 binary. Package: python3.9 Description-md5: a49d415b9295004c3b3859dbe6873c2d Description-en: Interactive high-level object-oriented language (version 3.9) Python is a high-level, interactive, object-oriented language. Its 3.9 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: python3.9-dbg Description-md5: 0fe3388ab01552c089e89069a1870024 Description-en: Debug Build of the Python Interpreter (version 3.9) The package holds two things: . - A Python interpreter configured with --pydebug. Dynamically loaded modules are searched as _d.so first. Third party extensions need a separate build to be used by this interpreter. - Debug information for standard python interpreter and extensions. . See the README.debug for more information. Package: python3.9-dev Description-md5: 9697926014791c5e2466d17b024165ff Description-en: Header files and a static library for Python (v3.9) Header files, a static library and development tools for building Python (v3.9) modules, extending the Python interpreter or embedding Python (v3.9) in applications. . Maintainers of Python packages should read README.maintainers. Package: python3.9-doc Description-md5: 45a957fa25620f949755dff4af036147 Description-en: Documentation for the high-level object-oriented language Python (v3.9) These is the official set of documentation for the interactive high-level object-oriented language Python (v3.9). All documents are provided in HTML format. The package consists of ten documents: . * What's New in Python3.9 * Tutorial * Python Library Reference * Macintosh Module Reference * Python Language Reference * Extending and Embedding Python * Python/C API Reference * Installing Python Modules * Documenting Python * Distributing Python Modules Package: python3.9-examples Description-md5: 5b421fcbf73f52da0e59d52226cd3c21 Description-en: Examples for the Python language (v3.9) Examples, Demos and Tools for Python (v3.9). These are files included in the upstream Python distribution (v3.9). Package: python3.9-full Description-md5: d6c7f2de77c9206a23051e10ddc0d0a9 Description-en: Python Interpreter with complete class library (version 3.9) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on the full standard library of Python for Python developers. Including modules used only at build-time, such as venv and distut