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). Package: python-unbound Description-md5: 103cd64b79e42ad710e19fe727ffce50 Description-en: library implementing DNS resolution and validation (Python bindings) Python 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: python-wheel-common Description-md5: 07202c5a087a20709522c00fdc119453 Description-en: built-package format for Python (command-line scripts) 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`. . These are the command line scripts and manpages. Package: python-yaml Description-md5: 82d5290a45a0b6b13c828ddb2dd65a9c Description-en: YAML parser and emitter for Python Python-yaml is a complete YAML 1.1 parser and emitter for Python. 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. Package: python-yaml-dbg Description-md5: 5843f2b294ec30ef86a6df5e97ab9970 Description-en: YAML parser and emitter for Python (debug build) Python-yaml is a complete YAML 1.1 parser and emitter for Python. 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. . This package contains the extension built for the Python debug interpreter. Package: python-zipp Description-md5: 5e8e9388b6439053cfcef49bee690153 Description-en: pathlib-compatible Zipfile object wrapper - Python 2.7 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 2.7 module. Package: python2.7 Description-md5: 28620f1beffd6b598125304a83bfcb87 Description-en: Interactive high-level object-oriented language (version 2.7) Python is a high-level, interactive, object-oriented language. Its 2.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: python2.7-dbg Description-md5: 3220dd61a40cd6c408ecc3fbbcb8ef1f Description-en: Debug Build of the Python Interpreter (version 2.7) 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: python2.7-dev Description-md5: 0f13a410a5bbc68affef1492eee5d8e2 Description-en: Header files and a static library for Python (v2.7) Header files, a static library and development tools for building Python (v2.7) modules, extending the Python interpreter or embedding Python (v2.7) in applications. . Maintainers of Python packages should read README.maintainers. Package: python2.7-doc Description-md5: 427bb0bb2c7ff8d97e3a833c92820507 Description-en: Documentation for the high-level object-oriented language Python (v2.7) These is the official set of documentation for the interactive high-level object-oriented language Python (v2.7). All documents are provided in HTML format. The package consists of ten documents: . * What's New in Python2.7 * 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: python2.7-examples Description-md5: 4f24bb2b1825659042443224cf985199 Description-en: Examples for the Python language (v2.7) Examples, Demos and Tools for Python (v2.7). These are files included in the upstream Python distribution (v2.7). Package: python2.7-minimal Description-md5: 4e3d580f5374e0e392e97c8e6fedf594 Description-en: Minimal subset of the Python language (version 2.7) 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/python2.7-minimal/README.Debian for a list of the modules contained in this package. Package: python3-access2base Description-md5: 62049593c5d96b74959809148594af38 Description-en: interface between Python and the LibreOffice Access2Base library Access2Base is a LibreOffice/OpenOffice Basic library of macros for (business or personal) application developers and advanced users. . Their syntax and their meaning are directly inspired by MSAccess. The macros are callable from - a LibreOffice / OpenOffice Base application, - any LibreOffice / OpenOffice document wanting to access data stored in databases. . This package contains an interface between Python (user) scripts and Access2Base. Package: python3-acme Description-md5: 1f6a20683296d3471681d8269f592f79 Description-en: ACME protocol library for Python 3 This is a library used by the Let's Encrypt client for the ACME (Automated Certificate Management Environment). The ACME protocol is designed as part of the Let's Encrypt project, to make it possible to setup an HTTPS server and have it automatically obtain a browser-trusted certificate, without any human intervention. This library implements the protocol used for proving the control of a domain. This library is Python 3. Package: python3-aiohttp Description-md5: f730c1eb49e4f113817da234d7a43357 Description-en: http client/server for asyncio HTTP Client for asyncio (PEP 3156 - Asynchronous I/O Support). . Features: * supports both client and server side of HTTP protocol, * supports both client and server Web-Sockets out-of-the-box, * web-server has middlewares and pluggable routing. Package: python3-aiohttp-dbg Description-md5: 0bc8244e3e0ab388aafe5b18c4ce87e8 Description-en: http client/server for asyncio - debug version HTTP Client for asyncio (PEP 3156 - Asynchronous I/O Support). . Features: * supports both client and server side of HTTP protocol, * supports both client and server Web-Sockets out-of-the-box, * web-server has middlewares and pluggable routing. . This package contains the extension built for the Python 3 debug interpreter. Package: python3-aptdaemon.test Description-md5: 1a901b5468edd109ab5809bbe10ba40d Description-en: Test environment for aptdaemon clients Aptdaemon is a transaction based package management daemon. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides the aptdaemon.test module and several helper scripts and a test repository to write unittests for aptdaemon clients. Package: python3-asyncssh Description-md5: ea709ca614c3167bf115b4408f4f223d Description-en: asyncio-based client and server implementation of SSHv2 protocol AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python 3.4+ asyncio framework. . It comes with a full support of SSHv2 and SFTP client and server functions, including shell, command and subsystem channels, direct and forwarded TCP channels, local and remote TCP port forwarding. . Other features include: + Multiple simultaneous sessions on a single SSH connection + Multiple SSH connections in a single event loop + Byte and string based I/O with settable encoding + A variety of key exchange, encryption, and MAC algorithms + Support for gzip compression + Password, public key, and keyboard-interactive user authentication methods + Many types and formats of public keys and certificates + OpenSSH-style known_hosts file support + OpenSSH-style authorized_keys file support Package: python3-azure-cli Description-md5: f818e223741d6fe955477c1f5d5e3dc7 Description-en: Azure Command-Line Interface (CLI) The Azure command-line interface (CLI) is Microsoft's cross-platform command-line experience for managing Azure resources. The Azure CLI is designed to be easy to learn and get started with, but powerful enough to be a great tool for building custom automation to use Azure resources. . This package provides the azure-cli python3 module. Package: python3-azure-cli-core Description-md5: 4a14048d500b2958b076da03715361f2 Description-en: Azure Command-Line Interface (CLI) The Azure command-line interface (CLI) is Microsoft's cross-platform command-line experience for managing Azure resources. The Azure CLI is designed to be easy to learn and get started with, but powerful enough to be a great tool for building custom automation to use Azure resources. . This package provides the azure-cli-core python3 module. Package: python3-azure-cli-telemetry Description-md5: a7df3dbec8757a43f63d7ae4010b1e16 Description-en: Azure Command-Line Interface (CLI) The Azure command-line interface (CLI) is Microsoft's cross-platform command-line experience for managing Azure resources. The Azure CLI is designed to be easy to learn and get started with, but powerful enough to be a great tool for building custom automation to use Azure resources. . This package provides the azure-cli-telemetry python3 module. Package: python3-azure-cli-testsdk Description-md5: 37334bbba241c2fa24660a329e37b077 Description-en: Azure Command-Line Interface (CLI) The Azure command-line interface (CLI) is Microsoft's cross-platform command-line experience for managing Azure resources. The Azure CLI is designed to be easy to learn and get started with, but powerful enough to be a great tool for building custom automation to use Azure resources. . This package provides the azure-cli-tesdk python3 module. Package: python3-botocore Description-md5: 6bf0620f1a2dee56516d398a617b5493 Description-en: Low-level, data-driven core of boto 3 (Python 3) A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for AWS-CLI. . This package contains the module for Python 3. Package: python3-bottle Description-md5: 3cdc0a603e2b84991d37f2b8b938b900 Description-en: fast and simple WSGI-framework for Python3 Bottle is a fast and simple WSGI-framework for the Python3 programming language. It offers request dispatching with url parameter support (routes), templates, key/value databases, a built-in HTTP server and adapters for many third party WSGI/HTTP-server and template engines. Package: python3-brotli Description-md5: f79f8a65d809e32c7143932aeb4e3c15 Description-en: lossless compression algorithm and format (Python 3 version) Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. . This package installs a Python 3 module. Package: python3-ceph Description-md5: 73168f4688e222dd80dcdae1068a35d8 Description-en: Meta-package for all Python 3.x modules for the Ceph libraries Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package is a metapackage for all Ceph Python 3.x bindings. Package: python3-certbot Description-md5: 85358386ec4314ac7c0c6d37555b95ff Description-en: main library 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 main libraries. Package: python3-certbot-nginx Description-md5: a4b0f37cf92adc225368ca044499723c Description-en: Nginx 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 Nginx plugin to the main application. Package: python3-clang-11 Description-md5: 2c9b6237594ba364f2afb9b0458f2f14 Description-en: Clang Python Bindings Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This binding package provides access to the Clang compiler and libraries. Package: python3-clang-12 Description-md5: 2c9b6237594ba364f2afb9b0458f2f14 Description-en: Clang Python Bindings Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This binding package provides access to the Clang compiler and libraries. Package: python3-compizconfig Description-md5: 3f98afc222bae1c5d3516e661dab3a7d Description-en: Compizconfig bindings for Python Compiz Fusion is the result of the re-unification of the Beryl-project and the community around the Compiz Window Manager. It seeks to provide an easy and fun-to-use windowing environment, allowing use of the graphics hardware to provide impressive effects, amazing speed and unrivalled usefulness . This package provides Python bindings for the compizconfig system. Package: python3-cpuset Description-md5: 1fc7f0ade159d0d44d54dc99fb74dc2b Description-en: manipluation of cpusets and provides higher level fun - Python 3.x Cpuset is a Python application to make using the cpusets facilities in the Linux kernel easier. The actual included command is called cset and it allows manipulation of cpusets on the system and provides higher level functions such as implementation and control of a basic CPU shielding setup. . This package contains the Python 3.x modules. Package: python3-designate-dashboard Description-md5: 2a0f83e6a565f6bbfa49bedfd356bf0b Description-en: OpenStack DNS as a Service - Python 3 dashboard plugin Designate provides DNSaaS services for OpenStack. It provides a multi-tenant REST API for domain & record management. It is Integrated with Keystone for authentication, and provides a framework in place to integrate with Nova and Neutron notifications (for auto-generated records). Designate supports PowerDNS and Bind9 out of the box. . This package contains the Python 3 OpenStack das