atest “vX.X.X” Git tag as version in your
 Python package.
 .
 It also supports getting the version from Python source distributions
 (sdist) or, once your package is installed, via pkg_resources (part
 of setuptools).

Package: python-getdns-doc
Description-md5: 57f77cf7a7d116cb5a545e713d04b5cf
Description-en: modern asynchronous DNS API (documentation)
 getdns is a modern asynchronous DNS API.  It implements DNS entry
 points from a design developed and vetted by application developers,
 in an API specification edited by Paul Hoffman.  With the development
 of this API, we intend to offer application developers a modernized
 and flexible way to access DNS security (DNSSEC) and other powerful
 new DNS features; a particular hope is to inspire application
 developers towards innovative security solutions in their
 applications.
 .
 This package contains documentation for the python bindings.

Package: python3-getdns
Description-md5: e47babfbd0295119fd56b4042bde2f94
Description-en: modern asynchronous DNS API (python 3 bindings)
 getdns is a modern asynchronous DNS API.  It implements DNS entry
 points from a design developed and vetted by application developers,
 in an API specification edited by Paul Hoffman.  With the development
 of this API, we intend to offer application developers a modernized
 and flexible way to access DNS security (DNSSEC) and other powerful
 new DNS features; a particular hope is to inspire application
 developers towards innovative security solutions in their
 applications.
 .
 This package contains python 3 bindings for the library.

Package: python-gevent-doc
Description-md5: 2f6fe5f40177f771d33e8780ad6dd898
Description-en: gevent is a coroutine-based Python networking library - documentation
 gevent uses greenlet to provide a high-level synchronous API on top of
 libevent event loop.
 .
 This is the documentation for gevent.

Package: python3-gevent
Description-md5: bbee70605383e4a4707e6eaa92881059
Description-en: gevent is a coroutine-based Python networking library
 gevent uses greenlet to provide a high-level synchronous API on top of
 libevent event loop.

Package: python3-gffutils
Description-md5: a79ef5e6695b430db7b8b73d5ce44064
Description-en: Work with GFF and GTF files in a flexible database framework
 A Python package for working with and manipulating the GFF and GTF format
 files typically used for genomic annotations.  Files are loaded into a
 sqlite3 database, allowing much more complex manipulation of hierarchical
 features (e.g., genes, transcripts, and exons) than is possible with
 plain-text methods alone.

Package: python3-gflags
Description-md5: fb9602864c27a6166b6d5dd0d10a22ad
Description-en: implementation of the Google command line flags module - Python 3.x
 GFlags defines a distributed command line system, replacing systems like
 getopt(), optparse and manual argument processing. Rather than an application
 having to define all flags in or near main(), each Python module defines flags
 that are useful to it.  When one Python module imports another, it gains
 access to the other's flags.
 .
 It includes the ability to define flag types (boolean, float, integer, list),
 autogeneration of help (in both human and machine readable format) and reading
 arguments from a file. It also includes the ability to automatically generate
 man pages from the help flags.
 .
 This package provides the Python 3.x module.

Package: python3-gflanguages
Description-md5: 086a520ebc99849141e1e07458e5b9c3
Description-en: API for evaluating language support in the Google Fonts collection
 This Python module provides an API with data about languages/regions/scripts
 for use in the language-support categorization of the font families in the
 Google Fonts collection.
 .
 Language/region/script definitions are still being gradualy updated on the
 `google/fonts` repo, on its **lang/** directory
 (https://github.com/google/fonts/tree/main/lang) and this `gflanguages` module
 will try to be kept in sync.
 .
 Ideally at some point this module would become the main place to update these
 definitions, avoiding data duplication and guaranteeing uniformity across
 tools.

Package: python3-ghdiff
Description-md5: 6d2a01a0f1ef517e0388a80ef507a735
Description-en: Generator of Github-style HTML for unified diffs
 ghdiff is a simple Python module that can generate unified diffs and display
 them in HTML, optionally including CSS.

Package: python3-gimmik
Description-md5: 474f35a96f82b66c7b683f8ad87f99bc
Description-en: generator of matrix multiplication kernels (Python 3)
 GiMMiK is a Python based kernel generator for matrix multiplication kernels
 for various accelerator platforms. For small operator matrices the generated
 kernels are capable of outperfoming the state-of-the-art general matrix
 multiplication routines such as cuBLAS GEMM or clBLAS GEMM.
 .
 This package provides the library for Python 3.

Package: python-git-doc
Description-md5: 4f9d3ab3f0e4823078820c01248d22be
Description-en: Python library to interact with Git repositories - docs
 The GitPython project provides object model access to a Git repository, so
 Python can be used to manipulate it. Repository objects can be opened or
 created, which can then be traversed to find parent commit(s), trees, blobs,
 etc.
 .
 This package provides the documentation.

Package: python3-git
Description-md5: 103e175206b95f9710121256a88bdcc5
Description-en: Python library to interact with Git repositories
 The GitPython project provides object model access to a Git repository, so
 Python can be used to manipulate it. Repository objects can be opened or
 created, which can then be traversed to find parent commit(s), trees, blobs,
 etc.
 .
 This package provides the Python 3.x module.

Package: python3-git-os-job
Description-md5: 2db8bbf052698b3c05c5e5761aa93792
Description-en: Show the OpenStack job logs for a commit - Python 3.x
 The OpenStack project stores the logs for all of the test jobs related to a
 commit on http://logs.openstack.org organized by the commit hash. To review
 the logs after a job runs, most developers start with the message jenkins
 leaves on gerrit, and click through to the log files. Not all jenkins jobs are
 triggered by or related to a gerrit review, though (e.g, release tags).
 .
 git-os-job makes it easy to find those logs by finding the hash of the commit
 and using it to build the right URL. It will then either print the URL or open
 a web browser directly.
 .
 This package contains the Python 3.x module.

Package: python3-gitdb
Description-md5: 8b358f070487d7a6aa53e28ce4f2638f
Description-en: pure-Python git object database (Python 3)
 The GitDB project implements interfaces to allow read and write access to
 git repositories. In its core lies the db package, which contains all
 database types necessary to read a complete git repository. These are
 the LooseObjectDB, the PackedDB and the ReferenceDB which are combined
 into the GitDB to combine every aspect of the git database.
 .
 This package contains the Python 3.x module.

Package: gitlab-cli
Description-md5: 412bdac9c82be27deef7b4a6014aa8b8
Description-en: GitLab command-line client
 Command-line tool to interact with the GitLab v4 server API.
 The executable is named python-gitlab.

Package: python-gitlab-doc
Description-md5: ed3ab7d3fbe8c757e731bf3dd5c4a95d
Description-en: Python 3 GitLab API client library - documentation
 Provides access to the GitLab v4 server API.
 This package contains the library documentation.

Package: python3-gitlab
Description-md5: e9dc584385a9ffc8a7b0ebbb7aa98e97
Description-en: Python 3 GitLab API client library
 Provides access to the GitLab v4 server API.
 This package contains the Python 3 library.

Package: python3-gjson
Description-md5: c3e793bb8f04d06005d7fed4c7c4b677
Description-en: Python library and binary to filter and extract data from JSON-like input
 This Python3 library and binary provides a simple way to filter and extract
 data from JSON-like objects or JSON files, using the GJSON syntax.

Package: python3-glad
Description-md5: e521b368f6fd1df6e2fc5a3220d1f0c3
Description-en: GL/GLES/EGL/GLX/WGL Loader-Generator (Python 3)
 This package provides the implementation of what is also available as
 a webservice on
  http://glad.dav1d.de/
 to transform OpenGL specs into an API that one can program against.
 It uses the official Khronos-XML specs to generate a GL/GLES/EGL/GLX/WGL
 Loader made for your needs. Glad currently supports the languages C,
 D and Volt.
 .
 The package is not meant for end users and will not be installed
 by the users of the package that it helped building.  It is a build
 dependency that is prepared to be integrated with CMake or Conan into
 the build process.
 .
 This package installs the library for Python 3.

Package: glance-store-common
Description-md5: 73ebc586841aa8443f1c76917c2dd08c
Description-en: OpenStack Image Service store library - common files
 The Glance project provides services for discovering, registering, and
 retrieving virtual machine images over the cloud. They may be stand-alone
 services, or may be used to deliver images from object stores, such as
 OpenStack's Swift service, to Nova's compute nodes.
 .
 This package contains shared configuration files for the Glance's stores.

Package: python-glance-store-doc
Description-md5: d92095e6ec170009093fc366466627ff
Description-en: OpenStack Image Service store library - doc
 The Glance project provides services for discovering, registering, and
 retrieving virtual machine images over the cloud. They may be stand-alone
 services, or may be used to deliver images from object stores, such as
 OpenStack's Swift service, to Nova's compute nodes.
 .
 This package contains the documentation.

Package: python3-glance-store
Description-md5: d104e96bfc800038c3e4078197e03399
Description-en: OpenStack Image Service store library - Python 3.x
 The Glance project provides services for discovering, registering, and
 retrieving virtual machine images over the cloud. They may be stand-alone
 services, or may be used to deliver images from object stores, such as
 OpenStack's Swift service, to Nova's compute nodes.
 .
 This package contains the Python 3.x module for the Glance's stores.

Package: python-glanceclient-doc
Description-md5: a2e5f26eee1d8cc9bd7633ffdfae8812
Description-en: Client library for Openstack glance server - doc
 The Glance project provides services for discovering, registering, and
 retrieving virtual machine images over the cloud. They may be stand-alone
 services, or may be used to deliver images from object stores, such as
 OpenStack's Swift service, to Nova's compute nodes.
 .
 This is a client for the Glance which uses the OpenStack Image API. There's a
 Python API (the "glanceclient" module), and a command-line script ("glance").
 .
 This package provides the documentation and man page.

Package: python3-glanceclient
Description-md5: 3ffe827652ebc7d6919e0a14f55eb03f
Description-en: Client library for Openstack glance server - Python 3.x
 The Glance project provides services for discovering, registering, and
 retrieving virtual machine images over the cloud. They may be stand-alone
 services, or may be used to deliver images from object stores, such as
 OpenStack's Swift service, to Nova's compute nodes.
 .
 This is a client for the Glance which uses the OpenStack Image API. There's a
 Python API (the "glanceclient" module), and a command-line script ("glance").
 .
 This package provides the Python 3.x module.

Package: python-glareclient-doc
Description-md5: 2b7a7a4f7c94a30adb0473c9b1141ebb
Description-en: client library for the OpenStack GLare Artifact REpository API - doc
 Glare (from GLare Artifact REpository) is a service that provides access to a
 unified catalog of structured meta-information as well as related binary data
 (these structures are also called 'artifacts').
 .
 This package contains the documentation.

Package: python3-glareclient
Description-md5: ea817660c088b3a71dcf78014378eac3
Description-en: client library for the OpenStack GLare Artifact REpository API - Python 3.x
 Glare (from GLare Artifact REpository) is a service that provides access to a
 unified catalog of structured meta-information as well as related binary data
 (these structures are also called 'artifacts').
 .
 This package contains the Python 3.x module.

Package: python3-glob2
Description-md5: 4ddd792a20f84bbf6379ab7b547c8723
Description-en: Enhanced glob module for Python
 This module provides an extended version of Python's builtin glob
 module with a number of additions.
 .
 This package contains the python 3 version.

Package: python3-glyphsets
Description-md5: 02616fe038c440cae543b5932d9a0427
Description-en: Python API for evaluating glyph sets in font projects
 This Python module provides an API with data about glyph sets for many
 different scripts and languages. This was crafted to specify the sets of
 characters that fonts in the Google Fonts collection are expected to provide
 glyphs for.
 .
 If you are a font developer or typeface designer,
 see the Lib/glyphsets/encodings/GF Glyph Sets subdirectory which provides
 glyph set definition "standards" that are typically useful sets to draw.
 .
 On the other hand, the "nam" files on the Lib/glyphsets/encodings directory are
 probably more useful for expert web developers. Those files explain how the
 Unicode Range subsets are defined, typically per script (writing system),
 in the Google Fonts css API.
 Python API for evaluating coverage of glyph sets in font projects.

Package: python-gmpy2-common
Description-md5: 80c96a338c0a217084fa90fb5f3fb930
Description-en: common files for python3-gmpy2
 gmpy is a C-coded Python extension module that wraps the GMP library to
 provide to Python code fast multiprecision arithmetic (integer, rational, and
 float), random number generation, advanced number-theoretical functions, and
 more.
 .
 This package installs common files for python3-gmpy2.

Package: python-gmpy2-doc
Description-md5: 717ad6385f92f777c153e826fcd02326
Description-en: documentation for python-gmpy2
 gmpy is a C-coded Python extension module that wraps the GMP library to
 provide to Python code fast multiprecision arithmetic (integer, rational, and
 float), random number generation, advanced number-theoretical functions, and
 more.
 .
 This package installs additional documentation for python3-gmpy2.

Package: python3-gmpy2
Description-md5: fc39a0694e0a8cad53d3140dbb59bf62
Description-en: interfaces GMP to Python 3 for fast, unbound-precision computations
 gmpy is a C-coded Python extension module that wraps the GMP library to
 provide to Python code fast multiprecision arithmetic (integer, rational, and
 float), random number generation, advanced number-theoretical functions, and
 more.
 .
 This package installs Python 3 support for gmpy2.

Package: python-gnocchiclient-doc
Description-md5: 5745acaf09606bf5e7483901be49d8ed
Description-en: bindings to the OpenStack Gnocchi API - doc
 This is a client for OpenStack gnocchi API. There's a Python API (the
 gnocchiclient module), and a command-line script. Each implements the entire
 OpenStack Gnocchi API.
 .
 Gnocchi is a service for managing a set of resources and storing metrics about
 them, in a scalable and resilient way. Its functionalities are exposed over an
 HTTP REST API.
 .
 This package contains the documentation.

Package: python3-gnocchiclient
Description-md5: 1a2820a2627371726cdb7f6f3c83eb30
Description-en: bindings to the OpenStack Gnocchi API - Python 3.x
 This is a client for OpenStack gnocchi API. There's a Python API (the
 gnocchiclient module), and a command-line script. Each implements the entire
 OpenStack Gnocchi API.
 .
 Gnocchi is a service for managing a set of resources and storing metrics about
 them, in a scalable and resilient way. Its functionalities are exposed over an
 HTTP REST API.
 .
 This package contains the Python 3.x module.

Package: python3-gnupg
Description-md5: df5055eac3c87e4d151f1a8c413898a5
Description-en: Python wrapper for the GNU Privacy Guard (Python 3.x)
 Python-GnuPG allows easy and well-documented access to basic GnuPG
 functionality such as generating and managing keys, encrypting and
 decrypting data, signing and verifying messages.
 .
 This package provides Python 3.x version of python-gnupg.

Package: python3-gnuplot
Description-md5: a59e3e2bca063d7f19297c6c4c031185
Description-en: Python interface to the gnuplot plotting program
 Gnuplot.py is a Python module that interfaces to gnuplot, the popular
 plotting program. It allows you to use gnuplot from within Python to
 plot arrays of data from memory, data files, or mathematical
 functions. If you use Python to perform computations or as `glue' for
 numerical programs, you can use this module to plot data on the fly as
 they are computed. And the combination with Python makes it is easy to
 automate things, including to create crude `animations' by plotting
 different datasets one after another.

Package: python3-gnuplotlib
Description-md5: 4c8ba0bd913813729374634a21d61620
Description-en: Gnuplot-based plotter for numpy
 gnuplotlib allows numpy data to be plotted using Gnuplot as a backend. As much
 as was possible, this module acts as a passive pass-through to Gnuplot, thus
 making available the full power and flexibility of the Gnuplot backend.
 .
 This is the package for Python3

Package: python3-google-auth
Description-md5: 1f6e656c08958b267b5681a9ca422ee7
Description-en: Google Authentication Library - Python 3.x
 This library simplifies using Google's various server-to-server authentication
 mechanisms to access Google APIs.
 .
 This package contains the Python 3.x module.

Package: python3-googleapi
Description-md5: 7b258060ff264931cebd68c92a3a2a56
Description-en: Google APIs Client Library - Python 3.x
 This package contains the Google APIs Client Library for Python, which is the
 core Python library for accessing. Samples are available in the
 python3-googleapi-samples package.
 .
 This package provides the Python 3.x module.

Package: python3-googleapi-samples
Description-md5: d8ce597ba0e33cd434123ead43ecce4d
Description-en: Google APIs Client Library for Python, samples
 This package contains the Google APIs Client Library for Python, which is the
 core Python library for accessing.
 .
 This package contains some samples for the python3-googleapi package.

Package: python-gphoto2-doc
Description-md5: 5a1f7ca3aeefc894ee33e8c134c9757c
Description-en: Python interface to libgphoto2 (common documentation)
 Python-gphoto2 is a comprehensive Python interface (or binding) to
 libgphoto2. It is built using SWIG to automatically generate the
 interface code. This gives direct access to nearly all the libgphoto2
 functions, but sometimes in a rather un-Pythonic manner.
 .
 This is the common documentation package.

Package: python3-gphoto2
Description-md5: aca34ff40197f1d6c35ded2266b417d8
Description-en: Python interface to libgphoto2 (Python 3)
 Python-gphoto2 is a comprehensive Python interface (or binding) to
 libgphoto2. It is built using SWIG to automatically generate the
 interface code. This gives direct access to nearly all the libgphoto2
 functions, but sometimes in a rather un-Pythonic manner.
 .
 This package installs the library for Python 3.

Package: python3-gpsoauth
Description-md5: 72cbd63e042024162c62a80397bb39d1
Description-en: Client library for Google Play Services OAuth
 gpsoauth allows Python code to use the "master token" authentication flow
 that Android apps use to authenticate with Google Play services.

Package: python-graphene-doc
Description-md5: 0a9bd3fc8f542b07b58ab4c884ffc209
Description-en: GraphQL Framework for Python (Documentation)
 Graphene is a Python library for building GraphQL schemas/types fast and
 easily.
 .
  * Easy to use: Graphene helps you use GraphQL in Python without effort.
  * Relay: Graphene has builtin support for Relay.
  * Data agnostic: Graphene supports any kind of data source: SQL (Django,
    SQLAlchemy), NoSQL, custom Python objects, etc. Upstream believes
    that by providing a complete API you could plug Graphene anywhere
    your data lives and make your data available through GraphQL.
 .
 This package contains the documentation of the library.

Package: python3-graphene
Description-md5: a15476aedc8099ccbb60afd47d74d745
Description-en: GraphQL Framework for Python (Python3 version)
 Graphene is a Python library for building GraphQL schemas/types fast and
 easily.
 .
  * Easy to use: Graphene helps you use GraphQL in Python without effort.
  * Relay: Graphene has builtin support for Relay.
  * Data agnostic: Graphene supports any kind of data source: SQL (Django,
    SQLAlchemy), NoSQL, custom Python objects, etc. Upstream believes
    that by providing a complete API you could plug Graphene anywhere
    your data lives and make your data available through GraphQL.
 .
 This package contains the Python 3 version of the library.

Package: python3-graphviz
Description-md5: 93c288fb71b065b2472b2292109362fb
Description-en: Simple Python 3 interface for Graphviz
 This package facilitates the creation and rendering of graph descriptions in
 the DOT language of the Graphviz graph drawing software from Python.
 .
 Create a graph object, assemble the graph by adding nodes and edges, and
 retrieve its DOT source code string. Save the source code to a file and render
 it with the Graphviz installation of your system.
 .
 Use the ``view`` option/method to directly inspect the resulting (PDF, PNG,
 SVG, etc.) file with its default application. Graphs can also be rendered
 and displayed within Jupyter notebooks.
 .
 This contains the Python 3 version.

Package: python-greenlet-dev
Description-md5: 732237700918b05962305d8ea440ee79
Description-en: Lightweight in-process concurrent programming - development files
 The greenlet package is a spin-off of Stackless, a version of CPython that
 supports micro-threads called "tasklets". Tasklets run pseudo-concurrently
 (typically in a single or a few OS-level threads) and are synchronized with
 data exchanges on "channels".
 .
 greenlet is the standalone package derived from the py lib, and is used by
 several non-blocking IO packages as a more flexible alternative to Python's
 built in coroutines.
 .
 This is the development package for greenlet.

Package: python-greenlet-doc
Description-md5: 38b38ebd2f1d82dff433fbfa8e243dc0
Description-en: Lightweight in-process concurrent programming - documentation
 The greenlet package is a spin-off of Stackless, a version of CPython that
 supports micro-threads called "tasklets". Tasklets run pseudo-concurrently
 (typically in a single or a few OS-level threads) and are synchronized with
 data exchanges on "channels".
 .
 greenlet is the standalone package derived from the py lib, and is used by
 several non-blocking IO packages as a more flexible alternative to Python's
 built in coroutines.
 .
 This is the documentation for greenlet.

Package: python3-greenlet
Description-md5: fd0da65355789a7bc7ca48e434caf8ec
Description-en: Lightweight in-process concurrent programming (python3)
 The greenlet package is a spin-off of Stackless, a version of CPython that
 supports micro-threads called "tasklets". Tasklets run pseudo-concurrently
 (typically in a single or a few OS-level threads) and are synchronized with
 data exchanges on "channels".
 .
 greenlet is the standalone package derived from the py lib, and is used by
 several non-blocking IO packages as a more flexible alternative to Python's
 built in coroutines.

Package: python3-griddataformats
Description-md5: 7e1304661a36ea062d43700b36739715
Description-en: Handling volumetric data in Python
 GridDataFormats provides the Python package 'gridData'.
 The gridData module contains a simple class Grid that makes it easier
 to work with data on a regular grid. A limited number of commonly
 used formats can be read and written, including OpenDX (.dx),
 gOpenMol (.plt), CCP4 (.ccp4), pickle (.pickle).

Package: python3-griffe
Description-md5: 42eb7ed40c4e7948344d7025441a062b
Description-en: Signatures for entire Python programs
 Extract the structure, the frame, the skeleton of your project,
 to generate API documentation or find breaking changes in your API.
 .
 This is the Python 3 version of the package.

Package: python3-grpc-tools
Description-md5: 42552e9b8fee90fb85a37d9dc1202e4d
Description-en: Protobuf code generator for gRPC (Python 3)
 gRPC is a modern open source high performance RPC framework. It can
 efficiently connect services in and across data centers with pluggable support
 for load balancing, tracing, health checkin and authentication.
 .
 It is also applicable in last mile of distributed computing to connect
 devices, mobile applications and browsers to backend services.
 .
 This package installs the Protobuf code generator for Python 3.

Package: python-gsd-doc
Description-md5: 782ef1999c819d5456c90d9fd42e801a
Description-en: native file format for HOOMD-blue (documentation)
 The GSD file format is the native file format for HOOMD-blue. GSD
 files store trajectories of the HOOMD-blue system state in a binary
 file with efficient random access to frames. GSD allows all particle
 and topology properties to vary from one frame to the next. Use the
 GSD Python API to specify the initial condition for a HOOMD-blue
 simulation or analyze trajectory output with a script. Read a GSD
 trajectory with a visualization tool to explore the behavior of the
 simulation.
 .
 This is the common documentation package.

Package: python3-gsd
Description-md5: 2bd98f72a37f05d1d4a5ec147a0c5767
Description-en: native file format for HOOMD-blue (Python 3 module)
 The GSD file format is the native file format for HOOMD-blue. GSD
 files store trajectories of the HOOMD-blue system state in a binary
 file with efficient random access to frames. GSD allows all particle
 and topology properties to vary from one frame to the next. Use the
 GSD Python API to specify the initial condition for a HOOMD-blue
 simulation or analyze trajectory output with a script. Read a GSD
 trajectory with a visualization tool to explore the behavior of the
 simulation.
 .
 This package installs the library to access GSD files from Python 3.

Package: python3-gssapi
Description-md5: a053dd476e9b75a0a51c7a1fb005d186
Description-en: Python 3 interface to GSSAPI
 Python3 Bindings for GSSAPI.  These bindings are for both RFC 2743/2744 and
 many extensions.  They are native bindings produced using Cython.
 .
 Available extensions will vary based on what your GSSAPI implementation
 supports; see package documentation for a detailed list of what is available.

Package: python3-gtfparse
Description-md5: b92d07db0ee12ea16a536214ed6a9b45
Description-en: parser for gene transfer format (aka GFF2)
 You find a gene in the genome? Or a feature about it?
 The gene transfer format (GTF, identical to GFF2)
 allows your program or your database to exchange
 this information so it can be presented with genome
 browsers or used e.g. as a selection for other features
 like nucleotide variants.
 .
 This package provides a parser for GTF/GFF2 files, i.e.
 sets of routines that read that file and support the
 computational interpretation of these data.

Package: python3-guess-language
Description-md5: 9ab229fe6fa6810ffc2e0213136d3d21
Description-en: library to detect the natural language of a text (Python 3 version)
 guess_language is a Python library to guess the natural language
 that a given text is written it. To achieve this, it uses models
 precomputed for each language and, optionally, spellchecking of
 words via pyenchant library.
 .
 This package installs the library for Python 3.

Package: python-guizero-doc
Description-md5: cbb442286de370c49c64ab07e435fe8a
Description-en: module to allow quick and easy GUI creation (documentation)
 guizero is a wrapper for Tkinter, and aims to make the process of creating
 simple GUIs quick, accessible and understandable by:
 .
  - working with the standard Python GUI library
  - providing an accessible widget naming system
  - abstracting away details novice programmers find hard
  - being flexible enough to be used for projects up to A-Level (UK) standard
  - providing comprehensive and accessible documentation with examples
  - providing helpful error messages
 .
 This package provides the guizero user documentation in HTML format.

Package: python3-guizero
Description-md5: 22a8d8c1e54f42b5e5704713248572fa
Description-en: module to allow quick and easy GUI creation (Python 3)
 guizero is a wrapper for Tkinter, and aims to make the process of creating
 simple GUIs quick, accessible and understandable by:
 .
  - working with the standard Python GUI library
  - providing an accessible widget naming system
  - abstracting away details novice programmers find hard
  - being flexible enough to be used for projects up to A-Level (UK) standard
  - providing comprehensive and accessible documentation with examples
  - providing helpful error messages
 .
 This package provides the guizero library for Python 3.

Package: python3-gwebsockets
Description-md5: a1fb70d538596d9377ee18c42c0d4404
Description-en: websocket server written in Python
 gwebsockets is a websocket server written in python.
 .
 It uses GIO for network communication and hence easily integrates with
 the GLib mainloop.

Package: python3-h11
Description-md5: d8249c3770b1eb352da2c8ab75fb2c89
Description-en: Pure-Python, bring-your-own-I/O implementation of HTTP/1.1 (Python 3)
 HTTP/1.1 library written from scratch in Python, heavily inspired by
 hyper-h2.
 .
 It's a "bring-your-own-I/O" library; h11 contains no IO code
 whatsoever. This means you can hook h11 up to your favorite network
 API, and that could be anything you want: synchronous, threaded,
 asynchronous, or your own implementation of RFC 6214 – h11 won’t
 judge you.
 .
 This is the Python 3 package.

Package: python3-h2
Description-md5: fd40a31273f591d31bfd23aee85a87f2
Description-en: Pure-Python3 HTTP/2 State-Machine based protocol implementation in Python
 This module contains a pure-Python HTTP/2 of a HTTP/2 protocol
 stack. It’s written from the ground up to be embeddable in whatever
 program you choose to use, ensuring that you can speak HTTP/2
 regardless of your programming paradigm.
 .
 This is the Python 3 version of the package.

Package: python-h5netcdf-doc
Description-md5: 50d4d39688c526cc81e04f5f6810a21d
Description-en: netCDF4 support via h5py (documentation)
 A Python interface for the netCDF4 file-format that reads and writes local or
 remote HDF5 files directly via h5py or h5pyd, without relying on the Unidata
 netCDF library.
 .
 This package provides the documentation for h5netcdf.

Package: python3-h5netcdf
Description-md5: 10b13a9965c0f989c8312e372a9355be
Description-en: netCDF4 support via h5py for Python 3
 A Python interface for the netCDF4 file-format that reads and writes local or
 remote HDF5 files directly via h5py or h5pyd, without relying on the Unidata
 netCDF library.
 .
 This package provides the modules for Python 3.

Package: python-hacking-doc
Description-md5: 0c2add9e058039c50ce39021c2d7f381
Description-en: Flake8 OpenStack Hacking Guidelines Enforcement plugins - doc
 Hacking is a set of flake8 plugins that test and enforce the OpenStack Style
 Commandments. It checks that your code matches the coding style which is
 mandatory for contributing to OpenStack.
 .
 This package provides the documentation.

Package: python3-hacking
Description-md5: 583479cfcd5a124dc6cb7eb2c383634b
Description-en: Flake8 OpenStack Hacking Guidelines Enforcement plugins - Python 3.x
 Hacking is a set of flake8 plugins that test and enforce the OpenStack Style
 Commandments. It checks that your code matches the coding style which is
 mandatory for contributing to OpenStack.
 .
 This package provides the Python 3.x module.

Package: python3-halo
Description-md5: 18f7af5d06cc3c1af36d5ae59a91d048
Description-en: Beautiful terminal spinners library for Python3
 Library that displays spinner (loading, processing during processing,
 etc.) on the terminal in Python3.

Package: python3-handy-archives
Description-md5: 2c1c2611a461d93fa2df8a4a1198ef13
Description-en: Some handy archive helpers for Python
 Utilities that help control files:
  - Extract a member from the archive as a file object
  - Returns the content of the given file as bytes
  - Returns the content of the given file as a string
  - Put the bytes from filename into the archive under the name arcname

Package: python3-hashids
Description-md5: fa3299f3a4e76d923e8594b502ccaba9
Description-en: Python implementation of hashids
 A Python port of the JavaScript hashids implementation. It generates
 YouTube-like hashes from one or many numbers. Use hashids when you do not
 want to expose your database ids to the user.

Package: python3-hatch-requirements-txt
Description-md5: 100775fff69d3c81f9427505f5f50898
Description-en: Read dependencies from requirements-txt
 Hatchling plugin to read project dependencies from requirements.txt
 You can also define groups of optional dependencies (also known as
 “features”) by appending optional-dependencies to project.dynamic
 and adding a table.

Package: python3-hdf4
Description-md5: 120edb0812a1d043ea31f18e17155857
Description-en: Python-HDF4: Python interface to the NCSA HDF4 library
 The Python-HDF4 package wraps the functionality of the NCSA HDF version
 4 library inside a Python OOP framework. The SD (scientific dataset),
 VS (Vdata) and V (Vgroup) APIs are currently implemented.  SD datasets
 are read/written through numpy arrays. NetCDF files can also be read
 and modified with Python-HDF4.
 .
 This package is a fork of pyhdf (http://pysclint.sourceforge.net/pyhdf/).

Package: python3-hdf5plugin
Description-md5: 531bc5e82cf1b7ec880387c25fecf44e
Description-en: Python library to make HDF5 compression filters usable from h5py
 hdf5plugin provides h5py extensions to control HDF5 compression filters
 plugins installed in the system.
 .
 The package supports providing options to:
 * blosc
 * bitshuffle
 * lz4
 * FCIDECOMP
 * ZFP
 * zstd
 .
 These filter plugins are not provided by this package and need to be installed
 using their own packages.

Package: python3-hdf5plugin-doc
Description-md5: 74f7a026c553b61487b99f6ebaf9c34f
Description-en: Python library to make HDF5 compression filters usable from h5py (documentation)
 hdf5plugin provides h5py extensions to control HDF5 compression filters
 plugins installed in the system.
 .
 The package supports providing options to:
 * blosc
 * bitshuffle
 * lz4
 * FCIDECOMP
 * ZFP
 * zstd
 .
 These filter plugins are not provided by this package and need to be installed
 using their own packages.
 .
 This is the documentation for hdf5plugin.

Package: python-hdf5storage-doc
Description-md5: e11ff9e60fcefdcf0258a5071c73d035
Description-en: documentation for hdf5storage
 This package provides high level utilities to read/write a variety of Python
 types to/from HDF5 (Heirarchal Data Format) formatted files. This package also
 provides support for MATLAB MAT v7.3 formatted files, which are just HDF5 files
 with a different extension and some extra meta-data.
 .
 This package provides the documentation for hdf5storage.

Package: python3-hdf5storage
Description-md5: 625a7f16487a053ef7e31d0865209ad9
Description-en: high-level utilities to read from and write to HDF5 (Python 3)
 This package provides high level utilities to read/write a variety of Python
 types to/from HDF5 (Heirarchal Data Format) formatted files. This package also
 provides support for MATLAB MAT v7.3 formatted files, which are just HDF5 files
 with a different extension and some extra meta-data.
 .
 This package provides hdf5storage for the Python 3 interpreter.

Package: python3-hdmedians
Description-md5: 82a0e983f6ff42f8d792e9b88a0b998a
Description-en: high-dimensional medians in Python3
 Various definitions for a high-dimensional median exist and this Python
 package provides a number of fast implementations of these definitions.
 Medians are extremely useful due to their high breakdown point (up to
 50% contamination) and have a number of nice applications in machine
 learning, computer vision, and high-dimensional statistics.
 .
 This package currently has implementations of medoid and geometric
 median with support for missing data using NaN.

Package: python3-headerparser
Description-md5: f7a992aa7bf45dd7b398335bc2a88840
Description-en: Parse key-value pairs in RFC 822 style headers
 This Python module parses key-value pairs in the style of RFC 822 (e-mail)
 headers and converts them into case-insensitive dictionaries with the
 trailing message body (if any) attached. Low-level functions for just
 scanning header fields (breaking them into sequences of key-value pairs
 without any further processing) are also included.

Package: python3-headerparser-doc
Description-md5: 1f6d532cbfe4abccd69aaae51b8e9583
Description-en: Parse key-value pairs in RFC 822 style headers - documentation
 This Python module parses key-value pairs in the style of RFC 822 (e-mail)
 headers and converts them into case-insensitive dictionaries with the
 trailing message body (if any) attached. Low-level functions for just
 scanning header fields (breaking them into sequences of key-value pairs
 without any further processing) are also included.
 .
 This package contains documentation for the headerparser module.

Package: python3-heatclient
Description-md5: 0d94ba883f73434459c5d37fef9d13c9
Description-en: client library and CLI for OpenStack Heat - Python 3.x
 Heat is a service to orchestrate multiple composite cloud applications
 using templates, through both an OpenStack-native ReST API and
 a CloudFormation-compatible Query API.
 .
 This is a client for the OpenStack Heat API. There's a Python API (the
 heatclient module), and a command-line script (heat). Each implements 100% of
 the OpenStack Heat API.
 .
 This package provides the Python 3.x module.

Package: python-hexbytes-doc
Description-md5: 335fd6f833a9192b8091bc99268c2624
Description-en: Python bytes subclass decodes hex (common documentation)
 HexBytes is a very thin wrapper around the Python built-in bytes class.
 It has these three changes:
 .
 1. Accepts more initializing values, like hex strings, non-negative
    integers, and booleans
 2. Returns hex with prefix ‘0x’ from HexBytes.hex()
 3. The representation at console is in hex
 .
 This package installs the common documentation package.

Package: python3-hexbytes
Description-md5: 846c64f67e0a0cc216c0fd7b6ae3a241
Description-en: Python bytes subclass decodes hex (Python 3)
 HexBytes is a very thin wrapper around the Python built-in bytes class.
 It has these three changes:
 .
 1. Accepts more initializing values, like hex strings, non-negative
    integers, and booleans
 2. Returns hex with prefix ‘0x’ from HexBytes.hex()
 3. The representation at console is in hex
 .
 This package installs the library for Python 3.

Package: python3-hgapi
Description-md5: b5e349185b7dabda12111ba58a4e84fa
Description-en: module providing a pure-Python API to Mercurial (Python 3)
 python3-hgapi is a pure-Python API to the Mercurial command-line,
 instead of the internal Mercurial API.
 .
 python3-hgapi works for all versions of Mercurial, and will instantly
 reflect any changes to the repository (including hgrc).
 .
 This package installs the library for Python 3.

Package: python3-hglib
Description-md5: 19652f43c253e8483575109e9c2e6675
Description-en: Python3 library for interfacing with Mercurial's command server
 python3-hglib is a library with a fast, convenient interface to Mercurial.
 It uses Mercurial's command server for communication with hg.  This approach
 avoids relying on Mercurial's (unstable) internal Python API, and avoids
 licensing issues for non-GPL code.

Package: python3-hid
Description-md5: 6aa4e475cd1ef027375277af0c201d1d
Description-en: cython3 interface to hidapi
 This has been tested with:
 .
 * the PIC18F4550 on the development board from CCS with their example program.
 * the Fine Offset WH3081 Weather Station.
 .
 It works on Linux, Windows XP and OS X.
 .
 HIDAPI is a multi-platform library which allows an application to interface
 with USB and Bluetooth HID-Class devices on Windows, Linux, FreeBSD, and Mac
 OS X.  HIDAPI can be either built as a shared library (.so or .dll) or
 can be embedded directly into a target application by adding a single source
 file (per platform) and a single header.
 .
 This package contains HIDAPI for Python 3.

Package: python3-hiredis
Description-md5: df9fe422c54b97f44cf2123767cc6350
Description-en: redis protocol reader for Python using hiredis
 This package provides a Python extension that wraps the protocol parsing
 code in Hiredis. It is targeted at speeding up parsing multi bulk replies from
 redis-server.
 .
 Hiredis is a minimalistic C client library for the Redis database, a
 persistent key-value database with support for atomically manipulating and
 querying data structures such as lists and sets.
 .
 Note that it is not a stand-alone redis client library and requires other
 code to perform low-level I/O with redis.

Package: python3-hkdf
Description-md5: 87127d3558537706b76a1ceb69615748
Description-en: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
 This module implements the HMAC Key Derivation function, defined at
 http://tools.ietf.org/html/draft-krawczyk-hkdf-01
 .
 There are two interfaces: a functional interface, with separate
 extract and expand functions as defined in the draft RFC, and a
 wrapper class for these functions.

Package: python3-hl7
Description-md5: 5f72a9e83f7233a644ef19f2c0d03682
Description-en: Python3 library for parsing HL7 messages
 HL7 is a communication protocol and message format for health care data.
 It is the de-facto standard for transmitting data between clinical
 information systems and between clinical devices. The version 2.x series,
 which is often is a pipe delimited format is currently the most widely
 accepted version of HL7 (version 3.0 is an XML-based format).
 python-hl7 currently only parses HL7 version 2.x messages into an easy
 to access, list-based, data structure.
 .
 This package contains the Python3 API.

Package: python3-holidays
Description-md5: 0a3d7dab8a5e417dbfb595b686e17c99
Description-en: Python library for generating sets of holidays
 A fast, efficient Python library for generating country, province and state
 specific sets of holidays on the fly. It aims to make determining whether a
 specific date is a holiday as fast and flexible as possible.
 .
 This package contains the Python 3.x module.

Package: python3-hpack
Description-md5: adc008237cf5c2baa13ab0c794a57aa6
Description-en: Pure-Python3 HTTP/2 header encoding (HPACK)
 This module contains a pure-Python HTTP/2 header encoding (HPACK) logic
 for use in Python programs that implement HTTP/2. It also contains a
 compatibility layer that automatically enables the use of nghttp2 if
 it’s available.
 .
 This is the Python 3 version of the package.

Package: python-hpilo-doc
Description-md5: f39fe6a4d5693de37827707342a62e6f
Description-en: HP iLO XML interface access from Python - Documentation
 This module will make it easy for you to access the Integrated Lights Out
 management interface of your HP hardware. It supports RILOE II, iLO, iLO 2, iLO
 3 and iLO 4. It uses the XML interface or hponcfg to access and change the iLO.
 .
 This package contains the documentation for hpilo Python module.

Package: python3-hpilo
Description-md5: 4b01d06990979d9a36bccf9a7e97a2b9
Description-en: HP iLO XML interface access from Python (Python 3)
 This module will make it easy for you to access the Integrated Lights Out
 management interface of your HP hardware. It supports RILOE II, iLO, iLO 2, iLO
 3 and iLO 4. It uses the XML interface or hponcfg to access and change the iLO.
 .
 This package contains the Python 3 version of hpilo.

Package: python3-hsluv
Description-md5: 1b8a651dd2d0ee9672ee4b9fff6f2826
Description-en: Human-friendly HSL (Python 3)
 HSLuv is a human-friendly alternative to HSL.
 .
 This package installs the library for Python 3.

Package: python3-html2text
Description-md5: 5f069457d18a9521dea2d1f5a6f19736
Description-en: Python module for converting HTML to Markdown text (Python3 version)
 html2text is a Python module that converts a page of HTML into clean,
 easy-to-read plain ASCII text. Better yet, that ASCII also happens to be
 valid Markdown (a text-to-HTML format).
 .
 This package contains the Python 3 version of the library, and a script,
 html2markdown.

Package: python3-http-parser
Description-md5: dc639189d3605033747f88456898f79e
Description-en: http request/response parser (Python 3)
 HTTP request/response parser for Python in C under MIT License, based on
 http-parser from Ryan Dahl.
 .
 This package installs the library for Python 3.

Package: python3-httplib2
Description-md5: 43b4287928c3dbd3553ba0279a8b162d
Description-en: 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.

Package: python3-httpretty
Description-md5: 31713a11a906985587954bea1bbcd8ce
Description-en: HTTP client mock - Python 3.x
 Once upon a time a Python developer wanted to use a RESTful API, everything
 was fine but until the day he needed to test the code that hits the RESTful
 API: what if the API server is down? What if its content has changed ?
 .
 Don't worry, HTTPretty is here for you.
 .
 This package provides the Python 3.x module.

Package: python3-httpsig
Description-md5: 76e3ac15fcef32c305b8a980339e0685
Description-en: sign HTTP requests (IETF HTTP Signatures) - Python 3 version of the package
 Sign HTTP requests with secure signatures according to the draft IETF HTTP
 Signatures specification.

Package: python3-httptools
Description-md5: 4aa50adf784d05ad123f5ebfb562d405
Description-en: framework independent HTTP protocol utils (Python3 version)
 httptools is a Python binding for nodejs HTTP parser. It contains two classes
 httptools.HttpRequestParser, httptools.HttpResponseParser and a function for
 parsing URLs httptools.parse_url.
 .
 This package contains the Python 3 version of the library.

Package: python3-hug
Description-md5: a18089fceaf55931e00f4808670f8d89
Description-en: Python3 framework for HTTP and CLI APIs
 hug makes developing a Python driven API as succinct as a written definition.
 Built-in API version management, validation and documentation generation.
 Encourages self-documenting code and easy testing.
 hug is Python 3+ only and built upon Falcon's high performance HTTP library.

Package: python3-hug-doc
Description-md5: c4e24aa1280638a2f383c17644e54387
Description-en: Python3 framework for HTTP APIs - documentation
 hug makes developing a Python driven API as succinct as a written definition.
 Built-in API version management, validation and documentation generation.
 Encourages self-documenting code and easy testing.
 hug is Python 3+ only and built upon Falcon's high performance HTTP library.
 This is the documentation package.

Package: python3-humanize
Description-md5: 6155dec4f9a3ba853eee650b883e0d21
Description-en: Python Humanize library (Python 3)
 This library proposes various common humanization utilities, like turning
 a number into a fuzzy human readable duration ('3 minutes ago') or into a
 human readable size or throughput.
 .
 This is the Python 3 version of the package.

Package: python3-hupper
Description-md5: 8978ef1154d8cff8b84e39b13aee8564
Description-en: Integrated process monitor for developing servers. (Python 3)
 hupper is an integrated process monitor that will track changes to any
 imported Python files in sys.modules as well as custom paths. When files
 are changed the process is restarted.
 .
 This package installs the library for Python 3.

Package: python3-hurry.filesize
Description-md5: 6bb6aab8329bbb2781cce98328752b4e
Description-en: human readable file sizes or anything sized in bytes - Python 3.x
 hurry.filesize a simple Python library that can take a number of bytes and
 returns a human-readable string with the size in it, in kilobytes (K),
 megabytes (M), etc.
 .
 The default system it uses is "traditional", where multipliers of 1024
 increase the unit size.
 .
 This package provides the Python 3.x module.

Package: python3-hvac
Description-md5: 8b5d5121b0bec99da4c78440ffca1556
Description-en: HashiCorp Vault API client - Python 3.x
 This python module provides an API to the HashiCorp Vault.
 .
 This package contains the Python 3.x module.

Package: python3-hyperframe
Description-md5: 1e6600b34844c74adf54967f5ee2ffb5
Description-en: Pure-Python3 HTTP/2 framing code
 This module contains a pure-Python codebase that is capable of
 decoding a binary stream into HTTP/2 frames.
 .
 This is the Python 3 version of the package.

Package: python-hypothesis-doc
Description-md5: 54899cf5f7c557cff40372a060077026
Description-en: advanced Quickcheck style testing library (documentation)
 Hypothesis is a library for testing your Python code against a much
 larger range of examples than you would ever want to write by
 hand. It's based on the Haskell library, Quickcheck, and is designed
 to integrate seamlessly into your existing Python unit testing work
 flow.
 .
 Hypothesis is both extremely practical and also advances the state of
 the art of unit testing by some way. It's easy to use, stable, and
 extremely powerful. If you're not using Hypothesis to test your
 project then you're missing out.
 .
 This package contains the documentation for Hypothesis.

Package: python3-hypothesis
Description-md5: 466954f1c5c38e1a2d5163868bd81bf8
Description-en: advanced Quickcheck style testing library for Python 3
 Hypothesis is a library for testing your Python code against a much
 larger range of examples than you would ever want to write by
 hand. It's based on the Haskell library, Quickcheck, and is designed
 to integrate seamlessly into your existing Python unit testing work
 flow.
 .
 Hypothesis is both extremely practical and also advances the state of
 the art of unit testing by some way. It's easy to use, stable, and
 extremely powerful. If you're not using Hypothesis to test your
 project then you're missing out.
 .
 This package contains the Python 3 module.

Package: python3-i3ipc
Description-md5: d4dfdc3500bedff4e16f798618c7455c
Description-en: Python library to control i3wm and sway
 i3ipc-python is a Python library for controlling the i3 and sway.
 This project is intended to be useful for general scripting, and for
 applications that interact with the window manager like status line
 generators, notification daemons, and window pagers.

Package: python3-ibm-cloud-sdk-core
Description-md5: 69ceb73c6b8cb237eb35ee5d3a1b83ca
Description-en: Client library for the IBM Cloud services (Python3 version)
 This project contains the core functionality used by Python SDK's generated by
 the IBM OpenAPI 3 SDK Generator (openapi-sdkgen). Python code generated by
 openapi-sdkgen will depend on the function contained in this project.
 .
 It supports the following types of authentication:
  * Basic Authentication
  * Bearer Token
  * Identity and Access Management (IAM)
  * Cloud Pak for Data
  * No Authentication
 .
 This package contains the Python 3 version of the library.

Package: python-icalendar-doc
Description-md5: c0b3413e9f0f7f0d92c4ed7b5835555c
Description-en: parser/generator of iCalendar files for use with Python -- docs
 The icalendar package is a parser/generator of iCalendar files for use with
 Python.
 .
 This package contains documentation for the Python module

Package: python3-icalendar
Description-md5: 9cd6afd48afa28b45feb00610e783caf
Description-en: parser/generator of iCalendar files for use with Python3
 The icalendar package is a parser/generator of iCalendar files for use with
 Python.
 .
 This package contains only Python3 bindings, no userland scripts.

Package: python3-icecream
Description-md5: c9354c398632c11c13f823579372d92c
Description-en: Debugging tool for Python scripts
 iceCream is a little library for sweet and creamy debugging.
 Do you ever use print() or log() to debug your code? Of course you do.
 IceCream, or ic for short, makes print debugging a little sweeter.

Package: python3-icmplib
Description-md5: 09a65680716acd41b6818f7bb603bf9b
Description-en: forge ICMP packets and make your own ping and traceroute
 icmplib is an implementation of the ICMP protocol in Python. It is possible to
 use the built-in functions or to build your own. It features:
  * ready-to-use functions such as: ping, multiping and traceroute.
  * multithreaded functions (like multiping).
  * runs without root privileges.
  * ICMPv4 and ICMPv6 support.
  * Broadcast support.
  * No dependency.

Package: python3-idna
Description-md5: 34a1aa9be377cec8e47afd8fa10839ab
Description-en: 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.

Package: python3-ifaddr
Description-md5: cb02f0a50eabd9e5280fc207e4d7813b
Description-en: Pure Python implementation for detecting IP addresses
 This is a small Python library which allows you to find all the IP addresses
 of the computer. Both ipv4 and ipv6 addresses will be found.
 .
 It is a pure Python implementation in contrast to some other Python libraries
 providing more or less the same functionality.

Package: python3-igor
Description-md5: 236e8122e279b7acade5d991d71c761d
Description-en: read files written by WaveMetrics IGOR Pro
 Python parsers for Igor Binary Waves (.ibw) and Packed Experiment
 (.pxp) files written by WaveMetrics’ IGOR Pro software.

Package: python3-igraph
Description-md5: 4fc5629b0cf1795301093ff15f11c348
Description-en: High performance graph data structures and algorithms (Python 3)
 Python interface to the igraph high performance graph library, primarily
 aimed at complex network research and analysis.
 .
 Graph plotting functionality is provided by the Cairo library, so make
 sure you install the Python bindings of Cairo if you want to generate
 publication-quality graph plots.
 .
 This package contains the Python 3 version of igraph.

Package: python3-ijson
Description-md5: 530f3321b26d15270252d0ccd13b7899
Description-en: event-driven JSON parser (Python 3 version)
 Ijson is an iterative, event-driven JSON parser with a standard
 Python iterator interface. The principle is similar to Java SAX
 parser: the user can parse a document on-line, without storing the
 whole object in memory.
 .
 This package installs the library for Python 3.

Package: python-ilorest-doc
Description-md5: 9ff95f673d184dd57acdc1a8c880bf2b
Description-en: Documentation of RESTful API for HPE iLO and HPE Chassis Manager
 This package contains the Sphinx based documentation for the library
 python-ilorest.
 .
 It contains also the examples from upstream that explain the usage of the
 library with dedicated examples.

Package: python3-ilorest
Description-md5: f0da474c4cfe70397327f84e6c818138
Description-en: RESTful API for HPE iLO and iLO Chassis Manager based HPE servers (Python3)
 HPE RESTful API for iLO is a RESTful application programming interface for the
 management of iLO and iLO Chassis Manager based HPE servers.
 .
 REST (Representational State Transfer) is a web based software architectural
 style consisting of a set of constraints that focuses on a system's resources.
 iLO REST library performs the basic HTTP operations GET, POST, PUT, PATCH and
 DELETE on resources using the HATEOAS (Hypermedia as the Engine of Application
 State) REST architecture. The API allows the clients to manage and interact
 with iLO through a fixed URL and several URIs.
 .
 This package contains the Python 3 version.

Package: python-imageio-doc
Description-md5: 3f0c16a793af1fb513fb079df17a4061
Description-en: documentation for imageio
 Imageio is a Python library that provides an easy interface to read and write
 a wide range of image data, including animated images, video, volumetric data,
 and scientific formats.
 .
 This package provides the documentation.

Package: python3-imageio
Description-md5: 75ff5eb88d8663e92e4685e27c8e1187
Description-en: library for reading and writing image data (Python 3)
 Imageio is a Python library that provides an easy interface to read and write
 a wide range of image data, including animated images, video, volumetric data,
 and scientific formats.
 .
 This package provides the library for Python 3.

Package: python3-imagesize
Description-md5: cab117deae0cbf2f9c392f397b8e07dc
Description-en: Python module for getting image size or DPI
 This module parses image header and returns width and height of the
 image, or dots per inch. Supported formats are: JPEG, JPEG 2000, PNG, GIF,
 TIFF, SVG, Netpbm.

Package: python3-imaplib2
Description-md5: 9c733301e99380dcf9f20e0a5e5cd784
Description-en: Threaded Python IMAP4 client (Python 3)
 Python IMAP4 rev1 mail protocol client class using threads for parallel
 operation, allowing full use of the IMAP4 concurrency features and to
 decouple a user of imaplib from i/o lags, except where explicitly allowed.

Package: python3-imgviz
Description-md5: e90c1800bf57a3d2bdf612ce12271561
Description-en: Image Visualization Tools (Python 3)
 These are tools for object detection, semantic and instance segmentation.
 .
 This package installs the library for Python 3.

Package: python3-immutabledict
Description-md5: 5c1bfe64b592e664e7805c9ef2caa908
Description-en: immutable wrapper around dictionaries (fork of frozendict)
 Immutabledict implements the complete mapping interface and can be
 used as a drop-in replacement for dictionaries where immutability is
 desired. The immutabledict constructor mimics dict, and all of the
 expected interfaces (iter, len, repr, hash, getitem) are provided. Note
 that an immutabledict does not guarantee the immutability of its values,
 so the utility of hash method is restricted by usage.
 .
 The only difference is that the copy() method of immutable takes variable
 keyword arguments, which will be present as key/value pairs in the new,
 immutable copy.

Package: python3-importlib-metadata
Description-md5: b7ef96fe998c5212b866b249a8597a0a
Description-en: 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.

Package: python3-infinity
Description-md5: 7ecc5a5b939e2a54299f7ab90a534b5c
Description-en: all-in-one infinity value for Python
 This package provides an all-in-one infinity value for Python. The infinity
 "inf" object can then be compared to any other Python object, or used in math
 expressions.

Package: python3-inflect
Description-md5: 2db7c861f3aa4bf3b477c11645513a3f
Description-en: Generate plurals, singular nouns, ordinals, indefinite articles (Python 3)
 The inflect Python module correctly generates plurals, singular nouns,
 ordinals and indefinite articles. It can also convert numbers to words.
 .
 This package contains the Python 3 version of this module.

Package: python3-iniconfig
Description-md5: 034bf317422d816a265d4b533d9a4113
Description-en: brain-dead simple parsing of ini files
 iniconfig is a small and simple INI-file parser module having a unique set of
 features:
 .
   * maintains order of sections and entries
   * supports multi-line values with or without line-continuations
   * supports "#" comments everywhere
   * raises errors with proper line-numbers
   * no bells and whistles like automatic substitutions
   * iniconfig raises an Error if two sections have the same name.

Package: python3-iniparse
Description-md5: 22ff1f5c8dc1f7cce706b1253d64bcd3
Description-en: access and modify configuration data in INI files (Python 3)
 iniparse is a INI parser for Python which is:
 .
  * Compatible with ConfigParser: Backward compatible implementations of
    ConfigParser, RawConfigParser, and SafeConfigParser are included that are
    API-compatible with the Python standard library. They pass all the unit
    tests in Python-2.4.4.
 .
  * Preserves structure of INI files: Order of sections & options, indentation,
    comments, and blank lines are preserved as far as possible when data is
    updated.
 .
  * More convenient: Values can be accessed using dotted notation
    (cfg.user.name), or using container syntax (cfg['user']['name']).
 .
 It is very useful for config files that are updated both by users and by
 programs, since it is very disorienting for a user to have her config file
 completely rearranged whenever a program changes it. iniparse also allows
 making the order of entries in a config file significant, which is desirable
 in applications like image galleries.
 .
 This is a Python 3 version of the package

Package: python3-injector
Description-md5: d26ac2cd58071db7ab9be2dda2eae090
Description-en: Python dependency injection framework
 While dependency injection is easy to do in Python due to its support
 for keyword arguments, the ease with which objects can be mocked and its
 dynamic nature, a framework for assisting in this process can remove a
 lot of boiler-plate from larger applications.
 .
 That's where Injector can help. It automatically and transitively
 provides dependencies for you. As an added benefit, Injector encourages
 nicely compartmentalised code through the use of :ref:modules <module>.
 .
 This package installs the library for Python 3.

Package: python3-inotify
Description-md5: 24dc20e1778d43b55f75859ac1447ab5
Description-en: inotify generator library for Python 3
 inotify* functionality is available from the Linux kernel and allows you to
 register one or more directories for watching, and to simply block and wait for
 notification events. This library is designed to act as a generator. All you
 have to do is loop, and you'll see one event at a time and block in-between.

Package: python-installer-doc
Description-md5: fb65faa1dc3fb2445c2a567cf484c2c0
Description-en: Python library for unpacking and installing wheels (documentation)
 "installer" is a low-level library for installing a Python package from a
 wheel distribution; the wheel is the basic unit of Python module
 distribution to end users. It provides basic functionality and abstractions
 for handling wheels and installing packages from wheels, including:
 .
  * Logic for "unpacking" a wheel (i.e. installation).
  * Abstractions for various parts of the unpacking process.
  * Extensible simple implementations of the abstractions.
  * Platform-independent Python script wrapper generation.

Package: python3-installer
Description-md5: cf03f5228d8aa0a428db66ebef31e3b7
Description-en: Python library for unpacking and installing wheels
 "installer" is a low-level library for installing a Python package from a
 wheel distribution; the wheel is the basic unit of Python module
 distribution to end users. It provides basic functionality and abstractions
 for handling wheels and installing packages from wheels, including:
 .
  * Logic for "unpacking" a wheel (i.e. installation).
  * Abstractions for various parts of the unpacking process.
  * Extensible simple implementations of the abstractions.
  * Platform-independent Python script wrapper generation.

Package: python-intbitset-doc
Description-md5: 00eafec37c4c2e7b66ba3f2a585e9888
Description-en: unordered sets with ultra fast operations (documentation)
 The ``intbitset`` library provides a set implementation to store sorted
 unsigned integers either 32-bits integers (between ``0`` and
 ``2**31 - 1`` or ``intbitset.__maxelem__``) or an infinite range
 with fast set operations implemented via bit vectors in a *Python C
 extension* for speed and reduced memory usage.
 .
 This package contains the intbitset documentation.

Package: python3-intbitset
Description-md5: 486cac6e16a19a5327daebbdced27a6c
Description-en: unordered sets with ultra fast operations
 The ``intbitset`` library provides a set implementation to store sorted
 unsigned integers either 32-bits integers (between ``0`` and
 ``2**31 - 1`` or ``intbitset.__maxelem__``) or an infinite range
 with fast set operations implemented via bit vectors in a *Python C
 extension* for speed and reduced memory usage.

Package: internetarchive
Description-md5: 3e29b5bc60e2d746e8092710a685416d
Description-en: commandline interface to archive.org
 Command-line tool (`ia`) for searching, downloading and uploading
 content to the Internet Archive.

Package: python3-internetarchive
Description-md5: ec6943212c7f5010b4286bd9dd5dc154
Description-en: Python interface to archive.org
 Python library for searching, downloading and uploading content to
 the Internet Archive.

Package: python3-intervals
Description-md5: 0fb308609f5d0d99853c7350ba061d27
Description-en: tools for handling intervals in Python
 This package provides objects, methods, constructors and functions for
 representing and manipulating mathematical intervals. Included are
 factory methods for creating intervals objects, comparison operators,
 set operators, and arithmetic functions.

Package: python3-intervaltree
Description-md5: 89984f5d80002db1fbba73f66e370796
Description-en: mutable, self-balancing interval tree (Python 3)
 This library contains a mutable, self-balancing interval tree
 implementation for Python. Queries may be by point, by range overlap,
 or by range envelopment.
 .
 It was designed to allow tagging text and time intervals, where the
 intervals include the lower bound but not the upper bound.
 .
 This package installs the library for Python 3.

Package: python3-intervaltree-bio
Description-md5: 57c331edd13a836d3be67f507809924e
Description-en: Interval tree convenience classes for genomic data -- Python 3 library
 Convenience classes for loading UCSC genomic annotation records into
 a set of interval tree data structures.
 .
 This package provides the Python 3 library.

Package: python3-invoke
Description-md5: 37b0d11b40c9c03444abfd51e61b0bda
Description-en: Pythonic task execution - Python 3.x
 Invoke is a Python (2.6+ and 3.2+) task execution tool and library, drawing
 inspiration from various sources to arrive at a powerful and clean feature
 set.
 .
 Like Ruby's Rake tool and Invoke's own predecessor Fabric 1.x, it provides a
 clean, high level API for running shell commands and defining/organizing task
 functions from a tasks.py file.
 .
 From GNU Make, it inherits an emphasis on minimal boilerplate for common
 patterns and the ability to run multiple tasks in a single invocation.
 .
 Following the lead of most Unix CLI applications, it offers a traditional
 flag-based style of command-line parsing, deriving flag names and value types
 from task signatures.
 .
 Like many of its predecessors, it offers advanced features as well:
 namespacing, task aliasing, before/after hooks, parallel execution and more.
 .
 This package contains the Python 3.x module.

Package: python3-iow
Description-md5: ca3ce21afa545ec432fdd7b203741438
Description-en: balanced parentheses tree structure
 This Python3 module is an implementation of the balanced parentheses
 tree structure as described by Cordova and Navarro.

Package: python3-iowait
Description-md5: fc59bde767ae328033150148ba8a18de
Description-en: Platform-independent module for I/O completion events
 Different operating systems provide different ways to wait for I/O completion
 events: there's select(), poll(), epoll() and kqueue(). For cross-platform
 applications it can be a pain to support all this system functions, especially
 because each one provides a different interface.
 .
 IOWait solves this problem by providing a unified interface and using always
 the best and faster function available in the platform. Its only limitation is
 that, on Windows, it only works for sockets.
 .
 This package provides the module for Python 3.

Package: python3-ipfix
Description-md5: a034e4b838a2fa1f9e26c88fd202b7cd
Description-en: IPFIX implementation for Python 3
 This module provides a Python interface to IPFIX message streams, and
 provides tools for building IPFIX Exporting and Collecting Processes.
 It handles message framing and deframing, encoding and decoding IPFIX
 data records using templates, and a bridge between IPFIX ADTs and
 appropriate Python data types.

Package: python3-pyipmi
Description-md5: d01606fd9a99f9fd5ee7cd972addcf81
Description-en: Pure Python IPMI library
 The Intelligent Platform Management Interface (IPMI) is a set of computer
 interface specifications for an autonomous computer subsystem that provides
 management and monitoring capabilities independently of the host system’s CPU,
 firmware (BIOS or UEFI) and operating system. The python-ipmi library provides
 an application programming interface (API) for using IPMI protocol within the
 Python environment. This library supports IPMI version 2.0 as described in the
 IPMI standard.
 .
 There are two ways to communicate with a server using IPMI interface:
  1. IPMI over Local Area Network (LAN) using Remote Management Control
     Protocol (RMCP) packet datagrams
  2. Intelligent Platform Management Bus (IPMB) is an I2C-based bus
 .
 Features:
 .
  * native RMCP interface (using Python libraries only)
  * legacy RMCP interface (requires ipmitool to be installed)
  * IPMB interface (using the Total Phase Aardvark)

Package: python-iptables-doc
Description-md5: 3f5bd74f6dff472a81b73e655a9f63f5
Description-en: documentation for the python-iptables library
 python-iptables provides a pythonesque wrapper via Python bindings to iptables
 under Linux. Interoperability with iptables is achieved by using the iptables
 C libraries (libiptc, libxtables, and the iptables extensions), instead of
 calling the iptables binary and parsing its output.
 It is meant primarily for dynamic and/or complex routers and firewalls, where
 rules are often updated or changed, or Python programs wish to interface with
 the Linux iptables framework...
 .
 This package provides documentation for python-iptables

Package: python3-iptables
Description-md5: b9d65ec51d0a5a1d5e9b1c80b927b67e
Description-en: Python bindings for iptables (Python 3 interface)
 python-iptables provides a pythonesque wrapper via Python bindings to iptables
 under Linux. Interoperability with iptables is achieved by using the iptables
 C libraries (libiptc, libxtables, and the iptables extensions), instead of
 calling the iptables binary and parsing its output.
 It is meant primarily for dynamic and/or complex routers and firewalls, where
 rules are often updated or changed, or Python programs wish to interface with
 the Linux iptables framework...
 .
 This package provides the Python 3.x module

Package: python3-irc
Description-md5: 38a3f7e22be4315ffe9147013475e9c9
Description-en: Internet Relay Chat (IRC) protocol client library — Python 3
 This library is intended to encapsulate the IRC protocol at a quite low level.
 It provides an event-driven IRC client framework. It has a fairly thorough
 support for the basic IRC protocol, CTCP and DCC connections.
 .
 This package installs the library for Python 3.

Package: python3-irodsclient
Description-md5: d0e97fc28838ff0719da2e993723ea54
Description-en: Client API for iRods
 iRODS is an open source distributed data management system.
 This is a client API implemented in Python 3

Package: python3-ironic-inspector-client
Description-md5: 68bbf3c06644f5927d3844ffb5adf0ed
Description-en: client for Ironic Inspector - Python 3.x
 This is an auxiliary service for discovering hardware properties for a node
 managed by OpenStack Ironic. Hardware introspection or hardware properties
 discovery is a process of getting hardware parameters required for scheduling
 from a bare metal node, given it's power management credentials (e.g. IPMI
 address, user name and password).
 .
 A special discovery ramdisk is required to collect the information on a node.
 The default one can be built using diskimage-builder and
 ironic-inspector-ramdisk element.
 .
 This package contains the Python 3.x module.

Package: python3-ironic-lib
Description-md5: 75b08068dceb7d73eb9f6662cd77c835
Description-en: common library used by various Ironic projects - Python 3.x
 A common library to be used by various projects in the Ironic ecosystem.
 .
 Ironic provision bare metal machines instead of virtual machines. It is a fork
 of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor
 API and a set of plugins which interact with the bare metal hypervisors. By
 default, it will use PXE and IPMI in concert to provision and turn on/off
 machines, but Ironic also supports vendor-specific plugins which may implement
 additional functionality.
 .
 This package provides the Python 3.x module.

Package: python-ironicclient-doc
Description-md5: f8239ba8110e10dc62062ce58df525a4
Description-en: Client for OpenStack bare metal Service - doc
 Ironic provision bare metal machines instead of virtual machines. It is a fork
 of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor
 API and a set of plugins which interact with the bare metal hypervisors. By
 default, it will use PXE and IPMI in concert to provision and turn on/off
 machines, but Ironic also supports vendor-specific plugins which may
 implement
 additional functionality.
 .
 This is a client for the OpenStack Ironic API. There's a Python API
 (the "ironicclient" module), and a command-line script ("ironic").
 .
 Installing this package gets you a shell command, that you can use to
 interact with Ironic's API.
 .
 This package provides the documentation.

Package: python3-ironicclient
Description-md5: bff5deb8852a7580988b611b1ed40efa
Description-en: Client for OpenStack bare metal Service - Python 3.x
 Ironic provision bare metal machines instead of virtual machines. It is a fork
 of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor
 API and a set of plugins which interact with the bare metal hypervisors. By
 default, it will use PXE and IPMI in concert to provision and turn on/off
 machines, but Ironic also supports vendor-specific plugins which may
 implement
 additional functionality.
 .
 This is a client for the OpenStack Ironic API. There's a Python API
 (the "ironicclient" module), and a command-line script ("ironic").
 .
 Installing this package gets you a shell command, that you can use to
 interact with Ironic's API.
 .
 This package provides the Python 3.x support.

Package: python3-isc-dhcp-leases
Description-md5: c764a1dc4a00aef6943d7fd9e1caf384
Description-en: Python module for reading dhcp leases files (Python 3 interface)
 This is a small Python module for reading /var/lib/dhcp/dhcpd.leases as written
 by isc-dhcp-server.
 It also supports reading lease files from the isc dhcp daemon running
 in IPv6 mode.
 .
 This package provides the Python 3.x module.

Package: python3-iso3166
Description-md5: a849363965b93098861984c4e34fe98a
Description-en: Standalone ISO 3166-1 country definitions (Python 3)
 ISO 3166-1 defines two-letter, three-letter, and three-digit
 country codes. python-iso3166 is a self-contained module that
 converts between these codes and the corresponding country name.
 .
 This package contains the Python 3 library.

Package: python3-iso8601
Description-md5: 00cb319e1474a6ed3f4870c420b3c474
Description-en: Python module to parse ISO 8601 dates - Python 3.x
 Many file formats and standards use the ISO 8601 date format
 (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral,
 unambiguous manner. This simple Python module parses the most common
 forms encountered and returns Python datetime objects.
 .
 This package provides the Python 3.x module.

Package: python3-isosurfaces
Description-md5: e5f6d616cec2ce28579cc25b56037536
Description-en: Compute isolines/isosurfaces of scalar fields
 Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function,
 i.e. curves over which `f(x,y)=0` or surfaces over which `f(x,y,z)=0`. Most
 similar libraries use marching squares or similar over a uniform grid, but
 this uses a quadtree to avoid wasting time sampling many far from the implicit
 surface.
 .
 This package installs the Python 3 module.

Package: python3-isoweek
Description-md5: ac7c11e242bd369cc8ea8ea0d6661516
Description-en: Python module to provide the class Week (Python 3)
 The isoweek Python module provide the class Week. Instances
 represent specific weeks spanning Monday to Sunday. There are 52 or 53
 numbered weeks in a year. Week 1 is defined to be the first week with 4
 or more days in January.
 .
 This is the python3 version of the package.

Package: python3-itemadapter
Description-md5: 5cf3169dad4b230c58e44f1bababbab5
Description-en: Common interface for data container classes (Python 3)
 The ItemAdapter class is a wrapper for data container objects, providing a
 common interface to handle objects of different types in an uniform manner,
 regardless of their underlying implementation.
 .
 Currently supported types are:
  * dict
  * scrapy.item.Item
  * dataclass-based classes
  * attrs-based classes
 .
 This is the Python 3 version of the package.

Package: python3-itemloaders
Description-md5: ae56de532b0a1231b191380e283e1d28
Description-en: Library to populate items using XPath and CSS with a convenient API (Python 3)
 itemloaders is a library that helps you collect data from HTML and XML
 sources.
 .
 It comes in handy to extract data from web pages, as it supports data
 extraction using CSS and XPath Selectors.
 .
 It's specially useful when you need to standardize the data from many sources.
 For example, it allows you to have all your casting and parsing rules in a
 single place.

Package: python-itsdangerous-doc
Description-md5: da132be766650f07fac82665f78b8986
Description-en: Various helpers to pass trusted data to untrusted environment - doc
 itsdangerous provides a module that is a port of the django signing
 module.  It's not directly copied but some changes were applied to
 make it work better on its own.
 .
 itsdangerous allows web applications to use a key only it knows to
 cryptographically sign data and hand it over to someone else (e.g. a
 user).  When it gets the data back it can easily ensure that nobody
 tampered with it.
 .
 This package provides the documentation.

Package: python3-itsdangerous
Description-md5: e3428b282cec2a5412b061871bf7140d
Description-en: Various helpers to pass trusted data to untrusted environment - Python 3.x
 itsdangerous provides a module that is a port of the django signing
 module.  It's not directly copied but some changes were applied to
 make it work better on its own.
 .
 itsdangerous allows web applications to use a key only it knows to
 cryptographically sign data and hand it over to someone else (e.g. a
 user).  When it gets the data back it can easily ensure that nobody
 tampered with it.
 .
 This package provides the itsdangerous Python module for Python 3.x.

Package: python3-jack-client
Description-md5: 382d4e46ccd2141cbcc2f49b1e613b7d
Description-en: JACK Audio Connection Kit (JACK) Client for Python 3
 Python 3 module that provides bindings for the JACK library.
 The module is able to create audio input and output ports,
 also provides the functionality to manage MIDI ports.
 .
 This package installs the library for Python 3.

Package: python3-janus
Description-md5: 3f31127f2f896fae5af2f3399af1254a
Description-en: thread-safe asyncio-aware queue for Python
 Mixed sync-async queue,
 supposed to be used for communicating
 between classic synchronous (threaded) code
 and asynchronous (in terms of asyncio) one.
 .
 Like Janus god,
 the queue object from the library has two faces:
 synchronous and asynchronous interface.
 .
 Synchronous is fully compatible with standard queue,
 asynchronous one follows asyncio queue design.

Package: python3-jaraco.functools
Description-md5: bae123a4db518e0ac7c92a820d69515c
Description-en: additional functools in the spirit of stdlib's functools
 Jaraco.functools provides additional functools in the spirit of stdlib's
 functools, mostly needed as a dependency of other projects by the same
 upstream developer such as the 'tempora' module.

Package: python3-javaobj
Description-md5: cfeb1cecc7bf74453113007690aa02fd
Description-en: read and write Java objects serialized by ObjectOutputStream
 python-javaobj is a Python library that provides functions for
 reading and writing (writing is WIP currently) Java objects
 serialized or will be deserialized by ObjectOutputStream. This form
 of object representation is a standard data interchange format in
 Java world.
 .
 The javaobj module exposes an API familiar to users of the standard
 library marshal, pickle and json modules.
 .
  * Java object instance un-marshalling
  * Java classes un-marshalling
  * Primitive values un-marshalling
  * Automatic conversion of Java Collections to Python ones
    (HashMap => dict, ArrayList => list, etc.)
  * Basic marshalling of simple Java objects (v1 implementation only)

Package: python3-jedi
Description-md5: 2c9cf980f8c0cfe92286502b805edda8
Description-en: autocompletion tool for Python 3
 Jedi is an autocompletion tool for Python. It works. With and without syntax
 errors. Sometimes it sucks, but that's normal in dynamic languages. But it
 sucks less than other tools. It understands almost all of the basic Python
 syntax elements including many builtins.

Package: vim-python-jedi
Description-md5: 6f95d0a1660419ef00b39653d207649d
Description-en: autocompletion tool for Python - VIM addon files
 Jedi is an autocompletion tool for Python. It works. With and without syntax
 errors. Sometimes it sucks, but that's normal in dynamic languages. But it
 sucks less than other tools. It understands almost all of the basic Python
 syntax elements including many builtins.
 .
 To enable this addon in your (Neo)Vim use one of these two methods:
  * Add "packadd! python-jedi" to your vimrc file
  * Invoke: `vam install python-jedi` if you use Vim Addon Manager

Package: python-jellyfish-doc
Description-md5: 692defbb1bc3262fd1d346fed7a18508
Description-en: Library for approximate and phonetic matching of strings (documentation)
 Jellyfish is a Python library for doing approximate and phonetic
 matching of strings. Includes algorithms for string comparison
 (Levenshtein Distance, Damerau-Levenshtein Distance, Jaro Distance,
 Jaro-Winkler Distance, Match Rating Approach Comparison, Hamming
 Distance) and phonetic encoding (American Soundex, Metaphone, NYSIIS,
 Match Rating Codex).
 .
 This is the documentation package.

Package: python3-jellyfish
Description-md5: e26d5a75bd005fcf8ef2b08c4b3d3dff
Description-en: Library for approximate and phonetic matching of strings (Python 3)
 Jellyfish is a Python library for doing approximate and phonetic
 matching of strings. Includes algorithms for string comparison
 (Levenshtein Distance, Damerau-Levenshtein Distance, Jaro Distance,
 Jaro-Winkler Distance, Match Rating Approach Comparison, Hamming
 Distance) and phonetic encoding (American Soundex, Metaphone, NYSIIS,
 Match Rating Codex).
 .
 This package installs the library for Python 3.

Package: python-jenkins-doc
Description-md5: 9f61aaa839e7922dca3a5136742be163
Description-en: bindings for the Jenkins Remote API - doc
 This package provides Python bindings for the Jenkins Remote
 API. It current supports management of:
 .
  * Project configuration
  * Build control
  * Slave node configuration
 .
 This package contains the documentation.

Package: python3-jenkins
Description-md5: e4079279f899215a4809da3e8b55ef5a
Description-en: bindings for the Jenkins Remote API - Python 3.x
 This package provides Python bindings for the Jenkins Remote
 API. It current supports management of:
 .
  * Project configuration
  * Build control
  * Slave node configuration
 .
 This package contains the Python 3.x module.

Package: python-jieba-doc
Description-md5: 9b71be0d2e0bc556b41ff448d0af92e3
Description-en: Jieba Chinese text segmenter (common documentation)
 "Jieba" (Chinese for "to stutter")is a high-accuracy Chinese text segmenteran
 based on HMM-model and Viterbi algorithm. It uses dynamic programming to find
 the most probable combination based on the word frequency.
 .
 This is the common documentation package.

Package: python3-jieba
Description-md5: 92c691f9a300c78649ef7339077b87f8
Description-en: Jieba Chinese text segmenter (Python 3)
 "Jieba" (Chinese for "to stutter")is a high-accuracy Chinese text segmenteran
 based on HMM-model and Viterbi algorithm. It uses dynamic programming to find
 the most probable combination based on the word frequency.
 .
 It supports three types of segmentation mode:
  * Accurate Mode attempts to cut the sentence into the most accurate
    segmentations, which is suitable for text analysis.
  * Full Mode gets all the possible words from the sentence. Fast but not
    accurate.
  * Search Engine Mode, based on the Accurate Mode, attempts to cut long words
    into several short words, which can raise the recall rate. Suitable for
    search engines.
 Traditional Chinese and customized dictionaries are also supported.
 .
 This package installs the library for Python 3.

Package: python-jira-doc
Description-md5: d2e63ae3ab2fc7877f7fd7f7c74f579f
Description-en: JIRA Python library (common documentation)
 This package contains a library that eases the use of the JIRA REST API
 from Python.
 .
 This is the common documentation package.

Package: python3-jira
Description-md5: 8508483fb3653f69731b5a33b6039573
Description-en: JIRA Python library (Python 3)
 This package contains a library that eases the use of the JIRA REST API
 from Python.
 .
 This package installs the library for Python 3.

Package: python3-jmespath
Description-md5: ac09f316db5a4e759a8b7593617b1b6c
Description-en: JSON Matching Expressions (Python 3)
 JMESPath is python library which allows you to declaratively specify how
 to extract elements from a JSON document.
 .
 This package contains the module for Python 3.

Package: python-jose-doc
Description-md5: 40dc33f0df9a4241c865388e7be79d50
Description-en: JavaScript Object Signing and Encryption (JOSE) for Python (documentation)
 Implement the following features:
 .
  - JSON Web Signature (JWS),
  - JSON Web Encryption (JWE),
  - JSON Web Key (JWK),
  - and JSON Web Algorithms (JWA).
 .
 This is the common documentation package.

Package: python3-jose
Description-md5: 960b41e0ec074424f69f0ee14841dd19
Description-en: JavaScript Object Signing and Encryption (JOSE) for Python
 Implement the following features:
 .
  - JSON Web Signature (JWS),
  - JSON Web Encryption (JWE),
  - JSON Web Key (JWK),
  - and JSON Web Algorithms (JWA).
 .
 This package installs the library for Python 3.

Package: python-josepy-doc
Description-md5: 4889791d1846e4c87b5b14b65ab2c157
Description-en: JOSE implementation for Python - Documentation
 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 documentation for the library.

Package: python3-josepy
Description-md5: a6d8be6a1e2747e5b5cffc91a865ed9a
Description-en: 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.

Package: python3-jpype
Description-md5: 8fd1626e6144d9b2c9b037af7c1e3fd7
Description-en: Binding the worlds of Java and Python (for Python 3)
 JPype is an effort to allow Python programs full access to java class
 libraries. This is achieved not through re-implementing Python, as
 Jython/JPython has done, but rather through interfacing at the native
 level in both Virtual Machines.
 .
 Eventually, it should be possible to replace Java with Python in many,
 though not all, situations. JSP, Servlets, RMI servers and IDE plugins
 are good candidates.
 .
 This package for Python 3.

Package: jsbeautifier
Description-md5: a1e126947a9fdcbb2a0838ad93e68f3c
Description-en: JavaScript unobfuscator and beautifier
 Beautify, unpack or deobfuscate JavaScript, leveraging popular online
 obfuscators.

Package: python3-jsbeautifier
Description-md5: c1ab2d9e2c9a1e7bf0ccdbd96763b1b8
Description-en: JavaScript unobfuscator and beautifier (python3)
 Beautify, unpack or deobfuscate JavaScript, leveraging popular online
 obfuscators.
 .
 This is the Python 3 version of the package.

Package: python3-jsmin
Description-md5: aa77df65814d1fa872e7c9627458253e
Description-en: JavaScript minifier written in Python - Python 3.x
 Python-jsmin is a JavaScript minifier, it is written in pure
 Python and actively maintained.
 .
 This package provides the Python 3.x module.

Package: python3-jsonpatch
Description-md5: 31a1db05fc61c0f39e77ce5db231668d
Description-en: 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.

Package: python-json-pointer-doc
Description-md5: 282f07ba74575c1404a6781a465c4ae5
Description-en: resolve JSON pointers - doc
 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 contains the documentation.

Package: python3-json-pointer
Description-md5: 842a56c675d333d9c50b4656e073c4e5
Description-en: 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.

Package: python3-json5
Description-md5: 787d286cdb1b7e604dc060f0e7d4c1f8
Description-en: manage data in JSON5 format in Python
 Reader and writer implementation for the JSON5 data format, mirroring
 the standard Python JSON programming interface for ease of use.
 .
 This package installs the library for Python 3.

Package: python3-jsondiff
Description-md5: f84a05f2b27abb1df88283dc83cadcb1
Description-en: diff JSON and JSON-like structures in Python 3
 Python 3 module providing diff JSON and JSON-like structures.
 .
 This package provides the Python 3 version of the module.

Package: python3-jsonext
Description-md5: f09c779f2a7a7b9fa7ebeed1d7d4802d
Description-en: serialisation to/from JSON for extra types — Python 3
 ‘jsonext’ makes easy JSON serialisation of Python objects outside of
 the standard Python built-in-types.
 .
 This package installs the library for Python 3.

Package: python3-jsonpath-rw
Description-md5: 7778aa5f5824e62cf968d4e18866b436
Description-en: extended implementation of JSONPath for Python 3.x
 This library provides a robust and significantly extended implementation of
 JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, and 3.3.
 .
 This library differs from other JSONPath implementations in that it is a full
 language implementation, meaning the JSONPath expressions are first class
 objects, easy to analyze, transform, parse, print, and extend.
 .
 The JSONPath syntax supported by this library includes some additional
 features and omits some problematic features (those that make it unportable).
 In particular, some new operators such as "|" and "where" are available, and
 parentheses are used for grouping not for callbacks into Python, since with
 these changes the language is not trivially associative. Also, fields may be
 quoted whether or not they are contained in brackets.
 .
 This package provides the Python 3.x module.

Package: python-jsonpath-rw-ext-doc
Description-md5: 2d9f4320b3735128dbca5bb127afc2c4
Description-en: Extensions for JSONPath RW - doc
 Jsonpath-rw-ext extends json-path-rw capabilities by adding multiple
 extensions: 'len' that allows one to get the length of a list. 'sorted' that
 returns a sorted version of a list, 'arithmetic' that permits one to make math
 operation between elements and 'filter' to select only certain elements of a
 list.
 .
 This package contains the documentation.

Package: python3-jsonpath-rw-ext
Description-md5: 0f3bc641e4fcd4d7eca378e9e598d53a
Description-en: Extensions for JSONPath RW - Python 3.x
 Jsonpath-rw-ext extends json-path-rw capabilities by adding multiple
 extensions: 'len' that allows one to get the length of a list. 'sorted' that
 returns a sorted version of a list, 'arithmetic' that permits one to make math
 operation between elements and 'filter' to select only certain elements of a
 list.
 .
 This package contains the Python 3.x module.

Package: python-jsonrpc-doc
Description-md5: a5af49a4e83eb679e4f75efb0f122d79
Description-en: documentation for json-rpc
 JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol.
 Primarily this specification defines several data structures and the rules
 around their processing. It is transport agnostic in that the concepts can be
 used within the same process, over sockets, over http, or in many various
 message passing environments. It uses JSON (RFC 4627) as data format.
 .
 This package provides the documentation.

Package: python3-jsonrpc
Description-md5: 0ef5e3d7190c5e263013dfb0e5cdad95
Description-en: Python implementation of JSON-RPC 1.0 and 2.0 (Python 3)
 JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol.
 Primarily this specification defines several data structures and the rules
 around their processing. It is transport agnostic in that the concepts can be
 used within the same process, over sockets, over http, or in many various
 message passing environments. It uses JSON (RFC 4627) as data format.
 .
 This package provides the modules for Python 3.

Package: python-jsonschema-doc
Description-md5: f676db2896a54e8435d7d1d4d5c47201
Description-en: An(other) implementation of JSON Schema (Draft 3, 4, 6, 7) - doc
 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 provides the documentation.

Package: python3-jsonschema
Description-md5: c56b51992c1bc1726146f377b52697ad
Description-en: An(other) implementation of JSON Schema (Draft 3, 4, 6, 7)
 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.

Package: python3-junit.xml
Description-md5: 93b5d58b19f2b70d514e9a1e145da17a
Description-en: creates JUnit XML test result docs readable by tools such as Jenkins (py3k)
 A Python module for creating JUnit XML test result documents that can be read
 by tools such as Jenkins. If you are ever working with test tool or test suite
 written in Python and want to take advantage of Jenkins’ pretty graphs and test
 reporting capabilities, this module will let you generate the XML test reports.
 .
 This package contains the Python 3 version of junit_xml module .

Package: python3-jwcrypto
Description-md5: 01501c75f479b47da9b386d685fe4cc2
Description-en: Python3 implementation of JOSE Web standards
 This python module implements JWK,JWS,JWE specifications using
 python-cryptography.
 .
 This package includes the python3 version.

Package: python-k8sclient-doc
Description-md5: 6e75afedf0362460600daf710b76467a
Description-en: Kubernetes API Python client code - doc
 K8sclient is the Kubernetes API Python client code. This code is generated by
 swagger-codegen. Kubernetes provide swagger-spec to generate client code for
 different versions.
 .
 This package contains the documentation.

Package: python3-k8sclient
Description-md5: b2ec637fcab8a2d784d046f3d5a19447
Description-en: Kubernetes API Python client code - Python 3.x
 K8sclient is the Kubernetes API Python client code. This code is generated by
 swagger-codegen. Kubernetes provide swagger-spec to generate client code for
 different versions.
 .
 This package contains the Python 3.x module.

Package: python-kafka-doc
Description-md5: 5dedae74adb0fe6b63c0dbf9e8d67f39
Description-en: Pure Python client for Apache Kafka - doc
 This module provides low-level protocol support for Apache Kafka as well as
 high-level consumer and producer classes. Request batching is supported by the
 protocol as well as broker-aware request routing. Gzip and Snappy compression
 is also supported for message sets.
 .
 This package contains the documentation.

Package: python3-kafka
Description-md5: 9e85b7660667257ec7878e23f22ec996
Description-en: Pure Python client for Apache Kafka - Python 3.x
 This module provides low-level protocol support for Apache Kafka as well as
 high-level consumer and producer classes. Request batching is supported by the
 protocol as well as broker-aware request routing. Gzip and Snappy compression
 is also supported for message sets.
 .
 This package contains the Python 3.x module.

Package: python3-kaitaistruct
Description-md5: bc06518e0bb8cfa25686737e9761bbed
Description-en: Kaitai Struct declarative parser generator for binary data (python3)
 This library implements Kaitai Struct API for Python.
 .
 Kaitai Struct is a declarative language used for describe various
 binary data structures, laid out in files or in memory: i.e. binary
 file formats, network stream packet formats, etc.
 .
 It is similar to Python's construct and Construct3, but it is
 language-agnostic. The format description is done in YAML-based .ksy
 format, which then can be compiled into a wide range of target
 languages.
 .
 This is the Python3 package.

Package: python-kajiki-doc
Description-md5: 4f66235d8e9b315732fb369026065da8
Description-en: Really fast well-formed xml templates - doc
 Are you tired of the slow performance of Genshi? But you still long for the
 assurance that your output is well-formed that you miss from all those other
 templating engines? Do you wish you had Jinja's blocks with Genshi's syntax?
 Then look  no further, Kajiki is for you! Kajiki quickly compiles Genshi-like
 syntax to *real Python bytecode* that renders with blazing-fast speed! Don't
 delay! Pick up your copy of Kajiki today!
 .
 This package provides the documentation.

Package: python3-kajiki
Description-md5: 4f97511f35a2a790c7bc8c017ef63634
Description-en: Really fast well-formed xml templates - Python 3.x
 Are you tired of the slow performance of Genshi? But you still long for the
 assurance that your output is well-formed that you miss from all those other
 templating engines? Do you wish you had Jinja's blocks with Genshi's syntax?
 Then look  no further, Kajiki is for you! Kajiki quickly compiles Genshi-like
 syntax to *real Python bytecode* that renders with blazing-fast speed! Don't
 delay! Pick up your copy of Kajiki today!
 .
 This package provides the Python 3.x module.

Package: python3-kanboard
Description-md5: d57b3dec6ef4771974c27ce4d0da81d4
Description-en: minimalist kanboard Python client (Python 3)
 Kanboard (https://kanboard.net/) is project management software that
 focuses on the Kanban methodology. It has the following features:
 .
  * Visualize your work
  * Limit your work in progress to be more efficient
  * Customize your boards according to your business activities
  * Multiple projects with the ability to drag and drop tasks
  * Reports and analytics
  * Fast and simple to use
  * Access from anywhere with a modern browser
  * Plugins and integrations with external services
  * Free, open source and self-hosted
  * Super simple installation
 .
 This package installs the library for Python 3.

Package: python3-kaptan
Description-md5: 024bd5164492a395e3f59f4b57adcaa4
Description-en: Python 3 configuration manager in various formats
 Configuration manager that allows users to transparently access
 configuration data stored in various formats (INI, JSON, YAML, dict,
 file).
 .
 This is the Python 3 package

Package: python-karborclient-doc
Description-md5: e6fef46954e92343de86a18a08c23061
Description-en: karbor API client - doc
 Karbor mission statement is to protect the Data and Metadata that comprises an
 OpenStack-deployed Application against loss/damage (e.g. backup, replication)
 by providing a standard framework of APIs and services that allows vendors to
 provide plugins through a unified interface.
 .
 This package contains the documentation.

Package: python3-karborclient
Description-md5: f0fb02e729ec8e5fbacbcd9f10aaf96f
Description-en: Karbor API client - Python 3.x
 Karbor mission statement is to protect the Data and Metadata that comprises an
 OpenStack-deployed Application against loss/damage (e.g. backup, replication)
 by providing a standard framework of APIs and services that allows vendors to
 provide plugins through a unified interface.
 .
 This package contains the Python 3.x module.

Package: python3-kdcproxy
Description-md5: 33b5a7d6a8f55675c17f520f09a04427
Description-en: Kerberos KDC HTTP proxy WSGI module for python3
 This package contains a WSGI module for proxying KDC requests over HTTP by
 following the [MS-KKDCP] protocol. It aims to be simple to deploy, with
 minimal configuration.
 .
 This package includes the python3 version.

Package: python3-keepalive
Description-md5: 36bc621083007c5b2e8e74533c138c98
Description-en: urllib keepalive support for Python 3
 An HTTP handler for urllib2 that supports HTTP 1.1 and keepalive.
 .
 This package provides keepalive for Python 3.

Package: python3-keyring
Description-md5: 678ac479d27bfb1ec07f4d0f4dc1051e
Description-en: store and access your passwords safely
 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.

Package: python-keystoneauth1-doc
Description-md5: e04f105a60603dae14e30821f3ffd5f6
Description-en: authentication library for OpenStack Identity - doc
 Keystoneauth is a library that contains tools for authenticating with
 OpenStack Clients. These tools include: authentication plugins (password,
 token, and federation based); discovery mechanisms to determineversion support
 for OpenStack clouds; and a session used to maintain client settings across
 requests. It is designed for use in conjunction with the existing OpenStack
 clients and for simplifying the process of writing new clients.
 .
 This package contains the documentation.

Package: python3-keystoneauth1
Description-md5: b67d63af4c55ed154f045d86b05e8ed7
Description-en: authentication library for OpenStack Identity - Python 3.x
 Keystoneauth is a library that contains tools for authenticating with
 OpenStack Clients. These tools include: authentication plugins (password,
 token, and federation based); discovery mechanisms to determineversion support
 for OpenStack clouds; and a session used to maintain client settings across
 requests. It is designed for use in conjunction with the existing OpenStack
 clients and for simplifying the process of writing new clients.
 .
 This package contains the Python 3.x module.

Package: python-keystoneclient-doc
Description-md5: 9f8609c358e8d26f4ffabd9a10766efa
Description-en: client library for the OpenStack Keystone API - doc
 This is the identity service used by OpenStack for authentication (authN)
 and high-level authorization (authZ). It currently supports token-based
 authN with user/service authZ, and is scalable to support OAuth, SAML,
 and OpenID in future versions. Out of the box, Keystone uses SQLite for
 its identity store database, with the option to connect to external LDAP.
 .
 This is a client for the OpenStack Keystone API. There's a Python API
 (the "keystoneclient" module), and a command-line script ("keystone").
 .
 Installing this package gets you a shell command, that you can use to
 interact with Keystone's API. Note that the "keystone" command line is
 currently deprecated in favor of the "openstack" one available within
 the "python3-openstackclient" package.
 .
 This package contains the documentation.

Package: python3-keystoneclient
Description-md5: d7d611f8448a2f60f9b1bf54079c4c7b
Description-en: client library for the OpenStack Keystone API - Python 3.x
 This is the identity service used by OpenStack for authentication (authN)
 and high-level authorization (authZ). It currently supports token-based
 authN with user/service authZ, and is scalable to support OAuth, SAML,
 and OpenID in future versions. Out of the box, Keystone uses SQLite for
 its identity store database, with the option to connect to external LDAP.
 .
 This is a client for the OpenStack Keystone API. There's a Python API
 (the "keystoneclient" module), and a command-line script ("keystone").
 .
 Installing this package gets you a shell command, that you can use to
 interact with Keystone's API. Note that the "keystone" command line is
 currently deprecated in favor of the "openstack" one available within
 the "python3-openstackclient" package.
 .
 This package contains the Python 3.x module.

Package: python-keystonemiddleware-doc
Description-md5: 4a38b25295064cc702c79a618e0963bc
Description-en: Middleware for OpenStack Identity (Keystone) - doc
 This package contains middleware modules designed to provide authentication
 and authorization features to web services other than Keystone. The most
 prominent module is keystonemiddleware.auth_token. This package does not
 expose any CLI or Python API features.
 .
 This package contains the documentation.

Package: python3-keystonemiddleware
Description-md5: 28205b14fd11839ce640c6a1089a8a44
Description-en: Middleware for OpenStack Identity (Keystone) - Python 3.x
 This package contains middleware modules designed to provide authentication
 and authorization features to web services other than Keystone. The most
 prominent module is keystonemiddleware.auth_token. This package does not
 expose any CLI or Python API features.
 .
 This package contains the Python 3.x module.

Package: python3-keyutils
Description-md5: d87ca759f43626d6733af19f949e1056
Description-en: Python3 bindings for keyutils
 python-keyutils is a set of Python bindings for keyutils (available from
 http://people.redhat.com/~dhowells/keyutils), a key management suite that
 leverages the infrastructure provided by the Linux kernel for safely storing
 and retrieving sensitive information in your programs.
 .
 This is the Python3 package.

Package: python3-kgb
Description-md5: 3f97b5bebf64b5e9682a71cdeb53fa45
Description-en: Utilities for spying on function calls in Python unit tests
 Spies intercept and record calls to functions. They can report on how many
 times a function was called and with what arguments. They can allow the
 function call to go through as normal, to block it, or to reroute it to
 another function.
 .
 Spies are like mocks, but better. You're not mocking the world. You're
 replacing very specific function logic, or listening to functions without
 altering them.

Package: python3-kubernetes
Description-md5: e563921b6f8e31fb3ea79252740f40c8
Description-en: Kubernetes Python client - Python 3.x
 This package provides a Python client for kubernetes. Kubernetes is a system
 for automating deployment, scaling, and management of containerized
 applications.
 .
 This package contains the Python 3.x module.

Package: python3-kyotocabinet
Description-md5: 51e14da913542dc8ba6638a9f1abc6f8
Description-en: Straightforward implementation of DBM - Python 3 bindings
 Kyoto Cabinet is a library of routines for managing a database. The
 database is a simple data file containing records, each is a pair of
 a key and a value. Every key and value is serial bytes with variable
 length. Both binary data and character string can be used as a key and
 a value. Each key must be unique within a database. There is neither
 concept of data tables nor data types. Records are organized in
 hash table or B+ tree.
 .
 This package provides a Python 3 interface to Kyoto Cabinet.

Package: python3-l20n
Description-md5: ef15fc0dfa987aaab0bdf1a453cd03c5
Description-en: Mozilla Web localization framework (Python 3)
 L20n is a localization framework developed by Mozilla for the Web. It
 allows localizers to put small bits of logic into localization resources
 to codify the grammar of the language.
 .
 L20n's framework removes the need for developers to thoroughly understand
 the specifics of a natural language and provides an opportunity for
 localizers to create better translations.
 .
 This package includes the l20n modules for Python 3.

Package: python3-langdetect
Description-md5: 963cb77b2f05320247bdcc10a78e6213
Description-en: Python library for language-detection
 Python port of langdetect, a language-detection library.
 .
 This library provides tools for
  - generating language profiles from Wikipedia abstract xml
  - detect the language of a text using naive Bayesian filter (99% over
    precision for 53 languages).

Package: python3-languagecodes
Description-md5: ac93f4e6635cce4b7248e8539e91e0f8
Description-en: Normalise language codes in Python
 Normalise the ISO 639 codes used to describe languages from two-letter codes
 to three letters, and vice versa.

Package: python-lark-doc
Description-md5: 796739eaa5a8b17dbe15d00670fe36f9
Description-en: Parsing library for Python (common documentation)
 lark is a parsing library for Python which allows one to parse any
 context-free grammar. It has implemented the following parsing
 algorithms: Earley, LALR(1) and CYK.
 .
 This is the common documentation package.

Package: python3-lark
Description-md5: bb659c939f2a1bcf7ca96805566a80ff
Description-en: Parsing library for Python (Python 3)
 lark is a parsing library for Python which allows one to parse any
 context-free grammar. It has implemented the following parsing
 algorithms: Earley, LALR(1) and CYK.
 .
 This package installs the library for Python 3.

Package: python-latexcodec-doc
Description-md5: 8351ba96ad86619ff4197726fee32316
Description-en: LaTeX lexer and codec library for Python (docs)
 latexcodec is a Python library for converting from and into
 LaTeX encoding. It includes a codec module which contains classes
 and functions for LaTeX code translation, and a module for lexing
 LaTeX code, which includes general purpose base classes for
 incremental LaTeX decoders and encoders.
 .
 This package contains the documentation.

Package: python3-latexcodec
Description-md5: 1282952a1c9d3780807a4752837acfd7
Description-en: LaTeX lexer and codec library for Python3
 latexcodec is a Python library for converting from and into
 LaTeX encoding. It includes a codec module which contains classes
 and functions for LaTeX code translation, and a module for lexing
 LaTeX code, which includes general purpose base classes for
 incremental LaTeX decoders and encoders.
 .
 This package contains the modules for Python3.

Package: python3-launchpadlib
Description-md5: f1b47b2c96417e9765cb12b9e83b3ede
Description-en: 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.
 .
 This package is for Python 3.

Package: python-ldap-doc
Description-md5: d32ae68fc58a7a5fb4a85989d62d521b
Description-en: LDAP interface module (Documentation)
 This module provides a Python3 interface to the OpenLDAP client library.
 .
 This package contains the documentation.

Package: python3-ldap
Description-md5: 81a5fce364beb91856d0821e0ccef653
Description-en: LDAP interface module for Python3
 This module provides a Python3 interface to the OpenLDAP client library
 (LDAP is the Lightweight Directory Access Protocol).

Package: python3-pyldap
Description-md5: 52d4343746d9edab9e1273ee6eda96fc
Description-en: LDAP interface module for Python 3.x - transition package
 This module provides a Python3 interface to the OpenLDAP client library
 (LDAP is the Lightweight Directory Access Protocol).
 .
 This transition dummy package for Python 3.x can be safely removed, since the
 ldap module has merged changes in the pyldap fork.

Package: python3-ldap3
Description-md5: 80cc59296cd0c35abdd18e9f3eaa5e56
Description-en: Pure Python LDAP client library
 A pure Python 3 LDAP version 3 strictly conforming to RFC4511 released under
 the LGPL v3 open source license. RFC4511 is the current LDAP specification
 (June 2006) from IETF and obsoletes the previous LDAP RFCs 2251, 2830, 3771
 (December 1997)
 .
 This package contains the Python 3.x version of the library.

Package: python3-ldapdomaindump
Description-md5: 99eb0d980721274ddc174ccec5da82bb
Description-en: Active Directory information dumper via LDAP (Python 3)
 This package contains an Active Directory information dumper via LDAP. In an
 Active Directory domain, a lot of interesting information can be retrieved via
 LDAP by any authenticated user (or machine). This makes LDAP an interesting
 protocol for gathering information in the recon phase of a pentest of an
 internal network. A problem is that data from LDAP often is not available in
 an easy to read format.
 .
 ldapdomaindump is a tool which aims to solve this problem, by collecting and
 parsing information available via LDAP and outputting it in a human readable
 HTML format, as well as machine readable json and csv/tsv/greppable files.
 .
 This package installs the library for Python 3.

Package: python3-ldappool
Description-md5: 609ee3bb820a7cd6b0168b08572afd69
Description-en: connection pool for python-ldap - Python 3.x
 A simple connector pool for python-ldap. The pool keeps LDAP connectors alive
 and let you reuse them, drastically reducing the time spent to initiate a ldap
 connection.
 .
 The pool has useful features like:
  * transparent reconnection on failures or server restarts
  * configurable pool size and connectors timeouts
  * configurable max lifetime for connectors
  * a context manager to simplify acquiring and releasing a connector
 .
 This package provides the Python 3.x module.

Package: python-leather-doc
Description-md5: 41e726908e54015016d48156e3efa7ac
Description-en: documentation for leather
 Leather is the Python charting library for those who need charts now and don’t
 care if they’re perfect.
 .
 Why leather?
 .
   - A readable and user-friendly API.
   - Optimized for exploratory charting.
   - Produces scale-independent SVG charts.
   - Completely type-agnostic. Chart your data, whatever it is.
   - Designed with iPython, Jupyter and atom/hydrogen in mind.
   - Pure Python. No C dependencies to compile.
   - MIT licensed and free for all purposes.
   - Zealously zen.
   - Made with love.
 .
 This package provides the documentation.

Package: python3-leather
Description-md5: 65a96db1ce3cae1434afcab8eb106b70
Description-en: charting library for Python
 Leather is the Python charting library for those who need charts now and don’t
 care if they’re perfect.
 .
 Why leather?
 .
   - A readable and user-friendly API.
   - Optimized for exploratory charting.
   - Produces scale-independent SVG charts.
   - Completely type-agnostic. Chart your data, whatever it is.
   - Designed with iPython, Jupyter and atom/hydrogen in mind.
   - Pure Python. No C dependencies to compile.
   - MIT licensed and free for all purposes.
   - Zealously zen.
   - Made with love.
 .
 This package provides the modules for Python 3.

Package: python3-leidenalg
Description-md5: bc44539c75b62da0ddc0dde5c29f5136
Description-en: Python3 implementation of the Leiden algorithm in C++
 This package implements the Leiden algorithm in C++ and exposes it to
 Python. It relies on igraph for it to function. Besides the relative
 flexibility of the implementation, it also scales well, and can be run
 on graphs of millions of nodes (as long as they can fit in memory). The
 core function is find_partition which finds the optimal partition using
 the Leiden algorithm, which is an extension of the Louvain algorithm for
 a number of different methods. The methods currently implemented are
 .
  1. modularity,
  2. Reichardt and Bornholdt's model using the configuration null model
     and the Erdös-Rényi null model,
  3. the Constant Potts model (CPM),
  4. Significance and finally
  5. Surprise.
 .
 In addition, it supports multiplex partition optimisation allowing
 community detection on for example negative links or multiple time
 slices. There is the possibility of only partially optimising a
 partition, so that some community assignments remain fixed. It also
 provides some support for community detection on bipartite graphs.

Package: python3-lesscpy
Description-md5: 7e8300eb2ac87ab67b8768fd883f0ab1
Description-en: LessCss Compiler for Python 3.x
 Lesscpy is a compiler written in Python for the lesscss language. It is very
 useful if node.js can't be installed in the environment. Not all features of
 lesscss are supported (yet). Some features wil probably never be supported
 (JavaScript evaluation).
 .
 This program uses PLY (Python Lex-Yacc) to tokenize/parse the input and is
 considerably slower than the nodejs compiler.
 .
 This package provides the Python 3.x module.

Package: python3-levenshtein
Description-md5: eda62cb06c8caf5471ddacff49ef0854
Description-en: extension for computing string similarities and edit distances (Python 3)
 The Levenshtein module computes Levenshtein distances, similarity ratios,
 generalized medians and set medians of Unicode or non-Unicode strings.
 Because it's implemented in C, it's much faster than the corresponding
 Python library functions and methods.
 .
 The Levenshtein distance is the minimum number of single-character
 insertions, deletions, and substitutions to transform one string into
 another.
 .
 It is useful for spell checking, or fuzzy matching of gettext messages.
 .
 This package contains Levenshtein for Python 3.

Package: libais-tools
Description-md5: 563249e64f8473c9858bcb4a786f509b
Description-en: Cli tools for decoding maritime Automatic Identification System messages
 There are two interfaces to libais, one high-level iterator based one
 and a low-level fast C++ only one.
 .
 To use the low-level C++ interface directly, you need to handle multi-line
 messages and padding yourself.
 .
 This package installs command line tools.

Package: python3-ais
Description-md5: deaf0baf4fa47b4cbb40f2704939b004
Description-en: Library for decoding maritime Automatic Identification System messages
 There are two interfaces to libais, one high-level iterator based one
 and a low-level fast C++ only one.
 .
 To use the low-level C++ interface directly, you need to handle multi-line
 messages and padding yourself.
 .
 This package installs the library for Python 3.

Package: python3-libarchive-c
Description-md5: 1d89fa92872446c03c97985239fe2438
Description-en: Python3 interface to libarchive
 The libarchive library provides a flexible interface for reading and writing
 archives in various formats such as tar and cpio. libarchive also supports
 reading and writing archives compressed using various compression filters such
 as gzip and bzip2.
 .
 This package contains a Python3 interface to libarchive written using the
 standard ctypes module to dynamically load and access the C library.

Package: python3-libconf
Description-md5: 908f8bb3092371abaedde359fa24eb9f
Description-en: Reader/writer for the libconfig format (Python 3)
 libconf is a pure-Python reader/writer for configuration files
 in libconfig format, which is often used in C/C++ projects.
 Its interface is similar to the json module.
 .
 This package installs the library for Python 3.

Package: python-libdiscid-doc
Description-md5: 89e3c28d4c94827603992827d34f6e83
Description-en: libdiscid binding for Python (documentation)
 libdiscid allows one to create MusicBrainz DiscIDs from audio CDs. It reads a
 CD's table of contents and generates and identifier which can be used to
 lookup the CD at MusicBrainz. python-libdiscid provides a binding to work with
 libdiscid from Python.
 .
 This package contains the documentation.

Package: python3-libdiscid
Description-md5: 11704e18aeab8771807445bc24a33e04
Description-en: libdiscid binding for Python 3
 libdiscid allows one to create MusicBrainz DiscIDs from audio CDs. It reads a
 CD's table of contents and generates and identifier which can be used to
 lookup the CD at MusicBrainz. python-libdiscid provides a binding to work with
 libdiscid from Python.
 .
 This package provides the binding for Python 3.

Package: python-libevdev-doc
Description-md5: dde0b2617dc4bd0a52753019556b9ecf
Description-en: Python wrapper for libevdev (common documentation)
 This is a Python wrapper around libevdev, a wrapper library for evdev
 devices. It provides a simpler API around evdev and takes advantage
 of libevdev’s advanced event handling, providing
 .
  * access to the state of the device (not just the events)
  * correct handling of fake multitouch devices
  * synchronisation of slots and per-slot state
  * transparent generation of missing tracking ids
  * per-context event handling
 .
 This is the common documentation package.

Package: python3-libevdev
Description-md5: 845fb96f81f966da1111145388972fd6
Description-en: Python 3 wrapper for libevdev
 This is a Python wrapper around libevdev, a wrapper library for evdev
 devices. It provides a simpler API around evdev and takes advantage
 of libevdev’s advanced event handling, providing
 .
  * access to the state of the device (not just the events)
  * correct handling of fake multitouch devices
  * synchronisation of slots and per-slot state
  * transparent generation of missing tracking ids
  * per-context event handling
 .
 This package installs the library for Python 3.

Package: python3-libnacl
Description-md5: 862c7d82e33d1ef199262c8a168a43db
Description-en: Python 3 bindings for libsodium based on ctypes
 This library is used to gain direct access to the functions exposed by
 Daniel J. Bernstein's nacl library via libsodium.  It has been constructed
 to maintain extensive documentation on how to use nacl as well as being
 completely portable.
 .
 This library is unrelated to Native Client (NaCl), the sandbox used in
 Chromium.

Package: python-libnmap-doc
Description-md5: 3eca1a011977ac5f901b96589cfd6332
Description-en: Python NMAP Library (common documentation)
 This package contains a Python library enabling Python developers to
 manipulate nmap process and data:
    * automate or schedule nmap scans on a regular basis
    * manipulate nmap scans results to do reporting
    * compare and diff nmap scans to generate graphs
    * batch process scan reports
    * ...
 The lib currently offers the following modules:
    * process: enables you to launch nmap scans
    * parse: enables you to parse nmap reports or scan results (only XML so
      far) from a file, a string, …
    * report: enables you to manipulate a parsed scan result and de/serialize
      scan results in a json format
    * diff: enables you to see what changed between two scans
    * common: contains basic nmap objects like NmapHost and NmapService. It is
      to note that each object can be “diff()ed” with another similar object.
    * plugins: enables you to support datastores for your scan results directly
      in the “NmapReport” object. from report module:
        * mongodb: insert/get/getAll/delete
        * sqlalchemy: insert/get/getAll/delete
        * aws s3: insert/get/getAll/delete (not supported for Python3 since boto
          is not supporting py3)
 .
 This is the common documentation package.

Package: python3-libnmap
Description-md5: f19b873679d3b0ba4a1e42468d70ea37
Description-en: Python 3 NMAP library
 This package contains a Python library enabling Python developers to
 manipulate nmap process and data:
    * automate or schedule nmap scans on a regular basis
    * manipulate nmap scans results to do reporting
    * compare and diff nmap scans to generate graphs
    * batch process scan reports
    * ...
 The lib currently offers the following modules:
    * process: enables you to launch nmap scans
    * parse: enables you to parse nmap reports or scan results (only XML so
      far) from a file, a string, …
    * report: enables you to manipulate a parsed scan result and de/serialize
      scan results in a json format
    * diff: enables you to see what changed between two scans
    * common: contains basic nmap objects like NmapHost and NmapService. It is
      to note that each object can be “diff()ed” with another similar object.
    * plugins: enables you to support datastores for your scan results directly
      in the “NmapReport” object. from report module:
        * mongodb: insert/get/getAll/delete
        * sqlalchemy: insert/get/getAll/delete
        * aws s3: insert/get/getAll/delete (not supported for Python3 since boto
          is not supporting py3)
 .
 This package installs the library for Python 3.

Package: python3-librtmp
Description-md5: 3de35038a74d009b26269f819fe5d8ff
Description-en: librtmp binding for Python 3
 librtmp allows one to dump the media content streamed over
 the RTMP protocol.
 .
 This package provides the binding for Python 3.

Package: python3-libtmux
Description-md5: 0aa16ea4fc23159928e508e79b540aef
Description-en: Python scripting library and ORM for tmux (python3)
 libtmux is the tool behind tmuxp, a tmux workspace manager in Python.
 .
 Builds upon tmux's target and formats to create an object mapping to
 traverse, inspect and interact with live tmux sessions.
 .
 This is the Python 3 package

Package: python3-libtrace
Description-md5: 0c31921660863a7144a9fcfa3cecc218
Description-en: Python 3 bindings for the libtrace API
 python-libtrace (plt) is a Python module that allows you to work with
 packet trace data using WAND's libtrace library.
 .
 It's intended to provide a clean, simple, Python-like way of working
 with libtrace, rather than a simple translation of the libtrace calls
 from C into Python. For example for the protocol header decodes, the
 field names from the RFCs are used rather than libtrace's names.
 .
 This package contains the Python 3 bindings.

Package: python3-libusb1
Description-md5: bfe8ebc058cce6653c20fea6f85a4246
Description-en: transitional package
 This is a transitional package. It can safely be removed.

Package: python3-usb1
Description-md5: e37bd47acb6bb1eee97928d8590b4fff
Description-en: Python wrapper for libusb1 (Python 3)
 Makes the whole libusb1 API available to Python. Both synchronous and
 asynchronous APIs are exposed, giving access to all USB transfer types
 (control, bulk, interrupt, isochronous).
 .
 This Python module differs from pyusb in that it only aims to wrap
 libusb1. As a consequence, it can expose all libusb1 features and not a
 subset common to various usb libraries.

Package: python3-libzim
Description-md5: b4aa132e2af955853f9017bb550c02c0
Description-en: Python bindings for libzim
 The python-libzim library allows you to read/write ZIM files in Python.
 It provides a shallow Python interface on top of the libzim C++ library.
 It is primarily used in various openZIM scrapers.

Package: python3-license-expression
Description-md5: 5d77f2b35db652aca7ee5e5c3612e2e8
Description-en: small library to handle license expressions
 Can parse, compare, simplify and normalizelicense expression (e.g. SPDX
 license expression) using boolean logic, such as
 "GPL-2.0 or later WITH Classpath Exception AND MIT"

Package: python-limits-doc
Description-md5: ebc52f3b08a380d7235fa818b8fc0bc5
Description-en: Rate limiting utilities for Python - Documentation
 limits is a Python module providing utilities to implement rate limiting using
 various strategies, such as fixed or moving windows, and various storage
 backends, such as in in-memory storage, Redis or memcached.
 .
 This package provides the documentation for the limits module.

Package: python3-limits
Description-md5: b977cf66028f3ebe47db85d956f5ca48
Description-en: Rate limiting utilities for Python
 limits is a Python module providing utilities to implement rate limiting using
 various strategies, such as fixed or moving windows, and various storage
 backends, such as in in-memory storage, Redis or memcached.
 .
 This package provides the Python 3 version of the limits module.

Package: python3-line-profiler
Description-md5: 2b723206dbc0fb0981d1dd99e6e85fec
Description-en: line-by-line profiling for Python
 LineProfiler can be given functions to profile, and it will time the execution
 of each individual line inside those functions. In a typical workflow, one
 only cares about line timings of a few functions because wading through the
 results of timing every single line of code would be overwhelming. However,
 LineProfiler does need to be explicitly told what functions to profile.
 .
 If you are using IPython, there is an implementation of an %lprun magic
 command which will let you specify functions to profile and a statement to
 execute.

Package: python3-linecache2
Description-md5: 9ae0a2763a64d9766e4efca7f4078c64
Description-en: backports of the linecache module - Python 3.x
 A backport of linecache to older supported Pythons. Typically, the user of
 this module would do "import linecache2 as linecache" and use the linecache
 module normally.
 .
 This package contains the Python 3.x module.

Package: python3-linetable
Description-md5: b9dfa038f176ccb9a08dc001049986a4
Description-en: Parse and generate linetable attributes for Python 3 code objects
 This module provides a simple interface to parse and generate co_linetable
 attributes for Python 3 code objects, dealing with the version-specific
 changes in the CPython implementation.

Package: python3-linux-procfs
Description-md5: 168ba649c77ce07cad5efab6674328eb
Description-en: Linux /proc abstraction classes in Python
 Python abstractions to extract information from the Linux kernel /proc
 files.
 .
 The proc filesystem is a pseudo-filesystem which provides an interface to
 kernel data structures. This package provides a means to query that system
 from a Python module.

Package: python3-littleutils
Description-md5: dc346f2d3d4b4fae389af0c3ac71a985
Description-en: Small personal collection of Python utility functions (Python 3)
 Collection of utility functions used for testing in python-executing and
 python-stack-data.
 .
 This package installs the library for Python 3.

Package: python-livereload-doc
Description-md5: eeae60db5aa419376996904cfe661960
Description-en: automatic browser refresher (documentation)
 It is really boring for Web developers to need to refresh their browser
 every time they save a (CSS, JavaScript, or HTML) file. LiveReload will
 take care of that for you, so that when you save a file, your browser
 will refresh itself - and what's more, it can perform tasks such as
 compiling LESS to CSS before the browser reload.
 .
 This package contains API documentation and examples.

Package: python3-livereload
Description-md5: 925df12d708a76d870010a9fb2e342b1
Description-en: automatic browser refresher (Python 3)
 It is really boring for Web developers to need to refresh their browser
 every time they save a (CSS, JavaScript, or HTML) file. LiveReload will
 take care of that for you, so that when you save a file, your browser
 will refresh itself - and what's more, it can perform tasks such as
 compiling LESS to CSS before the browser reload.
 .
 This package contains the Python 3 version of livereload.

Package: python-llfuse-doc
Description-md5: bf45e9cac570c98e8ce402f4c2d89582
Description-en: Python bindings for the low-level FUSE API (documentation)
 Python-llfuse is a set of Python bindings for the low level FUSE API.
 This package provides the documentation for both the Python 2 and
 Python 3 extension (packages python-llfuse and python3-llfuse).
 .
 FUSE (Filesystem in USErspace) is a simple interface for userspace
 programs to export a virtual filesystem to the Linux kernel. FUSE
 also aims to provide a secure method for non privileged users to
 create and mount their own filesystem implementations.

Package: python3-llfuse
Description-md5: 02d722fcffd764bdf03e4e6fde3150e4
Description-en: Python 3 bindings for the low-level FUSE API
 Python-llfuse is a set of Python bindings for the low level FUSE API.
 This package provides the extension for the Python 3 interpreter. The
 documentation is contained in the python-llfuse-doc package.
 .
 FUSE (Filesystem in USErspace) is a simple interface for userspace
 programs to export a virtual filesystem to the Linux kernel. FUSE
 also aims to provide a secure method for non privileged users to
 create and mount their own filesystem implementations.

Package: python-lockfile-doc
Description-md5: 442087c592d1d0b74e6b16da3f21930e
Description-en: file locking library for Python — documentation
 The ‘lockfile’ library exports a ‘LockFile’ class which provides a
 simple API for locking files.
 .
 This package installs the API documentation, in plain text and
 rendered as HTML.

Package: python3-lockfile
Description-md5: 7c22094bbc996734201b5955c3255868
Description-en: file locking library for Python — Python 3 library
 The ‘lockfile’ library exports a ‘LockFile’ class which provides a
 simple API for locking files.
 .
 The appropriate implementation for ‘LockFile’ is chosen automatically
 based on the OS capabilities for an atomic filesystem operation.
 These implementations are also available for explicit use as
 ‘LinkLockFile’ and ‘MkdirLockFile’.
 .
 Other back ends are possible with the same semantics. Examples
 included are:
  * ‘SQLiteLockFile’, using records in an SQLite database.
  * ‘PIDLockFile’, using the semantics of a Unix PID file.
 .
 Unlike other Python locking libraries (the Windows ‘msvcrt.locking’
 function, the Unix ‘fcntl.flock’, ‘fcntl.lockf’, and the deprecated
 ‘posixfile’ module), the API is identical across both Unix (including
 GNU/Linux and MacOS) and Windows platforms.
 .
 This package installs the Python 3 library.

Package: python3-log-symbols
Description-md5: c551bf15e2f1557f99aa875f6af815a6
Description-en: Colored symbols for various log levels for Python3
 Library that displays colored symbols for various log levels on the
 terminal in Python3.

Package: python3-logassert
Description-md5: 7b24630cbe68059838ee725bfe9c24d8
Description-en: Simple log assertion mechanism for Python unittests
 python-logassert provides a simple way to test logging calls on
 a Python package tests.

Package: python3-logfury
Description-md5: d973cd2233c7696f7d3e43e211724348
Description-en: Responsible, logging of method calls for Python libs - Python 3.x
 logfury is for Python library maintainers. It allows for responsible,
 low-boilerplate logging of method calls.
 .
 This package contains the Python 3.x module.

Package: python-logutils-doc
Description-md5: c0762ed1217f93237f156cef153e732a
Description-en: handlers for the Python standard library's logging package - docs
 The logutils package provides a set of handlers for the Python standard
 library's logging package.
 .
 Some of these handlers are out-of-scope for the standard library, and so they
 are packaged here. Others are updated versions which have appeared in recent
 Python releases, but are usable with older versions of Python and so are
 packaged here.
 .
 This package contains the documentation.

Package: python3-logutils
Description-md5: 074ff5a8e886304d9fcf62997815ccbb
Description-en: handlers for the Python standard library's logging package - Python 3.x
 The logutils package provides a set of handlers for the Python standard
 library's logging package.
 .
 Some of these handlers are out-of-scope for the standard library, and so they
 are packaged here. Others are updated versions which have appeared in recent
 Python releases, but are usable with older versions of Python and so are
 packaged here.
 .
 This package contains the Python 3.x module.

Package: python3-loompy
Description-md5: c20c276e5759dd79ac82c9c68fadff5b
Description-en: access loom formatted files for bioinformatics
 Loom is an efficient file format for very large omics datasets,
 consisting of a main matrix, optional additional layers, a variable
 number of row and column annotations. Loom also supports sparse
 graphs.  Loom files are used to store single-cell gene expression data:
 the main matrix contains the actual expression values (one column per
 cell, one row per gene); row and column annotations contain metadata
 for genes and cells, such as Name, Chromosome, Position (for genes),
 and Strain, Sex, Age (for cells).
 .
 Loom files (.loom) are created in the HDF5 file format, which supports
 an internal collection of numerical multidimensional datasets. HDF5
 is supported by many computer languages, including Java, MATLAB,
 Mathematica, Python, R, and Julia. .loom files are accessible from any
 language that supports HDF5.

Package: python3-louvain
Description-md5: 9ffd19964c7a98588509ad976616245c
Description-en: community graph analysis implementing Louvain method
 This package address a special form of graph analysis, the Louvin method,
 using the NetworkX graph operations. The method is described in:
 Fast unfolding of communities in large networks, Vincent D Blondel,
 Jean-Loup Guillaume, Renaud Lambiotte, Renaud Lefebvre, Journal of
 Statistical Mechanics: Theory and Experiment 2008(10), P10008

Package: python3-pylsp-black
Description-md5: f80f96855f018be09216c4f0160ddc1c
Description-en: Black plugin for the Python Language Server
 This package provides a plugin to support the Black formatter in editors
 that support the Python Language Server.
 .
 It is recommended by the author to not have python3-yapf or python3-autopep8
 installed when using this plugin, as that might lead to unexpected results.

Package: python3-pylsp-isort
Description-md5: c8332b23cb078f03e41a0594ddd67bb4
Description-en: Isort plugin for the Python Language Server
 This package provides a plugin to support the isort import sorter in editors
 that support the Python Language Server.

Package: python3-pylsp-jsonrpc
Description-md5: 12f0979c76eb1a8b6546dfb0985892d5
Description-en: Python server implementation of the JSON RPC 2.0 protocol
 JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol.
 This library has been pulled out of the Python Language Server project.

Package: python3-pylsp-mypy
Description-md5: a37fe74a92be66019aca50d3fff8fce2
Description-en: Mypy plugin for the Python Language Server
 This package provides a plugin to support the Mypy static type checker in
 editors that support the Python Language Server.

Package: python3-pylsp-rope
Description-md5: 6a0f27f154a5aa5453f3f4a180be38c3
Description-en: Rope plugin for the Python Language Server
 This plugin adds the following features to python-lsp-server:
  - extract method (codeAction)
  - extract variable (codeAction)
  - inline method/variable/parameter (codeAction)
  - use function (codeAction)
  - method to method object (codeAction)
  - convert local variable to field (codeAction)
  - organize imports (codeAction)
  - introduce parameter (codeAction)

Package: python3-pylsp
Description-md5: 78ff1fe2666ed5b5c4c4bb7331ecea9d
Description-en: Python implementation of the Language Server Protocol
 The Language Server Protocol is designed to standardise how language
 servers and development tools communicate. This package provides a
 Python implementation.
 .
 A number of optional providers can be enabled if the requisite
 dependencies are installed, which are listed as Suggests.

Package: python3-ltfatpy
Description-md5: 3dbf7f17ac58670b635cb30a8d91b2c0
Description-en: Large Time-Frequency Toolbox (LTFAT) in Python
 The ltfatpy package is a partial Python port of the Large Time/Frequency
 Analysis Toolbox (LTFAT), a MATLAB®/Octave toolbox for working with
 time-frequency analysis and synthesis.
 .
 It is intended both as an educational and a computational tool.
 .
 The package provides a large number of linear transforms including Gabor
 transforms along with routines for constructing windows (filter prototypes)
 and routines for manipulating coefficients.
 .
 This package provides the modules for Python 3.

Package: python3-lti
Description-md5: 5c868ae113904ae17fabb652b9a7f1b9
Description-en: Learning Tools Interoperability implementation (Python3 version)
 The primary goal of this library is to provide classes for building Python LTI
 tool providers (LTI apps). It is designed to be generic but can easily
 integrated into frameworks like Django or Flask.
 .
 This package contains the Python 3 version of the library.

Package: python3-lunardate
Description-md5: ecb6cb5fcb33bdd8b135f9c418014445
Description-en: Chinese Calendar Library in Pure Python (Python3 version)
 This library performs date conversion between the Gregorian Solar Calendar (SC)
 and the Chinese Lunar Calendar (LC). Given a date in either calendar, it also
 outputs the corresponding "shengxiao" animal of the year) and "ganzhi"
 characters. The date range currently covered is from about 1900 A.D. to 2049
 A.D.
 .
 This package contains the Python 3 version of the library.

Package: python-lunr-doc
Description-md5: 1b68245c5479f24105f73dda3a1f8e55
Description-en: Python implementation of Lunr.js (Documentation)
 Lunr is a simple full text search solution for situations where deploying a
 full scale solution like Elasticsearch isn't possible, viable or you're simply
 prototyping. Lunr parses a set of documents and creates an inverted index for
 quick full text searches in the same way other more complicated solution.
 .
 The trade-off is that Lunr keeps the inverted index in memory and requires you
 to recreate or read the index at the start of your application.
 .
 This package installs the documentation for the library.

Package: python3-lunr
Description-md5: bd4acdfb3f82553560079b9995b494a6
Description-en: Python implementation of Lunr.js (Python3 version)
 This package includes the Python version of Lunr.js aims to bring the simple
 and powerful full text search capabilities into Python guaranteeing results as
 close as the original implementation as possible.
 .
 Lunr is a simple full text search solution for situations where deploying a
 full scale solution like Elasticsearch isn't possible, viable or you're simply
 prototyping. Lunr parses a set of documents and creates an inverted index for
 quick full text searches in the same way other more complicated solution.
 .
 The trade-off is that Lunr keeps the inverted index in memory and requires you
 to recreate or read the index at the start of your application.
 .
 This package contains the Python 3 version of the library.

Package: python3-lupa
Description-md5: afc828ce03a50984c256d42227bc8b52
Description-en: Python wrapper around LuaJIT or Lua (Python3 version)
 Lupa integrates the runtimes of Lua or LuaJIT2 into CPython. It is a partial
 rewrite of LunaticPython in Cython with some additional features such as proper
 coroutine support.
 .
 Features:
  * separate Lua runtime states through a LuaRuntime class
  * Python coroutine wrapper for Lua coroutines
  * iteration support for Python objects in Lua and Lua objects in Python
  * proper encoding and decoding of strings (configurable per runtime, UTF-8 by
    default)
  * frees the GIL and supports threading in separate runtimes when calling into
    Lua
  * written for LuaJIT2, but also works with the normal Lua interpreter
  * easy to hack on and extend as it is written in Cython, not C
 .
 This package contains the Python 3 version of the library.

Package: python-ly-doc
Description-md5: d69d4be2e0b9c9a48c7f8e3f82441b4b
Description-en: Tool and library for manipulating LilyPond files (documentation)
 python-ly provides a Python library "ly" containing various Python modules
 to parse, manipulate or create documents in LilyPond format.
 A command line program "ly" is also provided that can be used to do various
 manipulations with LilyPond files.
 .
 The python-ly package is Free Software, licensed under the GPL. This package
 is written by the Frescobaldi developers and is used extensively by the
 Frescobaldi project. The main author is Wilbert Berendsen.
 .
 The LilyPond format is a plain text input format that is used by the
 GNU music typesetter LilyPond (www.lilypond.org).
 .
 This is the documentation package.

Package: python3-ly
Description-md5: 82c973388494637cb09038957470abc4
Description-en: Tool and library for manipulating LilyPond files (Python 3)
 python-ly provides a Python library "ly" containing various Python modules
 to parse, manipulate or create documents in LilyPond format.
 A command line program "ly" is also provided that can be used to do various
 manipulations with LilyPond files.
 .
 The python-ly package is Free Software, licensed under the GPL. This package
 is written by the Frescobaldi developers and is used extensively by the
 Frescobaldi project. The main author is Wilbert Berendsen.
 .
 The LilyPond format is a plain text input format that is used by the
 GNU music typesetter LilyPond (www.lilypond.org).
 .
 This package installs the "ly" tool and library for Python 3.

Package: python3-lz4
Description-md5: bd1e322e31550cf004847f8076c2d9d6
Description-en: Python interface to the lz4 compression library (Python 3)
 This package provides bindings for the liblz4 compression library.
 .
 LZ4 is a very fast lossless compression algorithm, providing compression
 speed at 400 MB/s per core, scalable with multi-cores CPU. It also
 features an extremely fast decoder, with speed in multiple GB/s per core,
 typically reaching RAM speed limits on multi-core systems.
 .
 This package is for Python 3.

Package: python3-lzo
Description-md5: 5fafe9e07623ed2258d61d8349787783
Description-en: Python bindings for the LZO data compression library (Python 3)
 This module provides Python bindings for the LZO data compression library.
 .
 LZO is a portable lossless data compression library written in ANSI C.
 It offers pretty fast compression and *very* fast decompression.
 Decompression requires no memory.
 .
 In addition there are slower compression levels achieving a quite
 competitive compression ratio while still decompressing at
 .
 This package is for Python 3.

Package: python3-lzstring
Description-md5: c723ad1dac86ff91c6e634954b56c166
Description-en: LZ-based compression algorithm for Python (Python 3 version)
 python-lzstring is a simple Python module that compression data using LZ-based
 algorithm.
 .
 This package contains the Python 3 version of the library.

Package: m2r
Description-md5: d2d7ecf2d21c184d973322f2eafd5028
Description-en: Markdown and reStructuredText in a single file - CLI tool
 M2R converts a markdown file including reStructuredText (rst) markups
 to a valid rst format.
 .
 Use case is writing sphinx document in markdown,
 since it's widely used now and easy to write code blocks and lists.
 However, converters using pandoc or recommonmark
 do not support many rst markups and sphinx extensions.
 For example, rst's reference link like ``see `ref`_``
 (this is very convenient in long document
 in which same link appears multiple times)
 will be converted to a code block in HTML
 like `see <code>ref</code>_`,
 which is not expected.
 .
 This package provides the command-line tool m2r.

Package: python-m2r-doc
Description-md5: e43763baf9fb2360ac780ee2c6560c74
Description-en: Markdown and reStructuredText in a single file - documentation
 M2R converts a markdown file including reStructuredText (rst) markups
 to a valid rst format.
 .
 Use case is writing sphinx document in markdown,
 since it's widely used now and easy to write code blocks and lists.
 However, converters using pandoc or recommonmark
 do not support many rst markups and sphinx extensions.
 For example, rst's reference link like ``see `ref`_``
 (this is very convenient in long document
 in which same link appears multiple times)
 will be converted to a code block in HTML
 like `see <code>ref</code>_`,
 which is not expected.
 .
 This package provides documentation for the m2r module.

Package: python3-m2r
Description-md5: 59ff0902dcffd6e8de57dc32e7f0c63d
Description-en: Markdown and reStructuredText in a single file - Python3 library
 M2R converts a markdown file including reStructuredText (rst) markups
 to a valid rst format.
 .
 Use case is writing sphinx document in markdown,
 since it's widely used now and easy to write code blocks and lists.
 However, converters using pandoc or recommonmark
 do not support many rst markups and sphinx extensions.
 For example, rst's reference link like ``see `ref`_``
 (this is very convenient in long document
 in which same link appears multiple times)
 will be converted to a code block in HTML
 like `see <code>ref</code>_`,
 which is not expected.
 .
 This package provides m2r module
 for Python 3.

Package: python3-m3u8
Description-md5: 3fc344166af181c915d4aff3609a11c9
Description-en: Python m3u8 parser - Python 3.x
 m3u8 library can load and parse m3u8 HTTP Live Streaming (HLS) playlist.
 It supports DRM and variable bitrates.
 .
 The basic usage is to create a playlist object from uri, file path or
 directly from a string.
 .
 This package contains the Python 3.x module.

Package: python-macholib-doc
Description-md5: 4a93df4bb3ebe0d04e751660136f030f
Description-en: module for Mach-O header analysis and editing (API documentation)
 This module can be used to analyze and edit Mach-O headers, the executable
 format used by Mac OS X.
 It's typically used as a dependency analysis tool, and also to rewrite dylib
 references in Mach-O headers to be @executable_path relative.
 Though this tool targets a platform specific file format, it is pure Python
 code that is platform and endian independent.
 .
 This package provides the documentation.

Package: python3-macholib
Description-md5: f927cd8d14dcb15e34e33fb0ce7deeb3
Description-en: module for Mach-O header analysis and editing (Python 3 interface)
 This module can be used to analyze and edit Mach-O headers, the executable
 format used by Mac OS X.
 It's typically used as a dependency analysis tool, and also to rewrite dylib
 references in Mach-O headers to be @executable_path relative.
 Though this tool targets a platform specific file format, it is pure Python
 code that is platform and endian independent.
 .
 This package provides the Python 3.x module.

Package: python3-magcode-core
Description-md5: 4c69a4704cd9b491868160a414fc7de3
Description-en: MAG Code python3 core module of common utility code.
 MAG Code python3 core module of utility modules. This includes the process
 command line script and daemon framework, SQL Alchemy framework with event
 queue and common WSGI code for JSON http RPC backends.

Package: python3-magic
Description-md5: 817dcc0dd09a2b51b18d857867344c1f
Description-en: python3 interface to the libmagic file type identification library
 python-magic is a Python interface to the libmagic file type
 identification library. libmagic identifies file types by checking
 their headers according to a predefined list of file types. This
 functionality is exposed to the command line by the Unix command file.
 .
 This package provides the Python 3 version of the python-magic module.

Package: python-magnumclient-doc
Description-md5: e87ce74eeff033a5cfc47cdbf4866950
Description-en: client library for Magnum API - doc
 Magnum is an OpenStack API service developed by the OpenStack Containers Team
 making container orchestration engines such as Docker and Kubernetes available
 as first class resources in OpenStack. Magnum uses Heat to orchestrate an OS
 image which contains Docker and Kubernetes and runs that image in either
 virtual machines or bare metal in a cluster configuration.
 .
 This package contains the documentation.

Package: python3-magnumclient
Description-md5: fb8351643b7c021bdae4188df312ad85
Description-en: client library for Magnum API - Python 3.x
 Magnum is an OpenStack API service developed by the OpenStack Containers Team
 making container orchestration engines such as Docker and Kubernetes available
 as first class resources in OpenStack. Magnum uses Heat to orchestrate an OS
 image which contains Docker and Kubernetes and runs that image in either
 virtual machines or bare metal in a cluster configuration.
 .
 This package contains the Python 3.x module.

Package: python3-mailer
Description-md5: 8ca5b7a69e1c797dc89166bbde09da9a
Description-en: Python module that simplifies sending email (Python 3)
 Simplifies sending emails in Python, features a single class to send
 plain text, HTML email, and attachments.  Mailer auto detects attachment
 types and has support for internationalized headers.
 .
 This is the Python 3 version of the package.

Package: python3-maison
Description-md5: e58cd92619463e3315186b390a4ab711
Description-en: Read Python package configuration settings
 When developing a Python application, e.g a command-line tool, it can be
 helpful to allow the user to set their own configuration options to allow them
 to tailor the tool to their needs. These options are typically set in files in
 the root of a project directory that uses the tool, for example in a
 pyproject.toml or an {project_name}.ini file.
 .
 maison aims to provide a simple and flexible way to read and validate those
 configuration options so that they may be used in the application.
 .
 Features:
  - Supports multiple config files and multiple config filetypes.
  - Optional merging of multiple configs.
  - Optional config validation with pydantic
  - Caching of config files for quick access.
  - Fully tested and typed.

Package: python3-makefun
Description-md5: 2ca7c99eb50360c1de617811c3173259
Description-en: Small library to dynamically create Python functions
 makefun helps one create functions dynamically, with the signature of their
 choice. It was largely inspired by decorator and functools, and created mainly
 to cover some of their limitations.
 .
 Its typical use cases are:
 .
  - creating signature-preserving function wrappers - just like functools.wraps
    but with accurate TypeError exception raising when user-provided arguments
    are wrong, and with a very convenient way to access argument values;
 .
  - creating function wrappers that have more or less arguments that the
    function they wrap;
 .
  - more generally, creating functions with a signature derived from a
    reference signature;
 .
  - or even creating functions with a signature completely defined at runtime.

Package: python-manilaclient-doc
Description-md5: 792a044fcd6d0283ae2e06013a416b00
Description-en: OpenStack shared file system as a service - client doc
 Manila is an OpenStack project to provide Shared Filesystems as a service.
 It provides coordinated access to shared or distributed file systems. While
 the primary consumption of file shares would be across OpenStack Compute
 instances, the service is also intended to be accessible as an independent
 capability in line with the modular design established by other OpenStack
 services. Manila is extensible for multiple backends (to support vendor or
 file system specific nuances / capabilities) and accommodates any of a
 variety of shared or distributed file system types.
 .
 This package contains the Python client library and command line tool
 documentation.

Package: python3-manilaclient
Description-md5: 35afb28d3ff719c9a50f3a128230e14d
Description-en: OpenStack shared file system as a service - Python 3.x client
 Manila is an OpenStack project to provide Shared Filesystems as a service.
 It provides coordinated access to shared or distributed file systems. While
 the primary consumption of file shares would be across OpenStack Compute
 instances, the service is also intended to be accessible as an independent
 capability in line with the modular design established by other OpenStack
 services. Manila is extensible for multiple backends (to support vendor or
 file system specific nuances / capabilities) and accommodates any of a
 variety of shared or distributed file system types.
 .
 This package contains the Python client library and command line tool for
 Manila and for Python 3.x.

Package: python3-mapbox-earcut
Description-md5: 60c0cc43bf945eef37ed865848397d1d
Description-en: Python bindings for the Mapbox Earcut library
 The Mapbox Earcut library implements a modified ear slicing algorithm,
 optimized by z-order curve hashing and extended to handle holes, twisted
 polygons, degeneracies and self-intersections in a way that doesn't guarantee
 correctness of triangulation, but attempts to always produce acceptable
 results for practical data like geographical shapes.
 .
 This package provides Python 3 bindings.

Package: python3-mapnik
Description-md5: 694098027e7b1d2cef137bba1917d013
Description-en: Python 3 interface to the mapnik library
 Mapnik is an OpenSource C++ toolkit for developing GIS
 (Geographic Information Systems) applications. At the core is a C++
 shared library providing algorithms/patterns for spatial data access and
 visualization.
 .
 Essentially a collection of geographic objects (map, layer, datasource,
 feature, geometry), the library doesn't rely on "windowing systems" and
 is intended to work in multi-threaded environments
 .
 This package contains the bindings for Python 3.

Package: python3-marathon
Description-md5: b5fcad15e24bcd63e4b704dc7e08afc6
Description-en: Marathon Client Library - Python 3.x
 This package is a Python library for interfacing with the Marathon server via
 Marathon's REST API.
 .
 This package contains the Python 3.x module.

Package: python-markdown-doc
Description-md5: 4adb2c8eac8dc457ac72e239e7d30ae0
Description-en: text-to-HTML conversion library/tool (documentation)
 Markdown is a text-to-HTML conversion tool for web writers. Markdown
 allows you to write using an easy-to-read, easy-to-write plain text
 format, then convert it to structurally valid XHTML (or HTML).
 .
 This is a Python implementation of John Gruber's Markdown. The current
 version of python-markdown implements all Markdown syntax features and
 fully passes Markdown Test Suite 1.0. It also supports footnotes and
 attributes.
 .
 This package contains HTML documentation files for python-markdown.

Package: python3-markdown
Description-md5: a41e0370944012c8538200e25f056ab5
Description-en: text-to-HTML conversion library/tool (Python 3 version)
 Markdown is a text-to-HTML conversion tool for web writers. Markdown
 allows you to write using an easy-to-read, easy-to-write plain text
 format, then convert it to structurally valid XHTML (or HTML).
 .
 This is a Python implementation of John Gruber's Markdown. The current
 version of python-markdown implements all Markdown syntax features and
 fully passes Markdown Test Suite 1.0. It also supports footnotes and
 attributes.
 .
 This package contains all the files needed to use Markdown with Python
 3.x.

Package: python3-markdown-include
Description-md5: 3b24ad7ae802f420370cbc3bcebd11b3
Description-en: Extension to Python-Markdown (Python3 version)
 This package is an extension for python3-markdown and provides an
 "include" function, similar to that found in LaTeX (and also the C
 pre-processor and Fortran).
 .
 This package contains the Python 3 version of the library.

Package: python3-mdx-math
Description-md5: bbe486eaba9ac8e16a32305325780006
Description-en: math extension for Python-Markdown
 This package extends Python-Markdown with support for displaying math
 formulas using MathJax. It supports TeX and AsciiMath syntax.
 .
 You need to include MathJax.js in the head tag of your HTML template.
 Please see the included README.md for details on how to do it.

Package: python3-markdown2
Description-md5: 7462ccbb0816696e409b827e273f0839
Description-en: Fast and complete implementation of Markdown in Python3
 Markdown is a text-to-HTML filter; it translates an easy-to-read /
 easy-to-write structured text format into HTML. Markdown’s text format is most
 similar to that of plain text email, and supports features such as headers,
 emphasis, code blocks, blockquotes, and links.
 .
 This is a fast and complete Python3 implementation of the Markdown spec.

Package: python3-markuppy
Description-md5: 387f8c86014ac06e8603aa7f12f29967
Description-en: module to generate HTML/XML content (Python3)
 This is MarkupPy - a Python module that attempts to make it easier to generate
 HTML/XML from a Python program in an intuitive, lightweight, customizable and
 pythonic way.
 .
 This package contains the Python 3 version of the library.

Package: python3-marshmallow
Description-md5: 1a099bb8906c1e6ba2997f896b95efce
Description-en: Lightweight library for converting complex datatypes
 An ORM/ODM/framework-agnostic library for converting complex datatypes,
 such as objects, to and from native Python datatypes.

Package: python3-marshmallow-doc
Description-md5: 01bdcadecd2f0e7c3e3ccada0806b3fb
Description-en: Library for converting complex datatypes - documentation
 An ORM/ODM/framework-agnostic library for converting complex datatypes,
 such as objects, to and from native Python datatypes.
 Documentation package.

Package: python3-marshmallow-dataclass
Description-md5: c99edfbde1252cec7b69b41c69f9bb67
Description-en: Automatic generation of marshmallow schemas from dataclasses
 Python library to convert dataclasses into marshmallow schemas. It provides
 automatic generation of marshmallow schemas from dataclasses.

Package: python3-marshmallow-enum
Description-md5: e69c240b96d322bc893391fe0fe5247d
Description-en: marshmallow extension for enum fields
 The marshmallow-enum extension adds Enum support in the Python marshmallow
 library for converting complex datatypes module.

Package: python3-marshmallow-polyfield
Description-md5: 28a6748ba070a2029da8db1aced8424a
Description-en: marshmallow extension for polymorphic fields
 marshmallow extension that adds a custom field designed for polymorphic
 types, allowing defining schemas that say "this field accepts anything
 of type X". This field should support the same properties as other
 marshmallow fields, including "required", "allow_none", and "many".

Package: python3-marshmallow-sqlalchemy
Description-md5: 208aa8d02d14e861ea5083df2f3c4fb2
Description-en: SQLAlchemy integration with marshmallow
 SQLAlchemy integration with the marshmallow (de)serialization library.
 .
 It allows one to declare your models, generate marshmallow schemas, and
 (de)serialize your data.

Package: python3-masakariclient
Description-md5: 44086e79148746f2d3e974517e9bbe78
Description-en: OpenStack Virtual Machine High Availability (VMHA) client
 This is a client for the OpenStack Masakari service Virtual Machine High
 Availability (VMHA) API. This package includes a Python library for
 accessing the API (the masakariclient module), and a command-line script
 extention for the python3-openstackclient package.
 .
 Masakari provides Virtual Machine High Availability (VMHA) service for
 OpenStack clouds by automatically recovering the KVM-based Virtual
 Machine(VM)s from failure events such as VM process down, provisioning
 process down, and nova-compute host failure. It also provides API service for
 manage and control the automated rescue mechanism.

Package: python3-mastodon
Description-md5: 40ca8bb04ca416d11f33b779e1b1ce59
Description-en: Library for the Mastodon API (Python 3)
 Mastodon is an ActivityPub and OStatus based twitter-like federated social
 network node. It has an API that allows you to interact with its every aspect.
 .
 This is a simple Python 3 module for that API.

Package: python3-matplotlib-venn
Description-md5: 2f3f7b6b9ac173a79277d52765840c13
Description-en: Python 3 plotting area-proportional two- and three-way Venn diagrams
 Matplotlib is a pure Python plotting library designed to bring
 publication quality plotting to Python with a syntax familiar to
 Matlab users. All of the plotting commands in the pylab interface can
 be accessed either via a functional interface familiar to Matlab
 users or an object oriented interface familiar to Python users.
 .
 This module provides routines for plotting area-weighted two- and
 three-circle venn diagrams.
 .
 This package contains the Python 3 version of matplotlib.

Package: python3-matrix-common
Description-md5: a584078033acebb3a833bf98e2931596
Description-en: common Python utilities for Matrix infrastructure
 This package provides common Python utilities for parts of the Matrix
 infrastructure, such as Synapse, Sydent and Sygnal.
 .
 This package is for Python 3 only.

Package: python3-matrix-nio
Description-md5: 585156816095753d1050533569f53015
Description-en: Python no-IO library for the matrix chat protocol - Python3 library
 Nio is a multilayered Matrix client library.
 The underlying base layer doesn't do any IO on its own.
 On top of the base layer,
 a no-IO HTTP client implementation exists,
 as well as a full fledged batteries included asyncio layer
 using aiohttp.
 .
 Matrix is an open standard and lightweight protocol
 for real-time communication.
 .
 This package provides matrix-nio module
 for Python 3.

Package: python3-matrix-nio-doc
Description-md5: 3c79b4346241d1e5d9daa208d56e13ed
Description-en: Python no-IO library for the matrix chat protocol - documentation
 Nio is a multilayered Matrix client library.
 The underlying base layer doesn't do any IO on its own.
 On top of the base layer,
 a no-IO HTTP client implementation exists,
 as well as a full fledged batteries included asyncio layer
 using aiohttp.
 .
 Matrix is an open standard and lightweight protocol
 for real-time communication.
 .
 This package provides documentation for the matrix-nio module.

Package: python-maxminddb-doc
Description-md5: 9c37a5cd73af6d87064774ded0bead03
Description-en: Python module for reading the MaxMind DB format (documentation)
 This is a Python module for reading MaxMind DB files. The module includes both
 a pure Python reader and an optional C extension.
 .
 MaxMind DB is a binary file format that stores data indexed by IP address
 subnets (IPv4 or IPv6).
 .
 This is the common documentation package.

Package: python3-maxminddb
Description-md5: 0b8e99ffbe3f127f830f8c0ead1accd6
Description-en: Python 3 module for reading the MaxMind DB format
 This is a Python module for reading MaxMind DB files. The module includes both
 a pure Python reader and an optional C extension.
 .
 MaxMind DB is a binary file format that stores data indexed by IP address
 subnets (IPv4 or IPv6).

Package: python-mbed-host-tests-doc
Description-md5: 503d0c81bd4220c8d02126d9283687fe
Description-en: module and utilities to flash, reset and test Mbed Enabled devices (docs)
 The mbed-host-tests module and mbedhtrun and mbedflsh utilities are used
 during ARM Mbed Enabled device development for:
 .
  * Driving test binary flashing
  * Device reset
  * Test execution
 .
 The default binary flashing method is one supported by mbed-enabled devices:
 a binary file is copied onto the mbed-enabled DUT's (Device Under Test) mounted
 drive (MSD). This procedure will automatically flash device with given binary
 file content.
 .
 The default DUT reset method is one supported by mbed-enabled devices: the
 serial port (CDC) "sendBreak" command resets the target MCU on mbed-enabled
 platform.
 .
 The test execution phase will consist of:
 .
  * Opening connection between host computer and DUT
  * DUT will send to host preamble with test runner information such as:
    - test environment version
    - test timeout
    - preferred host test script (Python script which is used to
      supervise/instrument test execution)
  * Host will spawn host test script and test execution will be instrumented
  * Exchange data (in most cases text) between host and DUT
 .
 This package contains library and utility documentation.

Package: python3-mbed-host-tests
Description-md5: c141da7975a28811bdbcce77cf485fb0
Description-en: module and utilities to flash, reset and test Mbed Enabled devices
 The mbed-host-tests module and mbedhtrun and mbedflsh utilities are used
 during ARM Mbed Enabled device development for:
 .
  * Driving test binary flashing
  * Device reset
  * Test execution
 .
 The default binary flashing method is one supported by mbed-enabled devices:
 a binary file is copied onto the mbed-enabled DUT's (Device Under Test) mounted
 drive (MSD). This procedure will automatically flash device with given binary
 file content.
 .
 The default DUT reset method is one supported by mbed-enabled devices: the
 serial port (CDC) "sendBreak" command resets the target MCU on mbed-enabled
 platform.
 .
 The test execution phase will consist of:
 .
  * Opening connection between host computer and DUT
  * DUT will send to host preamble with test runner information such as:
    - test environment version
    - test timeout
    - preferred host test script (Python script which is used to
      supervise/instrument test execution)
  * Host will spawn host test script and test execution will be instrumented
  * Exchange data (in most cases text) between host and DUT
 .
 This package contains the Python 3 module and mbedhtrun and mbedflsh
 utilities.

Package: python-mbed-ls-doc
Description-md5: c7282916408ad632b95e987c819ba319
Description-en: mbed-ls library documentation
 This module detects and lists "Mbed Enabled" devices connected to the
 host computer.
 .
 mbedls provides the following information for all connected boards using
 console (terminal) output:
 .
  -  Mbed OS platform name
  -  mount point (MSD or disk)
  -  serial port
 .
 This package contains library documentation.

Package: python3-mbed-ls
Description-md5: 878bf753be00729c2e1f1cc925e43895
Description-en: module listing mbed-enabled devices connected to host (Python 3)
 This module detects and lists "Mbed Enabled" devices connected to the
 host computer.
 .
 mbedls provides the following information for all connected boards using
 console (terminal) output:
 .
  -  Mbed OS platform name
  -  mount point (MSD or disk)
  -  serial port
 .
 This package contains the module for Python 3 and the mbedls utility.

Package: python3-mbstrdecoder
Description-md5: 98f4ba709fa53e9a2fe4411e63ffc5c1
Description-en: multi-byte character string decoder
 Mbstrdecoder is a Python library for multi-byte character string decoder.
 .
 This package contains the Python 3.x module.

Package: python3-mccabe
Description-md5: 1547802815a486c241ac8d315d32d8ae
Description-en: Python code complexity checker (Python 3)
 This module provides a plugin for the flake8 Python code checker to run the
 McCabe code complexity script against Python 3 code.
 .
 This package provides Python 3 module bindings only.

Package: python-measurement-doc
Description-md5: f590e5a2c444f651bdb3c34395e0f233
Description-en: unit-aware measurement objects (Documentation)
 Easily use and manipulate unit-aware measurement objects in Python.
 .
 django.contrib.gis.measure has these wonderful Distance objects that can be
 used not only for storing a unit-aware distance measurement, but also for
 converting between different units and adding/subtracting these objects from
 one another.
 .
 This module not only provides those Distance and Area measurement objects
 (courtesy of Django), but also other measurements including Weight, Volume, and
 Temperature.
 .
 This package contains the documentation.

Package: python3-measurement
Description-md5: a47f5af041ed5065939938c5d584bdb9
Description-en: unit-aware measurement objects (Python3 version)
 Easily use and manipulate unit-aware measurement objects in Python.
 .
 django.contrib.gis.measure has these wonderful Distance objects that can be
 used not only for storing a unit-aware distance measurement, but also for
 converting between different units and adding/subtracting these objects from
 one another.
 .
 This module not only provides those Distance and Area measurement objects
 (courtesy of Django), but also other measurements including Weight, Volume, and
 Temperature.
 .
 This package contains the Python 3 version of the library.

Package: python3-mechanicalsoup
Description-md5: 47a6715de33cb4cf25a4ae894edf19fe
Description-en: library for automating interaction with websites (Python 3)
 A Python library for automating interaction with websites. MechanicalSoup
 automatically stores and sends cookies, follows redirects, and can follow
 links and submit forms. It doesn't do Javascript.
 .
 MechanicalSoup provides a similar API to the Mechanize library using Requests
 (for http sessions) and BeautifulSoup (for document navigation).
 .
 This package provides the modules for Python 3.

Package: python3-mechanize
Description-md5: f2124c4d65496b13e4adfe113870b2df
Description-en: stateful programmatic web browsing
 A library for browsing the web in Python. Mechanize acts like a browser
 allowing you to do web scraping, functional testing of web sites and
 things no one has thought of yet.
 .
 Among other things, mechanize:
  * Follows links
  * Fills in HTML forms
  * Automatically observes robots.txt
  * Has a browser history
 .
 It was modelled after the Perl module WWW::Mechanize.

Package: python3-mediafile
Description-md5: 3d03474023ca078d7a2f84f912bc6362
Description-en: read and write audio files' tags in Python
 MediaFile is a simple interface to the metadata tags for many audio file
 formats. It wraps Mutagen, a high-quality library for low-level tag
 manipulation, with a high-level, format-independent interface for a common set
 of tags.

Package: python3-meld3
Description-md5: 398a221345148fd4d6a41996d22b7d8a
Description-en: HTML/XML templating system for Python (Python 3)
 meld3 is an HTML/XML templating system for Python 2.3+ which keeps
 template markup and dynamic rendering logic separate from one
 another. meld3 can deal with HTML or XML/XHTML input and can output
 well-formed HTML or XML/XHTML.
 .
 This package installs the library for Python 3.

Package: python3-memcache
Description-md5: 782d5db8ef068dacdf2c5f4aeb2e2d8f
Description-en: pure Python memcached client - Python 3.x
 This software is a 100% Python interface to the memcached memory cache daemon.
 It is the client side software which allows storing values in one or more,
 possibly remote, memcached servers.
 .
 This package contains the Python 3.x module.

Package: python3-memoize
Description-md5: b8c59e6ac68a4f0ec7573c2f6f07f800
Description-en: Simple Python cache and memoizing module (Python3)
 This is a (relatively) simple Python memoizing module (ie. a function
 cache), in which any dict-like can be used as the actual storage
 object.
 .
 This is the Python3 package.

Package: python3-memoized-property
Description-md5: 486a2af411394bf524d3b42a340fa8de
Description-en: decorator to avoid redundant computation
 This package allows one to tag methods that have may have their
 result buffered to save redundant computation, as in:
   @memoized_property
   def name(self):
       return some_expensive_load()

Package: python3-memory-profiler
Description-md5: ac5eb33c05b38fd2fbc443cc1eae5085
Description-en: memory consumption analysis for Python programs (Python 3)
 This is a Python module for monitoring memory consumption of a process
 as well as line-by-line analysis of memory consumption for Python
 programs.
 .
 This package provides the modules for Python 3.

Package: python3-memprof
Description-md5: af576da8c397e66089f09c6b633042b6
Description-en: memory profiler for Python (Python 3)
 python-memprof logs the memory used by variables during the execution
 of decorated methods.  It creates a report in a text file and you can
 plot the result using "mp_plot", which is part of the python-memprof
 package.
 .
 This package contains the Python 3 version of memprof.

Package: python3-merge3
Description-md5: 3878de65035c563598b2ad1e18760aee
Description-en: Python implementation of three-way merge
 A Python implementation of 3-way merge of texts.
 .
 Given BASE, OTHER, THIS, tries to produce a combined text
 incorporating the changes from both BASE->OTHER and BASE->THIS.
 All three will typically be sequences of lines.

Package: python3-mergedict
Description-md5: eb72360564ab16768db98dfc93aac6d0
Description-en: Python dict with a merge() method
 A MergeDict is a dict with a merge() method. merge() is like
 dict.update(), but it can be subclassed to create custom
 "merge" operations based on the type of an item value.
 .
 Themergedict module comes with a ConfigDict that will
 extend/update lists/sets/dicts.

Package: meshio-tools
Description-md5: 167b900873bb1d71a101a8885d194e3c
Description-en: command-line tools for meshio
 Meshio can read from and write to various data formats representing
 unstructured meshes, such as DOLFIN, Gmsh, H5M or VTK.
 .
 This package provides the command-line tools, and a plugin for
 paraview.
 .
 This package also provides Flavien Loiseau's msh2xdmf tool to
 convert from MSH to XDMF mesh formats.

Package: python3-meshio
Description-md5: 9194c72b006832b0ca7b3b3d09fc86c1
Description-en: library for reading and writing mesh data (Python 3)
 Meshio can read from and write to various data formats representing
 unstructured meshes, such as DOLFIN, Gmsh, H5M or VTK.
 .
 This package provides the modules for Python 3.

Package: python-meshplex-doc
Description-md5: cc618b86dd4275bc36e4e6fd1243e6dd
Description-en: fast tools for simplex meshes (documentation)
 Compute all sorts of interesting points, areas, and volumes in
 triangular and tetrahedral meshes, with a focus on efficiency. Useful
 in many contexts, e.g., finite-element and finite-volume
 computations.
 .
 This is the documentation package.

Package: python3-meshplex
Description-md5: bf9a0336456f63a7ab4ed74bd564ba2f
Description-en: fast tools for simplex meshes (Python 3)
 Compute all sorts of interesting points, areas, and volumes in
 triangular and tetrahedral meshes, with a focus on efficiency. Useful
 in many contexts, e.g., finite-element and finite-volume
 computations.
 .
 This package installs the library for Python 3.

Package: python3-meshzoo
Description-md5: 9c1729fd61af2c5888954368a2f4bbec
Description-en: simple geometric meshes (Python 3)
 When generating meshes for FEM/FVM computations, sometimes your
 geometry is so simple that you don't need a complex mesh generator
 (like pygmsh, MeshPy, mshr, pygalmesh, dmsh), but something simple
 and fast that makes use of the structure of the domain.
 Enter meshzoo.
 .
 Examples: Triangle, Rectangle, Regular polygon, Disk, Möbius strip,
 Sphere (surface), Ball (solid), Tube, Cube.
 .
 This package installs the module for Python 3.

Package: python-microversion-parse-doc
Description-md5: 69b2cefd4f5e5713dd5044484349bad9
Description-en: OpenStack microversion header parsing library - doc
 OpenStack services use REST APIs, which include HTTP headers. This package
 provides a simple parser for OpenStack microversion headers.
 .
 This package contains the documentation.

Package: python3-microversion-parse
Description-md5: ae072ddaa743c8665e69c8ab249c4431
Description-en: OpenStack microversion header parsing library - Python 3.x
 OpenStack services use REST APIs, which include HTTP headers. This package
 provides a simple parser for OpenStack microversion headers.
 .
 This package contains the Python 3.x module.

Package: python-midiutil-doc
Description-md5: 0cbb8efa6a26841db4f7c99844e550ab
Description-en: Python library to write multi-track MIDI files - documentation
 MIDIUtil is a pure Python library that allows one to write multi-track Musical
 Instrument Digital Interface (MIDI) files from within Python programs. It is
 object-oriented and allows one to create and write these files with a minimum
 of fuss.
 .
 This package provides the HTML documentation of the library.

Package: python3-midiutil
Description-md5: 38a8605d0499d52e995692995966db42
Description-en: Python 3 library to write multi-track MIDI files
 MIDIUtil is a pure Python library that allows one to write multi-track Musical
 Instrument Digital Interface (MIDI) files from within Python programs. It is
 object-oriented and allows one to create and write these files with a minimum
 of fuss.
 .
 This package provides the Python 3.x module.

Package: python3-mido
Description-md5: fd9861f874d8445ec041e6cbe001fa5f
Description-en: Python 3 module for working with MIDI messages and ports
 Python 3 module for working with convenient messages objects, it has full
 support for the 18 messages defined by the MIDI standard.
 Mido brings support for MIDI files (read, write, create and play) with
 complete access to every message in the file, including all common meta
 messages. Implements MIDI over TCP/IP with socket ports, allowing wireless MIDI
 between two computers. Also includes programs for playing MIDI files, listing
 ports and serving and forwarding ports over a network.

Package: miio-tools
Description-md5: 27d1e21753a078edf2bdbbaae1777c0b
Description-en: Tools for interfacing with Xiaomi appliances
 This tool allows one to interface with devices using Xiaomi's miIO protocol.
 .
  * miceil (command Xiaomi Philips LED Ceiling Lamp)
  * mieye (command Xiaomi Philips Eyecare Smart Lamp 2)
  * miiocli (command various appliances)
  * miio-extract-tokens (Reads device information out from an sqlite3 DB)
  * miplug (command Xiaomi Smart Plug)
  * mirobo (command Xiaomi Vacuum robot)

Package: python3-miio
Description-md5: 89d9f8fa41e45c31c80404e2232ee724
Description-en: Python module for interfacing with Xiaomi appliances
 This Python module allows one to interface with devices using Xiaomi's miIO
 protocol. The following devices are supported:
 .
  * Xiaomi Mi Robot Vacuum (miio.vacuum)
  * Xiaomi Mi Home Air Conditioner Companion (miio.airconditioningcompanion)
  * Xiaomi Mi Air Purifier (miio.airpurifier)
  * Xiaomi Aqara Camera (miia.aqaracamera)
  * Xiaomi Mi Smart WiFi Socket (miio.chuangmi_plug)
  * Xiaomi Chuangmi Plug V1 (1 Socket, 1 USB Port) (miio.chuangmi_plug)
  * Xiaomi Chuangmi Plug V3 (1 Socket, 2 USB Ports) (miio.chuangmi_plug)
  * Xiaomi Smart Power Strip V1 and V2 (WiFi, 6 Ports) (miio.powerstrip)
  * Xiaomi Philips Eyecare Smart Lamp 2 (miio.philips_eyecare)
  * Xiaomi Philips LED Ceiling Lamp (miio.ceil)
  * Xiaomi Philips LED Ball Lamp (miio.philips_bulb)
  * Xiaomi Philips Zhirui Smart LED Bulb E14 Candle Lamp (miio.philips_bulb)
  * Xiaomi Philips Zhirui Bedroom Smart Lamp (miio.philips_moonlight)
  * Xiaomi Universal IR Remote Controller (Chuangmi IR) (miio.chuangmi_ir)
  * Xiaomi Mi Smart Pedestal Fan V2, V3, SA1 and ZA1 (miio.fan)
  * Xiaomi Mi Air Humidifier (miio.airhumidifier)
  * Xiaomi Mi Water Purifier (Basic support: Turn on & off) (miio.waterpurifier)
  * Xiaomi PM2.5 Air Quality Monitor (miio.airqualitymonitor)
  * Xiaomi Smart WiFi Speaker (miio.wifispeaker)
  * Xiaomi Mi WiFi Repeater 2 (miio.wifirepeater)
  * Xiaomi Mi Smart Rice Cooker (miio.cooker)
  * Xiaomi Smartmi Fresh Air System (miio.airfresh)
  * Yeelight light bulbs (miio.yeelight)

Package: python3-mimeparse
Description-md5: 48466d358a6c977e0c577682a9baf172
Description-en: Parse mime-types and quality parameters - Python 3.x
 This module provides basic functions for parsing mime-type names and
 matching them against a list of media-ranges.
 .
 See section 14.1 of RFC 2616 (the HTTP specification)
 for a complete explanation.
 .
 This package contains the Python 3.x module.

Package: python3-minimock
Description-md5: e1dfcc240aed2a02751a1b12f4f5aad1
Description-en: simple library for Python mock objects
 minimock is a simple Python library for using mock objects.
 .
 Its mock objects will report any access made to the mock object's
 interfaces. The programmer can easily make assertions about how mock
 objects are used in the test cases, by using the standard-library
 ‘doctest’ module to match the reported access against expected
 behaviour.
 .
 Mock objects can return specified values, raise exceptions, etc.
 to simulate the mocked behaviour. Existing objects can optionally
 be replaced in-place in their namespace by a mock object, and
 restored safely after testing.

Package: python3-mistletoe
Description-md5: 673ccf0696a31b5dec50551020db701b
Description-en: fast, extensible Markdown parser in pure Python
 mistletoe is a Markdown parser in pure Python,
 designed to be fast, spec-compliant and fully customizable.
 .
 Apart from being the fastest
 CommonMark-compliant Markdown parser implementation in pure Python,
 mistletoe also supports easy definitions of custom tokens.
 Parsing Markdown into an abstract syntax tree
 also allows us to swap out renderers for different output formats,
 without touching any of the core components.
 .
 CommonMark is a dialect of Markdown with a strict specification.
 .
 Markdown is a lightweight markup language
 with plain-text-formatting syntax.

Package: python-mistral-lib-doc
Description-md5: ce1011a1b9da665ac38688dac3183f74
Description-en: Mistral shared routings and utilities - doc
 This library contains data types, exceptions, functions and utilities common
 to Mistral, python-mistralclient and mistral-extra repositories.  This library
 also contains the public interfaces for 3rd party integration (e.g. Actions
 API, YAQL functions API, etc.)
 .
 If you want to use OpenStack in your custom actions or functions, you will
 also need to use http://git.openstack.org/cgit/openstack/mistral-extra.
 .
 This package contains the documentation.

Package: python3-mistral-lib
Description-md5: bbbc6759eeaf60ec5d4eb6afcb69f15b
Description-en: Mistral shared routings and utilities - Python 3.x
 This library contains data types, exceptions, functions and utilities common
 to Mistral, python-mistralclient and mistral-extra repositories.  This library
 also contains the public interfaces for 3rd party integration (e.g. Actions
 API, YAQL functions API, etc.)
 .
 If you want to use OpenStack in your custom actions or functions, you will
 also need to use http://git.openstack.org/cgit/openstack/mistral-extra.
 .
 This package contains the Python 3.x module.

Package: python3-mistralclient
Description-md5: ccdf981d2ebcddf3ef89873e451aca58
Description-en: OpenStack Workflow as a Service client - Python 3.x
 Mistral is a task management service. It is also known as Workflow as a
 Service. Most business processes consist of multiple distinct interconnected
 steps that need to be executed in a particular order in a distributed
 environment. One can describe such process as a set of tasks and task
 relations and upload such description to Mistral so that it takes care of
 state management, correct execution order, task distribution and high
 availability. Mistral also provides flexible task scheduling so that users can
 run a process according to a specified schedule (i.e. every Sunday at 4.00pm)
 instead of running it immediately. Such set of tasks and dependencies between
 them is called a workflow. Independent routes in a workflow (which, in fact,
 is a graph) are called flows and Mistral can execute them in parallel.
 .
 This package provides a cli and a Python 3.x client module.

Package: ansible-mitogen
Description-md5: 7c93bd5d05b7c2d0566833c7208638c6
Description-en: Fast connection strategy for Ansible
 Mitogen for Ansible is a completely redesigned UNIX connection layer and
 module runtime for Ansible. Requiring minimal configuration changes, it
 updates Ansible’s slow and wasteful shell-centric implementation with
 pure-Python equivalents, invoked via highly efficient remote procedure calls
 to persistent interpreters tunnelled over SSH. No changes are required to
 target hosts.

Package: python3-mitogen
Description-md5: e386736db5c52dc6a6f439b274145dce
Description-en: Library for writing distributed self-replicating programs
 Mitogen is a Python library for writing distributed self-replicating programs.
 .
 There is no requirement for installing packages, copying files around, writing
 shell snippets, upfront configuration, or providing any secondary link to a
 remote machine aside from an SSH connection. Due to its origins for use in
 managing potentially damaged infrastructure, the remote machine need not even
 have free disk space or a writeable filesystem.

Package: mkdocs
Description-md5: 2c96e6fa5a5a7f79d37b7c2a2caa9d9a
Description-en: Static site generator geared towards building project documentation
 MkDocs is a fast, simple and downright gorgeous static site generator
 that's geared towards building project documentation. Documentation
 source files are written in Markdown, and configured with a single YAML
 configuration file.

Package: mkdocs-doc
Description-md5: 70522a720dc77ecde9d1d2a25aaf9027
Description-en: Static site generator (documentation)
 MkDocs is a fast, simple and downright gorgeous static site generator
 that's geared towards building project documentation. Documentation
 source files are written in Markdown, and configured with a single YAML
 configuration file.
 .
 This package contains the HTML documentation.

Package: python-pdbx-doc
Description-md5: d5d47e01b7552037249b072c3ec4dff8
Description-en: utilities for PDBx/mmCIF storage model (common documentation)
 This package is based on PDBx Python code
 (http://mmcif.wwpdb.org/pdbx-mmcif-home-page.html). The package emphasizes a
 simple and pure Python interface to basic mmCIF functionality.
 .
 This is the common documentation package.

Package: python3-pdbx
Description-md5: d72c818525f00dc189b18b12c3c9e9fc
Description-en: utilities for PDBx/mmCIF storage model (Python 3)
 This package is based on PDBx Python code
 (http://mmcif.wwpdb.org/pdbx-mmcif-home-page.html). The package emphasizes a
 simple and pure Python interface to basic mmCIF functionality.
 .
 This package installs the library for Python 3.

Package: python3-mne
Description-md5: 71529dec1903b376b2a8e21e9f88f8bf
Description-en: Python modules for MEG and EEG data analysis
 This package is designed for sensor- and source-space analysis of MEG
 and EEG data, including frequency-domain and time-frequency analyses
 and non-parametric statistics.

Package: python3-mnemonic
Description-md5: f364d49965480901d75f5a082584d27d
Description-en: Implementation of Bitcoin BIP-0039 (Python 3)
 This BIP describes the implementation of a mnemonic code or mnemonic sentence.
 A group of easy to remember words for the generation of deterministic wallets.
 .
 It consists of two parts: generating the mnenomic, and converting it into a
 binary seed. This seed can be later used to generate deterministic wallets
 using BIP-0032 or similar methods.
 .
 ==BIP paper==
 See https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki for
 full specification.
 .
 This package contains the Python 3 version.

Package: python-mock-doc
Description-md5: ce49c633ce1424a156e31d54d2c8050a
Description-en: Mocking and Testing Library (Documentation)
 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 documentation.

Package: python3-mock
Description-md5: 4e0c3a991e1f0679db23da5bd156bed7
Description-en: 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.

Package: python3-mock-open
Description-md5: 7149bafe17385c10552283d2318d8c6f
Description-en: Better mock for file I/O
 The MockOpen class should work as a stand-in replacement for mock.mock_open
 with some added features (though it tries to conform to how the builtin 'open'
 works where the two differ).
 .
 Features include:
 .
  * Multiple file support, including a mapping-like access to file mocks by
    path.
  * Persistent file contents between calls to `open`.
  * All the regular file operations: 'read', 'readline', 'readlines', 'write',
    'writelines', 'seek', 'tell'.

Package: python-mockito-doc
Description-md5: 6c6e1cefc54636308bf87b5c3b66ff6c
Description-en: Spying framework for Python - documentation
 This is a spying framework for Python, similar to Java's Mockito.
 For example:
 .
 when(os.path).exists('/foo').thenReturn(True)
 .
 This package contains the HTML documentation.

Package: python3-mockito
Description-md5: a2488e6ca110790523cd834cc2b80af6
Description-en: Spying framework for Python
 This is a spying framework for Python, similar to Java's Mockito.
 For example:
 .
 when(os.path).exists('/foo').thenReturn(True)
 .
 This package contains the Python3 library.

Package: python3-mockupdb
Description-md5: d4170f6b4b78335e6a365885c179023c
Description-en: MongoDB Wire Protocol server library - Python 3.x
 Mock server for testing MongoDB clients and creating MongoDB Wire Protocol
 servers.
 .
 This package contains the Python 3.x module.

Package: python-model-bakery-doc
Description-md5: 208d9e58b187c7cfdfe2ea7647c89e14
Description-en: smart object creation facility for Django (common documentation)
 Model-Bakery is the replacement for model-mommy and offers you a smart way
 to create fixtures for testing in Django.  With a simple and powerful API
 you can create many objects with a single line of code.
 .
 This is the common documentation package.

Package: python3-model-bakery
Description-md5: 63a229c0627e17436cdbdc3b415ccf4d
Description-en: smart object creation facility for Django (Python 3 version)
 Model-Bakery is the replacement for model-mommy and offers you a smart way
 to create fixtures for testing in Django.  With a simple and powerful API
 you can create many objects with a single line of code.
 .
 This package installs the library for Python 3.

Package: python-moderngl-doc
Description-md5: 8572d9310a9df75b5a5aef3f83959a18
Description-en: Python 3 wrapper for OpenGL 3.3+ (documentation)
 ModernGL is an OpenGL wrapper that simplifies the creation of simple graphics
 applications like scientific simulations, games or user interfaces. Usually,
 acquiring in-depth knowledge of OpenGL requires a steep learning curve. In
 contrast, ModernGL is easy to learn and use, moreover it is capable of
 rendering with high performance and quality, with less code written. The
 majority of the ModernGL code base is also written in C++ for high
 performance.
 .
 This package provides the API documentation of ModernGL.

Package: python3-moderngl
Description-md5: 42ac9eda0ea66b5dab23196c123e2415
Description-en: Python 3 wrapper for OpenGL 3.3+
 ModernGL is an OpenGL wrapper that simplifies the creation of simple graphics
 applications like scientific simulations, games or user interfaces. Usually,
 acquiring in-depth knowledge of OpenGL requires a steep learning curve. In
 contrast, ModernGL is easy to learn and use, moreover it is capable of
 rendering with high performance and quality, with less code written. The
 majority of the ModernGL code base is also written in C++ for high
 performance.

Package: python3-glcontext
Description-md5: c27806b5fd213977ef37de76425eb77d
Description-en: Python 3 abstraction layer for OpenGL contexts
 This package provides a framework for the platform-dependent OpenGL
 initialization code and is primarily used by ModernGL. The modularization
 makes it simple to add additional platform support.

Package: python-moderngl-window-doc
Description-md5: 57b4a3a2a0be4617fadfd43c310e6de0
Description-en: Cross-platform utility library for ModernGL (documentation)
 moderngl_window simplifies window creation and resource loading for
 OpenGL programs. It interoperates with a wide range of toolkits, such as
 pyglet, pygame, PySide2, GLFW, SLD2, and PyQt5 and can be extended with
 custom loaders, resource finders, and windows.
 .
 This package installs the API documentation.

Package: python3-moderngl-window
Description-md5: 71bb8bb1e2a09277f49e23ef92267971
Description-en: Cross-platform utility library for ModernGL
 moderngl_window simplifies window creation and resource loading for
 OpenGL programs. It interoperates with a wide range of toolkits, such as
 pyglet, pygame, PySide2, GLFW, SLD2, and PyQt5 and can be extended with
 custom loaders, resource finders, and windows.

Package: python3-molotov
Description-md5: a0f2aa365fec99c8719b0bea4bc2e75f
Description-en: tool to write load tests in Python
 Create a load test in Python using functions decorated with the scenario
 decorator – those functions needs to be coroutines. Based on asyncio, built
 with aiohttp.
 .
 This package contains the Python 3.x module and CLI.

Package: python3-monasca-statsd
Description-md5: a6d35d07d13e4433f4ad2b308075e8e2
Description-en: monasca statsd client - Python 3.x
 Monasca is a highly scalable, performant, fault-tolerant
 monitoring-as-a-service solution that integrates with OpenStack. It uses a
 REST API for high-speed metrics processing and querying and has a streaming
 alarm engine and notification engine.
 .
 This Python module provides a client to connect to Monasca's statsd REST API.
 With this client, you can handle counters, gauge, get histograms, timers and
 more.
 .
 This package contains the Python 3.x module.

Package: python3-monascaclient
Description-md5: bdbee5c8ad0b7cf9a9da5c12ca3dd83c
Description-en: client bindings for the Monasca API - Python 3.x
 Monasca is a open-source multi-tenant, highly scalable, performant,
 fault-tolerant monitoring-as-a-service solution that integrates with
 OpenStack. It uses a REST API for high-speed metrics processing and
 querying and has a streaming alarm engine and notification engine.
 .
 This package provides the Python 3.x API bindings.

Package: python-mongoengine-doc
Description-md5: 8ab143b7be6974dc592ea4ed8959449d
Description-en: Python Document-Object Mapper for working with MongoDB (documentation)
 MongoEngine is a Document-Object Mapper (think ORM, but for document
 databases) for working with MongoDB from Python. It uses a simple declarative
 API, similar to the Django ORM.
 .
 This package contains the HTML documentation.

Package: python3-mongoengine
Description-md5: d8beb39398f4cc40fc7f4dcded49d669
Description-en: Python 3 Document-Object Mapper for working with MongoDB
 MongoEngine is a Document-Object Mapper (think ORM, but for document
 databases) for working with MongoDB from Python. It uses a simple declarative
 API, similar to the Django ORM.
 .
 This is the Python 3 package.

Package: python3-mongomock
Description-md5: 205366c61bf7f0435bfd0455ca0cffc6
Description-en: Fake pymongo stub for testing simple MongoDB-dependent code (Python 3)
 Mongomock is a small library to help testing Python code that interacts with
 MongoDB via Pymongo.
 .
 The code can be tested in several ways:
 .
  1. It can be tested against a real mongodb instance with pymongo.
  2. It can receive a record-replay style mock as an argument. In this manner
     we record the expected calls (find, and then a series of updates), and
     replay them later.
  3. It can receive a carefully hand-crafted mock responding to find() and
     update() appropriately.
 .
 This package installs the library for Python 3.

Package: python3-monotonic
Description-md5: ba0304af52003e810dd3df2fa14939df
Description-en: implementation of time.monotonic() - Python 3.x
 This module provides a monotonic() function which returns the value (in
 fractional seconds) of a clock which never goes backwards. On Python 3.3 or
 newer, monotonic will be an alias of time.monotonic from the standard library.
 On older versions, it will fall back to an equivalent implementation:
 GetTickCount64 on Windows, mach_absolute_time on OS X, and clock_gettime(3)
 on Linux/BSD.
 .
 If no suitable implementation exists for the current platform, attempting to
 import this module (or to import from it) will cause a RuntimeError exception
 to be raised.
 .
 This package contains the Python 3.x module.

Package: python3-moreorless
Description-md5: aa0ee1a73fcd4d9c9d32efc565044f66
Description-en: Python difflib with simpler arguments, and enhanced "No newline at EOF" support
 Moreorless is a thin wrapper around Python's difflib.unified_diff that Does
 The Right Thing for "No newline at eof".  The arguments used when calling
 moreorless' functions are simpler than difflib's.  Moreorless also supports
 various other functions such as
 `patch.apply_single_file` and `click.echo_color_unified_diff`.

Package: python3-morph
Description-md5: ef7533f4395c4074efce8a9b1a56573e
Description-en: collection of routines to help identify and morph objects - Python 3.x
 Morph provides a bunch of functions to help identify object type:
  * isstr()
  * isseq()
  * isdict()
 .
 Morph’s pick and omit functions allow you to extract a set of keys (or
 properties) from a dict-like object. The morph.xform helper function can be
 used to recursively transform all the items in a list & dictionary tree
 .
 This package contains the Python 3.x module.

Package: python3-motor
Description-md5: 83aacea8dd60bded38d1dd571862bec2
Description-en: full-featured, non-blocking MongoDB driver - Python 3.x
 Motor presents a callback- or Future-based API for non-blocking access to
 MongoDB from Tornado or asyncio.
 .
 This package contains the Python 3.x module.

Package: python3-mp-api
Description-md5: 2e488f276512b2f52480f676e6cf7568
Description-en: Materials Project API for Python
 The Materials Project API defines a standardized manner in which the
 Materials Project database can be accessed by its users. The API is
 typically used by scientific researchers who need to retrieve large
 amounts of data to support their research.
 .
 This package installs the library for Python 3.

Package: python-mpd-doc
Description-md5: fc0451f4a4e1c041a42551fd44a729bb
Description-en: Python MPD client library (documentation)
 Fast MPD (Music Player Daemon) client library written in pure Python.
 It was written to be a replacement for python-mpdclient which is a bit
 outdated and does not perform good in many situations.
 .
 This package contains the documentation.

Package: python3-mpd
Description-md5: 53e5fa885a438ff468662578adcff625
Description-en: Python MPD client library (Python 3)
 Fast MPD (Music Player Daemon) client library written in pure Python.
 It was written to be a replacement for python-mpdclient which is a bit
 outdated and does not perform good in many situations.
 .
 This is the Python 3 version of python-mpd2, a fork of the original
 python-mpd.

Package: python3-mpegdash
Description-md5: dec4354dfbf40a9e6214af2b726d270e
Description-en: Python MPEG-DASH parser - Python 3.x
 mpd library can load and parse MPEG-DASH MPD(Media Presentation Description)
 metafile
 .
 The basic usage is to create a playlist object from uri, file path or
 directly from a string.
 .
 This package contains the Python 3.x module.

Package: python3-mpiplus
Description-md5: 33df926477a16fe5b975a9213d6c7ad4
Description-en: Python GPU framework for alchemical free energy calculations (Python 3)
 GPU-accelerated Python framework for exploring algorithms for alchemical free
 energy calculations.

Package: python3-mplexporter
Description-md5: 7d63f855c9bc19a92ed01bd2c43026fd
Description-en: general matplotlib exporter
 A Python module to export matplotlib graphs, e.g. for mpld3.
 .
 This package provides the Python 3.x module.

Package: python3-mpv
Description-md5: 4ef5afd43e9cde4b75432c7795936d89
Description-en: Python interface to the awesome mpv media player
 python-mpv is a ctypes-based Python interface to the mpv media player. It
 gives you more or less full control of all features of the player, just as the
 Lua interface does.

Package: python3-mrcfile
Description-md5: fbe341076908467b4cbe877a5535b7f1
Description-en: Python implementation of the MRC2014 file format
 mrcfile is a Python implementation of the MRC2014 file format, which
 is used in structural biology to store image and volume data.
 .
 It allows MRC files to be created and opened easily using a very
 simple API, which exposes the file's header and data as numpy
 arrays. The code runs in Python 2 and 3 and is fully unit-tested.
 .
 This library aims to allow users and developers to read and write
 standard-compliant MRC files in Python as easily as possible, and
 with no dependencies on any compiled libraries except numpy. You can
 use it interactively to inspect files, correct headers and so on, or
 in scripts and larger software packages to provide basic MRC file I/O
 functions.
 .
 Key Features:
 .
  * Clean, simple API for access to MRC files
  * Easy to install and use
  * Validation of files according to the MRC2014 format
  * Seamless support for gzip and bzip2 files
  * Memory-mapped file option for fast random access to very large files
  * Asynchronous opening option for background loading of multiple files
  * Runs in Python 2 & 3, on Linux, Mac OS X and Windows

Package: python3-msgpack
Description-md5: ea3d1fc1cbb3b7dc6605eb2882af2bf6
Description-en: Python 3 implementation of MessagePack format
 MessagePack is a binary-based efficient object serialization format.
 It enables the exchange of structured objects between many languages
 like JSON. But unlike JSON, it is very fast and small.
 .
 This package contains a Python 3 extension module implementing the
 MessagePack format.

Package: python3-msgpack-numpy
Description-md5: dfc5fdb5c60c9bdd372642096bf6eb30
Description-en: serialize numpy arrays using msgpack
 This package provides encoding and decoding routines that enable the
 serialization and deserialization of numerical and array data types
 provided by numpy using the highly efficient msgpack format.
 Serialization of Python's native complex data types is also supported.

Package: python3-msmb-theme
Description-md5: 1648addc90f48b5d749ee377b8b5c37e
Description-en: applies slight modifications to sphinx_rtd_theme (Python 3)
 This applies slight modifications to sphinx_rtd_theme. It needs the
 aforementioned theme to be installed.
 .
 Includes a style for Jupyter notebooks.
 .
 This package installs the library for Python 3.

Package: python3-msoffcrypto-tool
Description-md5: c5b76908b697e9540515c87780f8728d
Description-en: Python tool and library for decrypting MS Office files
 msoffcrypto-tool (formerly ms-offcrypto-tool) is a Python tool and library
 for decrypting encrypted MS Office files with password, intermediate key,
 or private key which generated its escrow key.

Package: python3-msrest
Description-md5: 48c6c55f52e466864fe85cee3fb1ee71
Description-en: AutoRest swagger generator Python 3.x client runtime
 The AutoRest tool generates client libraries for accessing RESTful web
 services. Input to AutoRest is a spec that describes the REST API using the
 Swagger format. This package contains a Swagger generator for AutoRest for
 Python 3.x applications.

Package: python3-msrestazure
Description-md5: 7c71b04f86c32f6c3de64cfd905ec6af
Description-en: Runtime library for AutoRest generated Python 3.x clients
 The AutoRest tool generates client libraries for accessing Azure's
 RESTful web services. Input to AutoRest is a spec that describes the
 REST API using the Swagger format. This package contains a Swagger
 generator for AutoRest for Python 3.x applications.

Package: python3-mujson
Description-md5: 13264023629c808bcff094d54c755b16
Description-en: use the fastest JSON functions available at import time
 Mujson lets python libraries make use of the most performant JSON functions
 available at import time. It is small, and does not itself implement any
 encoding or decoding functionality.

Package: python3-multi-key-dict
Description-md5: 1c6a8cb7a6b27260b2df98957aa89ef3
Description-en: Multi key dictionary implementation - Python 3.x
 Implementation of a multi-key dictionary, i.e.:
  (key1[,key2, ..]) => value
 .
 This dictionary has a similar interface to the standard dictionary, but is
 extended to support multiple keys referring to the same element.
 .
 Multi-key dict provides also extended interface for iterating over items and
 keys (e.g. by the key type), which might be useful when creating, e.g.
 dictionaries with index-name key pair allowing to iterate over items using
 either: names or indexes. It can be useful for many other similar use-cases,
 and there is no limit to the number of keys used to map to the value.
 .
 There are few other useful methods, e.g. to iterate over dictionary (by/using)
 selected key type, finding other keys mapping to the same value etc.
 .
 This package contains the Python 3.x module.

Package: python3-multidict
Description-md5: e884e3d5439781cc2d7a6185e877101f
Description-en: multidict implementation (Python library)
 Multidicts are useful for working with HTTP headers, URL query args etc.
 .
 HTTP Headers and URL query string require specific data structure:
 multidict. It behaves mostly like a dict but it can have
 several values for the same key.

Package: python3-multipart
Description-md5: e5c9f35bddb6aec90981555ad4f5dc26
Description-en: streaming multipart parser for Python
 Python-Multipart is a streaming multipart parser for Python.

Package: python-multipledispatch-doc
Description-md5: 9808ec306f2111efe4a63c5a57da482a
Description-en: documentation for multipledispatch
 This implementation of multiple dispatch is efficient, mostly complete,
 performs static analysis to avoid conflicts, and provides optional namespace
 support. It looks good too.
 .
 What this does:
  * Dispatches on all non-keyword arguments
  * Supports inheritance
  * Supports instance methods
  * Supports union types, e.g. (int, float)
  * Supports builtin abstract classes, e.g. Iterator, Number, ...
  * Caches for fast repeated lookup
  * Identifies possible ambiguities at function definition time
  * Provides hints to resolve ambiguities when they occur
  * Supports namespaces with optional keyword arguments
  * Supports variadic dispatch
 .
 What this doesn't do:
  * Diagonal dispatch
  * Efficient update: The addition of a new signature requires a full resolve
    of the whole function. This becomes troublesome after you get to a few
    hundred type signatures.
 .
 This package contains the documentation for multipledispatch.

Package: python3-multipledispatch
Description-md5: bd1d60827528c08552991cad5cbda4b6
Description-en: multiple dispatch in Python
 This implementation of multiple dispatch is efficient, mostly complete,
 performs static analysis to avoid conflicts, and provides optional namespace
 support. It looks good too.
 .
 What this does:
  * Dispatches on all non-keyword arguments
  * Supports inheritance
  * Supports instance methods
  * Supports union types, e.g. (int, float)
  * Supports builtin abstract classes, e.g. Iterator, Number, ...
  * Caches for fast repeated lookup
  * Identifies possible ambiguities at function definition time
  * Provides hints to resolve ambiguities when they occur
  * Supports namespaces with optional keyword arguments
  * Supports variadic dispatch
 .
 What this doesn't do:
  * Diagonal dispatch
  * Efficient update: The addition of a new signature requires a full resolve
    of the whole function. This becomes troublesome after you get to a few
    hundred type signatures.
 .
 This package contains the Python 3.x version of multipledispatch.

Package: python-multipletau-doc
Description-md5: 7f3079cb9deaa5790ef28d8e47942219
Description-en: documentation for multipletau Python module
 This package contains HTML documentation for python-multipletau
 .
 An online reference is available
 at http://paulmueller.github.io/multipletau

Package: python3-multipletau
Description-md5: 970a54ae90604dec7668692725e5e934
Description-en: multiple-tau algorithm for Python3/NumPy
 Multiple-tau correlation is computed on a logarithmic scale (less
 data points are computed) and is thus much faster than conventional
 correlation on a linear scale such as `numpy.correlate`
 .
 An online reference is available
 at http://paulmueller.github.io/multipletau
 .
 This is the Python 3 version of the package

Package: python3-multisplitby
Description-md5: 4ec457134b60c0a1dc8f7079846a9a1c
Description-en: Python3 module to create iterables split on arbitrary separators
 This package provides a Python3 module to split an iterable into multiple
 using arbitrary predicates.  It comes with a single function:
 multisplitby.multi_split_by.

Package: python3-munch
Description-md5: da6f7e669c7ddd71262ab265c158ece6
Description-en: dot-accessible dictionary similar to JavaScript objects - Python 3.x
 Munch is a fork of David Schoonover’s Bunch package, providing similar
 functionality. 99% of the work was done by him, and the fork was made
 mainly for lack of responsiveness for fixes and maintenance on the
 original code.
 .
 Munch is a dictionary that supports attribute-style access, a la
 JavaScript.
 .
 This package contains the library prepared for Python 3.x.

Package: python-murano-pkg-check-doc
Description-md5: 06017ceda213d655d15b43c3df94400e
Description-en: murano package validator tool - doc
 This package provide a way to validate Murano APPs. It checks packages
 against a list of known files and directories, the APP manifest consistency,
 and many other things.
 .
 This package contains the documentation.

Package: python3-murano-pkg-check
Description-md5: cf872ca093214e1600a8305446eee104
Description-en: murano package validator tool - Python 3.x
 This package provide a way to validate Murano APPs. It checks packages
 against a list of known files and directories, the APP manifest consistency,
 and many other things.
 .
 This package contains the Python 3.x module.

Package: python-muranoclient-doc
Description-md5: 0ca04fdcd65bf97a55416c4aec3c4d6f
Description-en: cloud-ready application catalog - client doc
 Murano Project introduces an application catalog, which allows application
 developers and cloud administrators to publish various cloud-ready
 applications in a browsable categorised catalog, which may be used by the
 cloud users (including the inexperienced ones) to pick-up the needed
 applications and services and composes the reliable environments out of them
 in a "push-the-button" manner.
 .
 This package contains the documentation for the client.

Package: python3-muranoclient
Description-md5: 505155772f0f430ea5230492b20ecaad
Description-en: cloud-ready application catalog - Python 3.x client module
 Murano Project introduces an application catalog, which allows application
 developers and cloud administrators to publish various cloud-ready
 applications in a browsable categorised catalog, which may be used by the
 cloud users (including the inexperienced ones) to pick-up the needed
 applications and services and composes the reliable environments out of them
 in a "push-the-button" manner.
 .
 This package provides the Python 3.x module.

Package: python3-murmurhash
Description-md5: 935699fcd5513c5cadb78e463b63ac00
Description-en: Cython bindings for MurmurHash2
 This package ships Cython bindings for MurmurHash2.

Package: python3-musicpd
Description-md5: eeea05b1153fed112851b8a57e33ea2a
Description-en: Python MPD client library
 An MPD (Music Player Daemon) client library written in pure Python.
 .
 python-musicpd is actually a fork of python-mpd
 .
 While python-mpd runs only with python2, this fork intends to support python3
 only.

Package: python3-mypy-extensions
Description-md5: fca2de19f7db3de2eaa67688a329981c
Description-en: Experimental type system extensions for mypy typechecker (Python 3)
 Add type annotations to your Python programs, and use mypy to type check them.
 Mypy is essentially a Python linter on steroids, and it can catch many
 programming errors by analyzing your program, without actually having to run
 it. Mypy has a powerful type system with features such as type inference,
 gradual typing, generics and union types.
 .
 The "mypy_extensions" module defines experimental extensions to the
 standard "typing" module that are supported by the mypy typechecker.
 .
 This package provides the modules for Python 3.

Package: python3-mysqldb
Description-md5: ef94561a9d5a0ef91971efb133cb764a
Description-en: Python interface to MySQL
 Mysqlclient is an interface to the popular MySQL database server for Python.
 .
 This is a fork of MySQLdb. It add Python 3.3 support and merges some pull
 requests.
 .
 This package contains modules for all Python 3.x versions supported in Debian.

Package: python-nacl-doc
Description-md5: 21b7b5bd3795f2afc0f790909110007a
Description-en: Python bindings to libsodium (documentation)
 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 documentation for pynacl.

Package: python3-nacl
Description-md5: 902c57e7d699d2895f897100335462fe
Description-en: 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.

Package: python3-nameparser
Description-md5: 272aaa26b3aa9fde2d1fb30beace7639
Description-en: Python 3 module for parsing names into individual components
 The HumanName class splits a name string up into name parts based on placement
 in the string and matches against known name pieces like titles. It joins name
 pieces on conjunctions and special prefixes to last names like "del". Titles
 can be chained together and include conjunctions to handle titles like
 "Asst Secretary of State". It can also try to correct capitalization of all
 upper or lowercase names.
 .
 It attempts the best guess that can be made with a simple, rule-based approach.
 Unicode is supported, but the parser is not likely to be useful for languages
 that to not share the same structure as English names. It's not perfect, but it
 gets you pretty far.

Package: python3-nanoget
Description-md5: b717656953ba87a065e49966061c1863
Description-en: extract information from Oxford Nanopore sequencing data and alignments
 The Python3 module nanoget provides functions to extract useful metrics
 from Oxford Nanopore sequencing reads and alignments.
 .
 Data can be presented in the following formats, using the following functions:
 .
  * sorted bam file process_bam(bamfile, threads)
  * standard fastq file process_fastq_plain(fastqfile, 'threads')
  * fastq file with metadata from MinKNOW or Albacore
    process_fastq_rich(fastqfile)
  * sequencing_summary file generated by Albacore
    process_summary(sequencing_summary.txt, 'readtype')
 .
 Fastq files can be compressed using gzip, bzip2 or bgzip. The data is
 returned as a pandas DataFrame with standardized headernames for
 convenient extraction. The functions perform logging while being called
 and extracting data.

Package: python3-nanoget-examples
Description-md5: 0800cf858e5581683ab053d467fc31b1
Description-en: example data for python3-nanoget (dealing with Oxford Nanopore data)
 The Python3 module nanoget provides functions to extract useful metrics
 from Oxford Nanopore sequencing reads and alignments.
 .
 Data can be presented in the following formats, using the following functions:
 .
  * sorted bam file process_bam(bamfile, threads)
  * standard fastq file process_fastq_plain(fastqfile, 'threads')
  * fastq file with metadata from MinKNOW or Albacore
    process_fastq_rich(fastqfile)
  * sequencing_summary file generated by Albacore
    process_summary(sequencing_summary.txt, 'readtype')
 .
 Fastq files can be compressed using gzip, bzip2 or bgzip. The data is
 returned as a pandas DataFrame with standardized headernames for
 convenient extraction. The functions perform logging while being called
 and extracting data.
 .
 This package just contains an example script and the data to run the example.

Package: python3-nanomath
Description-md5: bda351d07aabc939444c7273046b02b5
Description-en: simple math function for other Oxford Nanopore processing scripts
 This Python3 module provides a few simple math and statistics functions for
 other scripts processing Oxford Nanopore sequencing data.
 .
  * Calculate read N50 from a set of lengths get_N50(readlenghts)
  * Remove extreme length outliers from a dataset
    remove_length_outliers(dataframe, columname)
  * Calculate the average Phred quality of a read ave_qual(qualscores)
  * Write out the statistics report after calling readstats function
    write_stats(dataframe, outputname)
  * Compute a number of statistics, return a dictionary
    calc_read_stats(dataframe)

Package: python-nbxmpp-doc
Description-md5: c3dc69bb385fb4990c317148b4ed845c
Description-en: Non blocking Jabber/XMPP Python library, documentation
 python-nbxmpp is a Python library that provides a way for Python applications
 to use Jabber/XMPP networks in a non-blocking way. This library is initialy a
 fork of xmpppy one, but using non-blocking sockets.
 .
 This is the documentation of this library.

Package: python3-nbxmpp
Description-md5: a5493fa5fe1a833bf0864475645d4cc3
Description-en: Non blocking Jabber/XMPP Python 3 library
 python-nbxmpp is a Python library that provides a way for Python applications
 to use Jabber/XMPP networks in a non-blocking way. This library is initialy a
 fork of xmpppy one, but using non-blocking sockets.
 .
 This is the Python 3 version of this library.

Package: python-ncclient-doc
Description-md5: 33b34878196ef25766d37ae7c6197d94
Description-en: Documentation for python-ncclient (Python library for NETCONF clients)
 ncclient is a Python library that facilitates client-side scripting
 and application development around the NETCONF protocol.
 .
 NETCONF (Network Configuration Protocol) provides mechanisms to install,
 manipulate, and delete the configuration of network devices. Its operations
 are realized on top of a simple remote procedure call (RPC) layer.
 .
 The NETCONF protocol uses an Extensible Markup Language (XML) based data
 encoding for the configuration data as well as the protocol messages.
 .
 This package provides the documentation of the library.

Package: python3-ncclient
Description-md5: d1fd3c958bccc13eab402c9edb4348cc
Description-en: Python library for NETCONF clients (Python 3)
 ncclient is a Python library that facilitates client-side scripting
 and application development around the NETCONF protocol.
 .
 NETCONF (Network Configuration Protocol) provides mechanisms to install,
 manipulate, and delete the configuration of network devices. Its operations
 are realized on top of a simple remote procedure call (RPC) layer.
 .
 The NETCONF protocol uses an Extensible Markup Language (XML) based data
 encoding for the configuration data as well as the protocol messages.
 .
 This package provides the Python 3 version of the library.

Package: python3-ncls
Description-md5: f83ff25bd91a8faf650911a9f2c77527
Description-en: datastructure for interval overlap queries
 The Nested Containment List is a datastructure for interval overlap
 queries, like the interval tree. It is usually an order of magnitude
 faster than the interval tree both for building and query lookups.
 .
 The implementation here is a revived version of the one used in the
 now defunct PyGr library, which died of bitrot. It was now made less
 memory-consuming and wrapper functions allow batch-querying
 the NCLS for further speed gains.
 .
 This package was implemented to be the cornerstone of the PyRanges project,
 but was made available to the Python community as a stand-alone library.

Package: python3-nest-asyncio
Description-md5: 5cadb07e617374a0532c83c454abbee2
Description-en: Patch asyncio to allow nested event loops
 By design, asyncio does not allow for nested event loops. This module
 provides a function that patches asyncio in order to allow nested use
 of asyncio.run and loop.run_until_complete.

Package: python3-netaddr
Description-md5: 03b5d143573b06a730e64ded8b6855fb
Description-en: manipulation of various common network address notations (Python 3)
 netaddr is a Python library for the manipulation of various common
 network address notations and representations.
 .
 It takes the hassle out of fiddling with enumerable variations of
 network addresses presenting a consistent, extensible, easy-to-use
 and (above all) Pythonic API.
 .
 With it you can validate, convert, categorise, iterate, generate,
 slice (and dice):
  - MAC (Media Access Control)
  - IEEE EUI-48 and EUI-64
  - IP version 4
  - IP version 6
  - CIDR (Classless Inter-Domain Routing)
 .
 This is the Python 3 version of the package.

Package: python3-netdisco
Description-md5: 2a5a8befaea5e3f8ff9fa7d8ad5e1e4b
Description-en: Library to discover local devices and services (Python 3)
 This is a Python 3 library to discover local devices and services on the
 network. It allows one to scan on demand or offer a service that will scan the
 network in the background in a set interval.
 .
 Current methods of scanning:
 .
  - mDNS (includes Chromecast, Homekit)
  - uPnP
  - Plex Media Server using Good Day Mate protocol
  - Logitech Media Server discovery protocol
  - Daikin discovery protocol
  - Web OS discovery protocol

Package: python3-netfilter
Description-md5: 3d6fa0a3e764a957a254b96892a596dd
Description-en: Python module for manipulating netfilter rules (Python 3)
 This Python module acts as a wrapper around iptables to manipulate
 the Linux kernel's packet filtering tables.
 .
 Typical applications include building firewalls or network access
 controllers.
 .
 This package contains the module for Python 3.

Package: python3-network
Description-md5: c9ce4ac1f0407cf4133ea6af02eed94a
Description-en: python module for easy networking
 Implementing networking in C is a pain. Unfortunately, much of that pain is
 copied to Python. This module instead tries to follow the "batteries included"
 approach, like the rest of Python. With this module, networking is a piece of
 cake. It can use tcp sockets and unix domain sockets and supports ssl
 connections without hassle.
 .
 This module provides a Socket class and a Server class.  The Server creates
 Sockets when accepting connections; Sockets can be created by the user to
 initiate a connection.  All of this is symmetrical: once the connection is
 established, the client and server use the same interface.
 .
 For providing RPC functionality in a language independent way, see
 python3-websocketd.

Package: python3-network-doc
Description-md5: 28a7e7ca14525ec6f7a1aa3956d9a92f
Description-en: API documentation for python3-network
 Implementing networking in C is a pain. Unfortunately, much of that pain is
 copied to Python. This module instead tries to follow the "batteries included"
 approach, like the rest of Python. With this module, networking is a piece of
 cake. It can use tcp sockets and unix domain sockets and supports ssl
 connections without hassle.
 .
 This module provides a Socket class and a Server class.  The Server creates
 Sockets when accepting connections; Sockets can be created by the user to
 initiate a connection.  All of this is symmetrical: once the connection is
 established, the client and server use the same interface.
 .
 For providing RPC functionality in a language independent way, see
 python3-websocketd.
 .
 This package contains the API documentation for the module.

Package: python3-networkmanager
Description-md5: 1fa1329fee919ebdbf8cc1c7108cf018
Description-en: Python 3 interface to the NetworkManager D-Bus interface
 python-networkmanager wraps NetworkManager's D-Bus interface so you can be
 less verbose when talking to NetworkManager from Python. All interfaces have
 been wrapped in classes, properties are exposed as Python properties and
 function calls are forwarded to the correct interface.
 .
 See docs/index.rst for the documentation. An HTML version can be found on
 http://packages.python.org/python-networkmanager/
 .
 This package provides the Python 3.x module.

Package: python-neutron-lib-doc
Description-md5: c7184d1438340e37d5c51255a80047a6
Description-en: Neutron shared routines and utilities - doc
 Neutron provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 Neutron-lib is an OpenStack library project used by Neutron, Advanced
 Services, and third-party projects to provide common functionality and remove
 duplication.
 .
 This package contains the documentation of neutron-lib.

Package: python3-neutron-lib
Description-md5: 673954fee839bbd7ff7f0bef185298df
Description-en: Neutron shared routines and utilities - Python 3.x
 Neutron provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (such as
 vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
 network capabilities, including QoS, ACLs, and network monitoring.
 .
 Neutron-lib is an OpenStack library project used by Neutron, Advanced
 Services, and third-party projects to provide common functionality and remove
 duplication.
 .
 This package provides shared routines and utilities for Python 3.x.

Package: python3-neutronclient
Description-md5: ed3ee32026cb94686cda04bb75c70936
Description-en: client API library for Neutron - Python 3.x
 Neutron provides an API to dynamically request and configure virtual networks.
 These networks connect "interfaces" from other OpenStack services (e.g., vNICs
 from Nova VMs). The Neutron API supports extensions to provide advanced network
 capabilities (e.g., QoS, ACLs, network monitoring, etc).
 .
 This package provides the client and Python 3.x module.

Package: python3-nine
Description-md5: 15a0b56c311c97d65ad0ca9425c560b5
Description-en: Python 2 / 3 compatibility, like six, but favouring Python 3
 When thou writeth Python, thou shalt write Python 3 and, just for a
 while, ensure that the thing worketh on Python 2.7 and, possibly, even
 2.6.
 .
 Just before Python 2 is finally phased out, thine codebase shall look
 more like 3 than like 2.
 .
 nine facilitates this new point of view. You can write code that is
 as 3ish as possible while still supporting 2.6. Very comfortable for
 writing new projects.
 .
 This package contains the Python 3 bindings only.

Package: python3-nmap
Description-md5: 099d70767a4fecff68dd0297b8262488
Description-en: Python3 interface to the Nmap port scanner
 It helps manipulating nmap scan results and can
 be useful to systems administrators to
 automate scanning task and reports.
 It also supports nmap script outputs.

Package: python3-nmea2
Description-md5: d565a485923a789684ba35ff909a6b19
Description-en: Python library for the NMEA 0183 protocol
 A Python Library for the NMEA 0183 protocol
 .
 NMEA 0183 is a combined electrical and data specification for communication
 between marine electronics such as echo sounder, sonars, anemometer,
 gyrocompass, autopilot, GPS receivers and many other types of instruments.

Package: python3-noise
Description-md5: 016519c927de06059c8652aa992c8502
Description-en: Perlin noise for image generation
 Perlin noise is ubiquitous in modern CGI. Used for procedural texturing,
 animation, and enhancing realism, Perlin noise has been called the "salt" of
 procedural content. Perlin noise is a type of gradient noise, smoothly
 interpolating across a pseudo-random matrix of values.
 .
 The noise library includes native-code implementations of Perlin "improved"
 noise and Perlin simplex noise. It also includes a fast implementation of
 Perlin noise in GLSL, for use in OpenGL shaders. The shader code and many of
 the included examples require Pyglet (http://www.pyglet.org), the native-code
 noise functions themselves do not, however.

Package: python3-nose-exclude
Description-md5: a643ac76100ce501c201a889d38c64f4
Description-en: exclude specific directories from nosetests runs - Python 3.x
 nose-exclude is a Nose plugin that allows you to easily specify directories to
 be excluded from testing. The --exclude-dir= option is made available after
 installation of the plugin. The option may be used multiple times to exclude
 multiple directories from testing. The directory paths provided may be
 absolute or relative.
 .
 This is the Python 3 version.

Package: python3-nose-parameterized
Description-md5: 1d0cfadce74c46fa104e0b271c26b37d
Description-en: Decorator for parameterized testing with Nose - Python 3.x
 nose-parameterized is a decorator for parameterized testing of Python code
 with nose.
 .
 The provided decorators make it simple to pass lists, iterables, tuples or
 callables to the test functions. This allows you to separate the data from the
 test without having to subclass unittest.testcase.
 .
 This package contains the Python 3.x module.

Package: python3-nose-random
Description-md5: d879f83eed5aa693868a99918474828e
Description-en: nose plugin to facilitate randomized unit testing with Python 3
 Python nose-random is designed to facilitate Monte-Carlo style unit testing.
 The idea is to improve testing by running your code against a large number
 of randomly generated input scenarios.
 .
 Even with random testing it's important that test success/failure is
 reproducible, otherwise it's hard to
 .
   * know if you've fixed a failing test
   * know if an test fails only on some machines or configurations and not
     others
   * debug a failing test
 .
 nose-random avoids this pitfall because it
 .
   * uses a fixed seed so that each test run is identical
   * tells you which scenario caused a test to fail
   * lets you to run the test only on a specific scenario to facilitate
     debugging
 .
 This package provides the Python 3 version of the module.

Package: python3-nose-timer
Description-md5: e663af3ec4a6a86329a3a21193f7b748
Description-en: timer plugin for nosetests - Python 3.x
 A timer plugin for nosetests that answers the question: how much time does
 every test take? Run nosetests with the --with-timer flag, and you will see
 a list of the tests and the time spent by each one (in seconds):
 .
  myapp.tests.ABigTestCase.test_the_world_is_running: 56.0010s
  myapp.tests.ABigTestCase.test_the_rest_of_the_galaxy_is_running: 2356.0010s
 .
 It is also possible to list the 10 slowest tests this way:
 .
  nosetests --with-timer --timer-top-n 10
 .
 This package contains the Python 3.x module.

Package: python3-nosehtmloutput
Description-md5: 48611e5b348bc10b49ab774c3d785b36
Description-en: plugin to produce test results in html - Python 3.x
 A plugin for nosetests that will write out test results to results.html. The
 code is adapted from the example html output plugin at:
  https://github.com/nose-devs/nose/blob/master/examples/html_plugin/htmlplug.py
 and the pyunit Html test runner at
  http://tungwaiyip.info/software/HTMLTestRunner.html.
 .
 This package contains the Python 3.x module.

Package: python3-noseofyeti
Description-md5: ea009bdb0d64ae97ed4a09323b43d9c2
Description-en: Module to create Python codec for tests using RSpec inspired DSL
 This is a project creates a custom Python codec that lets you write your
 tests using an RSpec inspired DSL (i.e. describe and it blocks).
 .
 It uses the fact that you can register a codec that is able to modify a
 Python file before executing it.  Using this when Python imports a file with
 a particular encoding as the first line of the file it will be intercepted
 and potentially rewritten into something else before the import continues.
 .
 nose-of-yeti uses this technique to translate from the DSL it defines, into
 Python classes and functions that then will be executed by your test
 framework of choice.

Package: python3-notify2
Description-md5: 73b582537fd3d142468d06ce460d786b
Description-en: desktop notifications API for Python 3
 notify2 provides a Python interface to the Freedesktop notifications system,
 which allows programs to display information to the user in an unobtrusive way.
 Notifications are sent over DBus to a notification daemon, which is responsible
 for presenting them to the user.
 .
 notify2 is intended as a replacement for pynotify (package python-notify), and
 its interface is largely copied from there, although it isn't a complete clone.
 .
 This is the Python 3 version of the package.

Package: python-novaclient-doc
Description-md5: b3aa35805c29ab6cdbf4716c6f027ae2
Description-en: client library for OpenStack Compute API - doc
 OpenStack Compute, codenamed Nova, is a cloud computing fabric controller
 designed to be modular and easy to extend and adapt. In addition to its
 "native" OpenStack API, it also supports the Amazon EC2 API, and it supports
 many different database backends (including SQLite, MySQL, and PostgreSQL),
 hypervisors (KVM, Xen), and user directory systems (LDAP, SQL).
 .
 Python novaclient library and nova CLI tool for interacting with OpenStack
 Compute (Nova) through the OpenStack Compute API.
 .
 This package provides the documentation.

Package: python3-novaclient
Description-md5: 545cef31727ec394a20a51d7fc36dffe
Description-en: client library for OpenStack Compute API - 3.x
 OpenStack Compute, codenamed Nova, is a cloud computing fabric controller
 designed to be modular and easy to extend and adapt. In addition to its
 "native" OpenStack API, it also supports the Amazon EC2 API, and it supports
 many different database backends (including SQLite, MySQL, and PostgreSQL),
 hypervisors (KVM, Xen), and user directory systems (LDAP, SQL).
 .
 Python novaclient library and nova CLI tool for interacting with OpenStack
 Compute (Nova) through the OpenStack Compute API.
 .
 This package provides the Python 3.x module.

Package: nox
Description-md5: 0840ca64d143a2e4554cd2791b34da36
Description-en: Flexible test automation
 Nox is a command-line tool that automates testing in multiple Python
 environments, similar to tox. Unlike tox, Nox uses a standard Python file for
 configuration.
 It will automatically create virtualenv with the appropriate interpreter,
 install the specified dependencies, and run the commands in order.

Package: python-nox-doc
Description-md5: 1a1ddc38c133a5a4b7985bf265802818
Description-en: Flexible test automation (Documentation)
 Nox is a command-line tool that automates testing in multiple Python
 environments, similar to tox. Unlike tox, Nox uses a standard Python file for
 configuration.
 It will automatically create virtualenv with the appropriate interpreter,
 install the specified dependencies, and run the commands in order.
 .
 This package contains the documentation.

Package: python3-nox
Description-md5: 3069ba8986ceaa295be457b305591e0d
Description-en: Flexible test automation (Python3 version)
 Nox is a command-line tool that automates testing in multiple Python
 environments, similar to tox. Unlike tox, Nox uses a standard Python file for
 configuration.
 It will automatically create virtualenv with the appropriate interpreter,
 install the specified dependencies, and run the commands in order.
 .
 This package contains the Python 3 version of the library.

Package: python3-npx
Description-md5: 27ff1dd32c9397ef470e628b337a718b
Description-en: extensions for NumPy (Python 3)
 NumPy is a large library used everywhere in scientific computing.
 That's why breaking backwards-compatibility comes at a significant
 cost and is almost always avoided, even if the API of some methods is
 arguably lacking. This package provides drop-in wrappers "fixing"
 those.
 .
 Provides alternative algorithms for dot, solve, sum_at/add_at,
 unique_rows, isin_rows, mean.
 .
 This package installs the library for Python 3.

Package: python3-nss
Description-md5: 06b8d6d8777a6a45f2e520304567d7cd
Description-en: Python3 bindings for Network Security Services (NSS)
 This package provides Python3 bindings for Network Security Services (NSS)
 and the Netscape Portable Runtime (NSPR).
 .
 NSS is a set of libraries supporting security-enabled client and
 server applications. Applications built with NSS can support SSL v2
 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3
 certificates, and other security standards. Specific NSS
 implementations have been FIPS-140 certified.

Package: python3-ntlm-auth
Description-md5: 1db0fe89d0c79f3cc914cf9ab99c8d10
Description-en: NTLM low-level Python library
 This library handles the low-level details of NTLM authentication for
 use in authenticating with a service that uses NTLM. It will create
 and parse the 3 different message types in the order required and
 produce a base64 encoded value that can be attached to the HTTP
 header.
 .
 The goal of this library is to offer full NTLM support including
 signing and sealing of messages as well as supporting MIC for message
 integrity and the ability to customise and set limits on the messages
 sent.

Package: python3-nubia
Description-md5: 95742e6ebafafe6aec1e62b268cfee3f
Description-en: framework for building beautiful shells for python3
 This is a lightweight framework for building command-line applications
 with Python. This was originally designed for the "logdevice interactive
 shell (aka. `ldshell`)" at Facebook. Since then it was factored out to
 be a reusable component and several internal Facebook projects now rely
 on it as a quick and easy way to get an intuitive shell/cli application
 without too much boilerplate.

Package: python3-nudatus
Description-md5: 6866e273c6906f86ac34927f7fcb41cb
Description-en: module to remove comments from Python 3 scripts
 Nudatus was created to help fit longer, heavily-documented Python programs
 onto the micro:bit single-board computer (SBC). It should be suitable for
 similar platforms with restricted storage capacity.
 .
 Although the library is designed to be embedded, this package also provides
 the `nudatus` CLI utility.
 .
 Nudatus uses the tokenizer built into Python, so only supports the syntax of
 the version of Python it's running on.
 .
 This package installs the library and CLI utility for Python 3.

Package: python3-num2words
Description-md5: 60f1299c500c5c0a651e401bbcc8a91f
Description-en: Convert numbers to words in multiple languages (Python 3)
 This package contains a Python library that converts numbers like ``42`` to
 words like ``forty-two``.  It supports multiple languages and can even
 generate ordinal numbers like ``forty-second`` (although this last feature is
 a bit buggy for some languages at the moment).
 .
 This package installs the library for Python 3.

Package: python3-numpy-groupies
Description-md5: ea3700b60def4593edb3698e6207d236
Description-en: performs operations on/with subsets of n-dim arrays
 This package consists of a couple of optimised tools for doing things
 that can roughly be considered "group-indexing operations". The most
 prominent tool is `aggregate`.
 .
 `aggregate` takes an array of values, and an array giving the group
 number for each of those values. It then returns the sum (or mean, or
 std, or any, ...etc.) of the values in each group.  You have probably
 come across this idea before, using `matlab` accumarray, `pandas`
 groupby, or generally MapReduce algorithms and histograms.
 .
 There are different implementations of `aggregate` provided, based on
 plain `numpy`, `numba` and `weave`. Performance is a main concern, and
 so far this implementation comfortably beats similar implementations in
 other packages (check the benchmarks).

Package: python3-numpysane
Description-md5: 546fe782aadfb5983c05b240a6d9b005
Description-en: more-reasonable core functionality for numpy
 numpysane is a collection of core routines to provide basic numpy functionality
 in a more reasonable way. This package provides the Python3 module.

Package: python-nxs-doc
Description-md5: 67c35ed18b45252192fdbeffa0ae6402
Description-en: NeXus scientific data file format - documentation
 NeXus is a common data format for neutron, X-ray, and muon science. It
 is being developed as an international standard by scientists and
 programmers representing major scientific facilities in Europe, Asia,
 Australia, and North America in order to facilitate greater cooperation
 in the analysis and visualization of neutron, X-ray, and muon data.
 .
 This is the package containing the documentation.

Package: python3-nxs
Description-md5: 59b05ce8e4ee1df6bf1c8960d0c1e9f4
Description-en: NeXus scientific data file format - Python 3 binding
 NeXus is a common data format for neutron, X-ray, and muon science. It
 is being developed as an international standard by scientists and
 programmers representing major scientific facilities in Europe, Asia,
 Australia, and North America in order to facilitate greater cooperation
 in the analysis and visualization of neutron, X-ray, and muon data.
 .
 This is the package containing the Python 3 bindings.

Package: python3-oauth2client
Description-md5: fefa01b53b1c21c34d394695e37510e9
Description-en: OAuth 2.0 client library - Python 3.x
 The oauth2client is a client library for OAuth 2.0.
 .
 OAuth is an open standard for authorization. OAuth provides a method for
 clients to access server resources on behalf of a resource owner (such as a
 different client or an end-user). It also provides a process for end-users to
 authorize third-party access to their server resources without sharing their
 credentials (typically, a username and password pair), using user-agent
 redirections.
 .
 OAuth is a service that is complementary to, and therefore distinct from,
 OpenID. OAuth is also distinct from OATH, which is a reference architecture
 for authentication (i.e. not a standard).
 .
 This package provides the Python 3.x module.

Package: python3-oauthlib
Description-md5: 3e20963a858a3d6504b8c595f85e4839
Description-en: 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.

Package: python-octavia-lib-doc
Description-md5: 4ad7e9e46451655fb28b7e4a229d7e36
Description-en: library to support Octavia provider drivers - doc
 This python module provides a python library for Octavia provider driver
 developers. Drivers are enabled by entries in the Octavia configuration file.
 .
 See the provider driver development guide for more information:
 .
  https://docs.openstack.org/octavia/latest/contributor/guides/providers.html
 .
 This package contains the documentation.

Package: python3-octavia-lib
Description-md5: ade7231722afbb364ad95ab993b0ab60
Description-en: library to support Octavia provider drivers - Python 3.x
 This python module provides a python library for Octavia provider driver
 developers. Drivers are enabled by entries in the Octavia configuration file.
 .
 See the provider driver development guide for more information:
 .
  https://docs.openstack.org/octavia/latest/contributor/guides/providers.html
 .
 This package contains the Python 3.x module.

Package: python-octaviaclient-doc
Description-md5: d6ae45653eaa166278a57ed0cc364d39
Description-en: Octavia client for OpenStack Load Balancing - doc
 Octavia is an operator-grade open source scalable load balancer for use in
 large OpenStack deployments. It delivers load balancing services on amphorae
 and provides centralized command and control. Octavia is currently the
 reference backend for Neutron LBaaS. In the near future, Octavia is likely to
 become the standard OpenStack LBaaS API endpoint.
 .
 This package contains the documentation.

Package: python3-octaviaclient
Description-md5: 336195a10622e422a98c72d18eb315ee
Description-en: Octavia client for OpenStack Load Balancing - Python 3.x
 Octavia is an operator-grade open source scalable load balancer for use in
 large OpenStack deployments. It delivers load balancing services on amphorae
 and provides centralized command and control. Octavia is currently the
 reference backend for Neutron LBaaS. In the near future, Octavia is likely to
 become the standard OpenStack LBaaS API endpoint.
 .
 This package contains the Python 3.x module.

Package: python-odf-doc
Description-md5: 816ffd4a29dc33a6fa9ed277b7415383
Description-en: documentation and examples for python-odf and python3-odf
 Odfpy is a library to read and write OpenDocument v. 1.1 files.

Package: python-odf-tools
Description-md5: 6243580f26c8806d227055e22c0e7320
Description-en: Python tools to manipulate OpenDocument files
 Simple tool collection to manipulate ODF files, like converting CSV to
 spreadsheet, e-mails to text files, text files to HTML, including images
 given by URLs, filling user fields with data tables, and so on.

Package: python3-odf
Description-md5: 5bfaa51bb25352b2ea61da1c157cf2a3
Description-en: Python3 API to manipulate OpenDocument files
 Odfpy is a library to read and write OpenDocument v. 1.1 files.
 The main focus has been to prevent the programmer from creating invalid
 documents. It has checks that raise an exception if the programmer adds
 an invalid element, adds an attribute unknown to the grammar, forgets to
 add a required attribute or adds text to an element that doesn't allow it.
 .
 These checks and the API itself were generated from the RelaxNG
 schema, and then hand-edited. Therefore the API is complete and can
 handle all ODF constructions.
 .
 In addition to the API, there are a few scripts:
 .
  - csv2ods - Create OpenDocument spreadsheet from comma separated values
  - mailodf - Email ODF file as HTML archive
  - odf2xhtml - Convert ODF to (X)HTML
  - odf2mht - Convert ODF to HTML archive
  - odf2xml - Create OpenDocument XML file from OD? package
  - odfimgimport - Import external images
  - odflint - Check ODF file for problems
  - odfmeta - List or change the metadata of an ODF file
  - odfoutline - Show outline of OpenDocument
  - odfuserfield - List or change the user-field declarations in an ODF file
  - xml2odf - Create OD? package from OpenDocument in XML form

Package: python-odoorpc-doc
Description-md5: dae8ffe382a04409d3b9250fdda4664f
Description-en: pilot Odoo servers through RPC (documentation)
 OdooRPC is a Python module providing an easy way to pilot your Odoo
 (formerly known as OpenERP or TinyERP) servers through RPC.
 .
 Features supported:
  - access to all data model methods (even browse) with an API similar
    to the server-side API,
  - use named parameters with model methods,
  - user context automatically sent providing support for
    internationalization,
  - browse records,
  - execute workflows,
  - manage databases,
  - reports downloading,
  - JSON-RPC protocol (SSL supported)
 .
 OdooRPC is a modern alternative to the older OERPLib by the same
 author. It supports both Python 2 and 3.
 .
 This package provides the documentation and an example.

Package: python3-odoorpc
Description-md5: 5f3dc2be82e7f79ee8ba379601c15c03
Description-en: pilot Odoo servers through RPC (Python 3)
 OdooRPC is a Python module providing an easy way to pilot your Odoo
 (formerly known as OpenERP or TinyERP) servers through RPC.
 .
 Features supported:
  - access to all data model methods (even browse) with an API similar
    to the server-side API,
  - use named parameters with model methods,
  - user context automatically sent providing support for
    internationalization,
  - browse records,
  - execute workflows,
  - manage databases,
  - reports downloading,
  - JSON-RPC protocol (SSL supported)
 .
 OdooRPC is a modern alternative to the older OERPLib by the same
 author. It supports both Python 2 and 3.
 .
 This package provides the module for Python 3.x.

Package: python3-offtrac
Description-md5: 1dce6342491f9f6290e85c04e618343f
Description-en: Python-based xmlrpc client library for trac instances (Python 3)
 The Offtrac library aims to be a python-based xmlrpc client library for
 trac instances. It offers the !TracServer class, used for interaction with a
 Trac instance. It supports ticket and milestone queries and offers means for
 creating new tickets and milestones.
 .
 This package installs the library for Python 3.

Package: python3-ofxclient
Description-md5: 825dd8dd06267800592d32cdc3517301
Description-en: OFX client for dowloading transactions from banks
 Simple ofxclient command line utility and OFX client libraries for development.

Package: python3-ofxhome
Description-md5: 040534906c508f0a3fe987aa55294598
Description-en: ofxhome.com financial institution lookup REST client (Python 3)
 ofxhome is a REST client for the web service provided by ofxhome.com.
 .
 ofxhome.com provides a way to discover the Open Financial Exchange
 (OFX) URLs and financial institution IDs for banks and other
 financial institutions.
 .
 ofxhome is a sort of "DNS" for financial institution OFX URLs and
 IDs.
 .
 This client by itself is not all that useful unless you are coupling
 it with software that needs this lookup capability.
 .
 This package is for Python 3.

Package: python3-ofxparse
Description-md5: b2c99679762142328502b1f520420415
Description-en: parser for Open Financial Exchange (.ofx) format files
 ofxparse is a parser for Open Financial Exchange (.ofx) format files.
 OFX files are available from almost any online banking site, so they
 work well if you want to pull together your finances from multiple
 sources. Online trading accounts also provide account statements in
 OFX files.
 .
 There are three different types of OFX files, called BankAccount,
 CreditAccount and InvestmentAccount files. This library has been
 tested with real-world samples of all three types.

Package: python3-oldmemo
Description-md5: 943702e93056b506d184ab5dfbe6fe72
Description-en: python-omemo backend for OMEMO 1
 Backend implementation for python-omemo, equipping python-omemo with
 support for OMEMO under the namespace eu.siacs.conversations.axolotl
 (casually/jokingly referred to as "oldmemo").

Package: python3-omegaconf
Description-md5: 024d3a8eecf0f31f4143e89cc8f8d988
Description-en: hierarchical configuration from multiple sources
 OmegaConf is a hierarchical configuration system, with support for merging
 configurations from multiple sources (YAML config files, dataclasses/objects
 and CLI arguments) providing a consistent API regardless of how the
 configuration was created.

Package: python3-omemo
Description-md5: c73a7543306ea2aa6dfa8ec375fe414a
Description-en: Python 3 implementation of the OMEMO protocol
 This python library offers an open implementation of the OMEMO Multi-End
 Message and Object Encryption protocol as specified here.
 .
 Goals of this implementation are:
 .
  * Do not use libsignal but offer a solid alternative to it
  * Stay away from GPL (not possible until we move away from libsignals
    wireformat)
  * Be flexible to changes that might happen to the OMEMO protocol
  * Keep the structure close to the spec
  * Provide the parts of the protocol (X3DH, Double Ratchet) as own
    repositories
 .
 This package provides the Python 3.x module.

Package: python3-onewire
Description-md5: 7827dcbe432346d436837761c748ea75
Description-en: Wrapper for OWFS C-API (Python 3)
 This wrapper around the OWFS C-API is fairly is fairly similar to the
 original owpython.  However, this library is class-based, so some
 modifications are required converting owpython code.
 .
 This package installs the library for Python 3.

Package: python-opcodes-doc
Description-md5: 246d56f4da3893f174c0a669da79b0d2
Description-en: Database of Processor Instructions/Opcodes (common documentation)
 The project provides descriptions for most user-mode x86, x86-64, and k1om
 instructions up to AVX-512 and SHA (including 3dnow!+, XOP, FMA3, FMA4,
 TBM and BMI2).
 .
 This is the common documentation package.

Package: python3-opcodes
Description-md5: 2e7d2ccc93d6997dd8a977581ff8a41e
Description-en: Database of Processor Instructions/Opcodes (Python 3)
 The project provides descriptions for most user-mode x86, x86-64, and k1om
 instructions up to AVX-512 and SHA (including 3dnow!+, XOP, FMA3, FMA4,
 TBM and BMI2).
 .
 This package installs the library for Python 3.

Package: python3-openflow
Description-md5: 24bf350d43b4e6ed88f4c6f040962484
Description-en: low level library to parse OpenFlow messages
 If you want to read an OpenFlow packet from an open socket or send a message
 to an OpenFlow switch, this is your best friend. The main features are:
 high performance, latest specification compliance, short learning curve and
 free software license.
 .
 This library is part of Kytos project, a collaborative project between
 SPRACE (from São Paulo State University, Unesp) and Caltech (California
 Institute of Technology). python-openflow was developed to be used with
 Kytos controller, but feel free to use this simple and intuitive library
 in another project with another controller.

Package: python3-openid-cla
Description-md5: 651e8552f183377759fe07a047dd627a
Description-en: OpenID CLA extension for python-openid (Python 3)
 Implementation of the OpenID CLA extension for python-openid.  The
 purpose of this extension is to allow retrieving a list of signed
 contributor license agreements.
 .
 This package installs the library for Python 3.

Package: python3-openid-teams
Description-md5: d19c721f78ada3ade01f81575e8ed1cf
Description-en: OpenID teams extension for python-openid (Python 3)
 Implementation of the OpenID teams extension for python-openid.  The
 purpose of the extension is to allow retrieving group membership
 information from OpenID providers.
 .
 This package installs the library for Python 3.

Package: python3-python-openidc-client
Description-md5: eeded44673fd069d08168fd722fee2bd
Description-en: Python OpenID Connect client (Python 3)
 Python OpenID Connect client library with token caching and
 management.
 .
 This package installs the library for Python 3.

Package: python3-openqa-client
Description-md5: dd4294414683ce1d00e66e6be07284d6
Description-en: Python API to access openQA server
 This is a client for the openQA API, based on requests.
 The API always returns JSON responses; this client's
 request functions parse the response before returning it.

Package: python-openshift-doc
Description-md5: 9a5ee7cb90523c4bcb22d5f94ae152f5
Description-en: Python client for the OpenShift API (common documentation)
 Python client for the Kubernetes and OpenShift APIs.
 There are two ways this project interacts with the Kubernetes and OpenShift
 APIs. The first, now deprecated, is to use models and functions generated
 with swagger from the API spec. The second, new approach, is to use a single
 model and client to generically interact with all resources on the server.
 The dynamic client also works with resources that are defined by aggregated
 API servers or Custom Resource Definitions.
 .
 This package installs the common documentation package.

Package: python3-openshift
Description-md5: 8a333fe62538ce147b0a67d7615f5dee
Description-en: Python client for the OpenShift API (Python 3)
 Python client for the Kubernetes and OpenShift APIs.
 There are two ways this project interacts with the Kubernetes and OpenShift
 APIs. The first, now deprecated, is to use models and functions generated
 with swagger from the API spec. The second, new approach, is to use a single
 model and client to generically interact with all resources on the server.
 The dynamic client also works with resources that are defined by aggregated
 API servers or Custom Resource Definitions.
 .
 This package installs the library for Python 3.

Package: python-openstackclient-doc
Description-md5: f6d8ffeabb4b2b51e48dff0e641bcd07
Description-en: OpenStack Command-line Client - doc
 python-openstackclient is a unified command-line client for the OpenStack APIs.
 It is a thin wrapper to the stock python-*client modules that implement the
 actual REST API client actions.
 .
 This is an implementation of the design goals shown in
 http://wiki.openstack.org/UnifiedCLI.  The primary goal is to provide
 a unified shell command structure and a common language to describe
 operations in OpenStack.
 .
 This package contains the documentation.

Package: python3-openstackclient
Description-md5: 030c3c6e2e45523d8ca9de1b9030ba8f
Description-en: OpenStack Command-line Client - Python 3.x
 python-openstackclient is a unified command-line client for the OpenStack APIs.
 It is a thin wrapper to the stock python-*client modules that implement the
 actual REST API client actions.
 .
 This is an implementation of the design goals shown in
 http://wiki.openstack.org/UnifiedCLI.  The primary goal is to provide
 a unified shell command structure and a common language to describe
 operations in OpenStack.
 .
 This package contains the Python 3.x module.

Package: python3-openstackdocstheme
Description-md5: 01916b7c9189557f223987c323f9cfd0
Description-en: extension support for Sphin OpenStack doc - Python 3.x
 Theme and extension support for Sphinx documentation that is published to
 docs.openstack.org. Intended for use by OpenStack projects.
 .
 This package contains the Python 3.x module.

Package: python-openstacksdk-doc
Description-md5: cba6c5efa97c3b48765e0bea93a46d83
Description-en: SDK for building applications to work with OpenStack - doc
 The python-openstacksdk is a collection of libraries for building applications
 to work with OpenStack clouds. The project aims to provide a consistent and
 complete set of interactions with OpenStack's many services, along with
 complete documentation, examples, and tools.
 .
 This SDK is under active development, and in the interests of providing a
 high-quality interface, the APIs provided in this release may differ from
 those provided in future release.
 .
 This package contains the documentation.

Package: python3-openstacksdk
Description-md5: 514119f2ade15da8d0f7dedd555132de
Description-en: SDK for building applications to work with OpenStack - Python 3.x
 The python-openstacksdk is a collection of libraries for building applications
 to work with OpenStack clouds. The project aims to provide a consistent and
 complete set of interactions with OpenStack's many services, along with
 complete documentation, examples, and tools.
 .
 This SDK is under active development, and in the interests of providing a
 high-quality interface, the APIs provided in this release may differ from
 those provided in future release.
 .
 This package contains the Python 3.x module.

Package: python3-openstep-plist
Description-md5: 30960ae089855ed69feed00e62de32a7
Description-en: Parser for the "old style" OpenStep property list format
 A parser for the "old style" OpenStep property list format (also known as
 ASCII plist), written in Cython.

Package: python3-opentimestamps
Description-md5: 89eca9603efc38630c719f8808bd33aa
Description-en: Python3 library for creating and verifying OpenTimestamps proofs
 OpenTimestamps aims to be a standard format for blockchain timestamping.
 The format is flexible enough to be vendor and blockchain independent.
 .
 A timestamp proves that some data existed prior to some point in time.
 OpenTimestamps defines a set of operations for creating provable timestamps and
 later independently verifying them.
 .
 This package installs the library for Python 3.

Package: python3-ots
Description-md5: 7f0b41d19f5cdb263e175c094f96264b
Description-en: Python library for OpenType Sanitizer
 This package can be used to interact with the OpenType Sanitizer software. It
 is a thin wrapper over the ots-sanitize binary provided by opentype-sanitizer
 package.

Package: python-oracledb-doc
Description-md5: e8077e888bc42d593d4c2a552716e8c1
Description-en: Python driver for Oracle Database (documentation)
 python-oracledb is a Python programming language extension module allowing
 Python programs to connect to Oracle Database. It is the renamed, new major
 release of the popular cx_Oracle driver.
 .
 The module conforms to the Python Database API 2.0 specification with a
 considerable number of additions and a couple of minor exclusions
 .
 Oracle client libraries are NOT necessary when connecting using "Thin" mode,
 which is the default, but requires Oracle Database Server 12.1 or later --
 which was initially released in July 2013.
 .
 This is the common documentation package.

Package: python3-oracledb
Description-md5: f272590fb37cfb5d82606ae3e083feb2
Description-en: Python driver for Oracle Database (Python 3)
 python-oracledb is a Python programming language extension module allowing
 Python programs to connect to Oracle Database. It is the renamed, new major
 release of the popular cx_Oracle driver.
 .
 The module conforms to the Python Database API 2.0 specification with a
 considerable number of additions and a couple of minor exclusions
 .
 Oracle client libraries are NOT necessary when connecting using "Thin" mode,
 which is the default, but requires Oracle Database Server 12.1 or later --
 which was initially released in July 2013.
 .
 This package installs the "Thin" mode driver for Python 3.

Package: python3-ordered-set
Description-md5: 3f6d6632a31c57b4062c8f0d5cd760da
Description-en: ordered set implementation for Python 3
 Pure Python implementation of an ordered set: a mutable set which keeps the
 order of insertion of its elements.
 .
 This package provides the modules for Python 3.

Package: python3-orderedattrdict
Description-md5: 15aa5e00185eea40b47eab46c1066c30
Description-en: Python OrderedDict with attribute-style access (Python3)
 An ordered dictionary with attribute-style access.
 .
 AttrDict behaves exactly like collections.OrderedDict, but also allows
 keys to be accessed as attributes.
 .
 It also allows for loading JSON and YAML while preserving the order of
 keys
 .
 This is the Python3 package.

Package: python3-orderedmultidict
Description-md5: d7ac28e94c4fd17b2eb3ac8bdb407e7f
Description-en: Ordered multivalue dictionary that retains method parity with Python's dict
 a multivalue dictionary is a dictionary that can store multiple values per
 key. An ordered multivalue dictionary is a multivalue dictionary that
 retains the order of insertions and deletions.

Package: python3-orderedset
Description-md5: 15b2ddf2f1d4b2d6bc2f94b8bc03665b
Description-en: Ordered Set implementation in Cython.
 An Ordered Set implementation in Cython.
 .
 Features:
 .
  * Works like a regular set, but remembers insertion order;
  * Is approximately 5 times faster than the pure Python implementation overall
    (and 5 times slower than `set`);
  * Compatible with Python 2.7 through 3.8;
  * Supports the full set interface;
  * Supports some list methods, like `index` and `__getitem__`.
  * Supports set methods against iterables.

Package: python-os-api-ref-common
Description-md5: 2a28e20b2f2cb5bd7aab4ebb256cea5e
Description-en: Sphinx Extensions to support API reference sites in OpenStack - common
 This project is a collection of sphinx stanzas that assist in building an API
 Reference site for an OpenStack project in RST. RST is great for unstructured
 English, but displaying semi structured (and repetitive) data in tables is
 not it's strength. This provides tooling to insert semi-structured data
 describing request and response parameters, and turn those into nice tables.
 .
 The project also includes a set of styling (and javascript) that is expected
 to layer on top of an oslosphinx theme base. This provides a nice set of
 collapsing sections for REST methods and javascript controls to expand /
 collapse all sections.
 .
 This package contains the common files.

Package: python3-os-api-ref
Description-md5: 7422a2bb14de865d047fb827610c7179
Description-en: Sphinx Extensions to support API reference sites in OpenStack - Python 3.x
 This project is a collection of sphinx stanzas that assist in building an API
 Reference site for an OpenStack project in RST. RST is great for unstructured
 English, but displaying semi structured (and repetitive) data in tables is
 not it's strength. This provides tooling to insert semi-structured data
 describing request and response parameters, and turn those into nice tables.
 .
 The project also includes a set of styling (and javascript) that is expected
 to layer on top of an oslosphinx theme base. This provides a nice set of
 collapsing sections for REST methods and javascript controls to expand /
 collapse all sections.
 .
 This package contains the Python 3.x module.

Package: python3-os-apply-config
Description-md5: 4d0e1bf9e97c910478697aeef9fc90a1
Description-en: Creates config files out of cloud metadata
 os-apply-config apply configuration out of the cloud metadata (JSON) that it
 receives from a metadata server.
 .
 It turns metadata from one or more JSON files like this:
 .
  {"keystone":
   {"database":
    {"host": "127.0.0.1", "user": "keystone", "password": "foobar"}
   }
  }
 .
 into service config files like this:
 .
  [sql]
  connection = mysql://keystone:foobar@127.0.0.1/keystone

Package: os-brick-common
Description-md5: 120ff671a86897dfd831b40bde5f5004
Description-en: Library for managing local volume attaches - common files
 OpenStack Cinder brick library for managing local volume attaches.
 .
 Features discovery of volumes being attached to a host for many
 transport protocols and removal of volumes from a host.
 .
 This package contains common files needed by either the Python 2 or 3 module
 of os-brick.

Package: python-os-brick-doc
Description-md5: c803b7d4eed8d061f41ee22ed7074edb
Description-en: Library for managing local volume attaches - doc
 OpenStack Cinder brick library for managing local volume attaches.
 .
 Features discovery of volumes being attached to a host for many
 transport protocols and removal of volumes from a host.
 .
 This package contains the documentation.

Package: python3-os-brick
Description-md5: bf3bbe4c9e56552b7f28bbbc114c85a8
Description-en: Library for managing local volume attaches - Python 3.x
 OpenStack Cinder brick library for managing local volume attaches.
 .
 Features discovery of volumes being attached to a host for many
 transport protocols and removal of volumes from a host.
 .
 This package contains the Python 3.x module.

Package: python-os-client-config-doc
Description-md5: 81b3581ed06a519152cc5abece45d40b
Description-en: OpenStack client configuration library - doc
 Os-client-config is a library for collecting client configuration for using an
 OpenStack cloud in a consistent and comprehensive manner. It will find cloud
 config for as few as 1 cloud and as many as you want to put in a config file.
 It will read environment variables and config files, and it also contains some
 vendor specific default values so that you don't have to know extra info to
 use OpenStack
 .
 os-client-config honors all of the normal OS_* variables. It does not provide
 backwards compatibility to service-specific variables such as NOVA_USERNAME.
 .
 If you have environment variables and no config files, os-client-config will
 produce a cloud config object named "openstack" containing your values from
 the environment.
 .
 This package contains the documentation.

Package: python3-os-client-config
Description-md5: d722bae8e787bb32c899fbeefa4d2379
Description-en: OpenStack client configuration library - Python 3.x
 Os-client-config is a library for collecting client configuration for using an
 OpenStack cloud in a consistent and comprehensive manner. It will find cloud
 config for as few as 1 cloud and as many as you want to put in a config file.
 It will read environment variables and config files, and it also contains some
 vendor specific default values so that you don't have to know extra info to
 use OpenStack
 .
 os-client-config honors all of the normal OS_* variables. It does not provide
 backwards compatibility to service-specific variables such as NOVA_USERNAME.
 .
 If you have environment variables and no config files, os-client-config will
 produce a cloud config object named "openstack" containing your values from
 the environment.
 .
 This package contains the Python 3.x module.

Package: python3-os-collect-config
Description-md5: b80374112e636224d8f769d9899d8230
Description-en: collect and cache metadata, run hooks on changes
 os-collect-config collects data from defined configuration sources and runs a
 defined hook whenever the metadata has changed. You must define what sources
 to collect configuration data from in os-collect-config configuration file at
 /etc/os-collect-config/sources.ini. These sources will be polled and whenever
 any of them changes, default.command will be run. A file will be written to
 the cache dir, os_config_files.json, which will be a json list of the file
 paths to the current copy of each metadata source. This list will also be set
 as a colon separated list in the environment variable OS_CONFIG_FILES for the
 command that is run.

Package: python-os-faults-doc
Description-md5: 508f1a3e573537ad0bbeeaae6c57f146
Description-en: OpenStack fault-injection library - doc
 The library does destructive actions inside an OpenStack cloud. It provides an
 abstraction layer over different types of cloud deployments. The actions are
 implemented as drivers (e.g. DevStack driver, Fuel driver, Libvirt driver,
 IPMI driver).
 .
 This package contains the documentation.

Package: python3-os-faults
Description-md5: bebdf221db0eec0dc9b875357743a265
Description-en: OpenStack fault-injection library - Python 3.x
 The library does destructive actions inside an OpenStack cloud. It provides an
 abstraction layer over different types of cloud deployments. The actions are
 implemented as drivers (e.g. DevStack driver, Fuel driver, Libvirt driver,
 IPMI driver).
 .
 This package contains the Python 3.x module.

Package: python-os-ken-doc
Description-md5: 12fe679469d28f23203f66e3a32b2902
Description-en: component-based software defined networking framework for OpenStack - doc
 A component-based software defined networking framework in OpenStack.
 .
 This is a fork of the Ryu library tailored for OpenStack Neutron.
 .
 This package contains the documentation.

Package: python3-os-ken
Description-md5: 2dbaa26b024438631c627a321814f7c3
Description-en: component-based software defined networking framework for OpenStack - Py 3.x
 A component-based software defined networking framework in OpenStack.
 .
 This is a fork of the Ryu library tailored for OpenStack Neutron.
 .
 This package contains the Python 3.x module.

Package: python3-os-refresh-config
Description-md5: c390bffe279d7bbfb0f8b09369779802
Description-en: refresh system configuration of an OpenStack TripleO node
 Runs through all of the phases to ensure configuration is applied and enabled
 on a machine running a TripleO undercloud. Will exit with an error if any
 phase has a problem.

Package: python-os-resource-classes-doc
Description-md5: e01f3dd9eaad315fe546087067b7ecae
Description-en: Resource Classes for OpenStack - doc
 A resource class is a distinct type of inventory that exists in a cloud
 environment, for example VCPU, DISK_GB. They are upper case with underscores.
 They often include a unit in their name.
 .
 This package provides a collection of symbols representing those standard
 resource classes which are expected to be available in any OpenStack
 deployment.
 .
 There also exists a concept of custom resource classes. These are countable
 types that are custom to a particular environment. The OpenStack placement API
 provides a way to create these. A custom resource class always begins with a
 CUSTOM_ prefix.
 .
 This package contains the documentation.

Package: python3-os-resource-classes
Description-md5: 01ddc3ffabeffb45e46398a9bc2b0ee2
Description-en: Resource Classes for OpenStack - Python 3.x
 A resource class is a distinct type of inventory that exists in a cloud
 environment, for example VCPU, DISK_GB. They are upper case with underscores.
 They often include a unit in their name.
 .
 This package provides a collection of symbols representing those standard
 resource classes which are expected to be available in any OpenStack
 deployment.
 .
 There also exists a concept of custom resource classes. These are countable
 types that are custom to a particular environment. The OpenStack placement API
 provides a way to create these. A custom resource class always begins with a
 CUSTOM_ prefix.
 .
 This package contains the Python 3.x module.

Package: python-os-service-types-doc
Description-md5: fdacfe3a784f32a7212c28c8caac7516
Description-en: lib for consuming OpenStack sevice-types-authority data - doc
 This package provides a Python library for consuming OpenStack
 sevice-types-authority data
 .
 The OpenStack Service Types Authority contains information about official
 OpenStack services and their historical service-type aliases.
 .
 The data is in JSON and the latest data should always be used. This simple
 library exists to allow for easy consumption of the data, along with a
 built-in version of the data to use in case network access is for some reason
 not possible and local caching of the fetched data.
 .
 This package contains the documentation.

Package: python3-os-service-types
Description-md5: 18abb1f23a77968f189f34fd085f737b
Description-en: lib for consuming OpenStack sevice-types-authority data - Python 3.x
 This package provides a Python library for consuming OpenStack
 sevice-types-authority data
 .
 The OpenStack Service Types Authority contains information about official
 OpenStack services and their historical service-type aliases.
 .
 The data is in JSON and the latest data should always be used. This simple
 library exists to allow for easy consumption of the data, along with a
 built-in version of the data to use in case network access is for some reason
 not possible and local caching of the fetched data.
 .
 This package contains the Python 3.x module.

Package: python-os-testr-doc
Description-md5: 98ea3d50edee65a447ae559afd051372
Description-en: Utility wrappers for testrepository for OpenStack projects - doc
 A number of small wrappers to support use of testrepository
 across OpenStack projects.
 .
 This package contains the documentation.

Package: python3-os-testr
Description-md5: 1c71275c7ef47114a8f9c315e551f6bc
Description-en: Utility wrappers for testrepository for OpenStack projects - Python 3.x
 A number of small wrappers to support use of testrepository
 across OpenStack projects.
 .
 This package contains the Python 3.x module and binaries.

Package: python-os-traits-doc
Description-md5: 52b2d69c0330ed69519e8f8d32f67f2d
Description-en: standardized trait strings - doc
 Os-traits is a library containing standardized trait strings.
 .
 Traits are strings that represent a feature of some resource provider.  This
 library contains the catalog of constants that have been standardized in the
 OpenStack community to refer to a particular hardware, virtualization,
 storage, network, or device trait.
 .
 This package contains the documentation.

Package: python3-os-traits
Description-md5: aaf09ad32354c51365e3f17908c047fe
Description-en: standardized trait strings - Python 3.x
 Os-traits is a library containing standardized trait strings.
 .
 Traits are strings that represent a feature of some resource provider.  This
 library contains the catalog of constants that have been standardized in the
 OpenStack community to refer to a particular hardware, virtualization,
 storage, network, or device trait.
 .
 This package contains the Python 3.x module.

Package: python-os-vif-doc
Description-md5: 6f0af7c0d5c7002509ccfe9dd77f4df6
Description-en: Integration library between network and compute - doc
 A library for plugging and unplugging virtual interfaces in OpenStack.
 .
 This package contains the documentation.

Package: python3-os-vif
Description-md5: ee33fdc6fa46930070432260f411375c
Description-en: Integration library between network and compute - Python 3.x
 A library for plugging and unplugging virtual interfaces in OpenStack.
 .
 This package contains the Python 3.x module.

Package: python-os-win-doc
Description-md5: 16452a54d5f55ed3e786d7e3abbd8352
Description-en: Windows / Hyper-V library for OpenStack projects - doc
 Os-win is a library that contains Windows / Hyper-V code commonly used in the
 OpenStack projects: nova, cinder, networking-hyperv. The library can be used
 in any other OpenStack projects where it is needed.
 .
 This package contains the documentation.

Package: python3-os-win
Description-md5: e13e54511ff14b94904981ec4c8cb196
Description-en: Windows / Hyper-V library for OpenStack projects - Python 3.x
 Os-win is a library that contains Windows / Hyper-V code commonly used in the
 OpenStack projects: nova, cinder, networking-hyperv. The library can be used
 in any other OpenStack projects where it is needed.
 .
 This package contains the Python 3.x module.

Package: python-os-xenapi-doc
Description-md5: ed3c1f111d585a5f6d9d96272b8af757
Description-en: XenAPI library for OpenStack projects - doc
 This library provides the support functions needed to connect to and manage a
 XenAPI-based hypervisor, such as Citrix's XenServer.
 .
 This package contains the documentation.

Package: python3-os-xenapi
Description-md5: 6621eb6b2e7a225880626e7266e21ce2
Description-en: XenAPI library for OpenStack projects - Python 3.x
 This library provides the support functions needed to connect to and manage a
 XenAPI-based hypervisor, such as Citrix's XenServer.
 .
 This package contains the Python 3.x module.

Package: python-osc-lib-doc
Description-md5: 8c7e2ce0ea7dc4c815af0dccd6084edf
Description-en: OpenStackClient Library - doc
 OpenStackClient (aka OSC) is a command-line client for OpenStack. osc-lib is a
 package of common support modules for writing OSC plugins.
 .
 This package contains the documentation.

Package: python3-osc-lib
Description-md5: b3045b867d35a63b3c92d1477ab2f85d
Description-en: OpenStackClient Library - Python 3.x
 OpenStackClient (aka OSC) is a command-line client for OpenStack. osc-lib is a
 package of common support modules for writing OSC plugins.
 .
 This package contains the Python 3.x module.

Package: python-osc-placement-doc
Description-md5: 7b49e1f456d5fff15d8d4ad3d1115800
Description-en: OpenStackClient plugin for the Placement service - doc
 OSC-Placement is an OpenStackClient plugin, that provides CLI for the
 Placement service. Python API binding is not implemented - Placement API
 consumers are encouraged to use the REST API directly, CLI is provided only
 for convenience of users.
 .
 This package contains the documentation.

Package: python3-osc-placement
Description-md5: 3f4bbe2c7274aef3a8eb86498a81057e
Description-en: OpenStackClient plugin for the Placement service - Python 3.x
 OSC-Placement is an OpenStackClient plugin, that provides CLI for the
 Placement service. Python API binding is not implemented - Placement API
 consumers are encouraged to use the REST API directly, CLI is provided only
 for convenience of users.
 .
 This package contains the Python 3.x module.

Package: python-oslo.cache-doc
Description-md5: e9c7926d4a8a1066ffab9a74f8d4ff5b
Description-en: cache storage for Openstack projects - doc
 oslo.cache aims to provide a generic caching mechanism for OpenStack projects
 by wrapping the dogpile.cache library. The dogpile.cache library provides
 support memoization, key value storage and interfaces to common caching
 backends such as Memcached.
 .
 This package contains the documentation.

Package: python3-oslo.cache
Description-md5: 2af09ef2c5f11212cb3363dd30c848f9
Description-en: cache storage for Openstack projects - Python 3.x
 oslo.cache aims to provide a generic caching mechanism for OpenStack projects
 by wrapping the dogpile.cache library. The dogpile.cache library provides
 support memoization, key value storage and interfaces to common caching
 backends such as Memcached.
 .
 This package contains the Python 3.x module.

Package: python-oslo.concurrency-doc
Description-md5: 35a858a2e71d8220169d898c8aeaaf86
Description-en: oslo.concurrency library - doc
 The oslo.concurrency library provides solutions for managing concurrency and
 locks within OpenStack projects.
 .
 This package contains the documentation.

Package: python3-oslo.concurrency
Description-md5: 68881a41dcec981cd805e0780b2e7766
Description-en: oslo.concurrency library - Python 3.x
 The oslo.concurrency library provides solutions for managing concurrency and
 locks within OpenStack projects.
 .
 This package contains the Python 3.x module.

Package: python-oslo.config-doc
Description-md5: 6a1ee93865025e1a75f9e5ef4ec8a5dd
Description-en: Common code for Openstack Projects (configuration API) - doc
 The OpenStack Oslo project provides Python libraries containing
 infrastructure code shared by OpenStack projects.
 .
 The OpenStack Oslo Configuration API supports parsing command line
 arguments and .ini style configuration files.
 .
 This package provides the documentation.

Package: python3-oslo.config
Description-md5: 4fc1a07543e0543531190d9b8bf76f59
Description-en: Common code for Openstack Projects (configuration API) - Python 3.x
 The OpenStack Oslo project provides Python libraries containing
 infrastructure code shared by OpenStack projects.
 .
 The OpenStack Oslo Configuration API supports parsing command line
 arguments and .ini style configuration files.
 .
 This package provides the Python 3.x module.

Package: python-oslo.context-doc
Description-md5: 8383e86194867beaa605b32f63995278
Description-en: WSGI context helpers for OpenStack - doc
 The Oslo context library has helpers to maintain useful information
 about a request context. The request context is usually populated
 in the WSGI pipeline and used by various modules such as logging.
 .
 This package contains the documentation.

Package: python3-oslo.context
Description-md5: b9a3d0aafce503e61f3c8b95adc7dd1d
Description-en: WSGI context helpers for OpenStack - Python 3.x
 The Oslo context library has helpers to maintain useful information
 about a request context. The request context is usually populated
 in the WSGI pipeline and used by various modules such as logging.
 .
 This package contains the Python 3.x module.

Package: python-oslo.db-doc
Description-md5: ef8a444594d96603c924a395759ab455
Description-en: database connectivity to the different backends and helper utils - doc
 The Oslo database handling library is part of the OpenStack project. It
 provides database connectivity to the different backends and also provides
 helper utils.
 .
 This package contains the documentation.

Package: python3-oslo.db
Description-md5: e0f550f341c8f0806b61024d09011e86
Description-en: database connectivity to the different backends and helper utils - Python 3.x
 The Oslo database handling library is part of the OpenStack project. It
 provides database connectivity to the different backends and also provides
 helper utils.
 .
 This package contains the Python 3.x module.

Package: python-oslo.i18n-doc
Description-md5: 5ffd4b61ef96d2d0ce56aa1396653333
Description-en: Oslo Internationalization Utilities - doc
 The oslo.i18n library contain utilities for working with internationalization
 (i18n) features, especially translation for text strings in an application or
 library.
 .
 This package contains the documentation.

Package: python3-oslo.i18n
Description-md5: 3591ff9f57337aada7efab3b1c04fe54
Description-en: Oslo Internationalization Utilities - Python 3.x
 The oslo.i18n library contain utilities for working with internationalization
 (i18n) features, especially translation for text strings in an application or
 library.
 .
 This package contains the Python 3.x module.

Package: python-oslo.limit-doc
Description-md5: c836580f6f6d89fa98446bf6151b8553
Description-en: OpenStack limit enforcement library to assist with quota calculation - doc
 Oslo.limit is the limit enforcement library to assist with quota calculation.
 It aims to provide support for quota enforcement across all OpenStack services.
 .
 This package contains the documentation.

Package: python3-oslo.limit
Description-md5: 3efd428b1a9397ef826174b9de539c90
Description-en: OpenStack limit enforcement library to assist with quota calculation
 Oslo.limit is the limit enforcement library to assist with quota calculation.
 It aims to provide support for quota enforcement across all OpenStack services.
 It provides functions such as get_project_limits() and enforce_limits().

Package: python-oslo.log-doc
Description-md5: 3f01920af48c0af656a7599d0bb4485a
Description-en: OpenStack logging configuration library - doc
 OpenStack logging configuration library provides standardized configuration
 for all openstack projects. It also provides custom formatters, handlers and
 support for context specific logging (like resource id's etc).
 .
 This package contains the documentation.

Package: python3-oslo.log
Description-md5: d1e27d52119e844c10efa3520b500500
Description-en: OpenStack logging configuration library - Python 3.x
 OpenStack logging configuration library provides standardized configuration
 for all openstack projects. It also provides custom formatters, handlers and
 support for context specific logging (like resource id's etc).
 .
 This package contains the Python 3.x module.

Package: python3-oslo.messaging
Description-md5: 2cb81d417f9c1bcebd0c0cfab8c50e68
Description-en: oslo messaging library - Python 3.x
 The oslo.messaging API supports RPC and notifications over a number of
 different messaging transports.
 .
 Oslo is a set of libraries developed for OpenStack.
 .
 This package provides the Python 3.x module.

Package: python-oslo.metrics-doc
Description-md5: 442aa31fac7f0a84acd68d3a1475a24d
Description-en: OpenStack Oslo Metrics API - doc
 This Oslo metrics API supports collecting metrics data from other Oslo
 libraries and exposing the metrics data to monitoring system.
 .
 This package contains the documentation.

Package: python3-oslo.metrics
Description-md5: e1947e489a039f03a43db17f20c76aae
Description-en: OpenStack Oslo Metrics API - Python 3.x
 This Oslo metrics API supports collecting metrics data from other Oslo
 libraries and exposing the metrics data to monitoring system.
 .
 This package contains the Python 3.x module.

Package: python-oslo.middleware-doc
Description-md5: c472815f9cfe8e7e81c1e1814e30e5fd
Description-en: various WSGI middleware components for OpenStack - doc
 The oslo.middleware library contains various functions and methods used by
 the OpenStack projects that are using the WSGI pipeline.
 .
 This package contains the documentation.

Package: python3-oslo.middleware
Description-md5: fc8db0128c8b9f87c23c24aefb6a194f
Description-en: various WSGI middleware components for OpenStack - Python 3.x
 The oslo.middleware library contains various functions and methods used by
 the OpenStack projects that are using the WSGI pipeline.
 .
 This package contains the Python 3.x module.

Package: python-oslo.policy-doc
Description-md5: 5e6215a9861b110c8e6c924058d3de30
Description-en: RBAC policy enforcement library for OpenStack - doc
 Oslo.policy provides a Role Based Access Control policy enforcement library
 for OpenStack.
 .
 This package contains the documentation.

Package: python3-oslo.policy
Description-md5: 20ae3e51fa41b0c6f176de4a3e29faa5
Description-en: RBAC policy enforcement library for OpenStack - Python 3.x
 Oslo.policy provides a Role Based Access Control policy enforcement library
 for OpenStack.
 .
 This package contains the Python 3.x module.

Package: python-oslo.privsep-doc
Description-md5: f7bffd199f86067d4a1c9b83ccfdf76e
Description-en: OpenStack library for privilege separation - doc
 Oslo.privsep is the OpenStack library for privilege separation. It manages the
 user and groups for running daemons, and also leverage Linux capabilities
 features to avoid running as root.
 .
 This package contains the documentation.

Package: python3-oslo.privsep
Description-md5: d3467a0bfa36e6465e2962a02c72ec8b
Description-en: OpenStack library for privilege separation - Python 3.x
 Oslo.privsep is the OpenStack library for privilege separation. It manages the
 user and groups for running daemons, and also leverage Linux capabilities
 features to avoid running as root.
 .
 This package contains the Python 3.x module.

Package: python-oslo.reports-doc
Description-md5: 44dc7f99b1466cc09c4f97934d97286f
Description-en: reports serialized in various data types - doc
 This package/module provides mechanisms for defining reports which may then
 be serialized into various data types. Each report is composed of one or more
 report sections, which contain generators which generate data models, which
 are then serialized by views.
 .
 This package contains the documentation.

Package: python3-oslo.reports
Description-md5: 02b42a9285833cbecfc649ba62882b5a
Description-en: reports serialized in various data types - Python 3.x
 This package/module provides mechanisms for defining reports which may then
 be serialized into various data types. Each report is composed of one or more
 report sections, which contain generators which generate data models, which
 are then serialized by views.
 .
 This package contains the Python 3.x module.

Package: python3-oslo.rootwrap
Description-md5: a707c21491cebe88dcb359537bc63311
Description-en: allows fine filtering of shell commands to run as root - Python 3.x
 The Oslo Rootwrap allows fine filtering of shell commands to run as root from
 OpenStack services.
 .
 Unlike other Oslo deliverables, it should not be used as a Python library, but
 called as a separate process through the oslo-rootwrap command.
 .
 This package provides the Python 3.x module.

Package: python-oslo.serialization-doc
Description-md5: bf41be1cea6e890ec1147f98b8a7eea6
Description-en: utilities for serialization , especially JSON - doc
 The oslo.serialization library contain utilities for working with
 serialization features, especially working with JSON.
 .
 This package contains the documentation.

Package: python3-oslo.serialization
Description-md5: d89b5918ad2c17ef2bfcecaaeaf934cf
Description-en: utilities for serialization , especially JSON - Python 3.x
 The oslo.serialization library contain utilities for working with
 serialization features, especially working with JSON.
 .
 This package contains the Python 3.x module.

Package: python-oslo.service-doc
Description-md5: e5909d91a2861749eda67577e06bf3c5
Description-en: library for running OpenStack services - doc
 The oslo.service library provides a framework for managing long-running
 services in OpenStack projects.
 .
 Features include:
   * Creation and management of long running service processes and threads.
   * Periodic task management.
   * SSL configuration of services.
   * systemd notification support.
 .
 This package contains the documentation.

Package: python3-oslo.service
Description-md5: 8ef3e681411cb5fa6ffb6aef10ad216d
Description-en: library for running OpenStack services - Python 3.x
 The oslo.service library provides a framework for managing long-running
 services in OpenStack projects.
 .
 Features include:
   * Creation and management of long running service processes and threads.
   * Periodic task management.
   * SSL configuration of services.
   * systemd notification support.
 .
 This package contains the Python 3.x module.

Package: python-oslo.upgradecheck-doc
Description-md5: 1ac75b09fb7df26befc2b7eadd56d694
Description-en: Common code for writing OpenStack upgrade checks - doc
 This project contains the common code necessary for writing upgrade checks in
 OpenStack projects. It includes a module (oslo_upgradecheck.upgradecheck) for
 the common code as well as an example (oslo_upgradecheck.__main__) of
 integrating that code into a project.
 .
 This package contains the documentation.

Package: python3-oslo.upgradecheck
Description-md5: d26b0628becc678d9c9fe988d9e1833a
Description-en: Common code for writing OpenStack upgrade checks - Python 3.x
 This project contains the common code necessary for writing upgrade checks in
 OpenStack projects. It includes a module (oslo_upgradecheck.upgradecheck) for
 the common code as well as an example (oslo_upgradecheck.__main__) of
 integrating that code into a project.
 .
 This package contains the Python 3.x module.

Package: python-oslo.utils-doc
Description-md5: 9acc7cb4d14932d6b4a39a5b78153581
Description-en: Oslo Utility library - doc
 The Oslo.utils package provides a set of function which are cross-project
 for OpenStack. For example, it provides text decoding, exception handling,
 Python module import facility (try_import function), network-related
 system-level, and time utilities and helper functions.
 .
  This package contains the documentation.

Package: python3-oslo.utils
Description-md5: d8658b7334be45d98783c068a1579979
Description-en: set of utility functions for OpenStack - Python 3.x
 The Oslo.utils package provides a set of function which are cross-project
 for OpenStack. For example, it provides text decoding, exception handling,
 Python module import facility (try_import function), network-related
 system-level, and time utilities and helper functions.
 .
 This package contains the Python 3.x module.

Package: python-oslo.versionedobjects-doc
Description-md5: 4e9ac709b8b71513a7557bacc7972879
Description-en: deals with DB schema versions and code expectations - doc
 oslo.versionedobjects library deals with DB schema being at different versions
 than the code expects, allowing services to be operated safely during
 upgrades. It enables DB independent schema by providing an abstraction layer,
 which allows one to support SQL and NoSQL Databases. oslo.versionedobjects is
 also used in RPC APIs, to ensure upgrades happen without spreading version
 dependent code across different services and projects.
 .
 This package contains the documentation.

Package: python3-oslo.versionedobjects
Description-md5: c6b2b95b462e5eee58f88a171cd7f19e
Description-en: deals with DB schema versions and code expectations - Python 3.x
 oslo.versionedobjects library deals with DB schema being at different versions
 than the code expects, allowing services to be operated safely during
 upgrades. It enables DB independent schema by providing an abstraction layer,
 which allows one to support SQL and NoSQL Databases. oslo.versionedobjects is
 also used in RPC APIs, to ensure upgrades happen without spreading version
 dependent code across different services and projects.
 .
 This package contains the Python 3.x module.

Package: python-oslo.vmware-doc
Description-md5: 708e1f33554e011f690473a7d81d67f8
Description-en: VMware library for OpenStack projects - doc
 This package is part of the Oslo project, which aims at providing unified
 Python libraries across all of OpenStack. It provides a VMware library
 for OpenStack projects.
 .
 This package contains the documentation.

Package: python3-oslo.vmware
Description-md5: 9282ff2ed296b15aeac3553d932aff6f
Description-en: VMware library for OpenStack projects - Python 3.x
 This package is part of the Oslo project, which aims at providing unified
 Python libraries across all of OpenStack. It provides a VMware library
 for OpenStack projects.
 .
 This package contains the Python 3.x module.

Package: python-oslotest-doc
Description-md5: 642f60227f5ddb02e38b92ff631fe354
Description-en: OpenStack test framework - doc
 OpenStack test framework that provides base classes and fixtures for creating
 unit and functional tests.
 .
 This package contains the documentation.

Package: python3-oslotest
Description-md5: fa1cdcf756e4468e2a1731247764e453
Description-en: OpenStack test framework - Python 3.x
 OpenStack test framework that provides base classes and fixtures for creating
 unit and functional tests.
 .
 This package contains the Python 3.x module.

Package: python3-osmapi
Description-md5: 9d19997a2f0be6d73e4282ca2f467dd0
Description-en: Python 3 interface to OpenStreetMap API
 This package contains a Python module implementing the OpenStreetMap
 API (version 0.6). The module allows access the OSM database, and
 provides full featured manipulation of data using Python. Please note
 that scripted imports and automated edits should only be carried out by
 those with experience and understanding of the way the OpenStreetMap
 community create maps, and only with careful planning and consultation.
 .
 This is the Python 3 version of the library.

Package: python-osprofiler-doc
Description-md5: e52c8f811867bcaae62e54e0a58056f8
Description-en: OpenStack Profiler Library - doc
 OpenStack consists of multiple projects. Each project, in turn, is composed of
 multiple services. To process some request, e.g. to boot a virtual machine,
 OpenStack uses multiple services from different projects. In the case somethin
 works too slowly, it's extremely complicated to understand what exactly goes
 wrong and to locate the bottleneck.
 .
 To resolve this issue, a tiny but powerful library, osprofiler, has been
 interoduced, and can be used by all OpenStack projects and their Python
 clients. To be able to generate one trace per request, that goes through all
 involved services, and builds a tree of calls (see an example
 http://pavlovic.me/rally/profiler/).
 .
 This package contains the documentation.

Package: python3-osprofiler
Description-md5: 4f73813dfad3e4e2b8fa41f86b5997bd
Description-en: OpenStack Profiler Library - Python 3.x
 OpenStack consists of multiple projects. Each project, in turn, is composed of
 multiple services. To process some request, e.g. to boot a virtual machine,
 OpenStack uses multiple services from different projects. In the case somethin
 works too slowly, it's extremely complicated to understand what exactly goes
 wrong and to locate the bottleneck.
 .
 To resolve this issue, a tiny but powerful library, osprofiler, has been
 interoduced, and can be used by all OpenStack projects and their Python
 clients. To be able to generate one trace per request, that goes through all
 involved services, and builds a tree of calls (see an example
 http://pavlovic.me/rally/profiler/).
 .
 This package contains the Python 3.x module.

Package: python3-outcome
Description-md5: 4dc4e972df05c44051a5832fe513af6b
Description-en: capture the outcome of Python function calls
 Outcome provides a function `capture' for capturing the outcome of a Python
 function call, so that it can be passed around - even if the function raises
 an exception. It also provides the async equivalent function `acapture'.

Package: python3-overpy
Description-md5: 9779083ddd70ccd72bfd9141345d1767
Description-en: wrapper to access the OpenStreetMap Overpass API (Python 3)
 Overpy is an advanced Python wrapper that allows you to query the OpenStreetMap
 Overpass APIs using the full power of their query language.

Package: python-ovsdbapp-doc
Description-md5: 866b7a238b1d9d576830444dfd81c0fe
Description-en: library for creating OVSDB applications - doc
 The ovdsbapp library is useful for creating applications that communicate via
 Open vSwitch's OVSDB protocol (https://tools.ietf.org/html/rfc7047). It wraps
 the Python 'ovs' and adds an event loop and friendly transactions. It features
 an thread-based event loop for using ovs.db.Idl, transaction support, native
 OVSDB communication.
 .
 This package contains the documentation.

Package: python3-ovsdbapp
Description-md5: 2a6086486c92e622d3b17005ba7032f1
Description-en: library for creating OVSDB applications - Python 3.x
 The ovdsbapp library is useful for creating applications that communicate via
 Open vSwitch's OVSDB protocol (https://tools.ietf.org/html/rfc7047). It wraps
 the Python 'ovs' and adds an event loop and friendly transactions. It features
 an thread-based event loop for using ovs.db.Idl, transaction support, native
 OVSDB communication.
 .
 This package contains the Python 3.x module.

Package: python3-packaging
Description-md5: efd7fc30a9d0c011c486c4813952d196
Description-en: core utilities for python3 packages
 These core utilities currently consist of:
  - Version Handling (PEP 440)
  - Dependency Specification (PEP 440)

Package: python-padme-doc
Description-md5: 864121ba7039bbcde94e4842e6616640
Description-en: mostly transparent proxy class for Python (documentation)
 Padme, named after the Star Wars (tm) character, is a library for creating
 proxy objects out of any other Python object.
 .
 The resulting object is as close to mimicking the original as possible. Some
 things are impossible to fake in CPython so those are highlighted in the
 documentation (though mainly object identity). All other operations are
 silently forwarded to the original.
 .
 This package contains the HTML documentation

Package: python3-padme
Description-md5: 4f87a90c241a7bd7d66c86963d1706de
Description-en: mostly transparent proxy class for Python 3
 Padme, named after the Star Wars (tm) character, is a library for creating
 proxy objects out of any other Python object.
 .
 The resulting object is as close to mimicking the original as possible. Some
 things are impossible to fake in CPython so those are highlighted in the
 documentation (though mainly object identity). All other operations are
 silently forwarded to the original.
 .
 This package contains the Python 3.x version of the library

Package: python3-pager
Description-md5: 689028a553b1efeb2a385cce337e5f42
Description-en: terminal/console pager module in pure Python - Python 3.x
 Pager is a Python module that pages output to the screen, reads keys and
 console dimensions without executing external utils. It was meant to be
 included in the Python standard library.
 .
 This package contains the Python 3.x module.

Package: python3-paho-mqtt
Description-md5: 068c1df87d6cda4cc4c34c49c5bc9bc5
Description-en: MQTT client class (Python 3)
 This code provides a client class which enable applications to connect
 to an MQTT broker to publish messages, and to subscribe to topics and
 receive published messages. It also provides some helper functions to
 make publishing one off messages to an MQTT server very straightforward.
 .
 The MQTT protocol is a machine-to-machine (M2M)/”Internet of Things”
 connectivity protocol. Designed as an extremely lightweight publish/
 subscribe messaging transport, it is useful for connections with remote
 locations where a small code footprint is required and/or network
 bandwidth is at a premium.
 .
 This is the Python 3 version of the package.

Package: python-pairix-examples
Description-md5: 5bfd75148bd6210b6a04d9db503a008a
Description-en: 1D/2D indexing and querying with a pair of genomic coordinates (examples)
 Pairix is a tool for indexing and querying on a block-compressed text
 file containing pairs of genomic coordinates.
 .
 Pairix is a stand-alone C program that was written on top of tabix as a
 tool for the 4DN-standard pairs file format describing Hi-C data:
 pairs_format_specification.md
 .
 However, Pairix can be used as a generic tool for indexing and querying
 any bgzipped text file containing genomic coordinates, for either 2D- or
 1D- indexing and querying.
 .
 For example: given the custom text file below, you want to extract
 specific lines from the Pairs file further below. An awk command would
 read the Pairs file from beginning to end. Pairix creates an index and
 uses it to access the file from a relevant position by taking advantage
 of bgzf compression, allowing for a fast query on large files.
 .
 This package contains some example data to test the package.

Package: python3-pairix
Description-md5: f90d0b5d526e819b782841938acb11e8
Description-en: 1D/2D indexing and querying with a pair of genomic coordinates
 Pairix is a tool for indexing and querying on a block-compressed text
 file containing pairs of genomic coordinates.
 .
 Pairix is a stand-alone C program that was written on top of tabix as a
 tool for the 4DN-standard pairs file format describing Hi-C data:
 pairs_format_specification.md
 .
 However, Pairix can be used as a generic tool for indexing and querying
 any bgzipped text file containing genomic coordinates, for either 2D- or
 1D- indexing and querying.
 .
 For example: given the custom text file below, you want to extract
 specific lines from the Pairs file further below. An awk command would
 read the Pairs file from beginning to end. Pairix creates an index and
 uses it to access the file from a relevant position by taking advantage
 of bgzf compression, allowing for a fast query on large files.

Package: python3-pallets-sphinx-themes
Description-md5: 91f61d8e75b87e2309d906a7b5203b97
Description-en: Sphinx themes for Pallets and related projects
 Available themes:
  * flask
  * jinja
  * werkzeug
  * click
 .
 This package contains the Python 3.x module.

Package: python3-pam
Description-md5: 4bae7680ea768021b6726c1ec6ac6cb8
Description-en: Python interface to the PAM library
 This module makes the PAM (Pluggable Authentication Modules) functions
 available in Python 3. With this module you can write Python 3 applications
 that implement authentication services using PAM.

Package: python3-pampy
Description-md5: a3ab2b0f87c8352216746c1581ac4cf1
Description-en: Python module for simple PAM authentications (Python 3)
 Provide an authenticate() function that will allow the caller to
 authenticate a user against the Pluggable Authentication Modules
 (PAM) on the system.
 .
 The module pam.py is a single file, implemented using ctypes, so
 no compilation is necessary. This package provides the pam.py
 module for Python 3.

Package: python-pamqp-doc
Description-md5: 7ee7c2cb5559e7493628dff229eabfec
Description-en: RabbitMQ Focused AMQP low-level library (Documentation)
 pamqp is a low level AMQP 0-9-1 frame encoding and decoding library for Python.
 It is not a end-user client library for talking to RabbitMQ but rather is used
 by client libraries for marshaling and unmarshaling AMQP frames.
 .
 AMQP class/method command class mappings can be found in the
 pamqp.specification module while actual frame encoding and encoding should be
 run through the pamqp.frame module.
 .
 This package contains the documentation.

Package: python3-pamqp
Description-md5: 6bb891d60c9efc0c90a0522099f13c82
Description-en: RabbitMQ Focused AMQP low-level library (Python3 version)
 pamqp is a low level AMQP 0-9-1 frame encoding and decoding library for Python.
 It is not a end-user client library for talking to RabbitMQ but rather is used
 by client libraries for marshaling and unmarshaling AMQP frames.
 .
 AMQP class/method command class mappings can be found in the
 pamqp.specification module while actual frame encoding and encoding should be
 run through the pamqp.frame module.
 .
 This package contains the Python 3 version of the library.

Package: python3-pandocfilters
Description-md5: c8cf59100d2a51b65f2126def916148b
Description-en: python3 bindings for Pandoc's filters
 Pandoc is a powerful utility to transform various input formats into a wide
 range of output formats. To alter the exported output document, Pandoc allows
 the usage of filters, which are pipes that read a JSON serialization of the
 Pandoc AST from stdin, transform it in some way, and write it to stdout. It
 allows therefore to alter the processing of Pandoc's supported input formats,
 for instance one can add new syntax elements to markdown, etc.

Package: python3-pangolearn
Description-md5: fef29253ae00a4307824029041b7b2f2
Description-en: store of the trained model for pangolin to access
 Pangolin runs a multinomial logistic regression model trained against
 lineage assignments based on GISAID data.
 .
 Legacy pangolin runs using a guide tree and alignment hosted at
 cov-lineages/lineages. Some of this data is sourced from GISAID, but
 anonymised and encrypted to fit with guidelines. Appropriate permissions
 have been given and acknowledgements for the teams that have worked to
 provide the original SARS-CoV-2 genome sequences to GISAID are also
 hosted here.
 .
 This package contains the store of the trained model for pangolin.

Package: python-pankoclient-doc
Description-md5: 9b8ea360deae7b97166459d65193bdd9
Description-en: Client library for OpenStack panko server - doc
 The Panko project is an event storage service that provides the ability to
 store and querying event data generated by Ceilometer with potentially other
 sources.
 .
 Panko is a component of the Telemetry project.
 .
 This is a client library for Panko built on the Panko API. It provides a
 Python API (the pankoclient module) and a OSC (the openstackclient CLI)
 command-line tool (openstack event).
 .
 This package provides the documentation and man page.

Package: python3-pankoclient
Description-md5: 4dc61b41c9aaa0e5208b8aea1a20905c
Description-en: Client library for OpenStack panko server - Python 3.x
 The Panko project is an event storage service that provides the ability to
 store and querying event data generated by Ceilometer with potentially other
 sources.
 .
 Panko is a component of the Telemetry project.
 .
 This is a client library for Panko built on the Panko API. It provides a
 Python API (the pankoclient module) and a OSC (the openstackclient CLI)
 command-line tool (openstack event).
 .
 This package provides the Python 3.x module.

Package: python3-pantomime
Description-md5: d6c43025d84605d5f24c0d29b2032ae0
Description-en: MIME type normalisation and labels
 Library that handles the parsing and normalisation of internet MIME types in
 Python. This can be useful to normalise invalid, or misformatted MIME types
 emitted by remote web servers.

Package: python3-panwid
Description-md5: 0346a47cb426242dad4794eeca36394f
Description-en: Useful widgets for urwid
 Collection of widgets for urwid.
 .
 Currently consists of:
  - dropdown menu widget with autocomplete support
  - widget for displaying tabular data
  - listbox with an optional scrollbar

Package: python3-param
Description-md5: 42acb498921e47ae3e0a36a89dcf5c62
Description-en: Make your Python code clearer and more reliable by declaring Parameters
 Param is a library providing Parameters: Python attributes extended to
 have features such as type and range checking, dynamically generated
 values, documentation strings, default values, etc., each of which is
 inherited from parent classes if not specified in a subclass.

Package: python3-parameterized
Description-md5: 197d3bffd1b970d48f55b89ea8916c1f
Description-en: parameterized testing for Python 3
 The parameterized module provides a set of decorators for parameterized
 testing in Python. It supports nose, nose2, pytest and unittest.
 .
 The @parameterized decorator can be used for class methods, and standalone
 functions, whilst the @parameterized.expand should be used for classes
 deriving from unittest.TestCase.
 .
 This package provides the modules for Python 3.

Package: python3-parasail
Description-md5: f4437b76e7f6333eedc5539e5518a921
Description-en: Python3 bindings for the parasail C library
 This package provides the Python3 bindings for parasail.
 Parasail is a SIMD C library containing implementations of the
 Smith-Waterman, Needleman-Wunsch, and various semi-global pairwise
 sequence alignment algorithm.

Package: python3-parse
Description-md5: 1a78dda95a8d64d6dc49f8e52d2ab4b1
Description-en: Parse provides the reverse function for format(), Python3 package
 Parse strings using a specification based on the Python format() syntax.
 .
    ``parse()`` is the opposite of ``format()``
 .
 The module is set up to only export ``parse()``, ``search()`` and
 ``findall()`` when ``import *`` is used:
 .
 >>> from parse import *
 .
 From there it's a simple thing to parse a string:
 .
 >>> parse("It's {}, I love it!", "It's spam, I love it!")
 <Result ('spam',) {}>
 >>> _[0]
 'spam'
 .
 Or to search a string for some pattern:
 .
 >>> search('Age: {:d}\n', 'Name: Rufus\nAge: 42\nColor: red\n')
 <Result (42,) {}>
 .
 This is the Python 3 package

Package: python3-parse-type
Description-md5: 2df8a7da50a3ffc1042ed016585368ac
Description-en: BDD plugin for py.test.
 Extends the parse module (opposite of string.format()) with
 the a number of additional features.
 .
 This package contains the python 3 version.

Package: python3-parsel
Description-md5: 4224b6ee0b2da5bfefa139bb32eb56b3
Description-en: Python 3 library to extract HTML/XML data using XPath/CSS selectors
 Parsel is a Python library to extract data from HTML and XML using XPath and
 CSS selectors
 .
 This module is used to, for example:
  - Extract text using CSS or XPath selectors
  - Regular expression helper methods
 .
 This is the Python 3 version of the package.

Package: python3-parsley
Description-md5: 9aa0c7a6ee3f34266ffa34150c01455b
Description-en: Pattern-Matching Language Based on OMeta and Python
 Parsley, like pyparsing and ZestyParser, uses the PEG algorithm, so
 each expression in the grammar rules works like a Python
 expression. In particular, alternatives are evaluated in order, unlike
 table-driven parsers such as yacc, bison or PLY.
 .
 Parsley is an implementation of OMeta, an object-oriented
 pattern-matching language developed by Alessandro Warth.
 .
 This package installs the library for Python 3.

Package: python3-passlib
Description-md5: 36dca4315591583502609b97335d9ff8
Description-en: comprehensive password hashing framework
 Password hashing library for Python 3, which provides cross-platform
 implementations of over 20 password hashing algorithms, as well as a
 framework for managing existing password hashes. It's designed to be useful
 for a wide range of tasks; from verifying a hash found in /etc/shadow, to
 providing full-strength password hashing for multi-user applications.

Package: python3-patch-ng
Description-md5: cf0e0dd570ec1ef21ebcb1797639cae1
Description-en: Patch NG (New Generation)
 Library to parse and apply unified diffs.
 It features
   * Automatic correction of
     * Linefeeds according to patched file
     * Diffs broken by stripping trailing whitespace
     * a/ and b/ prefixes
   * Patch format detection (SVN, HG, GIT)
   * Nice diffstat histogram
 .
 Things that don't work out of the box:
   * File renaming, creation and removal
   * Directory tree operations
   * Non-unified diff formats
 .
 This package installs the library for Python 3.

Package: python3-path-and-address
Description-md5: 98d7ee7e3822a31b7fab1b597b8a444f
Description-en: Functions for server CLI applications used by humans (Python 3)
 Path-and-address resolves ambiguities for command-line interface applications
 with the following pattern:
 .
 $ your_app [<path>] [<address>]
 .
 The library applies the principal of least surprise to command-line
 interfaces.
 .
 This package is built for Python 3.

Package: python3-pathspec
Description-md5: 9e2c94cb750f360fd31f03855f465bd7
Description-en: utility library for gitignore style pattern matching of file paths (Python 3)
 pathspec is a utility library for pattern matching of file paths.
 So far this only includes Git's wildmatch pattern matching which itself is
 derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
 .
 This package installs the library for Python 3.

Package: python3-pathtools
Description-md5: ab1dfd21441a76c9058d5d095a41b82f
Description-en: Path utilities for Python - Python 3.x
 Python API library which provides pattern matching functions
 and various utilities for filesystem paths.
 .
 This is the Python 3 version.

Package: python-pathvalidate-doc
Description-md5: 60e15eb478c24ef2a45704f1683aa4c7
Description-en: sanitize/validate filenames/file-paths/etc (Documentation)
 pathvalidate is a Python library to sanitize/validate a string such as
 filenames/file-paths/etc.
 .
 Features:
  * Sanitize/Validate a string as a file name or file path
  * file name/path argument validator/sanitizer for argparse and click
  * Multi platform support: sanitize/validate file names/paths for a specific
    platform (Linux/Windows/macOS/Posix) or universal (platform independent)
  * Multibyte character support
 .
 This package contains the documentation.

Package: python3-pathvalidate
Description-md5: b77ff91b93b7c96be09e7e042be91e2b
Description-en: sanitize/validate filenames/file-paths/etc (Python3 version)
 pathvalidate is a Python library to sanitize/validate a string such as
 filenames/file-paths/etc.
 .
 Features:
  * Sanitize/Validate a string as a file name or file path
  * file name/path argument validator/sanitizer for argparse and click
  * Multi platform support: sanitize/validate file names/paths for a specific
    platform (Linux/Windows/macOS/Posix) or universal (platform independent)
  * Multibyte character support
 .
 This package contains the Python 3 version of the library.

Package: python3-pattern
Description-md5: 7a6692dcfe4ec1c4a5e4363cc4724cbe
Description-en: web mining module for Python 3
 Pattern is a web mining module for the Python programming language. It has
 tools for data mining (Google, Twitter and Wikipedia API, a web crawler,
 a HTML DOM parser), natural language processing (part-of-speech taggers,
 n-gram search, sentiment analysis, WordNet), machine learning (vector space
 model, clustering, SVM), network analysis and <canvas> visualization.
 .
 The module is free, well-document and bundled with 50+ examples and
 350+ unit tests.

Package: python3-pauvre
Description-md5: 044374d35e11fcf7d5cd7d2650a77a0b
Description-en: QC and genome browser plotting Oxford Nanopore and PacBio long reads
 Pauvre is a plotting package designed for nanopore and PacBio long reads.
 .
 This package currently hosts four scripts for plotting and/or printing stats.
 .
  pauvre marginplot
     Takes a fastq file as input and outputs a marginal histogram with a
     heatmap.
  pauvre stats
     Takes a fastq file as input and prints out a table of stats, including
     how many basepairs/reads there are for a length/mean quality cutoff.
     This is also automagically called when using pauvre marginplot
  pauvre redwood
     Method of representing circular genomes. A redwood plot contains long
     reads as "rings" on the inside, a gene annotation "cambrium/phloem",
     and a RNAseq "bark". The input is .bam files for the long reads and
     RNAseq data, and a .gff file for the annotation.
  pauvre synteny
     Makes a synteny plot of circular genomes. Finds the most parsimonius
     rotation to display the synteny of all the input genomes with the
     fewest crossings-over. Input is one .gff file per circular genome
     and one directory of gene alignments.

Package: python3-paypal
Description-md5: e2dd5db333c8d7dd0f8b40894fe61b08
Description-en: PayPal API implementation (Python 3)
 This package implements Paypal's Website Payments Pro NVP API in Python.
 This currently includes Direct Payments (Credit card payments without a PayPal
 Account) and PayPal Express Checkout (Payment via a PayPal account).
 .
 python-paypal does no real validation, doesn't hold hands, and is generally
 only going to handle authentication, http-level stuff, and serializing
 a list of keyword arguments passed to the API methods. You'll need to
 read the official PayPal documentation for what key/values to pass:
 https://developer.paypal.com/docs/classic/
 .
 This package installs the library for Python 3.

Package: python3-pbcommand
Description-md5: 2cdbbc78e4dceab85d5cbc18516055f1
Description-en: common command-line interface for Pacific Biosciences analysis modules
 To integrate with the pbsmrtpipe workflow engine, one must to be able to
 generate a Tool Contract and to be able to run from a Resolved Tool Contract.
 A Tool Contract contains the metadata of the exe, such as the file types of
 inputs, outputs and options.
 There are two principal use cases, first wrapping/calling Python functions that
 have been defined in external Python 3 packages, or scripts. Second, creating a
 CLI tool that supports emitting tool contracts, running resolved tool contracts
 and complete argparse-style CLI.

Package: python-pbcore-doc
Description-md5: cf3f1c27d8e14eb91bf538737c443bb9
Description-en: Python library for processing PacBio data files (documentation)
 The pbcore package provides Python modules for processing Pacific Biosciences
 data files and building PacBio bioinformatics applications. These modules
 include tools to read/write PacBio data formats, sample data files for
 testing and debugging, base classes, and utilities for building bioinformatics
 applications.
 .
 pbcore is part of the SMRTAnalysis suite. This package provides the common
 documentation package.

Package: python3-pbcore
Description-md5: 6ba5e8d51dabd199abaca71d5fb93f51
Description-en: Python 3 library for processing PacBio data files
 The pbcore package provides Python modules for processing Pacific Biosciences
 data files and building PacBio bioinformatics applications. These modules
 include tools to read/write PacBio data formats, sample data files for
 testing and debugging, base classes, and utilities for building bioinformatics
 applications.
 .
 This package is part of the SMRTAnalysis suite.
 .
 This is the Python 3 module.

Package: python3-pbkdf2
Description-md5: a1ef881a7891a943961d4fa056686a2b
Description-en: Python RSA PKCS#5 v2.0 module (Python 3)
 This module implements the password-based key derivation
 function, PBKDF2, specified in RSA PKCS#5 v2.0.
 .
 PKCS#5 v2.0 Password-Based Key Derivation is a key derivation
 function which is part of the RSA Public Key Cryptography
 Standards series. The provided implementation takes a password
 or a passphrase and a salt value (and optionally a iteration
 count, a digest module, and a MAC module) and provides a file-like
 object from which an arbitrarly-sized key can be read.
 .
 This is the Python 3 version of the package.

Package: python-pbr-doc
Description-md5: 75f54d1745137bcc0870150f158870a9
Description-en: inject useful and sensible default behaviors into setuptools - doc
 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 the documentation.

Package: python3-pbr
Description-md5: db55ef7d7427458f09b6d1ebdc971487
Description-en: 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.

Package: python3-pcl
Description-md5: 4c25482e055f408a0a1da19dba971ce3
Description-en: Python 3 binding to the Pointcloud library (PCL)
 The following parts of the API are wrapped (all methods operate on PointXYZ)
 point types:
  - I/O and integration; saving and loading PCD files
  - segmentation
  - SAC
  - smoothing
  - filtering
  - registration (ICP, GICP, ICP_NL)
 .
 This package installs the library for Python 3.

Package: python3-pcre
Description-md5: 75468f6b34fde8eaf0de305238531644
Description-en: Python bindings for PCRE
 Python bindings for the PCRE (Perl-Compatible Regular Expression Engine).
 .
 The API for the Python module is very similar to that of the "re"
 module bundled with Python, but the syntax supported is compatible
 with Perl's regular expressions.

Package: python3-pdbfixer
Description-md5: 2d3e0c32bcd4e69ae54b0162d47451d6
Description-en: Fix problems in Protein Data Bank files (Python 3)
 PDBFixer is an application for fixing problems in Protein Data Bank files in
 preparation for simulating them. It can automatically fix the following
 problems:
 .
  - Add missing heavy atoms.
  - Add missing hydrogen atoms.
  - Build missing loops.
  - Convert non-standard residues to their standard equivalents.
  - Select a single position for atoms with multiple alternate positions listed.
  - Delete unwanted chains from the model.
  - Delete unwanted heterogens.
  - Build a water box for explicit solvent simulations.
 .
 This package installs the library for Python 3.

Package: python-peachpy-doc
Description-md5: 33df0faf4fb66fe8de9fa3a0d2c3de28
Description-en: Portable Efficient Assembly Codegen in Higher-level Python (doc)
 PEACH-Py is a Python framework for writing high-performance assembly kernels.
 PEACH-Py is developed to simplify writing optimized assembly kernels while
 preserving all optimization opportunities of traditional assembly.
 .
 This is the common documentation package.

Package: python3-peachpy
Description-md5: 9267d187f73328c7b6ebdb94c4b8097b
Description-en: Portable Efficient Assembly Codegen in Higher-level Python (Python 3)
 PEACH-Py is a Python framework for writing high-performance assembly kernels.
 PEACH-Py is developed to simplify writing optimized assembly kernels while
 preserving all optimization opportunities of traditional assembly. Some
 PEACH-Py features:
  * Automatic register allocation
  * Stack frame management, including re-aligning of stack frame as needed
  * Generating versions of a function for different calling conventions from
    the same source (e.g. functions for Microsoft x64 ABI and System V x86-64
    ABI can be generated from the same source)
  * Allow one to define constants in the place where they are used (just like
    in high-level languages)
  * Tracking of instruction extensions used in the function.
  * Multiplexing of multiple instruction streams (helpful for software
    pipelining)
 .
 This package installs the library for Python 3.

Package: python3-peakutils
Description-md5: cb86d69cac448d2e12c93da7f2432476
Description-en: utilities for detecting peaks in 1D data
 PeakUtils provides utilities related to the detection of peaks on 1D data.
 Includes functions to estimate baselines, finding the indexes of peaks in the
 data and performing Gaussian fitting or centroid computation to further
 increase the resolution of the peak detection.

Package: python3-pebble
Description-md5: dc4b2a4a2b4effa8d4f8a2c343695d21
Description-en: Threading and multiprocessing eye-candy
 Pebble provides a neat API to manage threads and processes within
 an application.

Package: python-pecan-doc
Description-md5: 0a49ce3eb0582dfc47c2df7e70b9190b
Description-en: WSGI object-dispatching web framework
 The Pecan Python module is a WSGI object-dispatching web framework designed to
 be lean and fast with few dependencies. Pecan comes bundled with a lightweight
 WSGI development server based on Python's wsgiref.simpleserver. Pecan
 applications also come with an interactive Python shell which can be used to
 execute expressions in an environment very similar to the one your application
 runs in (using the "pecan shell" command).
 .
 WSGI is the "Web Server Gateway Interface". It defines a simple and universal
 interface between web servers and web applications or frameworks for the
 Python programming language.
 .
 This package contains the pecan documentation.

Package: python3-pecan
Description-md5: e89a9f7f27ab61b4381a9f6b3564e398
Description-en: WSGI object-dispatching web framework - Python 3.x
 The Pecan Python module is a WSGI object-dispatching web framework designed to
 be lean and fast with few dependencies. Pecan comes bundled with a lightweight
 WSGI development server based on Python's wsgiref.simpleserver. Pecan
 applications also come with an interactive Python shell which can be used to
 execute expressions in an environment very similar to the one your application
 runs in (using the "pecan shell" command).
 .
 WSGI is the "Web Server Gateway Interface". It defines a simple and universal
 interface between web servers and web applications or frameworks for the
 Python programming language.
 .
 This package contains the Python 3.x module.

Package: python3-pefile
Description-md5: 95e16bbc200a1e9f0bf8f2e913078741
Description-en: Portable Executable (PE) parsing module for Python
 pefile is a Python module to read and work with Portable Executable (PE)
 files. Most of the information in the PE header is accessible, as well as all
 the sections, section information and data.
 .
 All the basic PE file structures are available with their default names as
 attributes of the returned instance.
 .
 Processed elements such as the import table are made available with lowercase
 names, to differentiate them from the upper case basic structure names.
 .
 pefile has been tested against the limits of valid PE headers; that is,
 Windows malware. Lots of packed malware attempt to abuse the format beyond its
 standard use.
 .
 Some of the tasks that pefile makes possible are:
  * Modifying and writing back to the PE image
  * Header inspection
  * Section analysis
  * Retrieving data
  * Warnings for suspicious and malformed values
  * Packer detection with PEiD signatures
  * PEiD signature generation

Package: python3-pem
Description-md5: 4ba0321b6bd0cd58fdd5cc065656cbb8
Description-en: easy PEM file parsing in Python
 pem is a Python module for parsing and splitting of PEM files,
 i.e. Base64 encoded DER keys and certificates.
 .
 pem does not attempt to interpret the certificate data in any way.
 .
 Additionally to the vanilla parsing code, pem also contains helpers
 for Twisted that save a lot of boilerplate code.

Package: python-periodictable-doc
Description-md5: 2a49315be635842ff19ca9389dd5b0a7
Description-en: Extensible periodic table of the elements (common documentation)
 This package provides a periodic table of the elements with support
 for mass, density and xray/neutron scattering information.
 .
 Masses, densities and natural abundances come from the NIST Physics
 Laboratory, but do not represent a critical evaluation by NIST
 scientists.
 .
 Neutron scattering calculations use values collected by the Atomic
 Institute of the Austrian Universities. These values do corresponding
 to those from other packages, though there are some differences
 depending to the tables used. Bound coherent neutron scattering for
 gold in particular is significantly different from older value:
 7.63(6) as measured in 1974 compared to 7.90(7) as measured in 1990.
 .
 X-ray scattering calculations use a combination of empirical and
 theoretical values from the LBL Center for X-ray Optics. These values
 differ from those given in other sources such as the International
 Tables for Crystallography, Volume C, and so may give different
 results from other packages.
 .
 This is the common documentation package.

Package: python3-periodictable
Description-md5: 18c9aaea5dda8dc08cc506d7e2684dc5
Description-en: Extensible periodic table of the elements (Python 3)
 This package provides a periodic table of the elements with support
 for mass, density and xray/neutron scattering information.
 .
 Masses, densities and natural abundances come from the NIST Physics
 Laboratory, but do not represent a critical evaluation by NIST
 scientists.
 .
 Neutron scattering calculations use values collected by the Atomic
 Institute of the Austrian Universities. These values do corresponding
 to those from other packages, though there are some differences
 depending to the tables used. Bound coherent neutron scattering for
 gold in particular is significantly different from older value:
 7.63(6) as measured in 1974 compared to 7.90(7) as measured in 1990.
 .
 X-ray scattering calculations use a combination of empirical and
 theoretical values from the LBL Center for X-ray Optics. These values
 differ from those given in other sources such as the International
 Tables for Crystallography, Volume C, and so may give different
 results from other packages.
 .
 This package installs the library for Python 3.

Package: python-periphery-doc
Description-md5: 868564a2da8f6f5bb5dff6b7292e41e3
Description-en: Peripheral I/O (Documentation)
 A pure Python library for GPIO, LED, PWM, SPI, I2C, MMIO, and Serial peripheral
 I/O interface access in userspace Linux. It is useful in embedded Linux
 environments (including Raspberry Pi, BeagleBone, etc. platforms) for
 interfacing with external peripherals.
 .
 This package contains the documentation.

Package: python3-periphery
Description-md5: 0fed753b9e3dd1d909d9d63a2511055e
Description-en: Peripheral I/O (Python3 version)
 A pure Python library for GPIO, LED, PWM, SPI, I2C, MMIO, and Serial peripheral
 I/O interface access in userspace Linux. It is useful in embedded Linux
 environments (including Raspberry Pi, BeagleBone, etc. platforms) for
 interfacing with external peripherals.
 .
 This package contains the Python 3 version of the library.

Package: python3-persist-queue
Description-md5: 181a857af152caaa8f0374b52c32c8f5
Description-en: thread-safe disk based persistent queue
 persist-queue implements a file-based queue and a serial of
 sqlite3-based queues. The goals is to achieve following
 requirements:
 .
  * Disk-based: each queued item should be stored in disk in
    case of any crash.
  * Thread-safe: can be used by multi-threaded producers and
    multi-threaded consumers.
  * Recoverable: Items can be read after process restart.
  * Green-compatible: can be used in greenlet or eventlet
    environment.

Package: python-persistent-doc
Description-md5: c45e7b861f4266e5cc8bbe34e1a64c88
Description-en: Automatic persistence for Python objects - documentation
 This package contains a generic persistence implementation for Python. It
 forms the core protocol for making objects interact "transparently" with
 a database such as the ZODB.
 .
 This package contains the Python module documentation. Alternatively,
 there is an online version at https://persistent.readthedocs.io/

Package: python3-persistent
Description-md5: 137138d4375ea45c61c1f6ca98759339
Description-en: Automatic persistence for Python objects
 This package contains a generic persistence implementation for Python. It
 forms the core protocol for making objects interact "transparently" with
 a database such as the ZODB.
 .
 This is the Python 3 version.

Package: pex
Description-md5: 3574a1e80ea92f572d28e5e7845385cf
Description-en: library for generating Python executable zip files
 pex is a library for generating .pex (Python EXecutable) files which
 are executable Python environments in the spirit of virtualenvs.  pex
 is an expansion upon the ideas outlined in PEP 441 and makes the
 deployment of Python applications as simple as cp.  pex files may even
 include multiple platform-specific Python distributions, meaning that
 a single pex file can be portable across Linux and OS X.
 .
 pex files can be built using the pex tool.  Build systems such as
 Pants and Buck also support building .pex files directly.
 .
 This is the command line package.

Package: python-pex-doc
Description-md5: cd671abe9ea46c55de4afdacb34e35c6
Description-en: library for generating Python executable zip files
 pex is a library for generating .pex (Python EXecutable) files which
 are executable Python environments in the spirit of virtualenvs.  pex
 is an expansion upon the ideas outlined in PEP 441 and makes the
 deployment of Python applications as simple as cp.  pex files may even
 include multiple platform-specific Python distributions, meaning that
 a single pex file can be portable across Linux and OS X.
 .
 pex files can be built using the pex tool.  Build systems such as
 Pants and Buck also support building .pex files directly.
 .
 This is the common documentation package.

Package: python3-pex
Description-md5: f3c7d491758d5f76ff121f49cf1ce7fd
Description-en: library for generating Python executable zip files
 pex is a library for generating .pex (Python EXecutable) files which
 are executable Python environments in the spirit of virtualenvs.  pex
 is an expansion upon the ideas outlined in PEP 441 and makes the
 deployment of Python applications as simple as cp.  pex files may even
 include multiple platform-specific Python distributions, meaning that
 a single pex file can be portable across Linux and OS X.
 .
 pex files can be built using the pex tool.  Build systems such as
 Pants and Buck also support building .pex files directly.
 .
 This is the Python 3 library version.

Package: python3-pgbouncer
Description-md5: e4adb55a469e0b8279c10f6c7643eef7
Description-en: Fixture to bring up temporary pgbouncer instances (Python 3)
 A fixture (https://launchpad.net/python-fixtures) for creating a temporary
 instance of pgbouncer, a lightweight connection pooler for PostgreSQL.  It
 is intended for use during development and testing.
 .
 This package installs the library for Python 3.

Package: python3-pgmagick
Description-md5: 8d9910fefc4a4028ccd3692d7f561eb3
Description-en: Yet Another Python wrapper for GraphicsMagick
 pgmagick is a boost.python based Python wrapper for GraphicsMagick.
 .
 This package for Python 3.

Package: python3-pgpdump
Description-md5: b92d41eba2544f9fda400fd09e3c1abf
Description-en: PGP packet parser library (Python 3)
 python-pgpdump is a Python library for parsing PGP packets as specified in
 RFC2440 and RFC4880. It is derived from pgpdump, a C program published at:
 http://www.mew.org/~kazu/proj/pgpdump/ The intent is to support what people
 actually have to do with PGP packets 95% of the time. This module does not
 aim to be a complete PGP parser, as it currently does not decode every PGP
 packet type. Currently supported things include:
 .
  * Signature packets
  * Public key packets
  * ASCII-armor decoding and CRC check
 .
 A single codebase with dependencies on only the standard Python library is
 compatible across Python 2.7, Python 3.2, and PyPy 1.8.
 .
 This is the Python 3 version of the package.

Package: python3-pgpy
Description-md5: 7540133f20aab72321b7759707f9e6e6
Description-en: OpenPGP (Pretty Good Privacy) RFC 4880 implementation in Python 3
 PGPy offers a pure-Python implementation of the OpenPGP standard, as
 described in RFC 4880 and subsequent specifications.  It can be used
 as a toolkit for building OpenPGP-compatible applications and
 libraries in Python.

Package: python3-pgpy-doc
Description-md5: d6d4bcd36330f784112fd3eac33a6f75
Description-en: OpenPGP (Pretty Good Privacy) RFC 4880 implementation in Python (documentation)
 PGPy offers a pure-Python implementation of the OpenPGP standard, as
 described in RFC 4880 and subsequent specifications.  It can be used
 as a toolkit for building OpenPGP-compatible applications and
 libraries in Python.
 .
 This is the documentation for the module.

Package: python3-pgq
Description-md5: 9ae38da47db139557ef3fb939c4c9667
Description-en: PgQ queue processing for Python
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the Python3 module.

Package: python3-pgspecial
Description-md5: 2686f07ca98198161474705cf9897fbb
Description-en: Meta-commands handler for Postgres Database (Python 3)
 This package provides an API to execute meta-commands (AKA "special", or
 "backslash commands") on PostgreSQL.
 .
 This package is for Python 3 environment.

Package: python3-phabricator
Description-md5: 64492ee2db21cceb14b33169bb8a9d5a
Description-en: Phabricator Python API Bindings (Python 3)
 Phabricator is an open source collection of web applications which make it
 easier to write, review, and share source code.
 .
 The current package provides Python API bindings for Phabricator interfaces.

Package: python3-phonenumbers
Description-md5: d721ee1f265fb20e1371060f6011b2da
Description-en: parsing/formatting/validating phone numbers - Python 3
 This package provides a Python 3 port of Google's libphonenumber library
 for parsing, formatting, storing and validating international phone numbers.

Package: python3-phply
Description-md5: 5716b843c03d831111cf8541e9b3dd88
Description-en: PHP parser written in Python 3 using PLY
 phply is a parser for the PHP programming language written using PLY,
 a Lex/YACC-style parser generator toolkit for Python.
 With this parser you can:
   - Convert PHP code to Python
   - Run PHP templates in a Python environment
   - Learn more about parsing "industrial" languages, warts and all
 .
 This is the Python 3 version of the package and the executables.

Package: python3-phpserialize
Description-md5: 4b80c84534dcaef201101a1e0b78e280
Description-en: Python port of PHP serialize and unserialize functions (Python 3)
 This module implements the Python serialization interface (eg: provides dumps,
 loads and similar functions).
 .
 This package contains phpserialize for Python 3.

Package: python-phx-class-registry-doc
Description-md5: dfe9840a27c3c1ef50d7ffde1d831097
Description-en: Module to define global factories and service registries - Documentation
 At the intersection of the Registry and Factory patterns lies the
 ClassRegistry.
 .
 This module allows to:
 .
  * Define global factories that generate new class instances based on
    configurable keys.
  * Seamlessly create powerful service registries.
  * Integrate with setuptools's entry_points system to make registries
    extensible by 3rd-party libraries.
 .
 This package provides the documentation for the class_registry module.

Package: python3-phx-class-registry
Description-md5: f449122b6e685912d0158208fc36a37b
Description-en: Module to define global factories and service registries
 At the intersection of the Registry and Factory patterns lies the
 ClassRegistry.
 .
 This module allows to:
 .
  * Define global factories that generate new class instances based on
    configurable keys.
  * Seamlessly create powerful service registries.
  * Integrate with setuptools's entry_points system to make registries
    extensible by 3rd-party libraries.
 .
 This package provides the Python 3 version of the class_registry module.

Package: python3-picklable-itertools
Description-md5: 98686830f2632693a287e1b9826c03f0
Description-en: picklable reimplementation of Python's itertools for Python 3
 Picklable-itertools is a reimplementation of the Python standard
 library's "itertools", in Python, using picklable iterator objects.
 .
 It is intended as a drop-in replacement in cases where functionality
 from itertools is needed, but serializability has to be maintained.
 .
 This package provides the picklable_itertools Python module for
 Python 3.x.

Package: python-pika-doc
Description-md5: 5ad1baa3196a5c1a6dee0016d813c7c2
Description-en: AMQP client library documentation
 Pika is a pure-Python implementation of the AMQP-0-9-1 protocol that tries to
 stay fairly independent of the underlying network support library. Pika was
 developed primarily for use with RabitMQ, but also works with other
 AMQP-0-9-1 brokers.
 .
 This is the library documentation.

Package: python3-pika
Description-md5: 05269df6dee14418305fd48661847b06
Description-en: AMQP client library for Python 3
 Pika is a pure-Python implementation of the AMQP-0-9-1 protocol that tries to
 stay fairly independent of the underlying network support library. Pika was
 developed primarily for use with RabitMQ, but also works with other
 AMQP-0-9-1 brokers.
 .
 This is the Python 3 version of the library.

Package: python-pint-doc
Description-md5: 99900a3127c3671bcad7e5d6ff2ea4b3
Description-en: define, operate and manipulate physical quantities - doc
 Pint is Python module/package to define, operate and manipulate physical
 quantities: the product of a numerical value and a unit of measurement. It
 allows arithmetic operations between them and conversions from and to
 different units.
 .
 It is distributed with a comprehensive list of physical units, prefixes and
 constants. Due to its modular design, you can extend (or even rewrite!) the
 complete list without changing the source code.
 .
 This package contains the documentation.

Package: python3-pint
Description-md5: 7309d5b97c12d7555c34940e586a009a
Description-en: define, operate and manipulate physical quantities - Python 3.x
 Pint is Python module/package to define, operate and manipulate physical
 quantities: the product of a numerical value and a unit of measurement. It
 allows arithmetic operations between them and conversions from and to
 different units.
 .
 It is distributed with a comprehensive list of physical units, prefixes and
 constants. Due to its modular design, you can extend (or even rewrite!) the
 complete list without changing the source code.
 .
 This package contains the Python 3.x module.

Package: python3-pip
Description-md5: 9d251b212c019b715059567c86cd6fa2
Description-en: Python package installer
 pip is the Python package installer.  It integrates with virtualenv, doesn't
 do partial installs, can save package state for replaying, can install from
 non-egg sources, and can install from version control repositories.
 .
 This is the Python 3 version of the package.

Package: python3-pip-whl
Description-md5: ab97ef931cbcd89f89c3ef1661772645
Description-en: Python package installer (pip wheel)
 pip is the Python package installer.  It integrates with virtualenv, doesn't
 do partial installs, can save package state for replaying, can install from
 non-egg sources, and can install from version control repositories.
 .
 This is the support package for the PEP 427 wheel version of the package,
 required for using pip inside a virtual environment.

Package: python3-pipdeptree
Description-md5: 81eac6860503fcbf7aacdcd650fdea12
Description-en: display dependency tree of the installed Python 3 packages
 Pipdeptree is a command line utility for displaying the installed Python
 packages in form of a dependency tree. It works for packages installed
 globally on a machine as well as in a virtualenv. Since pip freeze shows
 all dependencies as a flat list, finding out which are the top level
 packages and which packages do they depend on requires some effort. It
 can also be tedious to resolve conflicting dependencies because pip
 doesn't yet have true dependency resolution (more on this later). This
 utility tries to solve this problem.
 .
 To some extent, this tool is inspired by lein deps :tree command of
 Leiningen.

Package: pipx
Description-md5: 69db2e14156b65bc6645b8a18d917a33
Description-en: execute binaries from Python packages in isolated environments
 pipx allows you to...
 .
  * Run the latest version of a CLI application from a package
    in a temporary virtual environment,
    leaving your system untouched after it finishes.
  * Install packages to isolated virtual environments,
    while globally exposing their CLI applications
    so you can run them from anywhere.
  * Easily list, upgrade, and uninstall packages
    that were installed with pipx.
 .
 pipx runs with regular user permissions,
 never calling "sudo pip install".

Package: python3-pkgconfig
Description-md5: ee7becb3e76636a68d476facd0dd85f1
Description-en: Python interface to the pkg-config command line tool
 pkgconfig is a Python module to interface with the pkg-config command line tool
 and supports Python
 It cabe used to:
  -Check if a package exists
  -Check if a package meets certain version requirements
  -Query CFLAGS and LDFLAGS
  -Parse the output to build extensions with setup.py

Package: python-pkginfo-doc
Description-md5: 5e02b68b0a2eaf2a14e1714caa31f897
Description-en: Python module to query metadata from packages documentation
 This package provides an API for querying the distutils metadata written in
 the PKG-INFO file inside a source distribution (an sdist), or into the
 EGG-INFO directory of an installed distribution.

Package: python3-pkginfo
Description-md5: a5607c8ef5bf8f5db16691fb45b6a9b7
Description-en: Python 3.x module to query metadata from packages
 This package provides an API for querying the distutils metadata written in
 the PKG-INFO file inside a source distribution (an sdist), or into the
 EGG-INFO directory of an installed distribution.
 .
 This package contains the Python 3 version of the library
 In addition, this package contains the 'pkginfo' executable

Package: python3-plac
Description-md5: ee3e83321166a0a755a4b4940a9eae2d
Description-en: Smartest command line arguments parser in the world
 Technically plac is just a simple wrapper over argparse which hides most
 of its complexity by using a declarative interface: the argument parser
 is inferred rather than written down imperatively.
 .
 plac is targetting especially unsophisticated users, programmers,
 sys-admins, scientists and in general people writing throw-away scripts
 for themselves, choosing the command-line is surprisingly scalable upwards,
 even without using the underlying argparse.

Package: python-plaster-doc
Description-md5: 8cdf608563150a9cb9054dc02ba0b66f
Description-en: Python multi-format configuration file loader interface - Documentation
 plaster is a loader interface around arbitrary config file formats. It exists
 to define a common API for applications to use when they wish to load
 configuration settings.
 .
 The library itself does not aim to handle anything except a basic API that
 applications may use to find and load configuration settings. Any specific
 constraints should be implemented in a pluggable loader which can be registered
 via an entrypoint.
 .
 This package provides the documentation of the module.

Package: python3-plaster
Description-md5: a048a0729c0ec3f27be5fdb74135c701
Description-en: Python multi-format configuration file loader interface - Python 3.x module
 plaster is a loader interface around arbitrary config file formats. It exists
 to define a common API for applications to use when they wish to load
 configuration settings.
 .
 The library itself does not aim to handle anything except a basic API that
 applications may use to find and load configuration settings. Any specific
 constraints should be implemented in a pluggable loader which can be registered
 via an entrypoint.
 .
 This package provides the Python 3 version of the module.

Package: python3-plaster-pastedeploy
Description-md5: 05c6d62977921b9e7354b5e09a3565e2
Description-en: PasteDeploy configuration format plugin for plaster - Python 3.x module
 plaster is a loader interface around arbitrary config file formats. It exists
 to define a common API for applications to use when they wish to load
 configuration settings.
 .
 plaster_pastedeploy is a plaster plugin that provides a plaster.Loader that can
 parse ini files according to the standard set by PasteDeploy. It supports the
 wsgi plaster protocol, implementing the plaster.protocols.IWSGIProtocol
 interface.
 .
 This package provides the Python 3 version of the module.

Package: python3-pluggy
Description-md5: 6650724b8cb6a9f6e79e46c7c4228f3a
Description-en: plugin and hook calling mechanisms for Python - 3.x
 pluggy is the cristallized core of plugin management as used by some 150
 plugins for pytest.
 .
 This is the Python 3 library.

Package: python3-pluginbase
Description-md5: f4546ccc356bbccbff99e28065f948ed
Description-en: Support library for building plugins systems (Python 3)
 This package contains a module that enables the development of flexible plugin
 systems in Python.
 .
 This package installs the library for Python 3.

Package: python3-plumbum
Description-md5: d33f2dcaea6a0fd0c555b4b7b7ac5697
Description-en: library for writing shell script-like programs in Python 3
 python-plumbum provides shell-like syntax and handy shortcuts for writing shell
 script one-liners in Python using shell combinators. It supports local and
 remote command execution (over SSH), local and remote file-system paths,
 easy working-directory and environment manipulation and a programmatic
 Command-Line Interface (CLI) application toolkit.
 .
 This is the Python 3 version.

Package: python3-plyer
Description-md5: e23491ee76a456253362314d2fa122f3
Description-en: platform-independent wrapper for platform-dependent APIs
 Plyer is a platform-independent api
 to use features commonly found on various platforms,
 notably mobile ones, in Python.

Package: python-pmw-doc
Description-md5: eaf3e86970115490b8565ca024bb235f
Description-en: Pmw -- Python MegaWidgets (documentation)
 Pmw is a framework for building high-level compound widgets in Python
 using the Tkinter interface to the Tk graphics library.  It
 consists of a set of base classes and a library of flexible and
 extensible megawidgets built on these base classes.
 .
 This package provides the pmw documentation.

Package: python3-pmw
Description-md5: f49463f538535f6400e1c8d71240aebb
Description-en: Pmw -- Python MegaWidgets (python3 module)
 Pmw is a framework for building high-level compound widgets in Python
 using the Tkinter interface to the Tk graphics library.  It
 consists of a set of base classes and a library of flexible and
 extensible megawidgets built on these base classes.
 .
 This package provides the pmw modules.

Package: python-pomegranate-doc
Description-md5: 624b1b2e481885c2240a30615a9138ae
Description-en: documentation accompanying probabilistic modelling library
 pomegranate is a package for probabilistic models in Python that is
 implemented in cython for speed. It's focus is on merging the easy-to-use
 scikit-learn API with the modularity that comes with probabilistic
 modeling to allow users to specify complicated models without needing to
 worry about implementation details. The models are built from the ground
 up with big data processing in mind and so natively support features
 like out-of-core learning and parallelism.
 .
 This is the common documentation package.

Package: python3-pomegranate
Description-md5: ba0dc885f3a69d46f4d1351609436386
Description-en: Fast, flexible and easy to use probabilistic modelling
 pomegranate is a package for probabilistic models in Python that is
 implemented in cython for speed. It's focus is on merging the easy-to-use
 scikit-learn API with the modularity that comes with probabilistic
 modeling to allow users to specify complicated models without needing to
 worry about implementation details. The models are built from the ground
 up with big data processing in mind and so natively support features
 like out-of-core learning and parallelism.

Package: python-pook-doc
Description-md5: 9e87a5c1ecd7d57731cb2e409f0cef0b
Description-en: HTTP traffic mocking and testing made easy (common documentation)
 Versatile, expressive and hackable utility library for HTTP traffic mocking
 and expectations made easy in Python. Heavily inspired by gock.
 .
 Features:
   - Simple, expressive and fluent API.
   - Provides both Pythonic and chainable DSL API styles.
   - Full-featured HTTP response definitions and expectations.
   - Matches any HTTP protocol primitive (URL, method, query params, headers,
     body...).
   - Full regular expressions capable mock expectations matching.
   - Supports most popular HTTP clients via interceptor adapters.
   - Configurable volatile, persistent or TTL limited mocks.
   - Works with any testing framework/engine (unittest, pytest, nosetests...).
   - First-class JSON & XML support matching and responses.
   - Supports JSON Schema body matching.
   - Works in both runtime and testing environments.
   - Can be used as decorator and/or via context managers.
   - Supports real networking mode with optional traffic filtering.
   - Map/filter mocks easily for generic or custom mock expectations.
   - Custom user-defined mock matcher functions.
   - Simulated raised error exceptions.
   - Network delay simulation (only available for aiohttp).
   - Pluggable and hackable API.
   - Customizable HTTP traffic mock interceptor engine.
   - Supports third-party mocking engines, such as mocket.
   - Fits good for painless test doubles.
   - Does not support WebSocket traffic mocking.
   - Works with Python +2.7 and +3.0 (including PyPy).
   - Dependency-less: just 2 small dependencies for JSONSchema and XML tree
     comparison.
 .
 This is the common documentation package.

Package: python3-pook
Description-md5: fbfe8e39ae8de9ff66b5c99b84b3532d
Description-en: HTTP traffic mocking and testing made easy (Python 3)
 Versatile, expressive and hackable utility library for HTTP traffic mocking
 and expectations made easy in Python. Heavily inspired by gock.
 .
 Features:
   - Simple, expressive and fluent API.
   - Provides both Pythonic and chainable DSL API styles.
   - Full-featured HTTP response definitions and expectations.
   - Matches any HTTP protocol primitive (URL, method, query params, headers,
     body...).
   - Full regular expressions capable mock expectations matching.
   - Supports most popular HTTP clients via interceptor adapters.
   - Configurable volatile, persistent or TTL limited mocks.
   - Works with any testing framework/engine (unittest, pytest, nosetests...).
   - First-class JSON & XML support matching and responses.
   - Supports JSON Schema body matching.
   - Works in both runtime and testing environments.
   - Can be used as decorator and/or via context managers.
   - Supports real networking mode with optional traffic filtering.
   - Map/filter mocks easily for generic or custom mock expectations.
   - Custom user-defined mock matcher functions.
   - Simulated raised error exceptions.
   - Network delay simulation (only available for aiohttp).
   - Pluggable and hackable API.
   - Customizable HTTP traffic mock interceptor engine.
   - Supports third-party mocking engines, such as mocket.
   - Fits good for painless test doubles.
   - Does not support WebSocket traffic mocking.
   - Works with Python +2.7 and +3.0 (including PyPy).
   - Dependency-less: just 2 small dependencies for JSONSchema and XML tree
     comparison.
 .
 This package installs the library for Python 3.

Package: python3-popcon
Description-md5: debb30a7ae0c01a52addabac8619482b
Description-en: Python interface to Debian's Popularity Contest (popcon)
 This package provides the popcon module for Python 3 and the popcon CLI, which
 allows one to query Debian's Popularity Contest data.

Package: python3-poppler-qt5
Description-md5: 21a39aefafdf3de34cac582998b9bb83
Description-en: Python binding to Poppler-Qt5 C++ library (Python 3)
 Python binding to libpoppler-qt5 that aims for completeness and for being
 actively maintained.  The bindings closely follow the C++ library API
 documented at http://people.freedesktop.org/~aacid/docs/qt5/ .
 .
 This package contains the Python 3 binding.

Package: python3-portend
Description-md5: 1feb42d88ffa90c3ec9fb79927f0caef
Description-en: Python module to monitor TCP port states
 Portend is a module to monitor TCP ports for bound or unbound states.
 It provides routines to wait for a port to become free or occuopied,
 check the current state of a port, or identify a suitable port
 available for binding locally.

Package: python3-portpicker
Description-md5: fbf5e17844c19aa12c82436745da2cc6
Description-en: Python 3 module to find unused network ports to bind to
 Portpicker provides an API to find and return an available
 network port for an application to bind to.  Ideally suited for use from
 unittests or for test harnesses that launch local servers.
 .
 It also contains an optional portserver that can be used to coordinate
 allocation of network ports on a single build/test farm host across all
 processes willing to use a port server aware port picker library such as
 this one.

Package: python3-pot
Description-md5: 375fa3185a1cee911bc2068ebd2fa1f1
Description-en: Python optimal transport library
 Python library with solvers for optimization problems related to
 optimal transport in for example signal and image processing, and machine
 learning.

Package: python3-potr
Description-md5: a5915e470302a6b5eb894d417c552e5e
Description-en: Pure Python implementation of the OTR protocol (Python 3)
 pure-python-otr is a pure Python implementation of the OTR protocol
 (Off-the-Record encryption, see the OTR website for more
 information). This gives developers the flexibility to implement OTR
 encryption for their Python-based Instant Messaging clients. A
 gajim-otr plugin will be available in the next major Gajim release to
 provide IM encryption independently of the underlying chat protocol.
 .
 This package also includes the command line utility 'convertkey' for
 converting the old OTR file format to the new one.
 .
 This is the Python 3 version of the package.

Package: python-ppmd-doc
Description-md5: a6a00c01823b7c839be85ec9735c8b48
Description-en: documentation for the ppmd Python library
 This package provides documentation for ppmd

Package: python3-ppmd
Description-md5: 3e1d48dcd312307535298c96b9bda2e6
Description-en: PPMd compression/decompression library
 PPM(Prediction by partial matching) is a compression algorithm which has
 several variations of implementations. PPMd is the implementation by Dmitry
 Shkarin. It is used in the RAR and by 7-Zip as one of several possible methods.
 .
 ppmd, aka. ppmd-cffi, is a python bindings with PPMd implementation by C
 language. The C codes are derived from p7zip, portable 7-zip implementation.
 ppmd-cffi support PPMd ver.H and PPMd ver.I.

Package: python3-prctl
Description-md5: c1aa366582938b9f79e92390b6822fe4
Description-en: Python interface to the prctl() syscall (Python 3)
 The Linux prctl() function allows you to control specific characteristics of a
 process' behaviour. Usage of the function is fairly messy though, due to
 limitations in C and Linux. This module provides a nice non-messy Python(ic)
 interface.
 .
 This package installs the library for Python 3.

Package: python3-precis-i18n
Description-md5: 62b0e798ad118034e63a114fd7ca56f5
Description-en: internationalized usernames and passwords
 If you want your application to accept unicode user names and
 passwords, you must be careful in how you validate and compare them.
 The PRECIS framework makes internationalized user names and passwords
 safer for use by applications. PRECIS profiles transform unicode
 strings into a canonical form, suitable for comparison.
 .
 This module implements the PRECIS Framework as described in:
 .
  - PRECIS Framework: Preparation, Enforcement, and Comparison of
    Internationalized Strings in Application Protocols (RFC 8264)
  - Preparation, Enforcement, and Comparison of Internationalized
    Strings Representing Usernames and Passwords (RFC 8265)
  - Preparation, Enforcement, and Comparison of Internationalized
    Strings Representing Nicknames (RFC 8266)

Package: python3-prefixed
Description-md5: 59faa337b313eda7108b78fe8a3723fb
Description-en: alternative implementation of the Python3 built-in float
 Prefixed provides an alternative implementation of the built-in float
 which supports formatted output with SI (decimal) and IEC (binary)
 prefixes.

Package: python3-preshed
Description-md5: 4d13c716d8978eb7d6190c33cc077066
Description-en: Cython Hash Table for Pre-Hashed Keys
 Simple but high performance Cython hash table mapping pre-randomized keys
 to void* values.

Package: python3-pretend
Description-md5: b72f0cc2a01b3b05581bedd8d736f939
Description-en: Python library for stubbing (Python 3)
 Pretend is a library to make stubbing with Python easier.
 .
 Stubbing is a technique for writing tests. You may hear the term mixed up with
 mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned
 responses, rather than doing any computation.

Package: python3-pretty-yaml
Description-md5: f1252fd6b9d7c463281be0bd5735c28b
Description-en: module to produce pretty and readable YAML-serialized data (Python 3)
 YAML is generally nice and easy format to read if it was written by humans.
 PyYAML can a do fairly decent job of making stuff readable. pyaml tries to
 improve on that a bit, with the following tweaks:
 .
   - Most human-friendly representation options in PyYAML get picked as
     defaults.
   - Does not dump "null" values, if possible, replacing these with just empty
     strings, which have the same meaning but reduce visual clutter and are
     easier to edit.
   - Dicts, sets, OrderedDicts, defaultdicts, namedtuples, etc are
     representable and get sorted on output (OrderedDicts and namedtuples keep
     their ordering), so that output would be as diff-friendly as possible,
     and not arbitrarily depend on Python internals.
   - It appears that at least recent PyYAML versions also do such sorting for
     Python dicts.
   - List items get indented, as they should be.
   - bytestrings that can't be auto-converted to unicode raise error, as yaml
     has no "binary bytes" (i.e. unix strings) type.
   - Attempt is made to pick more readable string representation styles,
     depending on the value.
   - "force_embed" option to avoid having &id stuff scattered all over the
     output (which might be beneficial in some cases, hence the option).
   - "&id" anchors, if used, get labels from the keys they get attached to, not
     just use meaningless enumerators.
   - "string_val_style" option to only apply to strings that are values, not
     keys.
   - Has an option to add vertical spacing (empty lines) between keys on
     different depths, to make output much more seekable.
 .
 This package installs the Python 3 version.

Package: python3-prettylog
Description-md5: e62b01e01c700043691f45f98cad91d4
Description-en: colored log formatter (Python 3)
 Colored log formatter for Python 3.
 .
 This package installs the library for Python 3.

Package: python3-priority
Description-md5: 71b9d84e753e926e4c6b13fb7d16b1a9
Description-en: pure-Python implementation of the HTTP/2 priority tree (Python 3)
 Priority is a pure-Python implementation of the priority logic for HTTP/2, set
 out in RFC 7540 Section 5.3 (Stream Priority). This logic allows for clients
 to express a preference for how the server allocates its (limited) resources to
 the many outstanding HTTP requests that may be running over a single HTTP/2
 connection.
 .
 Specifically, this Python implementation uses a variant of the implementation
 used in the H2O project. This original implementation is also the
 inspiration for nghttp2's priority implementation, and generally produces a
 very clean and even priority stream. The only notable changes from H2O's
 implementation are small modifications to allow the priority implementation to
 work cleanly as a separate implementation, rather than being embedded in a
 HTTP/2 stack directly.
 .
 While priority information in HTTP/2 is only a suggestion, rather than an
 enforceable constraint, where possible servers should respect the priority
 requests of their clients.
 .
 This package is for Python 3.

Package: python3-prison
Description-md5: 84d0b9ce2de16b4f2602ce5ed830c369
Description-en: Python encoder/decoder for Rison (Python 3)
 This package contains a Python encoder/decoder for Rison, a data serialization
 format optimized for compactness in URIs. Rison is a slight variation of JSON
 that looks vastly superior after URI encoding. Rison still expresses exactly
 the same set of data structures as JSON, so data can be translated back and
 forth without loss or guesswork.
 .
 This package installs the library for Python 3.

Package: python3-proboscis
Description-md5: 5a4dcf228acce00faf6a7eb75240c7a2
Description-en: extends Nose with certain TestNG like features - Python 3.x
 Proboscis is a Python test framework that extends Python's built-in unittest
 module and Nose with features from TestNG.
 .
 TestNG is a testing framework inspired from JUnit and NUnit but introducing
 some new functionalities that make it more powerful and easier to use.
 .
 Features:
  * Uses decorators instead of naming conventions.
  * Allows for TestNG style test methods, in which a class is initialized once,
    as an alternative to using class fields.
  * Allows for explicit test dependencies and skipping of dependent tests on
    failures.
  * Runs xUnit style clases if desired or needed for backwards compatibility.
  * Uses Nose if available (but doesn't require it), and works with many of
    its plugins.
  * Runs in IronPython and Jython (although if you're targeting the JVM you
    should consider using TestNG instead).
 .
 This package provides the Python 3.x module.

Package: python3-procrunner
Description-md5: 118caca40dcd28ae772eadafcf12ede3
Description-en: Versatile utility function to run external processes from Python
 Versatile utility function to run external processes from Python, with many
 features:
  * runs an external process and waits for it to finish
  * does not deadlock, no matter the process stdout/stderr output
    behaviour
  * returns the exit code, stdout, stderr (separately, both as
    bytestrings), and the total process runtime as a dictionary
  * process can run in a custom environment, either as a modification
    of the current environment or in a new environment from scratch
  * stdin can be fed to the process, the returned dictionary contains
    information how much was read by the process
  * stdout and stderr is printed by default, can be disabled
  * stdout and stderr can be passed to any arbitrary function for live
    processing (separately, both as unicode strings)
  * optionally enforces a time limit on the process

Package: python3-prodigy
Description-md5: a9784f7641dc317b96420565727346dc
Description-en: Protein Binding Affinity Prediction (Python 3)
 Collection of scripts to predict binding affinity values for protein-protein
 complexes from atomic structures.
 .
 This package installs the library for Python 3.

Package: python3-progress
Description-md5: f5f78c078b90c42faef21739cdf3779a
Description-en: easy progress reporting for Python
 This package provides several canned progress bars for command line Python
 programs.  Progress bars are customizable and can be advanced by using the
 next() method, with the finish() method to finish.
 .
 This is the Python 3 version.

Package: python3-progressbar
Description-md5: 5148bbfa1d2d37db6f66a4ce12d2a913
Description-en: text progress bar library for Python (Python 3)
 A text progress bar is typically used to display the progress of a long
 running operation, providing a visual cue that processing is underway.
 .
 The ProgressBar class manages the current progress, and the format of the line
 is given by a number of widgets. A widget is an object that may display
 differently depending on the state of the progress bar. There are three types
 of widgets:
   - a string, which always shows itself
   - a ProgressBarWidget, which may return a different value every time its
     update method is called
   - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it
     expands to fill the remaining width of the line.
 .
 This package contains the Python 3 version of progressbar.

Package: python3-project-generator
Description-md5: d262ff62ac6ccab3af970a6a561e05cb
Description-en: project generators for various embedded tools (IDE)
 python-project-generator allows one to define an embedded hardware/software
 project in structured text (using YAML), and then generate IDE (integrated
 development environment) project files based on the defined rules.
 .
 python-project-generator currently generates projects for the following tools:
 .
  - CMake (GCC ARM)
  - CoIDE (GCC ARM)
  - Eclipse (Makefile with GCC ARM)
  - IAR
  - Makefile (ARMCC)
  - Makefile (GCC ARM)
  - Sublime Text (Makefile with GCC ARM)
  - uVision4 and uVision5
  - Visual Studio (Makefile with GCC ARM)
 .
 This package installs the library and `progen` helper script for Python 3.

Package: python3-project-generator-definitions
Description-md5: 80e5798f8e6bfcbd91eadb574cf17a49
Description-en: collection of target/MCU definitions for progen
 This package provides target and MCU definitions for use with the `progen`
 tool (package: python3-project-generator)
 .
 The definitions provided in this package are used to set proper data for
 embedded tools supported by `progen`. New definitions can be created using
 the `progendef` helper script included in this package.
 .
 This package installs the library and `progendef` helper script for Python 3.

Package: python-proliantutils-doc
Description-md5: 22038f7dac5fd6c2094b7308df91ee9d
Description-en: client lib interfacing various devices in HP Proliant Servers - doc
 Proliant Management Tools provides Python libraries for interfacing and
 managing various devices(like iLO) present in HP Proliant Servers. Currently,
 this module offers a library to interface to iLO4 using RIBCL.
 .
 This package contains the documentation.

Package: python3-proliantutils
Description-md5: f0bfc7d327342210d3b5313a087364ec
Description-en: client lib interfacing various devices in HP Proliant Servers - Python 3.x
 Proliant Management Tools provides Python libraries for interfacing and
 managing various devices(like iLO) present in HP Proliant Servers. Currently,
 this module offers a library to interface to iLO4 using RIBCL.
 .
 This package contains the Python 3.x module.

Package: python3-prometheus-client
Description-md5: 4e31c2358989e1c26d82fcaeaf24a2bd
Description-en: Python 3 client for the Prometheus monitoring system
 This library provides an API for exporting metrics from a Python 3 application
 It provides classes for the metric types, and an HTTP server to expose the
 metrics to Prometheus.
 .
 When using Linux, the process CPU, RAM, file descriptor usage and start time
 will also be exported.
 .
 Along with the HTTP server to expose metrics, you can also write the metrics
 to a text file to be exported by the prometheus-node-exporter, or push them to
 the prometheus-pushgateway.
 .
 This library also includes support for re-exporting Graphite metrics to
 Prometheus, custom collectors to proxy metrics for other systems and a parser
 for the Prometheus text format.

Package: python3-promise
Description-md5: 7dbe574c6b7a829635ffcdd292b2880f
Description-en: Implementation of Promises in Python (Python3 version)
 It is a super set of Promises/A+ designed to have readable, performant code
 and to provide just the extensions that are absolutely necessary for using
 promises in Python.
 Its fully compatible with the Promises/A+ spec.
 .
 This package contains the Python 3 version of the library.

Package: python3-protego
Description-md5: 52740f0597ed93b8d02b6cc4a4374b04
Description-en: Pure-Python robots.txt parser with support for modern conventions
 Protego parses directives set in robots.txt, including non-standard ones such
 as Request-Rate and Host. It also handles some typos in the directive names.

Package: python3-protobix
Description-md5: e6da665a14f4f00fa55e6bdd1e9fe364
Description-en: Implementation of Zabbix Sender protocol (Python 3)
 This module implements Zabbix Sender Protocol.
 It allows one to build list of items and send items and send them as trapper.
 It currently supports items as well as Low Level Discovery.
 .
 This is the Python 3 version of the package.

Package: prov-tools
Description-md5: 45703e421afd9067a5f42f8d5f58db62
Description-en: tools for prov
 A library for W3C Provenance Data Model
 supporting PROV-JSON and PROV-XML import/export.
 .
 Features:
  * An implementation of the W3C PROV Data Model in Python.
  * In-memory classes for PROV assertions,
    which can then be output as PROV-N.
  * Serialization and deserializtion support: PROV-JSON and PROV-XML.
  * Exporting PROV documents into various graphical formats
    (e.g. PDF, PNG, SVG).
 .
 This package provides the command-line tools.

Package: python-prov-doc
Description-md5: 55b31bda911cccc5d87f1cadc4ecf72d
Description-en: documentation for prov
 A library for W3C Provenance Data Model
 supporting PROV-JSON and PROV-XML import/export.
 .
 Features:
  * An implementation of the W3C PROV Data Model in Python.
  * In-memory classes for PROV assertions,
    which can then be output as PROV-N.
  * Serialization and deserializtion support: PROV-JSON and PROV-XML.
  * Exporting PROV documents into various graphical formats
    (e.g. PDF, PNG, SVG).
 .
 This package provides the documentation.

Package: python3-prov
Description-md5: dd43802d703c88d01bb7ed4741b6feb2
Description-en: W3C Provenance Data Model (Python 3)
 A library for W3C Provenance Data Model
 supporting PROV-JSON and PROV-XML import/export.
 .
 Features:
  * An implementation of the W3C PROV Data Model in Python.
  * In-memory classes for PROV assertions,
    which can then be output as PROV-N.
  * Serialization and deserializtion support: PROV-JSON and PROV-XML.
  * Exporting PROV documents into various graphical formats
    (e.g. PDF, PNG, SVG).
 .
 This package provides the modules for Python 3.

Package: pskc-utils
Description-md5: 7fdad8ad5e24b2b9849c3ba89b8c9a3b
Description-en: Utilities for handling PSKC files
 These utilities can be used to convert Portable Symmetric Key Container
 (PSKC) files as defined in RFC6030.
 .
  * csv2pskc - Convert a CSV file to PSKC
  * pskc2csv - Convert a PSKC file to CSV
  * pskc2pskc - Reformat or change encryption of a PSKC file

Package: python-pskc-doc
Description-md5: 5a21d7c0e8bac53a0697d99aed174045
Description-en: Python module for handling PSKC files (Documentation)
 This Python library handles Portable Symmetric Key Container (PSKC) files as
 defined in RFC6030. PSKC files are used to transport and provision symmetric
 keys and key meta data (seed files) to different types of crypto modules,
 commonly one-time password tokens or other authentication devices.
 .
 This module can be used to extract keys from PSKC files for use in an OTP
 authentication system. The module can also be used for authoring PSKC files.
 .
 This package contains the module's documentation.

Package: python3-pskc
Description-md5: 6f05ce20c0ca01c5295ad7f36bd243ba
Description-en: Python module for handling PSKC files (Python 3)
 This Python library handles Portable Symmetric Key Container (PSKC) files as
 defined in RFC6030. PSKC files are used to transport and provision symmetric
 keys and key meta data (seed files) to different types of crypto modules,
 commonly one-time password tokens or other authentication devices.
 .
 This module can be used to extract keys from PSKC files for use in an OTP
 authentication system. The module can also be used for authoring PSKC files.

Package: python-psutil-doc
Description-md5: b3883810ea1ef1923c77222cb0874500
Description-en: module providing convenience functions for managing processes (doc)
 psutil is a module providing an interface for retrieving information on
 running processes and system utilization (CPU, memory) in a portable way
 by using Python, implementing many functionalities offered by tools like
 ps, top and Windows task manager.
 .
 It currently supports Linux, OS X, FreeBSD and Windows.
 .
 This package contains the documentation for psutil.

Package: python3-psutil
Description-md5: 1afa4bbc2f865e75ea83252d8a6a0b39
Description-en: module providing convenience functions for managing processes (Python3)
 psutil is a module providing an interface for retrieving information on
 running processes and system utilization (CPU, memory) in a portable way
 by using Python, implementing many functionalities offered by tools like
 ps, top and Windows task manager.
 .
 It currently supports Linux, OS X, FreeBSD and Windows.
 .
 This package contains the Python 3 version of psutil.

Package: python3-psycogreen
Description-md5: 669e1a69873eae0df5b7b797b6466b4d
Description-en: psycopg2 integration with coroutine libraries
 This package enables "psycopg2" to work with coroutine libraries, using
 asynchronous calls internally but offering a blocking interface so that
 regular code can run unmodified.

Package: python3-psycopg2cffi
Description-md5: 9ad63cee0abe8633e26e29a6bd89b828
Description-en: implementation of the psycopg2 module using cffi
 This package provides an implementation of the psycopg2 module using cffi.
 .
 Psycopg is a PostgreSQL database adapter for the Python3 programming language
 (just like pygresql and popy.) This is version 2, a complete rewrite of the
 original code to provide new-style classes for connection and cursor objects
 and other sweet candies. Like the original, psycopg 2 was written with the
 aim of being very small and fast, and stable as a rock.
 .
 psycopg is different from the other database adapter because it was designed
 for heavily multi-threaded applications that create and destroy lots of
 cursors and make a conspicuous number of concurrent INSERTs or UPDATEs.
 psycopg 2 also provides full asynchronous operations for the really brave
 programmer.

Package: python-ptk-doc
Description-md5: cb86cc1cf8b5eb934cf5c55b5416b6f9
Description-en: parser for Python with support for asynchronous input (documentation)
 PTK implements LR(1) parsing in Python. Compared to compiled tools
 like Bison, it attempts to spare programmer's time. Python sources
 describe both the grammar and the callbacks, avoiding code
 generation.  Various inputs are accepted: Python 3 asynchronous
 streams, PyZipFile archives, Twisted Deferred objects.
 .
 This package contains the documentation.

Package: python3-ptk
Description-md5: 8e7a3853b6169c993b9b90e38952a7dc
Description-en: parser for Python 3 with support for asynchronous input
 PTK implements LR(1) parsing in Python. Compared to compiled tools
 like Bison, it attempts to spare programmer's time. Python sources
 describe both the grammar and the callbacks, avoiding code
 generation.  Various inputs are accepted: Python 3 asynchronous
 streams, PyZipFile archives, Twisted Deferred objects.
 .
 python3-async-generator is required for asynchronous streams.
 .
 This package installs the library for Python 3.

Package: python3-ptrace
Description-md5: 06c9455d6c0e711f3184939a6da2a1f8
Description-en: Python 3 bindings for ptrace
 This package provides Python bindings for the ptrace library. It allows
 controlling, debugging, or modifying processes using the ptrace syscall.
 .
 Features:
  * High level Python object API
  * Able to control multiple processes: catch fork events
  * Read/write bytes to arbitrary addresses
  * Execution step by step using ptrace_singlestep() or hardware int 3
  * Can use distorm disassembler
  * Dump registers, memory mappings, stack, etc.
  * Syscall tracer and parser (strace command)
 .
 This package provides the ptrace Python module for Python 3.x.

Package: python3-public
Description-md5: 04e2197f11f5676bac14832f87ad2355
Description-en: @public decorator for adding names to __all__
 Never add an explicit __all__ to your modules again!

Package: python3-publicsuffix2
Description-md5: 2d76d38b73be67b43fa6730510fc8888
Description-en: Python3 module to get a domain suffix using the Public Suffix List
 This Python3 module allows you to get the public suffix of a domain name
 using the Public Suffix List from http://publicsuffix.org.
 .
 A public suffix is one under which Internet users can directly register
 names. Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us.
 Accurately knowing the public suffix of a domain is useful when handling
 web browser cookies, highlighting the most important part of a domain name
 in a user interface or sorting URLs by web site.
 .
 This module replaces the deprecated python3-publicsuffix package.

Package: python3-pulp
Description-md5: e895b28bc8e00b29308a203f5c408adc
Description-en: LP modeler - Python 3.x
 PuLP is an LP modeler written in Python. PuLP can generate MPS or LP files
 and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
 .
 This package contains the Python 3.x module.

Package: python3-pulsectl
Description-md5: e9bc6fb962b19004e2001d233c4e920b
Description-en: high-level interface and ctypes-based bindings for PulseAudio
 Python blocking high-level interface and ctypes-based bindings for PulseAudio
 (libpulse), to use in a simple synchronous code.
 .
 Wrappers are mostly for mixer-like controls and introspection-related
 operations, as opposed to e.g. submitting sound samples to play and
 player-like client.

Package: python3-pure-eval
Description-md5: 14813f714ba7191e4680338fdc91d4ee
Description-en: Safely evaluate Python AST nodes without side effects
 Python library to evaluate certain AST nodes without triggering arbitrary
 code which might have unwanted side effects.

Package: python3-pure-sasl
Description-md5: dfc8a53b073a9407557b54daa28f9271
Description-en: pure Python client SASL implementation - Python 3.x
 Pure-sasl is a pure python client-side SASL implementation. At the moment, it
 supports the following mechanisms: ANONYMOUS, PLAIN, EXTERNAL, CRAM-MD5,
 DIGEST-MD5, and GSSAPI. Support for other mechanisms may be added in the
 future. Only GSSAPI supports a QOP higher than auth.
 .
 This package contains the Python 3.x module.

Package: python3-pweave
Description-md5: f5cc862f8b5ee28ff989d72fe424e500
Description-en: scientific report generator for Python
 Pweave is a scientific report generator and a literate programming tool for
 Python. Pweave can capture the results and plots from data analysis and works
 well with NumPy, SciPy and matplotlib. It is able to run Python code from
 source document and include the results and capture matplotlib plots in the
 output.

Package: python3-py
Description-md5: cdfb445e8352c81d902426be589c18b7
Description-en: Advanced Python development support library (Python 3)
 The Codespeak py lib aims at supporting a decent Python development process
 addressing deployment, versioning and documentation perspectives. It includes:
 .
  * py.path: path abstractions over local and Subversion files
  * py.code: dynamic code compile and traceback printing support
 .
 This package provides the Python 3 modules.

Package: python3-py-zipkin
Description-md5: 95250ac967038ede6742ed0df596371c
Description-en: Library for using Zipkin in Python
 Provides a context manager/decorator along with some utilities to facilitate
 the usage of Zipkin in Python applications.

Package: python3-py2bit
Description-md5: 5491e5c4eefa09228a7f3f65e6ebee19
Description-en: access to 2bit files
 From https://genome.ucsc.edu/FAQ/FAQformat.html#format7:
 A .2bit file stores multiple DNA sequences (up to 4 Gb total) in a
 compact randomly-accessible format. The file contains masking information
 as well as the DNA itself.

Package: python3-ahocorasick
Description-md5: 0c6c40cfe880963f1e360d065bd535f6
Description-en: Python module implementing the aho-corasick algorithm
 A fast and memory efficient library for exact or approximate multi-pattern
 string search meaning that you can find multiple key strings occurrences at
 once in some input text.  The library provides an `ahocorasick` Python module
 that can be used as a plain dict-like Trie or convert a Trie to an automaton
 for efficient Aho-Corasick search.

Package: python3-pyalsa
Description-md5: 03c817254f6fd714551b236f24e368ae
Description-en: Official ALSA Python binding library for Python3
 Official ALSA Python binding, including hardware management, mixer and
 sequencer control.
 .
 ALSA is the Advanced Linux Sound Architecture.
 .
 This package provides the Python 3.x module.

Package: python3-pyani
Description-md5: d12187a40c92c1fbbfd1b640ae7f1e8b
Description-en: Python3 module for average nucleotide identity analyses
 Pyani is a Python3 module and script that provides support for
 calculating average nucleotide identity (ANI) and related measures for
 whole genome comparisons, and rendering relevant graphical summary
 output. Where available, it takes advantage of multicore systems, and
 can integrate with SGE/OGE-type job schedulers for the sequence
 comparisons.

Package: python3-pyasn1-modules
Description-md5: cc235756c0f48fe3ce1e8e345ba3f803
Description-en: 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.

Package: python-pyaudio-doc
Description-md5: 213bd2ec96d12497403f9413091e8d39
Description-en: Documentation for Python bindings for PortAudio v19
 Documentation for PyAudio, which provides Python bindings for
 PortAudio v19, the cross-platform audio I/O library. PyAudio makes it
 easy to use Python to play and record audio via pythonic wrappers
 around the PortAudio API.

Package: python3-pyaudio
Description-md5: 029ad1c75ee512cd608b5f1d149cd57c
Description-en: Python3 bindings for PortAudio v19
 PyAudio provides Python bindings for PortAudio v19, the
 cross-platform audio I/O library. PyAudio makes it easy to use Python
 to play and record audio via pythonic wrappers around the PortAudio
 API.  This package is for Python3.

Package: python3-pybadges
Description-md5: 9723a98b5d2dd97c11cbee7ffc4ade6a
Description-en: library for creating Github-style badges (Python3 version)
 pybadges is a Python library and command line tool that allows you to create
 Github-style badges as SVG images. The implementation of the library was
 heavily influenced by Shields.io and the JavaScript gh-badges library.
 .
 This package contains the Python 3 version of the library.

Package: pybedtools-bin
Description-md5: e1b7b4b1a34e7d3de1ca34a63dd51e26
Description-en: Scripts produced for pybedtools
 The BEDTools suite of programs is widely used for genomic interval
 manipulation or “genome algebra”. pybedtools wraps and extends BEDTools and
 offers feature-level manipulations from within Python.
 .
 This package provides scripts that are executable with the
 Python 3 version of this package.

Package: python-pybedtools-doc
Description-md5: d5d05008cb75385e095f06d726db2daf
Description-en: Documentation for pybedtools library
 Shinx-generated documentation.

Package: python3-pybedtools
Description-md5: e496bd6e99e71f178676e0bee5f6b965
Description-en: Python 3 wrapper around BEDTools for bioinformatics work
 The BEDTools suite of programs is widely used for genomic interval
 manipulation or “genome algebra”. pybedtools wraps and extends BEDTools and
 offers feature-level manipulations from within Python.
 .
 This is the Python 3 version.

Package: pycadf-common
Description-md5: b36d9733b0edd3f52d87e3d80ca2a0d2
Description-en: implementation of DMTF Cloud Audit (CADF) data model - common files
 pyCADF is an implementation of DMTF Cloud Audit (CADF) data model.
 DMTF Cloud Management Initiative is promoting the work of the Cloud Management
 Work Group, the Cloud Auditing Data Federation Working Group, the System
 Virtualization, Partitioning, Clustering Working Group and the Software
 Entitlement Working Group. See http://dmtf.org for details.
 .
 This package contains the common files for both Python 2.7 and 3.x modules.

Package: python3-pycadf
Description-md5: 7f5c78e78a0221e986375d263e8de72e
Description-en: implementation of DMTF Cloud Audit (CADF) data model - 3.x
 pyCADF is an implementation of DMTF Cloud Audit (CADF) data model.
 DMTF Cloud Management Initiative is promoting the work of the Cloud Management
 Work Group, the Cloud Auditing Data Federation Working Group, the System
 Virtualization, Partitioning, Clustering Working Group and the Software
 Entitlement Working Group. See http://dmtf.org for details.
 .
 This package contains the Python 3.x module.

Package: python3-pycdlib
Description-md5: 9dc742ad24dc2b4ef3e1556b66875c0e
Description-en: Pure python ISO manipulation library
 PyCdlib is a pure python library to parse, write (master), and create ISO9660
 files, suitable for writing to a CD or USB. The original ISO9660 (including
 ISO9660-1999) specification is supported, as well the El Torito, Joliet, Rock
 Ridge, and UDF extensions.

Package: python3-pyclustering
Description-md5: 0372f0fa3fb37b6a3f43ee3f53d2b8aa
Description-en: Data mining algorithms (Python 3)
 This library provides tools for clustering algorithms, oscillatory
 networks and neural networks.
 .
 This package installs the library for Python 3.

Package: python3-pycosat
Description-md5: e046509bb4718e18f773d4fa5f7fe720
Description-en: Python bindings to picosat
 PicoSAT is a popular SAT solver written by Armin Biere in pure C. This
 package provides efficient Python bindings to picosat on the C level,
 i.e. when importing pycosat, the picosat solver becomes part of the
 Python process itself.

Package: python-pydotplus-doc
Description-md5: adf854bf9afacea08fe13c853bae4e5e
Description-en: interface to Graphviz's Dot language - doc
 PyDotPlus is an improved version of the old pydot project that provides a
 Python Interface to Graphviz's Dot language.
 .
 Differences with pydot:
  * Compatible with PyParsing 2.0+.
  * Python 2.7 - Python 3 compatible.
  * Well documented.
  * CI Tested.
 .
 This package contains the documentation.

Package: python3-pydotplus
Description-md5: 2440d418a7cc464357e781f2dd6b248a
Description-en: interface to Graphviz's Dot language - Python 3.x
 PyDotPlus is an improved version of the old pydot project that provides a
 Python Interface to Graphviz's Dot language.
 .
 Differences with pydot:
  * Compatible with PyParsing 2.0+.
  * Python 2.7 - Python 3 compatible.
  * Well documented.
  * CI Tested.
 .
 This package contains the Python 3.x module.

Package: python3-pyds9
Description-md5: a8b6bc1618b00b5ebdebfbd2f15c33ea
Description-en: Communication with the ds9 image display program from Python
 The XPA messaging system provides seamless communication between many kinds
 of Unix programs, including Tcl/Tk programs such as ds9. The pyds9 module
 uses a Python interface to XPA to communicate with ds9. It supports
 communication with all of ds9’s XPA access points.

Package: python3-pydub
Description-md5: d7f73940a09ed06a15a0d44821cc2597
Description-en: Python audio sample manipulation (Python 3)
 Pydub is a library to manipulate audio data with a simple high level
 interface.
 .
 The library support (among others) the following functions:
  - can use `ffmpeg' to support other formats than `.wav'
  - extract segments of audio data
  - concatenation
  - make segments louder or quieter
  - add repeats
  - cross-fade
  - edit file metadata
 .
 This package installs the library for Python 3.

Package: python3-pyeclib
Description-md5: 0050275554db4c67caa71604393b603a
Description-en: interface for implementing erasure codes - Python 3.x
 This library provides a simple Python interface for implementing erasure
 codes. To obtain the best possible performance, the underlying erasure code
 algorithms are written in C.
 .
 This library makes use of Jerasure for Reed-Solomon and provides its own flat
 XOR-based erasure code encoder and decoder. Currently, it implements a
 specific class of HD Combination Codes (see "Flat XOR-based erasure codes in
 storage systems: Constructions, efficient recovery, and tradeoffs" in IEEE
 MSST 2010). These codes are well-suited to archival use-cases, have a simple
 construction and require a minimum number of participating disks during
 single-disk reconstruction (think XOR-based LRC code).

Package: python3-pyelftools
Description-md5: 1d7cb2f5023550580703e2f9f8c54fba
Description-en: pure-python3 library for parsing ELF and DWARF
 pyelftools is a pure-Python library for parsing and analyzing ELF
 files and DWARF debugging information. It can be used to query
 information about compiled binaries and libraries from your Python
 code.
 .
 This package installs the library for Python 3.

Package: python-pyepics-doc
Description-md5: 2a47ca9e973f267c0a1a1c1e41f14fc6
Description-en: EPICS channel access for Python (common documentation)
 PyEpics is a Python interface to the EPICS Channel Access (CA) library
 for the Experimental Physics and Industrial Control System (EPICS).
 .
 The PyEpics module includes both low-level (C-like) and higher-level access
 (with Python objects) to the EPICS Channel Access (CA) protocol. Python's
 ctypes library is used to wrap the basic CA functionality, with higher
 level objects on top of that basic interface. This approach has several
 advantages including no need for extension code written in C, better
 thread-safety, and easier installation on multiple platforms.
 .
 This is the PyEpics3 documentation package.

Package: python3-pyepics
Description-md5: 6d369eeafd61299bff3c0df149bc8e99
Description-en: EPICS channel access for Python
 PyEpics3 is a Python interface to the EPICS Channel Access (CA) library
 for the Experimental Physics and Industrial Control System (EPICS).
 .
 The PyEpics module includes both low-level (C-like) and higher-level access
 (with Python objects) to the EPICS Channel Access (CA) protocol. Python's
 ctypes library is used to wrap the basic CA functionality, with higher
 level objects on top of that basic interface. This approach has several
 advantages including no need for extension code written in C, better
 thread-safety, and easier installation on multiple platforms.
 .
 This package installs the library for Python 3.

Package: python-pyepsg-doc
Description-md5: b243d8e8f3ca46972ae3e63280ff46c0
Description-en: documentation for pyepsg
 A simple interface to EPSG.io (https://epsg.io/).
 .
 EPSG.io simplifies the discovery of coordinate reference systems
 utilized all over the world for creating maps and geodata and for
 identifying geo-position. It is a practical tool for anybody interested
 in cartography and digital map making, who needs to know exact latitude
 and longitude values for numerical coordinates in different spatial
 reference systems.
 .
 This package provides the documentation.

Package: python3-pyepsg
Description-md5: 27a62a4181bedb5d67119775c3fa4dfc
Description-en: easy access to the EPSG database (Python 3)
 A simple interface to EPSG.io (https://epsg.io/).
 .
 EPSG.io simplifies the discovery of coordinate reference systems
 utilized all over the world for creating maps and geodata and for
 identifying geo-position. It is a practical tool for anybody interested
 in cartography and digital map making, who needs to know exact latitude
 and longitude values for numerical coordinates in different spatial
 reference systems.
 .
 This package provides the modules for Python 3.

Package: python3-pyface
Description-md5: 4535dd18080a7b4e142f0dbafde4c38f
Description-en: traits-capable windowing framework
 The pyface project contains a toolkit-independent GUI abstraction
 layer, which is used to support the "visualization" features of the
 Traits package. Thus, you can write code in terms of the Traits API
 (views, items, editors, etc.), and let pyface and your selected
 toolkit and back-end take care of the details of displaying them.
 .
 The following GUI backends are supported:
  o wxPython
  o PyQt
  o PySide

Package: python-pyfaidx-examples
Description-md5: 31f9e3789b2b4494beee58b7d1274d0a
Description-en: example data for efficient random access to fasta subsequences for Python
 Samtools provides a function "faidx" (FAsta InDeX), which creates a
 small flat index file ".fai" allowing for fast random access to any
 subsequence in the indexed FASTA file, while loading a minimal amount of
 the file in to memory. This Python module implements pure Python classes
 for indexing, retrieval, and in-place modification of FASTA files using
 a samtools compatible index. The pyfaidx module is API compatible with
 the pygr seqdb module. A command-line script "faidx" is installed
 alongside the pyfaidx module, and facilitates complex manipulation of
 FASTA files without any programming knowledge.
 .
 This package provides example data to test the Python modules.

Package: python3-pyfaidx
Description-md5: 8b4b562961c5bb65ecfef8c074f66a35
Description-en: efficient random access to fasta subsequences for Python 3
 Samtools provides a function "faidx" (FAsta InDeX), which creates a
 small flat index file ".fai" allowing for fast random access to any
 subsequence in the indexed FASTA file, while loading a minimal amount of
 the file in to memory. This Python module implements pure Python classes
 for indexing, retrieval, and in-place modification of FASTA files using
 a samtools compatible index. The pyfaidx module is API compatible with
 the pygr seqdb module. A command-line script "faidx" is installed
 alongside the pyfaidx module, and facilitates complex manipulation of
 FASTA files without any programming knowledge.
 .
 This package provides the Python 3 modules to access fasta files.

Package: python3-pyfakefs
Description-md5: b465fe3b1ebef941a5df5cc375caa54b
Description-en: fake fs that mocks the Python file system modules - Python 3
 pyfakefs implements a fake file system that mocks the Python file system
 modules. Using pyfakefs, your tests operate on a fake file system in memory
 without touching the real disk. The software under test requires no
 modification to work with pyfakefs.
 .
 This package contains the Python 3.x module.

Package: python3-pyflow
Description-md5: 307f769a50205592a818103a1e7ae9af
Description-en: lightweight parallel task engine for Python
 pyFlow is a tool to manage tasks in the context of a task dependency
 graph. It has some similarities to make. pyFlow is not a program – it is
 a Python module, and workflows are defined using pyFlow by writing
 regular Python code with the pyFlow API.

Package: python3-forge
Description-md5: 2e2d7a992db76ed5136e6e741a40b5f6
Description-en: mocking and testing modules (Python 3 version)
 Forge is a mocking library for Python. It draws most of its inspiration
 from Mox. It aims to be simple, but still feature-rich, and provide maximum
 flexibility for unit testing using the mock approach.
 .
 This package contains the Python 3 version of the forge module.

Package: python-pyftpdlib-doc
Description-md5: a62a08198cc8ed014e31232eb20e5ae2
Description-en: documentation for Python FTP server library
 Python FTP server library provides a high-level portable interface to
 easily write asynchronous FTP servers with Python.
 .
 pyftpdlib is currently the most complete RFC-959 FTP server
 implementation available for Python programming language. It is used
 in projects like Google Chromium and Bazaar.
 .
 This package provides the documentation.

Package: python3-pyftpdlib
Description-md5: 79e934db53bdc7ed59f0b363d1be4d33
Description-en: Python FTP server library (Python 3)
 Python FTP server library provides a high-level portable interface to
 easily write asynchronous FTP servers with Python.
 .
 pyftpdlib is currently the most complete RFC-959 FTP server
 implementation available for Python programming language. It is used
 in projects like Google Chromium and Bazaar.
 .
 This package provides the Python 3.x module.

Package: python3-pygal
Description-md5: 7bb3dc9c8bb3d70b8f1a788e566dd556
Description-en: Python3 svg graph plotting library
 dynamic easy to use SVG charting library, featuring graph types:
  * Bar charts
  * Line charts
  * XY charts
  * Pie charts
  * Radar charts
  * Box plot
  * Dot charts
  * Pyramid charts
  * Funnel charts
  * Gauge charts
  * Worldmap charts
  * Country charts
 .
 This is the Python 3 version of the package.

Package: python3-pygerrit2
Description-md5: ee38d8671ea4fad7c90efeb0876d8fd5
Description-en: library to interact with Gerrit via the REST API - Python 3.x
 pygerrit2 is simple Python library to provide interface to interact with
 Gerrit Code Review via it's REST API.
 .
 This package contains the Python 3.x module.

Package: python3-pyghmi
Description-md5: 8b901ab0e78f6acf56bce566cb548414
Description-en: General Hardware Management Initiative (IPMI and others) - Python 3.x
 This is a pure Python implementation of IPMI protocol. ipmictl.py is a sample
 application to roughly show the most simple approach to invoking the library.
 With this library, you can remotely start/stop/reset your server.
 .
 This package provides the Python 3.x module.

Package: python-pygit2-doc
Description-md5: 2332f69be3b94fa1ebf3ec68dd6f43ba
Description-en: bindings for libgit2 - doc
 The Pygit2 module provides a set of Python bindings to the libgit2 shared
 library. libgit2 implements the core of Git. Pygit2 works with Python 2.7,
 3.x and pypy.
 .
 This package contains the documentation.

Package: python3-pygit2
Description-md5: ef0edc4d6e4a51f751c8e70dc353373e
Description-en: bindings for libgit2 - Python 3.x
 The Pygit2 module provides a set of Python bindings to the libgit2 shared
 library. libgit2 implements the core of Git. Pygit2 works with Python 2.7,
 3.x and pypy.
 .
 This package contains the Python 3.x module.

Package: python3-pyglfw
Description-md5: 2e057a429a4fe6aef3030f2f4e976a28
Description-en: Python bindings for GLFW
 This module provides Python bindings for GLFW.  It is a ctypes
 wrapper which keeps very close to the original GLFW API, except
 for:
 .
  * function names use the pythonic words_with_underscores
    notation instead of camelCase
  * GLFW_ and glfw prefixes have been removed, as their function
    is replaced by the module namespace
  * structs have been replaced with Python sequences and
    namedtuples
  * functions like glfwGetMonitors return a list instead of a
    pointer and an object count
  * Gamma ramps use floats between 0.0 and 1.0 instead of
    unsigned shorts
  * GLFW errors are reported as glfw.GLFWError warnings if no
    error callback is set
  * instead of a sequence for GLFWimage structs, PIL/pillow
    Image objects can be used

Package: python-pygraphviz-doc
Description-md5: 84251949f03123160cc9670f9d38f9b3
Description-en: Python interface to the Graphviz graph layout and visualization package (doc)
 Pygraphviz is a Python interface to the Graphviz graph layout and
 visualization package.
 .
 With Pygraphviz you can create, edit, read, write, and draw graphs using
 Python to access the Graphviz graph data structure and layout algorithms.
 .
 This package contains documentation for python-pygraphviz.

Package: python3-pygraphviz
Description-md5: 4804d58b01bdfba1293e780ad3c63b5a
Description-en: Python interface to the Graphviz graph layout and visualization package (Python 3)
 Pygraphviz is a Python interface to the Graphviz graph layout and
 visualization package.
 .
 With Pygraphviz you can create, edit, read, write, and draw graphs using
 Python to access the Graphviz graph data structure and layout algorithms.
 .
 This package contains the Python 3 version of python-pygraphviz.

Package: python-pygtrie-doc
Description-md5: 809cfcb3b833a83203e045282c915ed3
Description-en: Python library implementing a trie data structure (common documentation)
 Trie data structure, also known as radix or prefix tree, is a tree
 associating keys to values where all the descendants of a node have
 a common prefix (associated with that node).
 .
 The trie module contains Trie, CharTrie and StringTrie classes each
 implementing a mutable mapping interface, i.e. dict interface. As
 such, in most circumstances, Trie could be used as a drop-in
 replacement for a dict, but the prefix nature of the data structure
 is trie's real strength.
 .
 The module also contains PrefixSet class which uses a trie to store
 a set of prefixes such that a key is contained in the set if it or
 its prefix is stored in the set.
 .
 This is the common documentation package.

Package: python3-pygtrie
Description-md5: f3083aea189efc67e98b74207f8bc963
Description-en: Python library implementing a trie data structure (Python 3)
 Trie data structure, also known as radix or prefix tree, is a tree
 associating keys to values where all the descendants of a node have
 a common prefix (associated with that node).
 .
 The trie module contains Trie, CharTrie and StringTrie classes each
 implementing a mutable mapping interface, i.e. dict interface. As
 such, in most circumstances, Trie could be used as a drop-in
 replacement for a dict, but the prefix nature of the data structure
 is trie's real strength.
 .
 The module also contains PrefixSet class which uses a trie to store
 a set of prefixes such that a key is contained in the set if it or
 its prefix is stored in the set.
 .
 This package installs the library for Python 3.

Package: python3-pyhcl
Description-md5: eb99e29eff592547b6573cc2616d4d75
Description-en: HCL configuration parser for python
 This Python module implements a parser for HCL (HashiCorp Configuration
 Language: https://github.com/hashicorp/hcl). This implementation aims to be
 compatible with the original golang version of the parser.
 .
 The grammar and many of the tests/fixtures were copied/ported from the golang
 parser into pyhcl.

Package: python3-pykka
Description-md5: df95f03cb587438181096fb3ccc9899d
Description-en: Actor model library (Python 3)
 Pykka is a Python implementation of the actor model. The actor model
 introduces some simple rules to control the sharing of state and cooperation
 between execution units, which makes it easier to build concurrent
 applications.

Package: python3-pykmip
Description-md5: 367b1b7a361befa29ce6fb282a4dad8e
Description-en: KMIP v1.1 library - Python 3.x
 PyKMIP is a Python implementation of the Key Management Interoperability
 Protocol (KMIP) specification, supporting version 1.1 of the KMIP standard.
 The KMIP standard is governed by the Organization for the Advancement of
 Structured Information Standards (OASIS) and specifies a client/server-based
 protocol to perform key, certificate, and secret object management, including
 storage and maintenance operations.
 .
 The PyKMIP library currently provides a KMIP client and server supporting the
 following operations for the KMIP SymmetricKey managed object:
  * Create
  * Register
  * Get
  * Destroy
 .
 This package contains the Python 3.x module.

Package: python3-pyknon
Description-md5: 35dcfc8f69be1add1adcdbc3df6f7e0c
Description-en: Simple Python music library
 Pyknon helps to generate Midi files quickly and reason about musical
 proprieties.
 .
 It’s a library intended for teaching and demonstrating music for programmers.

Package: python-pylatexenc-doc
Description-md5: c90908242a6f4f3537bdca73c8ecdc31
Description-en: Simple LaTeX parser providing conversion to/from unicode (Documentation)
 Provides a "unicode_to_latex()" function which converts a unicode
 string into LaTeX text and escape sequences, and a module with a
 series of routines that parse the LaTeX structure of given LaTeX code
 and return a logical structure of objects suitable for converting
 into another format such as plain text. The functionality is
 also exposed via command-line scripts (latexencode, latex2text,
 latexwalker).
 .
 This package contains the documentation.

Package: python3-pylatexenc
Description-md5: 1728a89798da5aa6adec766ad0684b10
Description-en: Simple LaTeX parser providing conversion to/from unicode
 Provides a "unicode_to_latex()" function which converts a unicode
 string into LaTeX text and escape sequences, and a module with a
 series of routines that parse the LaTeX structure of given LaTeX code
 and return a logical structure of objects suitable for converting
 into another format such as plain text. The functionality is
 also exposed via command-line scripts (latexencode, latex2text,
 latexwalker).

Package: python3-pyld
Description-md5: 8235b48fbc66b767c398f13866074f16
Description-en: implementation of the JSON-LD API
 This library is an implementation of the JSON-LD specification in Python.
 .
 This package provides the Python 3.x module.

Package: python-pylibacl-doc
Description-md5: fb4749c382bd9df9a468f5a336ce89d6
Description-en: module for manipulating POSIX.1e ACLs (documentation)
 pylibacl is a Python interface to the libacl library. It allows
 manipulation of the POSIX.1e-compliant filesystem ACLs present
 in some operating systems (GNU/Linux included).
 .
 This package contains the HTML documentation for the library.

Package: python3-pylibacl
Description-md5: 4bd59e818435be53a6aa0808ebf948f8
Description-en: module for manipulating POSIX.1e ACLs (Python3 version)
 pylibacl is a Python interface to the libacl library. It allows
 manipulation of the POSIX.1e-compliant filesystem ACLs present
 in some operating systems (GNU/Linux included).
 .
 This package contains the library for Python 3.

Package: python3-pylibdmtx
Description-md5: af8d794c29000e8b6008adbde80c5320
Description-en: Read Data Matrix barcodes (Python3 version)
 Read and write Data Matrix barcodes from Python using the libdmtx library.
 .
 Features:
  * Pure Python
  * Works with PIL / Pillow images, OpenCV / numpy ndarrays, and raw bytes
  * Decodes locations of barcodes
  * No dependencies, other than the libdmtx library itself
 .
 This package contains the Python 3 version of the library.

Package: python-pylibsrtp-doc
Description-md5: 23180deffc50973d477dc04ac6e139dc
Description-en: Python wrapper around libsrtp (documentation)
 pylibsrtp is a Python wrapper around libsrtp, making it
 possible to encrypt and decrypt Secure Real-time Transport
 Protocol (SRTP) packets from Python code.
 .
 SRTP is a profile of the Real-time Transport Protocol (RTP)
 which provides confidentiality, message authentication, and
 replay protection. It is defined by RFC 3711.
 .
 This package contains the documentation.

Package: python3-pylibsrtp
Description-md5: 9af19fd8f07a421630535687adbddd58
Description-en: Python wrapper around libsrtp
 pylibsrtp is a Python wrapper around libsrtp, making it
 possible to encrypt and decrypt Secure Real-time Transport
 Protocol (SRTP) packets from Python code.
 .
 SRTP is a profile of the Real-time Transport Protocol (RTP)
 which provides confidentiality, message authentication, and
 replay protection. It is defined by RFC 3711.

Package: python-pyluach-doc
Description-md5: 9a45659fcfa15b3eae5009e51ea6a9b1
Description-en: Hebrew dates and Hebrew-Gregorian conversions (Documentation)
 Pyluach is a Python package for manipulating Hebrew (Jewish) calendar dates and
 Hebrew-Gregorian conversions.
 .
 Features:
  * Conversion between Hebrew and Gregorian dates
  * Finding the difference between two dates
  * Finding a date at a given duration from the given date
  * Rich comparisons between dates
  * Finding the weekday of a given date
  * Finding the weekly Parsha reading of a given date
 .
 This package contains the documentation.

Package: python3-pyluach
Description-md5: 3cfe46d3a3313e518002a56f33504e29
Description-en: Hebrew dates and Hebrew-Gregorian conversions (Python3 version)
 Pyluach is a Python package for manipulating Hebrew (Jewish) calendar dates and
 Hebrew-Gregorian conversions.
 .
 Features:
  * Conversion between Hebrew and Gregorian dates
  * Finding the difference between two dates
  * Finding a date at a given duration from the given date
  * Rich comparisons between dates
  * Finding the weekday of a given date
  * Finding the weekly Parsha reading of a given date
 .
 This package contains the Python 3 version of the library.

Package: python-pylxd-doc
Description-md5: 89ba55a8bb0f2c207ecc2b92bd61244a
Description-en: Python library for interacting with LXD REST API - doc
 LXD offers a REST API to remotely manage containers over the network,
 using an image based workflow and with support for live migration.
 .
 pylxd is a small Python library for interacting the with the
 LXD REST API.
 .
 This package provides the documentation.

Package: python3-pylxd
Description-md5: da39ec682d83404482aeea6f0126021d
Description-en: Python library for interacting with LXD REST API - Python 3.x
 LXD offers a REST API to remotely manage containers over the network, using an
 image based workflow and with support for live migration.
 .
 pylxd is a small Python library for interacting the with the LXD REST API.
 .
 This package contains the Python 3.x module.

Package: python3-pymbar
Description-md5: 1f826e6404b97dcd21acce4a25c21aee
Description-en: Python implementation of the multistate Bennett acceptance ratio (MBAR)
 Pymbar is a library that provides tools for optimally combining simulations
 from multiple thermodynamic states using maximum likelihood methods to compute
 free energies (normalization constants) and expectation values from all of the
 samples simultaneously.
 .
 This package installs the library for Python 3.

Package: python-pymeasure-doc
Description-md5: 860ce39ecd7e7766000198d4e9bcff5d
Description-en: documentation for PyMeasure
 PyMeasure makes scientific measurements easy to set up and run.
 .
 The package contains a repository of instrument classes and a system for
 running experiment procedures, which provides graphical interfaces for
 graphing live data and managing queues of experiments. Both parts of the
 package are independent, and when combined provide all the necessary
 requirements for advanced measurements with only limited coding.
 .
 This package provides the documentation.

Package: python3-pymeasure
Description-md5: c835bcd6c1f14544abe7673d0cfc8311
Description-en: scientific measurement library for Python
 PyMeasure makes scientific measurements easy to set up and run.
 .
 The package contains a repository of instrument classes and a system for
 running experiment procedures, which provides graphical interfaces for
 graphing live data and managing queues of experiments. Both parts of the
 package are independent, and when combined provide all the necessary
 requirements for advanced measurements with only limited coding.
 .
 This package provides the modules for Python 3.

Package: python3-pymemcache
Description-md5: 3fe9c63160384a89b3c35f92ef312efb
Description-en: comprehensive, fast, pure Python memcached client - Python 3.x
 Pymemcache is a comprehensive, fast, pure-Python memcached client. It supports
 the following features:
  * Complete implementation of the memcached text protocol.
  * Configurable timeouts for socket connect and send/recv calls.
  * Access to the "noreply" flag, which can significantly increase the speed of
    writes.
  * Flexible, simple approach to serialization and deserialization.
  * The (optional) ability to treat network and memcached errors as cache
    misses.
 .
 This package contains the Python 3.x module.

Package: python3-pymetar
Description-md5: f30de3ca760fde447a4c15ab3826b951
Description-en: Python interface to METAR reports
 The pymetar Python interface provides full and easy to use access to the
 METAR reports available from the NOAA (National Oceanic and Atmospheric
 Administration, http://www.noaa.gov).
 .
 METAR (METeorological Aviation Report) is the international standard code
 format for hourly surface weather observations.
 .
 This package consists of the Python library itself and a command line tool for
 end users.

Package: python3-pymummer
Description-md5: e0c43dadb91ce3c450bb5faf46565663
Description-en: Python 3 interface to MUMmer
 pymummer is a Python wrapper for running the programs of the MUMmer
 sequence alignment suite and parsing their output.

Package: python-pymysql-doc
Description-md5: 48ce95b4c076d34fe9c2904676926c3d
Description-en: Pure-Python MySQL driver - doc
 This package contains a pure-Python MySQL client library. The goal of PyMySQL
 is to be a drop-in replacement for MySQLdb and work on CPython, PyPy,
 IronPython and Jython.
 .
 This package contains the documentation.

Package: python3-pymysql
Description-md5: 546ef937da833186f8480d6720b5482b
Description-en: Pure-Python MySQL Driver - Python 3.x
 This package contains a pure-Python MySQL client library. The goal of PyMySQL
 is to be a drop-in replacement for MySQLdb and work on CPython, PyPy,
 IronPython and Jython.
 .
 This package contains the Python 3.x module.

Package: python-pymzml-doc
Description-md5: 6e24534227ae528316aaddf5c486760f
Description-en: mzML mass spectrometric data parsing - documentation
 python-pymzml (pymzML) is an extension to Python that offers:
  - easy access to mass spectrometry (MS) data that allows
    the rapid development of tools;
  - a very fast parser for mzML data, the standard in
    mass spectrometry data format;
  - a set of functions to compare or handle spectra.
 .
 This package contains the documentation in PDF and HTML format,
 along with the text sources (processed with sphinx).

Package: python3-pymzml
Description-md5: fe0b15d3aa8a3c5a4100bf8eeb28f303
Description-en: mzML mass spectrometric data parsing (Python 3.x)
 python-pymzml (pymzML) is an extension to Python that offers:
  - easy access to mass spectrometry (MS) data that allows
    the rapid development of tools;
  - a very fast parser for mzML data, the standard in
    mass spectrometry data format;
  - a set of functions to compare or handle spectra.
 .
 This package contains python-pymzml for Python 3.

Package: python3-pynetbox
Description-md5: 4b69e92aa8bf317a77c97e7becee8e8f
Description-en: Python API client library for NetBox
 This Python module provides a client API to query and edit a
 Netbox server API.
 .
 This package installs the library for Python 3.

Package: python3-pyngus
Description-md5: 8514b252b3a8203b38132444d6d0a14c
Description-en: callback API implemented over Proton - Python 3.x
 Pyngus is a messaging framework built on the QPID Proton engine. It provides
 a callback-based API for message passing.
 .
 This package contains the Python 3.x module.

Package: python3-pynlpl
Description-md5: f9484196ea9456f3253dee998158e5d8
Description-en: PyNLPl is a library for Natural Language Processing (Python 3 version)
 PyNLPl, pronounced as 'pineapple', is a Python library for Natural Language
 Processing. It contains various modules useful for common, and less common,
 NLP tasks. PyNLPl can be used for basic tasks such as the extraction of
 n-grams and frequency lists, and to build simple language models. It also
 contains complex data types and algorithms. Moreover, it includes parsers for
 file formats common in NLP (e.g. FoLiA/Giza/Moses/ARPA/Timbl/CQL) and clients
 to interface with various NLP specific servers. PyNLPl most notably features a
 very extensive library for working with FoLiA XML (Format for Linguistic
 Annotation).
 .
 This is the Python 3 version.

Package: python3-pynndescent
Description-md5: 7bae7d98c624322f0c1ad77f603f50cd
Description-en: nearest neighbor descent for approximate nearest neighbors
 PyNNDescent is a Python nearest neighbor descent for approximate nearest
 neighbors. It provides a Python implementation of Nearest Neighbor
 Descent for k-neighbor-graph construction and approximate nearest
 neighbor search, as per the paper:
 .
 Dong, Wei, Charikar Moses, and Kai Li. "Efficient k-nearest neighbor
 graph construction for generic similarity measures." Proceedings of the
 20th international conference on World wide web. ACM, 2011.
 .
 This library supplements that approach with the use of random projection
 trees for initialisation. This can be particularly useful for the
 metrics that are amenable to such approaches (euclidean, minkowski,
 angular, cosine, etc.). Graph diversification is also performed, pruning
 the longest edges of any triangles in the graph.
 .
 Currently this library targets relatively high accuracy (80%-100%
 accuracy rate) approximate nearest neighbor searches.

Package: python3-neovim
Description-md5: a5c8edd2e468efe26034ff0306cb9680
Description-en: transitional dummy package
 This is a transitional dummy package.  It can safely be removed.

Package: python3-pynvim
Description-md5: d64cbd82327bf37a58cf12a96261f8bb
Description-en: Python3 library for scripting Neovim processes through its msgpack-rpc API
 Neovim is a Vim fork that focuses on refactoring, extensibility and
 simplification of the original code base.
 .
 This is the Python3 version of the package (If you only use one of python2 or
 python3, it is enough to install that version.)

Package: python3-pyo
Description-md5: 5ee0777608274793eef805820f86089c
Description-en: Python3 module written in C to help digital signal processing script creation
 pyo is a Python module containing classes for a wide variety of audio signal
 processing types. With pyo, user will be able to include signal processing
 chains directly in Python scripts or projects, and to manipulate them in real
 time through the interpreter. Tools in pyo module offer primitives, like
 mathematical operations on audio signal, basic signal processing (filters,
 delays, synthesis generators, etc.), but also complex algorithms to create
 sound granulation and others creative audio manipulations.
 .
 pyo supports OSC protocol (Open Sound Control), to ease communications between
 softwares, and MIDI protocol, for generating sound events and controlling
 process parameters.
 .
 pyo allows creation of sophisticated signal processing chains with all the
 benefits of a mature, and wildly used, general programming language.
 .
 This package installs the library for Python 3.

Package: python3-pyocr
Description-md5: 6c305e4a6d9f1c351cc988c16691b140
Description-en: Python wrapper for OCR engines (Python 3)
 PyOCR is an optical character recognition (OCR) tool wrapper for
 Python. That is, it helps using OCR tools from a Python program.
 .
 PyOCR can be used as a wrapper for google's Tesseract-OCR or
 Cuneiform. It can read all image types supported by Pillow, including
 jpeg, png, gif, bmp, tiff, and others. It also support bounding box
 data.
 .
 This is the Python 3 version of the package.

Package: python3-pyorick
Description-md5: 5ec166c247666cb781ab16ca11934ea6
Description-en: Python 3 module to execute Yorick code
 The pyorick package starts Yorick as a subprocess and provides an
 interface between Python and Yorick interpreted code.
 .
 Features:
  + exec or eval arbitrary Yorick code strings
  + get or set Yorick variables
  + call Yorick functions or subroutines with Python arguments
  + get or set slices of large Yorick arrays
  + terminal mode to interact with Yorick by keyboard through Python
 .
 Most of the data is exchanged via binary pipes between the two
 interpreters. Yorick runs in a request-reply mode. Python prints
 anything Yorick sends to stdout or stderr except prompts.
 .
 This package contains the module for Python 3.

Package: python3-pyotp
Description-md5: a7eae0a2ff905a817c2e14b08239d2a8
Description-en: Python One Time Password Library
 This package contains a Python library for generating and verifying one-time
 passwords. It can be used to implement two-factor (2FA) or multi-factor (MFA)
 authentication methods in web applications and in other systems that
 require users to log in.
 .
 Quick overview of using One Time Passwords on your phone:
 .
  * OTPs involve a shared secret, stored both on the phone and the server
  * OTPs can be generated on a phone without internet connectivity
  * OTPs should always be used as a second factor of authentication(if your
    phone is lost, you account is still secured with a password)
  * Google Authenticator allows you to store multiple OTP secrets and provision
    those using a QR Code(no more typing in the secret)

Package: python3-pypartpicker
Description-md5: 16d82f863cb4071d5a239d881c34286c
Description-en: Fetch product and part list information from PCPartPicker
 PyPartPicker is a package that allows you to obtain information from
 PCPartPicker quickly and easily, with data being returned via objects
 with numerous attributes.
 .
 Features:
  * Get Part objects, estimated wattage, and total cost from PCPartPicker lists.
  * Obtain name, URL, price, product type, image, and more from Part objects.
  * Obtain everything previously mentioned, plus specs, reviews, and in depth
    pricing information from PCPartPicker product links.
  * Async ready: all scraping methods have an asynchronous version

Package: python3-pyperclip
Description-md5: a7d34513f3eaad84b7a3a94130eae134
Description-en: Cross-platform clipboard module for Python3
 This module is a cross-platform Python3 module for copy and paste clipboard
 functions.
 .
 It currently only handles plaintext.
 .
 This is the Python 3 version of the package.

Package: python3-pyperform
Description-md5: 75656eef2481b9c5837ecc279e380c89
Description-en: fast and convenient way to performance test functions and compare results
 Pyperform provies an easy and convenient way to performance test blocks of
 Python code.
 .
 Tired of writing separate scripts for your performance tests? Don't like
 coding in strings? Using the pyperform decorators, you can easily implement
 timeit tests to your functions with just one line!
 .
 Features of pyperform include:
  - Quick, easy to implement in-code performance tests that run once when the
    function is defined.
  - Speed comparison of several functions.
  - Validation of results between ComparisonBenchmarks.
  - Summary reports.
  - Supports class functions as well as global functions.
  - Performance tests can easily be disabled/enabled globally.
  - Community-driven library of performance tests to learn from.

Package: python3-pyproj
Description-md5: bac7bead2941f3426d873b957dcf92f1
Description-en: Python 3 interface to PROJ library
 PROJ performs cartographic transformations between geographic (lat/lon)
 and map projection (x/y) coordinates. It can also transform directly
 from one map projection coordinate system to another.
 .
 This is a Python 3 binding to PROJ, it can receive coordinates as numpy
 arrays, Python arrays, lists or scalars. This module is optimized for
 numpy arrays.

Package: python3-pubsub
Description-md5: 819690e5bcf32b739521cd5ee0c61622
Description-en: Python 3 publish-subcribe library
 Provides a publish-subscribe API to facilitate event-based or message-based
 architecture in a single-process application. It is pure Python
 and works on Python 3.3+. It is centered on the notion of a topic;
 senders publish messages of a given topic, and listeners subscribe to
 messages of a given topic, all inside the same process. The package also
 supports a variety of advanced features that facilitate debugging and
 maintaining topics and messages in larger desktop- or server-based
 applications.

Package: pypump-shell
Description-md5: f7281b44999ef76820aef3b77767b186
Description-en: interface to the pump.io APIs (pypump-shell program)
 PyPump provides an interface to the pump.io APIs. The aim is to
 provide very natural pythonic representations of Notes, Images,
 People, etc... allowing you to painlessly interact with them.
 .
 This package provides the pypump-shell program, which sets up an
 environment and oauth tokens and allows for interactive testing.

Package: python-pypump-doc
Description-md5: 1c2d9c5a4a1875348a325b67a19aa1d0
Description-en: interface to the pump.io APIs (Common Documentation)
 PyPump provides an interface to the pump.io APIs. The aim is to
 provide very natural pythonic representations of Notes, Images,
 People, etc... allowing you to painlessly interact with them.
 .
 This package provides the common documentation for the pypump Python
 module.

Package: python3-pypump
Description-md5: b21e90408ef2a6a426d85830259d7b63
Description-en: interface to the pump.io APIs (Python 3)
 PyPump provides an interface to the pump.io APIs. The aim is to
 provide very natural pythonic representations of Notes, Images,
 People, etc... allowing you to painlessly interact with them.
 .
 This package provides the pypump Python module for Python 3.x.

Package: python3-pyqrcode
Description-md5: c4d943a9c71181ed5ee00cf73863e2e0
Description-en: Python 3 module to generate QR Codes
 The pyqrcode module is a QR code generator that is simple to use and written
 in pure Python. The module can automate most of the building process for
 creating QR codes. Most codes can be created using only two lines of code.
 .
 Unlike other generators, all of the helpers can be controlled manually. You
 are free to set any or all of the properties of your QR code. QR codes can be
 saved as SVG, PNG, and plain text. They can also be displayed directly in
 most Linux terminal emulators.
 .
 The pyqrcode module attempts to follow the QR code standard as closely as
 possible. The terminology, encodings and algorithms used in pyqrcode come
 directly from the standard.

Package: python-pyqtgraph-doc
Description-md5: 376601f80535cd1b918b17e26401bd45
Description-en: Scientific Graphics and GUI Library for Python (common documentation)
 PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy.
 It is intended for use in mathematics / scientific / engineering applications.
 Despite being written entirely in Python, the library is very fast due to its
 heavy leverage of numpy for number crunching and Qt's GraphicsView framework
 for fast display.
 .
 This is the common documentation package.

Package: python3-pyqtgraph
Description-md5: 7a09ccffd4f4bc7cc76d0d0e1a70383c
Description-en: Scientific Graphics and GUI Library for Python 3
 PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy.
 It is intended for use in mathematics / scientific / engineering applications.
 Despite being written entirely in Python, the library is very fast due to its
 heavy leverage of numpy for number crunching and Qt's GraphicsView framework
 for fast display.
 .
 This is the Python 3 version of the package.

Package: python3-pyramid
Description-md5: 9de92415473bf83063da3e1f7cecefe0
Description-en: Pyramid web application framework, a Pylons project - Python 3.x version
 Pyramid is a small, fast, down-to-earth, open source Python web development
 framework. It makes real-world web application development and deployment
 more fun, more predictable, and more productive.
 .
 Pyramid is a Pylons project, and underlies the newest web frameworks
 produced by the Pylons community.
 .
 Pyramid was previously known as repoze.bfg.
 .
 This is the Python 3 version.

Package: python-pyramid-chameleon-doc
Description-md5: c257967331b3dda54e07cc352c0d8f09
Description-en: Chameleon templating support for the Pyramid framework - Documentation
 Pyramid is a small, fast, down-to-earth, open source Python web development
 framework. It makes real-world web application development and deployment
 more fun, more predictable, and more productive.
 .
 Chameleon is an XML-based template compiler implementing the Zope Page
 Templates (ZPT) language.
 .
 This package provides the documentation for the Pyramid bindings for Chameleon.

Package: python3-pyramid-chameleon
Description-md5: 472fb378bd3e402eb30d00e8c1eb9be0
Description-en: Chameleon templating support for the Pyramid framework - Python 3.x version
 Pyramid is a small, fast, down-to-earth, open source Python web development
 framework. It makes real-world web application development and deployment
 more fun, more predictable, and more productive.
 .
 Chameleon is an XML-based template compiler implementing the Zope Page
 Templates (ZPT) language.
 .
 This package provides bindings for the Chameleon templating system to work
 under the Pyramid web framework, in its Python 3 version.

Package: python3-pyramid-tm
Description-md5: eb9077f42e2a461babba484a431e886c
Description-en: Transaction management for the Pyramid web framework
 The pyramid_tm package allows Pyramid requests to join the active
 transaction as provided by the transaction package.

Package: python3-pyrdfa
Description-md5: 6e15d8d0de981eb4e3de3400590b1c7a
Description-en: RDFa distiller and parser for Python
 PyRDFA is an RDFa 1.1 parser,
 also referred to as an RDFa distiller.
 .
 Resource Description Framework in Attributes (RDFa)
 is a W3C Recommendation
 that adds a set of attribute-level extensions
 to HTML, XHTML and various XML-based document types
 for embedding rich metadata within Web documents.
 .
 NB! This library is no longer maintained upstream.

Package: python3-pyrss2gen
Description-md5: c7d9ef1e65f3c811202d1729f96f1d40
Description-en: interface for generating RSS 2.0 feeds for Python 3
 PyRSS2Gen is the interface to RSS 2.0 feeds. PyRSS2Gen builds the feed up by
 using a XML generator.

Package: python-pysam-tests
Description-md5: 4435323f3a9a615ced053f5810b4da15
Description-en: interface for the SAM/BAM sequence alignment and mapping format (test data)
 Pysam is a Python module for reading and manipulating Samfiles. It's a
 lightweight wrapper of the samtools C-API. Pysam also includes an interface
 for tabix.
 .
 This package contains the data provided by upstream to run the pysam
 test suite.

Package: python3-pysam
Description-md5: ddcf8881460e7b674dae90cff6210680
Description-en: interface for the SAM/BAM sequence alignment and mapping format (Python 3)
 Pysam is a Python module for reading and manipulating Samfiles. It's a
 lightweight wrapper of the samtools C-API. Pysam also includes an interface
 for tabix.
 .
 This package installs the module for Python 3.

Package: python-pysaml2-doc
Description-md5: 560a0ed806401665bc7e6f289a294ade
Description-en: SAML Version 2 to be used in a WSGI environment - doc
 This package provides a Python implementation of SAML Version 2 to be used in
 a WSGI environment.
 .
 From wikipedia: Security Assertion Markup Language 2.0 (SAML 2.0) is a version
 of the SAML standard for exchanging authentication and authorization data
 between security domains. SAML 2.0 is an XML-based protocol that uses security
 tokens containing assertions to pass information about a principal (usually an
 end user) between a SAML authority, that is, an identity provider, and a SAML
 consumer, that is, a service provider. SAML 2.0 enables web-based
 authentication and authorization scenarios including cross-domain single
 sign-on (SSO), which helps reduce the administrative overhead of distributing
 multiple authentication tokens to the user.
 .
 This package contains the documentation.

Package: python3-pysaml2
Description-md5: f590c41f464c94a4b3e3914de9e218aa
Description-en: SAML Version 2 to be used in a WSGI environment - Python 3.x
 This package provides a Python implementation of SAML Version 2 to be used in
 a WSGI environment.
 .
 From wikipedia: Security Assertion Markup Language 2.0 (SAML 2.0) is a version
 of the SAML standard for exchanging authentication and authorization data
 between security domains. SAML 2.0 is an XML-based protocol that uses security
 tokens containing assertions to pass information about a principal (usually an
 end user) between a SAML authority, that is, an identity provider, and a SAML
 consumer, that is, a service provider. SAML 2.0 enables web-based
 authentication and authorization scenarios including cross-domain single
 sign-on (SSO), which helps reduce the administrative overhead of distributing
 multiple authentication tokens to the user.
 .
 This package contains the Python 3.x module.

Package: python3-pyscss
Description-md5: c0c7a416beb45b00cf1b945d7de077e0
Description-en: SCSS compiler - Python 3.x
 pyScss compiles Scss (Sass), a superset of CSS that is more
 powerful, elegant and easier to maintain than plain-vanilla
 CSS. The library acts as a CSS source code preprocesor which
 allows you to use variables, nested rules, mixins, and have
 inheritance of rules, all with a CSS-compatible syntax which
 the preprocessor then compiles to standard CSS.
 .
 This package provides the Python 3.x module.

Package: python-pysnmp4-doc
Description-md5: d51d19f60cc12488a30bdf72c339658f
Description-en: Python SNMP library for agents and managers (unstable branch)
 This  is a  Python implementation  of SNMP  v.1/v.2c/v.3  engine. Its
 general  functionality  is   to  assemble/disassemble  SNMP  messages
 from/into given SNMP Object  IDs along with associated values. PySNMP
 also provides a few transport methods specific to TCP/IP networking.
 .
 PySNMP is written entirely in  Python and is self-sufficient in terms
 that it does not rely on any third party tool (it isn't a wrapper).
 .
 This package contains the documentation for PySNMP.

Package: python3-pysnmp4
Description-md5: b767f5f04a7b5774553030167f901f2b
Description-en: Python SNMP library for agents and managers (Python 3 module)
 This  is a  Python implementation  of SNMP  v.1/v.2c/v.3  engine. Its
 general  functionality  is   to  assemble/disassemble  SNMP  messages
 from/into given SNMP Object  IDs along with associated values. PySNMP
 also provides a few transport methods specific to TCP/IP networking.
 .
 PySNMP is written entirely in  Python and is self-sufficient in terms
 that it does not rely on any third party tool (it isn't a wrapper).
 .
 This package provides Python 3 module.

Package: python3-pysnmp4-apps
Description-md5: 48f4459f9591a899685a3e0eeff3464a
Description-en: Applications for the Python SNMP library
 This package contains a set of SNMP applications written on top of
 the PYSNMP v4 package, which is written entirely in Python and is
 self-sufficient in terms that it does not rely on any third party
 tool.

Package: python3-pysnmp4-mibs
Description-md5: 4d910d562d6819676403e21fdfc85c61
Description-en: MIBs for the Python SNMP library
 This package contains MIBs compiled for PySNMP v4, which is written
 entirely in Python and is self-sufficient in terms that it does not
 rely on any third party tool.

Package: python3-pysolr
Description-md5: 0f8969679ddf17f1d1e278a729ce44eb
Description-en: lightweight Python3 wrapper for querying Apache Solr
 This module provides an interface that queries the Apache Solr server using
 a pure Python implementation and returns the results based on the query
 .
 Features:
  * Basic operations such as selecting, updating & deleting.
  * Index optimization.
  * "More Like This" support (if setup in Solr).
  * Spelling correction (if setup in Solr).
  * Timeout support.

Package: python3-pyspike
Description-md5: 063dfcab3f2b657d265d39c008ba5098
Description-en: Python 3 library for the numerical analysis of spike train similarity
 PySpike is a Python library for the numerical analysis of spike train
 similarity. Its core functionality is the implementation of the
 ISI-distance and SPIKE-distance as well as SPIKE-Synchronization. It
 provides functions to compute multivariate profiles, distance
 matrices, as well as averaging and general spike train processing.

Package: python3-pyspoa
Description-md5: 6ffc492e022f26e7c9c5741583649536
Description-en: Python bindings to spoa
 Spoa (SIMD POA) is a c++ implementation of the partial order alignment
 (POA) algorithm (as described in 10.1093/bioinformatics/18.3.452) which
 is used to generate consensus sequences (as described in
 10.1093/bioinformatics/btg109). It supports three alignment modes: local
 (Smith-Waterman), global (Needleman-Wunsch) and semi-global alignment
 (overlap).
 .
 This package presents Python bindings for the spoa library

Package: python3-pytest-asyncio
Description-md5: 742eddc371ba1e81bc235a1523e7720f
Description-en: pytest support for asyncio.
 pytest-asyncio is a ibrary for testing asyncio code with pytest.
 .
 asyncio code is usually written in the form of coroutines,
 which makes it slightly more difficult to test
 using normal testing tools.
 pytest-asyncio provides useful fixtures and markers
 to make testing easier.

Package: pytest-benchmark
Description-md5: d03d55b408c24660840c2b7574ee3ba2
Description-en: tool for inspecting benchmark data from pytest-benchmark
 This package provides a command line util for inspecting benchmark data
 generated by the pytest-benchmark fixture. It allows one to display
 benchmark data as well as generate histograms or csv exports.

Package: python3-pytest-benchmark
Description-md5: bb1ca3e8069ca7275f32ec5964b92133
Description-en: pytest fixture for benchmarking code
 This plugin provides a benchmark fixture. This fixture is a callable object
 that will benchmark any function passed to it.
 .
 Notable features and goals:
  - Sensible defaults and automatic calibration for microbenchmarks
  - Good integration with pytest
  - Comparison and regression tracking
  - Exhausive statistics
  - JSON export

Package: python3-pytest-click
Description-md5: 6158d32f7388cb35418ab0442aa5a9af
Description-en: Click plugin for py.test
 Click is a Python package for creating beautiful command line interfaces in a
 composable way with as little code as necessary. pytest-click provides fixtures
 for easy integration with the py.test framework.

Package: python3-pytest-cov
Description-md5: 563adad81653f29337d8fc30658fc098
Description-en: py.test plugin to produce coverage reports for Python3
 This py.test plugin produces coverage reports. It supports both centralised
 and distributed testing across multiple hosts. It can run parallel tests on
 different platforms, architectures, and Python versions.
 It supports coverage of subprocesses and can produce reports in text, HTML,
 XML and annotated source code.

Package: python-pytest-djangoapp-doc
Description-md5: 9b87bc9a32f485f85b817550c7f7e937
Description-en: Django pluggable application testing (Documentation)
 Nice pytest plugin to help you with Django pluggable application testing.
 .
 This exposes some useful tools for Django applications developers to facilitate
 tests authoring, including:
 .
  * Settings overriding
  * Template tags testing
  * User creation
  * Request object creation
  * Management command calls
  * Mailing
  * Messages
  * DB queries audit
 .
 This package contains the documentation.

Package: python3-pytest-djangoapp
Description-md5: 4b715e34e0319062c11b89c4b4a16e1e
Description-en: Django pluggable application testing (Python3 version)
 Nice pytest plugin to help you with Django pluggable application testing.
 .
 This exposes some useful tools for Django applications developers to facilitate
 tests authoring, including:
 .
  * Settings overriding
  * Template tags testing
  * User creation
  * Request object creation
  * Management command calls
  * Mailing
  * Messages
  * DB queries audit
 .
 This package contains the Python 3 version of the library.

Package: python3-pytest-flake8
Description-md5: ab1fd700465a198f00e7f2662366098b
Description-en: Pytest plugin for check flake8 requirements (Python 3)
 python-pytest-flake8 is a pytest plugin used to check flake8
 requirements.  After installing it, you can run pytest using the
 "--flake8" option.
 .
 This package installs the library for Python 3.

Package: python3-pytest-lazy-fixture
Description-md5: f1fbea81b7af32af283dbafbb1cdf60f
Description-en: Use your fixtures in @pytest.mark.parametrize (Python 3)
 An extension to Pytest that allows lazy-loading fixtures. This, combined with
 the pytest.mark.parametrize function, allows the same fixture to be used
 multiple times per test.
 .
 This package installs the library for Python 3.

Package: python3-pytest-random-order
Description-md5: 977418940d39d9136eac517ecd527fbb
Description-en: pytest plugin to randomise the order of tests (Python 3)
 pytest-random-order is a pytest plugin that randomises the order of tests.
 This can be useful to detect a test that passes just because it happens to
 run after an unrelated test that leaves the system in a favourable state.
 .
 The plugin allows the user to control the level of randomness they want to
 introduce and to disable reordering on subsets of tests. Tests can be rerun
 in a specific order by passing a seed value reported in a previous test run.
 .
 This package installs the pytest plugin for Python 3.

Package: python3-pytest-subtests
Description-md5: 88f169db723599848506afbaeadb289b
Description-en: unittest subTest() support and subtests fixture (Python3 version)
 unittest subTest() support and subtests fixture. It adds support for
 TestCase.subTest and a new subtests fixture, providing similar functionality
 for pure pytest tests.
 .
 This package contains the Python 3 version of the library.

Package: python3-pytest-timeout
Description-md5: a97a5f9cc90db9db11d2a8e6e7130ba3
Description-en: Pytest plugin to abort hanging tests - Python 3.X
 This is a plugin which will terminate tests after a certain timeout.
 When doing so it will show a stack dump of all threads running at the
 time. This is useful when running tests under a continuous integration
 server or simply if you don’t know why the test suite hangs.
 .
 Note that while by default on POSIX systems py.test will continue to
 execute the tests after a test has timed, out this is not always
 possible. Often the only sure way to interrupt a hanging test is by
 terminating the entire process. As this is a hard termination
 (os._exit()) it will result in no teardown, JUnit XML output etc. But
 the plugin will ensure you will have the debugging output on stderr
 nevertheless, which is the most important part at this stage. See below
 for detailed information on the timeout methods and their side-effects.
 .
 The pytest-timeout plugin has been tested on Python 2.6 or higher,
 including 3.X and pypy.
 .
 This package provides support for Python 3.X.

Package: python3-pytest-toolbox
Description-md5: e182e3a7018eabd0a607f35046785927
Description-en: asorted useful plugins for pytest (Python3 version)
 Numerous useful plugins for pytest like fixtures, methods and comparison
 objects.
 .
 This package contains the Python 3 version of the library.

Package: python-pytest-xprocess-doc
Description-md5: 1c6c2912273183776db8435d43fe3c14
Description-en: pytest plugin for managing processes across test runs - doc
 Pytest has for objective to allow the developers to limit the boilerplate code
 around the tests, promoting the use of built-in mechanisms such as the assert
 keyword.
 .
 Pytest-xprocess is a pytest plugin for managing processes across test runs.
 .
 This package contains the documentation.

Package: python3-pytest-xprocess
Description-md5: 7671f0bf3ac55cdb388f823694923aeb
Description-en: pytest plugin for managing processes across test runs
 Pytest has for objective to allow the developers to limit the boilerplate code
 around the tests, promoting the use of built-in mechanisms such as the assert
 keyword.
 .
 Pytest-xprocess is a pytest plugin for managing processes across test runs.

Package: python3-pythonjsonlogger
Description-md5: 03b28a1aa62f8b4e168d88fa1ee45cc2
Description-en: JSON library for Python logging framework
 This library is provided to allow standard Python logging to output log data
 as json objects. With JSON logs are more readable by machines and there is no
 need to create custom parsers for syslog type records.

Package: python3-pytimeparse
Description-md5: 784e5fc6599d0f4d5dea86639959caf4
Description-en: time expression parser - Python 3.x
 A small Python library to parse various kinds of time expressions, inspired by
 this StackOverflow question: http://stackoverflow.com/questions/4628122
 .
 This package contains the Python 3.x module.

Package: python3-pytray
Description-md5: 8cdf93a81cfb075af9292f9803ac0a7a
Description-en: Interacting with asynchronous and concurrent threads (Python 3)
 This library contains several bits of code, often exotic, that make Python
 much easier to write, especially when interacting with asynchronous and
 concurrent threads. It has codes commonly used in projects like.
 .
 This package installs the library for Python 3.

Package: python-pyvcf-examples
Description-md5: a76bf947bc87b9f620e347a6289347e5
Description-en: Example data for Variant Call Format (VCF) parser for Python
 The Variant Call Format (VCF) specifies the format of a text file used
 in bioinformatics for storing gene sequence variations. The format has
 been developed with the advent of large-scale genotyping and DNA
 sequencing projects, such as the 1000 Genomes Project.
 .
 The intent of this module is to mimic the ``csv`` module in the Python
 stdlib, as opposed to more flexible serialization formats like JSON or
 YAML. ``vcf`` will attempt to parse the content of each record based on
 the data types specified in the meta-information lines -- specifically
 the ##INFO and
 ##FORMAT lines. If these lines are missing or incomplete, it will check
 against the reserved types mentioned in the spec. Failing that, it will
 just return strings.
 .
 This package provides example data to test the Python modules.

Package: python3-vcf
Description-md5: 2a19878b4f9afa9eb1fc202889cb51d2
Description-en: Variant Call Format (VCF) parser for Python 3
 The Variant Call Format (VCF) specifies the format of a text file used
 in bioinformatics for storing gene sequence variations. The format has
 been developed with the advent of large-scale genotyping and DNA
 sequencing projects, such as the 1000 Genomes Project.
 .
 The intent of this module is to mimic the ``csv`` module in the Python
 stdlib, as opposed to more flexible serialization formats like JSON or
 YAML. ``vcf`` will attempt to parse the content of each record based on
 the data types specified in the meta-information lines -- specifically
 the ##INFO and
 ##FORMAT lines. If these lines are missing or incomplete, it will check
 against the reserved types mentioned in the spec. Failing that, it will
 just return strings.
 .
 This package provides the Python 3 modules.

Package: pyvcf
Description-md5: b7ae834ad458cf6b0fc07cbe2d8daaca
Description-en: helper scripts for Variant Call Format (VCF) parser
 The Variant Call Format (VCF) specifies the format of a text file used
 in bioinformatics for storing gene sequence variations. The format has
 been developed with the advent of large-scale genotyping and DNA
 sequencing projects, such as the 1000 Genomes Project.
 .
 The intent of this module is to mimic the ``csv`` module in the Python
 stdlib, as opposed to more flexible serialization formats like JSON or
 YAML. ``vcf`` will attempt to parse the content of each record based on
 the data types specified in the meta-information lines -- specifically
 the ##INFO and
 ##FORMAT lines. If these lines are missing or incomplete, it will check
 against the reserved types mentioned in the spec. Failing that, it will
 just return strings.
 .
 This package provides helper scripts using python3-pyvcf.

Package: python-pyvmomi-doc
Description-md5: 20ca4cbf085e0804e14c3a5850f6ffd1
Description-en: VMware vSphere Python SDK - documentation
 pyVmomi is the Python SDK for the VMware vSphere API that allows you to
 automate actions on VMware ESX, ESXi, and vCenter servers.
 .
 This package contains the reStructuredText documentation for the bindings.

Package: python3-pyvmomi
Description-md5: 473e60e8d5441e549ae34c082c3551ce
Description-en: VMware vSphere Python SDK - Python 3.x
 pyVmomi is the Python SDK for the VMware vSphere API that allows you to
 automate actions on VMware ESX, ESXi, and vCenter servers.
 .
 This package contains the Python 3.x module.

Package: python3-webview
Description-md5: 55cee3d13624105d222159c83d897a60
Description-en: Build GUI for your Python program with JavaScript, HTML, and CSS
 pywebview is a lightweight cross-platform wrapper around a webview component
 that allows on to display HTML content in its own native GUI window. It gives
 you power of web technologies in your desktop application, hiding the fact
 that GUI is browser based. You can use pywebview either with a lightweight web
 framework like Flask or Bottle or on its own with a two way bridge between
 Python and DOM.
 .
 pywebview uses native GUI for creating a web component window: WinForms on
 Windows, Cocoa on macOS and QT or GTK+ on Linux. If you choose to freeze your
 application, pywebview does not bundle a heavy GUI toolkit or web renderer
 with it keeping the executable size small. pywebview is compatible with both
 Python 2 and 3.

Package: python-pyxattr-doc
Description-md5: abff40f6c2a0977b35829e4048891af4
Description-en: module for manipulating filesystem extended attributes (documentation)
 pyxattr is a Python interface to the libattr library. It allows
 manipulation of the filesystem extended attributes present in some
 operating systems (GNU/Linux included).
 .
 This package contains the HTML documentation for the library.

Package: python3-pyxattr
Description-md5: e6451e8a73c0ffe5df884a9cc4b747a4
Description-en: module for manipulating filesystem extended attributes (Python3)
 pyxattr is a Python interface to the libattr library. It allows
 manipulation of the filesystem extended attributes present in some
 operating systems (GNU/Linux included).
 .
 This package contains the library for Python 3.

Package: python-pyxs-doc
Description-md5: bc6d49ef2d2ef65a3f0705c80ebc7b54
Description-en: Pure Python XenStore client implementation (documentation)
 pyxs is a pure Python XenStore client implementation, which covers all of the
 libxs features and adds some nice Pythonic sugar on top.
 .
 pyxs works over a Unix socket or XenBus,
 has a clean and well-documented API,
 is written in easy to understand Python,
 and can be used with gevent or eventlet.
 .
 This package installs the documentation.

Package: python3-pyxs
Description-md5: ee14b6644d262bfadb32be1bb363e352
Description-en: Pure Python XenStore client implementation
 pyxs is a pure Python XenStore client implementation, which covers all of the
 libxs features and adds some nice Pythonic sugar on top.
 .
 pyxs works over a Unix socket or XenBus,
 has a clean and well-documented API,
 is written in easy to understand Python,
 and can be used with gevent or eventlet.
 .
 This package installs the library for Python 3.

Package: python3-q
Description-md5: f93ee14c3825040f62fe542e5fa75c5b
Description-en: Quick-and-dirty Python 3 debugging output for tired programmers
 q is a Python 3 module for "print" style of debugging Python code.
 It provides convenient short API for print out of values, tracebacks,
 and falling into the Python interpreter.

Package: python-qinlingclient-doc
Description-md5: eabbe120a9465709483fe5109fb1d628
Description-en: client for Function as a Service for OpenStack - doc
 Qinling (is pronounced "tʃinliŋ") refers to Qinling Mountains in southern
 Shaanxi Province in China. The mountains provide a natural boundary between
 North and South China and support a huge variety of plant and wildlife, some
 of which is found nowhere else on Earth.
 .
 Qinling is Function as a Service for OpenStack. This project aims to provide a
 platform to support serverless functions (like AWS Lambda). Qinling supports
 different container orchestration platforms (Kubernetes/Swarm, etc.) and
 different function package storage backends (local/Swift/S3) by nature using
 plugin mechanism.
 .
 This package contains the documentation.

Package: python3-qinlingclient
Description-md5: 4be6986a60261a6b5caf31674f20fd6f
Description-en: client for Function as a Service for OpenStack - Python 3.x
 Qinling (is pronounced "tʃinliŋ") refers to Qinling Mountains in southern
 Shaanxi Province in China. The mountains provide a natural boundary between
 North and South China and support a huge variety of plant and wildlife, some
 of which is found nowhere else on Earth.
 .
 Qinling is Function as a Service for OpenStack. This project aims to provide a
 platform to support serverless functions (like AWS Lambda). Qinling supports
 different container orchestration platforms (Kubernetes/Swarm, etc.) and
 different function package storage backends (local/Swift/S3) by nature using
 plugin mechanism.
 .
 This package contains the Python 3.x module.

Package: python3-qpageview
Description-md5: d0677bd3355972c8ed1bd32b9fac2005
Description-en: qpageview provides a document viewer widget for Qt5/PyQt5
 qpageview is a versatile View widget with many optional
 mixin classes to cater for anything between basic or powerful
 functionality while preserving performances displaying
 large PDF document, rendering in a background thread
 with smart priority control.
 .
 This package installs the library for Python 3.

Package: python3-qrcode
Description-md5: 39b51b3c3b6444fc9100c065586361fc
Description-en: QR Code image generator library - Python 3.x
 This package provides a pure Python QR Code generator module. It uses
 the Python Imaging Library (PIL) to allow for the generation of QR Codes.
 In contrast to the python-qrencode module this module does not need
 an additional C library.
 .
 In addition this package provides a command line tool to generate QR
 codes and either write these QR codes to a file or do the output
 as ascii art at the console.
 .
 This package provides the Python 3.x module.

Package: python3-qrencode
Description-md5: 4db25a5b1422e03b32b378bb590beb76
Description-en: Python bindings for the Qrencode QR Code generator library (Python 3)
 This package contains modules that allow you to use the Qrencode QR
 Code generator library in Python programs.
 .
 This package installs the library for Python 3.

Package: python-qtawesome-common
Description-md5: a46edb8ea88f71dd7bb55e6851c50614
Description-en: common files for QtAwesome
 QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons in
 PyQt and PySide applications.
 .
 This package provides the files common to all QtAwesome Python packages.
 Font Awesome 5 is replaced with Fork Awesome which might have a visual
 effect in packages that make use of Font Awesome 5.

Package: python-qtawesome-doc
Description-md5: f3ec6c99da5c8337196085fd49459b8a
Description-en: documentation and examples for QtAwesome
 QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons in
 PyQt and PySide applications.
 .
 This package provides the documentation and examples for QtAwesome.

Package: python3-qtawesome
Description-md5: 43df02543c75ed42e7f23be80c5537ed
Description-en: iconic fonts in PyQt and PySide applications (Python 3)
 QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons in
 PyQt and PySide applications.
 .
 This package provides QtAwesome for Python 3.

Package: jupyter-qtconsole
Description-md5: 23f416a037c1d2a42549b2ca5ce449a2
Description-en: Jupyter - Qt console (binaries)
 IPython can be used as a replacement for the standard Python shell,
 or it can be used as a complete working environment for scientific
 computing (like Matlab or Mathematica) when paired with the standard
 Python scientific and numerical tools. It supports dynamic object
 introspections, numbered input/output prompts, a macro system,
 session logging, session restoring, complete system shell access,
 verbose and colored traceback reports, auto-parentheses,
 auto-quoting, and is embeddable in other Python programs.
 .
 This package contains the qtconsole binaries for the Python 3
 interpreter.

Package: python-qtconsole-doc
Description-md5: db525f0555fc995b5859e9fe66934cc3
Description-en: Jupyter - Qt console (documentation)
 IPython can be used as a replacement for the standard Python shell,
 or it can be used as a complete working environment for scientific
 computing (like Matlab or Mathematica) when paired with the standard
 Python scientific and numerical tools. It supports dynamic object
 introspections, numbered input/output prompts, a macro system,
 session logging, session restoring, complete system shell access,
 verbose and colored traceback reports, auto-parentheses, auto-quoting,
 and is embeddable in other Python programs.
 .
 This package contains the qtconsole library documentation.

Package: python3-qtconsole
Description-md5: 34d52e3162ef39c9a573e85f6fdae535
Description-en: Jupyter - Qt console (Python 3)
 IPython can be used as a replacement for the standard Python shell,
 or it can be used as a complete working environment for scientific
 computing (like Matlab or Mathematica) when paired with the standard
 Python scientific and numerical tools. It supports dynamic object
 introspections, numbered input/output prompts, a macro system,
 session logging, session restoring, complete system shell access,
 verbose and colored traceback reports, auto-parentheses, auto-quoting,
 and is embeddable in other Python programs.
 .
 This package contains the qtconsole library for the Python 3 interpreter.

Package: python3-qtpy
Description-md5: 00e77ac5f6c197a8bc08f27049555869
Description-en: Abstraction layer for PySide2/PySide6/PyQt5/PyQt6 (Python 3)
 QtPy (pronounced 'cutie pie') is a small abstraction layer that lets you
 write applications using a single API call to either PyQt or PySide. QtPy
 also provides a set of additional QWidgets.
 .
 It provides support for PyQt5, PyQt6, PySide2 and PySide6 using the PyQt5
 layout (where the QtGui module has been split into QtGui and QtWidgets).
 You write your code as if you were using PyQt5 but import from QtPy instead
 of PyQt5.
 .
 This package depends on all of the available relevant PyQt5 packages.
 Debian also currently has support for PySide2.  If you wish to use
 PySide2, you will need to depend on or install the required PySide2
 packages for your particular application.
 .
 This package provides the QtPy library for the Python 3 interpreter.

Package: python3-quamash
Description-md5: 942589c84a9ee911ab7c0c782510494b
Description-en: implementation of the PEP 3156 event-loop with Qt
 Implementation of asyncio event loop that uses the Qt Event loop,
 as proposed in PEP 3156.
 .
 PEP 3156 is a proposal for asynchronous I/O in Python 3,
 starting at Python 3.3.
 The proposal includes a pluggable event loop, transport
 and protocol abstractions similar to those in Twisted,
 and a higher-level scheduler.
 .
 Qt is a cross-platform application framework
 that is used for developing application software.

Package: python3-quantities
Description-md5: 17cde7f5f3bbfc933d401015d4a79c88
Description-en: Library for computation of physical quantities with units, based on numpy
 Quantities is designed to handle arithmetic and
 conversions of physical quantities, which have a magnitude, dimensionality
 specified by various units, and possibly an uncertainty.
 Quantities builds on the popular numpy library and is
 designed to work with numpy ufuncs, many of which are already
 supported.

Package: python3-questplus
Description-md5: 239b2bc02f3cdf3398476898f0840875
Description-en: QUEST+ implementation in Python3
 QUEST+ is a Bayesian adaptive psychometric testing method that allows an
 arbitrary number of stimulus dimensions, psychometric function
 parameters, and trial outcomes.
 .
 This package provides an implementation in Python3.

Package: python3-queuelib
Description-md5: ef46328610577cc2b5c877acf2112bdc
Description-en: collection of persistent (disk-based) queues (Python 3)
 Queuelib is a collection of persistent (disk-based) queues for Python.
 Queuelib goals are speed and simplicity.
 .
 This is the Python 3 version of the package.

Package: python-qwt-doc
Description-md5: a68480f21fa4103cb18a47399d7b814a
Description-en: Pure Python implementation of Qwt - Documentation
 The qwt package is a pure Python implementation of Qwt C++ library
 with the following limitations.
 .
 The following `Qwt` classes won't be reimplemented in `qwt` because most
 powerful features already exist in `guiqwt`:
   * QwtPlotZoomer
   * QwtCounter
   * QwtEventPattern
   * QwtPicker
   * QwtPlotPicker
 .
 QwtClipper is not implemented yet (and it will probably be very
 difficult or impossible to implement it in pure Python without
 performance issues).  As a consequence, when zooming in a plot curve,
 the entire curve is still painted (in other words, when working with
 large amount of data, there is no performance gain when zooming in).
 .
 This is the documentation of the package.

Package: python3-qwt
Description-md5: e6a597289a3a3fd5e1d79418aeb6ee29
Description-en: Pure Python implementation of Qwt - Python 3
 The qwt package is a pure Python implementation of Qwt C++ library
 with the following limitations.
 .
 The following `Qwt` classes won't be reimplemented in `qwt` because most
 powerful features already exist in `guiqwt`:
   * QwtPlotZoomer
   * QwtCounter
   * QwtEventPattern
   * QwtPicker
   * QwtPlotPicker
 .
 QwtClipper is not implemented yet (and it will probably be very
 difficult or impossible to implement it in pure Python without
 performance issues).  As a consequence, when zooming in a plot curve,
 the entire curve is still painted (in other words, when working with
 large amount of data, there is no performance gain when zooming in).
 .
 This is the Python 3 version of the package.

Package: python3-raccoon
Description-md5: 0683112f610e2be0432b24f50e42f7ec
Description-en: Python DataFrame with fast insert and appends (Python 3)
 Lightweight DataFrame and Series implementation inspired by the
 phenomenal Pandas package for the one use case where Pandas is known
 to be sub-optimal: DataFrames that grow in size by rows frequently in
 the code. Additionally Raccoon DataFrames can be parametrized to be
 sorted so that additions to the DataFrame keep the index in sorted
 order to speed inserts and retrievals.

Package: python3-railroad-diagrams
Description-md5: a1225e1dec1293fc40342e79cd5baa7b
Description-en: library for generating railroad diagrams - Python port
 Railroad diagrams are a way of visually representing a grammar in a form
 that is more readable than using regular expressions or BNF. They can
 easily represent any context-free grammar, and some more powerful
 grammars.

Package: python3-randomize
Description-md5: c46c17e172dc6521a719fe6475a8bc88
Description-en: randomize the order of tests in a unittest.TestCase class - Python 3.x
 This is a nose plugin. With this package, it is possible to randomize the
 order of the tests within a unittest.TestCase class.
 .
 This package contains the Python 3.x module.

Package: python3-rangehttpserver
Description-md5: aa15087387d7bc6246b2e65c7848020d
Description-en: SimpleHTTPServer with support for Range requests
 RangeHTTPServer is a Python module for running a simple HTTP server with
 support for range requests.  It is suitable for use in local testing, not
 Internet scale production use.
 .
 HTTP range requests ask the server to send only a portion of an HTTP message
 back to a client and are useful for clients like media players that support
 random access, data tools that know they need only part of a large file, and
 download managers that let the user pause and resume the download.

Package: python-rapidjson-doc
Description-md5: c4bdba63a3318767fcccc30895c88a17
Description-en: Python wrapper around rapidjson - doc
 RapidJSON is an extremely fast C++ JSON parser and serialization library: this
 module wraps it into a Python 3 extension, exposing its
 serialization/deserialization (to/from either bytes, str or file-like
 instances) and JSON Schema validation capabilities.
 .
 This package contains the documentation.

Package: python3-rapidjson
Description-md5: c42a10b257e88757e8dc825ed9eb950b
Description-en: Python wrapper around rapidjson
 RapidJSON is an extremely fast C++ JSON parser and serialization library: this
 module wraps it into a Python 3 extension, exposing its
 serialization/deserialization (to/from either bytes, str or file-like
 instances) and JSON Schema validation capabilities.

Package: python3-rarfile
Description-md5: e0189b5d945757e8565d1dbfc67e6eca
Description-en: RAR archive reader module for Python 3
 This is a Python module for RAR archive reading. The interface is made
 a zipfile like as possible. It supports both RAR3 and RAR5 archives,
 multi volumes archives, unicode filenames and password protected archives.
 .
 This is the python3 version of the package.

Package: python3-ratelimiter
Description-md5: b5fddc5349b009c7914a066232a5a0c0
Description-en: simple Python library for limiting the rate of operations
 This package provides the ratelimiter module, which ensures that an
 operation will not be executed more than a given number of times on a
 given period. This can prove useful when working with third parties APIs
 which require for example a maximum of 10 requests per second.

Package: python-rcon-doc
Description-md5: bc24669bba7555f2ae7289f73e887651
Description-en: client implementation for RCON protocol (Documentation)
 Python 3 library, which provides a client to interact with RCON servers. The
 RCON protocol is used to remotely control a game server, i.e.  execute commands
 on a game server and receive the respective results.
 .
 This package contains the documentation.

Package: python3-rcon
Description-md5: b94dce3c0b09747102c372df163e1937
Description-en: client implementation for RCON protocol (Python3 version)
 Python 3 library, which provides a client to interact with RCON servers. The
 RCON protocol is used to remotely control a game server, i.e.  execute commands
 on a game server and receive the respective results.
 .
 This package contains the Python 3 version of the library.

Package: rcon
Description-md5: 0f0cd8e42bfc70ba841234a4c42c4342
Description-en: client for RCON protocol
 Python 3 library, which provides a client to interact with RCON servers. The
 RCON protocol is used to remotely control a game server, i.e.  execute commands
 on a game server and receive the respective results.
 .
 This package contains the CLI tools.

Package: python3-rcssmin
Description-md5: b4e322d81f4c466f34654a6e50386d01
Description-en: CSS Minifier - Python 3.x
 The minifier is based on the semantics of the YUI compressor, which itself is
 based on the rule list by Isaac Schlueter.
 .
 This module is a re-implementation aiming for speed instead of maximum
 compression, so it can be used at runtime (rather than during a preprocessing
 step). RCSSmin does syntactical compression only (removing spaces, comments
 and possibly semicolons). It does not provide semantic compression (like
 removing empty blocks, collapsing redundant properties etc). It does, however,
 support various CSS hacks (by keeping them working as intended).
 .
 rcssmin.c is a reimplementation of rcssmin.py in C and improves runtime up to
 factor 100 or so (depending on the input). docs/BENCHMARKS in the source
 distribution contains the details.
 .
 This package contains the Python 3.x module.

Package: python3-rdata
Description-md5: dc5b88ed5c465e430f3a91ad163cc1a4
Description-en: parses R dataset (.rda) files
 The common way of reading an R dataset consists on two steps:
 .
  * First, the file is parsed using the function parse_file. This provides
    a literal description of the file contents as a hierarchy of Python
    objects representing the basic R objects. This step is unambiguous
    and always the same.
  * Then, each object must be converted to an appropriate Python
    object. In this step there are several choices on which Python type
    is the most appropriate as the conversion for a given R object. Thus,
    we provide a default convert routine, which tries to select Python
    objects that preserve most information of the original R object. For
    custom R classes, it is also possible to specify conversion routines
    to Python objects.
 .
 The basic convert routine only constructs a SimpleConverter objects and
 calls its convert method. All arguments of convert are directly passed
 to the SimpleConverter initialization method.
 .
 It is possible, although not trivial, to make a custom Converter object
 to change the way in which the basic R objects are transformed to
 Python objects. However, a more common situation is that one does not
 want to change how basic R objects are converted, but instead wants
 to provide conversions for specific R classes. This can be done by
 passing a dictionary to the SimpleConverter initialization method,
 containing as keys the names of R classes and as values, callables
 that convert a R object of that class to a Python object. By default,
 the dictionary used is DEFAULT_CLASS_MAP, which can convert commonly
 used R classes such as data.frame and factor.

Package: python3-rdflib-jsonld
Description-md5: 565fc7bf9596b757f9577adb76f30fcc
Description-en: rdflib extension adding JSON-LD parser and serializer in Python 3
 This parser/serialiser will
 .
  - read in an JSON-LD formatted document and create an RDF graph
  - serialize an RDF graph to JSON-LD formatted output
 .
 This is the Python 3 version.

Package: python3-readme-renderer
Description-md5: 0244f6492f3d764526d817b66d10df59
Description-en: Library to safely render arbitrary README files into HTML
 Readme Renderer is a library that will safely render arbitrary README files
 into HTML.
 .
 It is designed to be used in the PyPI Warehouse to render the long_description
 for packages.
 .
 It can handle Markdown, reStructuredText (.rst), and plain text.

Package: python3-rebulk
Description-md5: 11760cd0bf86b28d5a467035fd23abe3
Description-en: Define simple search patterns in bulk to perform advanced matching on strings
 ReBulk is a Python library that performs advanced searches in strings that
 would be hard to implement using re module or String methods only.
 .
 It includes some features like Patterns, Match, Rule that allows developers to
 build a custom and complex string matcher using a readable and extendable API.

Package: python3-recipe-scrapers
Description-md5: cb0a2322a3569573d2a2c45abfc6ff66
Description-en: simple web scraping tool for recipe sites.
 Python3 package, scraping recipes from all over the internet.

Package: python3-recurring-ical-events
Description-md5: 7a7e46a8d0d55bbbb561a36058f4e5fa
Description-en: Recurring ICal events for Python (Python 3)
 ICal has some complexity to it:
 Events can be repeated, removed from the feed and edited later on.
 This tool takes care of these circumstances.
 .
 This package installs the library for Python 3.

Package: python3-redbaron
Description-md5: 3cfcfc588c4c4699d3e95b30254caf19
Description-en: abstraction on top of the baron FST for python
 RedBaron is a python library and tool
 powerful enough to be used in IPython
 solely with the intent
 of making the process of **writing code that modify source code**
 as easy and as simple as possible.
 That includes writing custom refactoring, generic refactoring, tools,
 IDE or directly modifying you source code in IPython
 with a higher and more powerful abstraction
 than the advanced texts modification tools that you find
 in advanced text editors and IDE.

Package: python3-redis
Description-md5: baf7ebae4889690958fc89c1c9eb2a9a
Description-en: Persistent key-value database with network interface (Python 3 library)
 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 The dataset is stored entirely in memory and periodically flushed to disk.
 .
 This package contains Python bindings to Redis.
 .
 This is the Python 3 version of the package.

Package: python3-redisearch-py
Description-md5: 6a8c369ee5b7cdd31ae7ed4923b03e93
Description-en: RediSearch client (Python3 version)
 This is a Python search engine library that utilizes the RediSearch Redis
 Module API. RediSearch is an open-source, high performance search engine
 implemented as a Redis Module. It uses custom data types to allow fast, stable
 and feature rich full-text search inside redis.
 .
 This client is a wrapper around the RediSearch API protocol, that allows you to
 utilize its features easily.
 .
 This package contains the Python 3 version of the library.

Package: python3-redminelib
Description-md5: 3b8277fe9ad8f2d021d58281b74f7934
Description-en: Python library for the Redmine RESTful API (Python 3)
 Python Redmine is a library for communicating with a Redmine project
 management application. Redmine exposes some of it's data via RESTful
 (Representational State Transfer) application programming interface (API) for
 which Python Redmine provides a simple but powerful Pythonic API inspired by
 a well-known Django object-relational mapping (ORM).
 .
 This is the Python 3 version of the package.

Package: python3-rednose
Description-md5: 5b7576d2f19ae55e3d4f21cb1f49cf2f
Description-en: coloured output for nosetests - Python 3.x
 rednose is a nosetests plugin for adding colour (and readability) to nosetest
 console results. Rednose by default uses auto-colouring, which will only use
 colour if you're running it on a terminal (i.e not piping it to a file).
 .
 This package contains the Python 3.x module.

Package: python3-refurb
Description-md5: 39adddff43308acbc8d90df400387122
Description-en: tool for refurbishing and modernizing Python codebases (Python3 version)
 A tool for refurbishing and modernizing Python codebases. It can give hints on
 possible improvements and new features to use in an existing Python codebase.
 Refurb is not a style/type checker. It is not meant as a first-line of defense
 for linting and finding bugs, it is meant for making good code even better.
 .
 This package contains the Python 3 version of the library.

Package: refurb
Description-md5: 0097f741d5f1e934609595b912a55b83
Description-en: tool for refurbishing and modernizing Python codebases
 A tool for refurbishing and modernizing Python codebases. It can give hints on
 possible improvements and new features to use in an existing Python codebase.
 Refurb is not a style/type checker. It is not meant as a first-line of defense
 for linting and finding bugs, it is meant for making good code even better.

Package: python3-regex
Description-md5: da67f116351fcbb7a02ca840814e96a9
Description-en: alternative regular expression module (Python 3)
 This new regex implementation is intended eventually to replace Python's
 current re module implementation.
 .
 For testing and comparison with the current 're' module the new implementation
 is in the form of a module called 'regex'.
 .
 This is the Python 3 version of the package.

Package: python-releases-doc
Description-md5: 4dcec556d9a265d9283e3c07f6f6b4f5
Description-en: Sphinx extension for changelog manipulation documentation
 Releases is a Sphinx extension designed to help you keep a source control
 friendly, merge friendly changelog file & turn it into useful, human readable
 HTML output.
 .
 Specifically:
 .
   * The source format (kept in your Sphinx tree as ``changelog.rst``) is a
     stream-like timeline that plays well with source control & only requires
     one entry per change (even for changes that exist in multiple release
     lines).
   * The output (when you have the extension installed and run your Sphinx
     build command) is a traditional looking changelog page with a section for
     every release; multi-release issues are copied automatically into each
     release.
   * By default, feature and support issues are only displayed under feature
     releases, and bugs are only displayed under bugfix releases. This can be
     overridden on a per-issue basis.
 .
 This package contains the documentation for releases.

Package: python3-releases
Description-md5: d41fbb88398665eb10dd5d3ac52de7d9
Description-en: Sphinx extension for changelog manipulation (Python 3)
 Releases is a Sphinx extension designed to help you keep a source control
 friendly, merge friendly changelog file & turn it into useful, human readable
 HTML output.
 .
 Specifically:
 .
   * The source format (kept in your Sphinx tree as ``changelog.rst``) is a
     stream-like timeline that plays well with source control & only requires
     one entry per change (even for changes that exist in multiple release
     lines).
   * The output (when you have the extension installed and run your Sphinx
     build command) is a traditional looking changelog page with a section for
     every release; multi-release issues are copied automatically into each
     release.
   * By default, feature and support issues are only displayed under feature
     releases, and bugs are only displayed under bugfix releases. This can be
     overridden on a per-issue basis.
 .
 This package contains the python3.x version of the library

Package: python3-rencode
Description-md5: a49033499ec41588aad09ed6474b0e68
Description-en: Python encoding library similar to bittorrent's bencode (Python 3)
 For complex, heterogeneous data structures with many small elements,
 r-encodings take significantly less space than b-encodings.
 This version of rencode is a complete rewrite in Cython in order to
 increase performance over the pure Python module written by Petru Paler,
 Connelly Barnes et al.
 .
 This package is for Python 3.

Package: python-reno-doc
Description-md5: 62296afddb9dbbc9fe1f35a8f9106884
Description-en: RElease NOtes manager - doc
 Reno is a release notes manager for storing release notes in a git
 repository and then building documentation from them.
 .
 This package contains the documentation.

Package: python3-reno
Description-md5: b02086bcb882b4f074f9d2dd36fed5d9
Description-en: RElease NOtes manager - Python 3.x
 Reno is a release notes manager for storing release notes in a git
 repository and then building documentation from them.
 .
 This package contains the Python 3.x module.

Package: python-reportlab-doc
Description-md5: a28fbc5b165c18d2b3a2fa8b8da01533
Description-en: Documentation for the ReportLab Python library (PDF format)
 ReportLab is a library that lets you directly create documents in
 Adobe's Portable Document Format (PDF) using the Python programming language.
 .
 This package contains the documentation for ReportLab in PDF format.

Package: python3-renderpm
Description-md5: f69778da55c6c96c3d31560659245a79
Description-en: python low level render interface
 This package contains the python low level render interface,
 used in the ReportLab library.

Package: python3-reportlab
Description-md5: 4518ab9949b39e4958a3a20a2ab930f5
Description-en: ReportLab library to create PDF documents using Python3
 ReportLab is a library that lets you directly create documents in
 Adobe's Portable Document Format (PDF) using the Python programming language.
 .
 ReportLab library creates PDF based on graphics commands without
 intervening steps. It's therefore extremely fast, and flexible (since
 you're using a full-blown programming language).
 .
 Sample use cases are:
   * Dynamic PDF generation on the web
   * High-volume corporate reporting and database publishing
   * As embeddable print engine for other applications, including a
     'report language' so that users can customize their own reports.
   * As 'build system' for complex documents with charts, tables and text
     such as management accounts, statistical reports and scientific papers
   * from XML to PDF in one step

Package: python3-reportlab-accel
Description-md5: 3a2f3d264cea475a3a1ee612a69fb526
Description-en: C coded extension accelerator for the ReportLab Toolkit
 A C coded extension accelerator for the ReportLab Toolkit.

Package: python3-repoze.lru
Description-md5: 3a0267de4611221b76e003adbe8d25c5
Description-en: tiny LRU cache implementation and decorator for Python 3
 repoze.lru is a LRU (least recently used) cache implementation. Keys and
 values that are not used frequently will be evicted from the cache faster
 than keys and values that are used frequently.
 .
 This is the Python 3 version of the package.

Package: python3-repoze.sphinx.autointerface
Description-md5: db6d9d300c2fb8e5a16119a0fba923f8
Description-en: Sphinx extension to generate API docs from Zope interfaces (Python 3)
 This package defines an extension for the Sphinx documentation system.
 The extension allows generation of API documentation by introspection
 of zope.interface instances in code.
 .
 This package contains the Python 3 module.

Package: python-repoze.tm2-doc
Description-md5: de991d615a25d6594273b48cf73a9f1c
Description-en: Zope-like transaction manager WSGI middleware documentation
 repoze.tm2 is Python WSGI middleware which uses the ZODB (Zope
 Object DataBase) package's transaction manager to wrap a call to
 its pipeline children inside a transaction.
 .
 This is the documentation for python-repoze.tm2 and python3-repoze.tm2.

Package: python3-repoze.tm2
Description-md5: 0e178bcb41c8135bb822707f57ec04f7
Description-en: Zope-like transaction manager WSGI middleware (Python 3)
 repoze.tm2 is Python WSGI middleware which uses the ZODB (Zope
 Object DataBase) package's transaction manager to wrap a call to
 its pipeline children inside a transaction.
 .
 This is the Python 3 version of the package.

Package: python3-repoze.who
Description-md5: 37a5b2310f0147213d9cf73d13abb208
Description-en: ident and auth framework for Python WSGI applications - Python 3.x
 repoze.who is an identification and authentication framework for
 arbitrary Python WSGI applications; it acts as WSGI middleware.
 .
 repoze.who is inspired by Zope 2's Pluggable Authentication Service
 (PAS), but is not dependent on Zope in any way; it is useful for any
 WSGI application.
 .
 It provides no facility for authorization (ensuring whether a user
 can or cannot perform the operation implied by the request). This is
 considered to be the domain of the WSGI application.
 .
 This package contains the Python 3.x module.

Package: python-requests-cache-doc
Description-md5: db90b0db89c7e954d76015cd145a490b
Description-en: persistent cache for requests library (doc)
 Requests-cache is a transparent persistent cache for requests library.
 .
 This package contains the documentation for requests-cache.

Package: python3-requests-cache
Description-md5: 652000b50a17c09904a43f24185fc08c
Description-en: persistent cache for requests library (Python 3)
 Requests-cache is a transparent persistent cache for requests library.

Package: python3-requests-futures
Description-md5: 264acfe2b4fb9e7e65eb69fdd00de607
Description-en: library for asynchronous HTTP requests (Python 3)
 Requests-futures is a small add-on for python-requests that allows one to
 create asynchronous HTTP requests.
 .
 This package provides the module for Python 3.

Package: python3-requests-kerberos
Description-md5: 5c322bf26b8180ac5a758b7d195fceb4
Description-en: Kerberos/GSSAPI authentication handler for python-requests - Python 3.x
 Requests is an HTTP library, written in Python, for human beings. This library
 adds optional Kerberos/GSSAPI authentication support and supports mutual
 authentication.
 .
 This package provides the Python 3.x module.

Package: python-requests-mock-doc
Description-md5: bcb4de68a66aeeaa224b7dcbc11dfb73
Description-en: mock out responses from the requests package - doc
 requests-mock provides a building block to stub out the HTTP requests_
 portions of your testing code. Everything in requests_ eventually goes through
 an adapter to do the transport work. requests-mock creates a custom adapter
 that allows you to predefine responses when certain URIs are called. There are
 then a number of methods provided to get the adapter used.
 .
  This package contains the documentation.

Package: python3-requests-mock
Description-md5: 3582655b7e0eebca757e0837c805df81
Description-en: mock out responses from the requests package - Python 3.x
 requests-mock provides a building block to stub out the HTTP requests_
 portions of your testing code. Everything in requests_ eventually goes through
 an adapter to do the transport work. requests-mock creates a custom adapter
 that allows you to predefine responses when certain URIs are called. There are
 then a number of methods provided to get the adapter used.
 .
 This package contains the Python 3.x module.

Package: python3-requests-ntlm
Description-md5: 42f2c5795055b2fd11eb41d567dc5df7
Description-en: Adds support for NTLM authentication to the requests library
 This package allows for HTTP NTLM authentication using
 python-requests, the HTTP library for humans.  HttpNtlmAuth extends
 requests' AuthBase, so it can be dropped directly in place, or used
 in conjunction with a Session to make use of connection pooling.

Package: python-requests-oauthlib-doc
Description-md5: 7646ee305c2501ff1d772989544e22a8
Description-en: module providing OAuthlib auth support for requests (Common Documentation)
 requests-oauthlib allows you to interact with OAuth 1 And OAuth 2 in
 greatly simplified ways through the requests library for Python. It
 will hide the quirks and hacks in OAuth 1, and will interface with
 all four of the grant types defined by the OAuth2 RFC.
 .
 This package provides the common documentation for the
 requests-oauthlib Python module.

Package: python3-requests-oauthlib
Description-md5: 7267e68c67c93f79a91ab49da541f6b6
Description-en: module providing OAuthlib auth support for requests (Python 3)
 requests-oauthlib allows you to interact with OAuth 1 And OAuth 2 in
 greatly simplified ways through the requests library for Python. It
 will hide the quirks and hacks in OAuth 1, and will interface with
 all four of the grant types defined by the OAuth2 RFC.
 .
 This package provides the requests-oauthlib Python module for Python
 3.x.

Package: python-requests-toolbelt-doc
Description-md5: b483002c19a2bbb5e7355ed29b1f4b93
Description-en: Utility belt for python3-requests (documentation)
 Collection of utilities for python3-requests: documentation
 It provides transport adapters: FingerprintAdapter, SSLAdapter,
 SourceAddressAdapter, SocketOptionsAdapter, TCPKeepAliveAdapter
 and authenticators: AuthHandler, GuessAuth, HTTPProxyDigestAuth
 Also a cookiejar, streaming helpers and more.

Package: python3-requests-toolbelt
Description-md5: b63a0ab911dceb2c60d795db0aa2a9a5
Description-en: 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.

Package: python3-requests-unixsocket
Description-md5: 3c737dd7d40ecbc5372517c3eff4d5b8
Description-en: 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.

Package: python3-requestsexceptions
Description-md5: 69eb6ceafcc256efdfb4eb0d4dce11c3
Description-en: import exceptions from bundled packages in requests. - Python 3.x
 The Python requests library bundles the urllib3 library, however, some
 software distributions (like Debian) modify requests to remove the bundled
 library. This makes some operations, such as suppressing the "insecure
 platform warning" messages that urllib emits difficult. This is a simple
 library to find the correct path to exceptions in the requests library
 regardless of whether they are bundled.
 .
 This package contains the Python 3.x module.

Package: python3-requirements-detector
Description-md5: 03ebf56191a3cf464311e80709cbaf9a
Description-en: finds and lists the requirements of a Python project
 Requirements-detector could be run either as a module or with its CLI tool
 (detect-requirements). It scans for and lists the project's requirements
 out of several sources for them.
 .
 This package contains the CLI tool and the modules for Python 3.

Package: python3-resolvelib
Description-md5: 4f7b44cb52b8e69639d4e95c941d4b52
Description-en: module to resolve abstract dependencies into concrete ones
 python3-resolvelib provides a `Resolver` class that includes dependency
 resolution logic. You give it some things, and a little information on how it
 should interact with them, and it will spit out a resolution result.
 .
 This is the Python 3 version of the package.

Package: python-restless-doc
Description-md5: 0f11d2eb99904115a269e5580764f07b
Description-en: lightweight REST miniframework for Python (documentation)
 Works great with Django, Flask, Pyramid, Tornado & Itty, but should
 be useful for many other Python web frameworks.  Based on the lessons
 learned from Tastypie & other REST libraries.
 .
 Features
  * Small, fast codebase
  * JSON output by default, but overridable
  * RESTful
  * Flexible
 .
 This package contains the HTML documentation and example projects.

Package: python3-restless
Description-md5: ba32725713867a4aad0c159528c4bc18
Description-en: lightweight REST miniframework for Python (Python 3)
 Works great with Django, Flask, Pyramid, Tornado & Itty, but should
 be useful for many other Python web frameworks.  Based on the lessons
 learned from Tastypie & other REST libraries.
 .
 Features
  * Small, fast codebase
  * JSON output by default, but overridable
  * RESTful
  * Flexible
 .
 This package provides the Python 3.x module.

Package: python3-restructuredtext-lint
Description-md5: 2c3d81cbe8ce1cbbc3d8c27f277f5a02
Description-en: reStructuredText linter - Python 3.x
 This was created out of frustration with PyPI; it sucks finding out your reST
 is invalid after uploading it. It is being developed in junction with a
 Sublime Text linter.
 .
 This package contains the Python 3.x module.

Package: python3-retry
Description-md5: e341f735470b0c223a7356c5350658ca
Description-en: easy to use retry decorator
 Decorator (or function) to retry failing code featuring:
 .
  - No external dependency (stdlib only)
  - Preserve function signatures (pip install decorator)
  - Original traceback, easy to debug

Package: python3-retrying
Description-md5: 826abf3afc0b1456a19ec3190341a1c7
Description-en: simplifies the task of adding retry behavior - Python 3.x
 Retrying is an Apache 2.0 licensed general-purpose retrying library, written
 in Python, to simplify the task of adding retry behavior to just about
 anything.
 .
 Features:
  * Generic Decorator API
  * Specify stop condition (limit by number of attempts)
  * Specify wait condition (exponential backoff sleeping between attempts)
  * Customize retrying on Exceptions
  * Customize retrying on expected returned result
 .
 This package contains the Python 3.x module.

Package: python3-rfc3161ng
Description-md5: 144bff2bf6397693e334302917af2b0f
Description-en: Implementation of trusted timestamping client
 A simple client library for cryptographic timestamping service
 implementing the protocol from RFC3161.

Package: python3-rfc3986
Description-md5: 045a9de5371ad794753da532a72e3df6
Description-en: validating URI references per RFC 3986 - Python 3.x
 This package provides a Python implementation of RFC 3986, including
 validation and authority parsing.
 .
 This package contains the Python 3.x module.

Package: python3-rfc3987
Description-md5: 9d934c75edaa45ea8f0d3ae7770d9799
Description-en: Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
 This module provides regular expressions according to
 * RFC 3986 "Uniform Resource Identifier (URI): Generic Syntax"
 * RFC 3987 "Internationalized Resource Identifiers (IRIs)"
 and utilities for composition and relative resolution of references.

Package: python3-rfc6555
Description-md5: 18303410923341c125b5ec8cda4c494f
Description-en: Happy Eyeballs Algorithm described in RFC 6555 using Python
 Provided with a single file and dead-simple API to allow easy vendoring
 and integration into other projects.
 .
 This package installs the library for Python 3.

Package: python3-rich-click
Description-md5: 8fc8073cf4499f53a98eefe3a1d3eedb
Description-en: creating beautiful command line interfaces for Python3
 Format click help output nicely with Rich.
 .
  * Click is a "Python package for creating beautiful command line
    interfaces".
  * Rich is a "Python library for rich text and beautiful formatting in
    the terminal".
 .
 The intention of rich-click is to provide attractive help output from
 click, formatted with rich, with minimal customisation required.
 .
 Features
 .
  * Rich command-line formatting of click help and error messages
  * Nice styles be default, usage is simply import rich_click as click
  * CLI tool to run on other people's tools (prefix the command with
    rich-click)
  * Group commands and options into named panels
  * Well formatted error messages
  * Easily give custom sort order for options and commands
  * Extensive customisation of styling and behaviour possible

Package: python3-rioxarray
Description-md5: e4aca770e7e4d9a49b6ca4f11f7a2f03
Description-en: rasterio xarray extension
 rioxarray is an extension to the xarray package that
  - supports multidimensional datasets such as netCDF
  - stores the CRS as a WKT, which is the recommended format
  - loads in the CRS, transform, and nodata metadata in standard CF & GDAL
    locations
  - supports masking and scaling data with the masked and mask_and_scale kwargs
  - adds the coordinate axis CF metadata
  - loads in raster metadata into the attributes
 .
 This package provides the Python 3 library

Package: python3-rjsmin
Description-md5: 95d5c84b8b0c2e3703cd6e6462cfb6ab
Description-en: javascript minifier written in Python - Python 3.x
 rJSmin is a javascript minifier written in Python. The minifier is based on
 the semantics of jsmin.c by Douglas Crockford.
 .
 The module is a re-implementation aiming for speed, so it can be used at
 runtime (rather than during a preprocessing step). Usually it produces the
 same results as the original jsmin.c. It differs in the following ways:
 .
  - there is no error detection: unterminated string, regex and comment
    literals are treated as regular javascript code and minified as such.
  - Control characters inside string and regex literals are left untouched; they
    are not converted to spaces (nor to CR)
  - Newline characters are not allowed inside string and regex literals, except
    for line continuations in string literals (ECMA-5).
  - "return /regex/" is recognized correctly.
  - Line terminators after regex literals are handled more sensibly
  - "+ +" and "- -" sequences are not collapsed to '++' or '--'
  - Newlines before ! operators are removed more sensibly
  - Comments starting with an exclamation mark (!) can be kept optionally
  - rJSmin does not handle streams, but only complete strings. (However, the
    module provides a "streamy" interface).
 .
 Since most parts of the logic are handled by the regex engine it's way faster
 than the original Python port of jsmin.c by Baruch Even. The speed factor
 varies between about 6 and 55 depending on input and Python version (it gets
 faster the more compressed the input already is).  Compared to the
 speed-refactored Python port by Dave St.Germain the performance gain is less
 dramatic but still between 3 and 50 (for huge inputs)). See the
 docs/BENCHMARKS file for details.
 .
 This package contains the Python 3.x module.

Package: python3-roman
Description-md5: c73a413835acfa5f8625cff8438eae16
Description-en: module for generating/analyzing Roman numerals for Python 3
 This module converts from and to Roman numerals. It can convert numbers
 from 1 to 4999 and understands the common shortcuts (IX == 9), but not
 illegal ones (MIM == 1999).
 .
 This package includes Python 3 modules.

Package: python3-roundrobin
Description-md5: 240f6897547ddb6e424662d7b3b828fd
Description-en: collection of roundrobin utilities
 This is rather small collection of round robin utilities.
 .
 Some examples:
 .
   ```
    >>> import roundrobin
    >>> get_roundrobin = roundrobin.basic(["A", "B", "C"])
    >>> ''.join([get_roundrobin() for _ in range(7)])
    'ABCABCA'
    >>> # weighted round-robin balancing algorithm as seen in LVS
    >>> get_weighted = roundrobin.weighted([("A", 5), ("B", 1), ("C", 1)])
    >>> ''.join([get_weighted() for _ in range(7)])
    'AAAAABC'
    >>> # smooth weighted round-robin balancing algorithm as seen in Nginx
    >>> get_weighted_smooth = roundrobin.smooth([("A", 5), ("B", 1), ("C", 1)])
    >>> ''.join([get_weighted_smooth() for _ in range(7)])
    'AABACAA'
   ```

Package: python-rpaths-doc
Description-md5: 82f87974b4dc7a7703f7bcf9382b4df9
Description-en: documentation for rpaths
 rpaths is another path manipulation library for Python. It is heavily inspired
 by Unipath and pathlib and provides a total Python 2/3 and Windows/POSIX
 compatibility.
 .
 This package provides the documentation.

Package: python3-rpaths
Description-md5: a771fa25aca2db1904575dc87a75fff2
Description-en: cross-platform path manipulation library for Python
 rpaths is another path manipulation library for Python. It is heavily inspired
 by Unipath and pathlib and provides a total Python 2/3 and Windows/POSIX
 compatibility.
 .
 This package provides the modules for Python 3.

Package: python3-rply
Description-md5: 8216ecbd544ec7b27c47ba6a9c27e3d7
Description-en: pure Python based parser that also works with RPython (Python 3)
 This package provides a pure Python based parser generator, that also
 works with RPython. It is a more-or-less direct port of David
 Bazzley's awesome PLY, with a new public API, and RPython support.
 .
 This package provides Python 3 bindings only.

Package: python3-rq
Description-md5: d192cb8bf5b9d82429bd09323c51ebe9
Description-en: Simple job queues for Python 3
 RQ (Redis Queue) is a simple Python library for queueing jobs and
 processing them in the background with workers. It is backed by
 Redis and it is designed to have a low barrier to entry.
 It can be integrated in your web stack easily.

Package: python3-rsa
Description-md5: 661c45d2c5f07d4774802a57c39654af
Description-en: Pure-Python RSA implementation (Python 3)
 Python-RSA is a pure-Python RSA implementation. It supports encryption
 and decryption, signing and verifying signatures, and key generation
 according to PKCS#1 version 1.5. It can be used as a Python library as
 well as on the commandline. The code was mostly written by Sybren A. Stüvel.
 .
 This package contains the module for Python 3.

Package: python3-rstr
Description-md5: c71246cf34f09474b676294685c3e4a7
Description-en: Easily generate random strings of various types (Python 3)
 rstr is a helper module for easily generating random strings of various
 types. It could be useful for fuzz testing, generating dummy data, or
 other applications. It has no dependencies outside the standard library,
 and is compatible with Python 3.
 .
 The basic method of rstr is rstr(). At a minimum, it requires one
 argument, an alphabet of characters from which to create a string.
 .
 Inspired by the Java library of the same name, the xeger() method allows
 users to create a random string from a regular expression.
 .
 You can combine rstr with Python's built-in string formatting to produce
 strings that fit a variety of templates.
 .
 This package installs the library for Python 3.

Package: python3-rt
Description-md5: e77fa0593b2112555c6a3239c0533e29
Description-en: Python interface to Request Tracker API
 Python implementation of the Request Tracker REST API
 See also http://requesttracker.wikia.com/wiki/REST

Package: python3-rtmidi
Description-md5: 24e7978f367b4048a59fb867ea5fa5fe
Description-en: Python wrapper for the RtMidi C++ library written with Cython
 Python binding for RtMidi implemented with Cython and provides a thin wrapper
 around the RtMidi C++ interface. The API is basically the same as the C++ one
 but with the naming scheme of classes, methods and parameters adapted to the
 Python naming structure.

Package: python3-rtree
Description-md5: abf2f3f895b0c4a6fec2f7d5b33ad1dd
Description-en: R-Tree spatial index for Python GIS - Python 3 module
 Rtree is a ctypes Python wrapper of libspatialindex that provides a
 number of advanced spatial indexing features for the spatially curious
 Python user. These features include:
 .
  * Nearest neighbor search
  * Intersection search
  * Multi-dimensional indexes
  * Clustered indexes (store Python pickles directly with index entries)
  * Bulk loading
  * Deletion
  * Disk serialization
  * Custom storage implementation (to implement spatial indexing in ZODB,
    for example)
 .
 This package contains the module for Python 3.

Package: python3-rtslib-fb
Description-md5: 1d755249f507b1f2625ef8dccdbb3f63
Description-en: object API for managing the Linux LIO kernel target - Python 3.x
 The rtslib-fb package is an object-based Python library for configuring the
 LIO generic SCSI target, present in 3.x Linux kernel versions.
 .
 The rtslib-fb package is a fork of the "rtslib" code written by RisingTide
 Systems. The "-fb" differentiates between the original and this version.
 Ensure to use either all "fb" versions of the targetcli components --
 targetcli, rtslib, and configshell, or stick with all non-fb versions,
 since they are no longer strictly compatible.
 .
 This package contains the Python 3.x module.

Package: python-ruffus-doc
Description-md5: 539d62f6f71c30d65fc0680036e337ba
Description-en: documentation for python-ruffus computation pipeline library
 Ruffus is designed to allow scientific and other analyses to be automated
 with the minimum of fuss and the least effort.
 .
  * Lightweight: Suitable for the simplest of tasks
  * Scalable: Handles even fiendishly complicated pipelines which would cause
    make or scons to go cross-eyed and recursive.
  * Standard Python: No "clever magic", no pre-processing.
  * Unintrusive: Unambitious, lightweight syntax which tries to do this one
    small thing well.
 .
 This package provides modules documentation.

Package: python3-ruffus
Description-md5: 5c735dc33cb5b47e68df109b04c44c39
Description-en: Python3 computation pipeline library widely used in bioinformatics
 Ruffus is designed to allow scientific and other analyses to be automated
 with the minimum of fuss and the least effort.
 .
  * Lightweight: Suitable for the simplest of tasks
  * Scalable: Handles even fiendishly complicated pipelines which would cause
    make or scons to go cross-eyed and recursive.
  * Standard Python: No "clever magic", no pre-processing.
  * Unintrusive: Unambitious, lightweight syntax which tries to do this one
    small thing well.
 .
 This package provides python3 modules.

Package: python3-rx
Description-md5: 58428d7e7a4044f2d4acca93583b5e8e
Description-en: Reactive Extensions for Python (Python 3)
 This package contains a set of libraries for composing asynchronous and
 event-based programs using observable sequences and LINQ-style query operators
 in Python. Using Rx, developers represent asynchronous data streams with
 Observables, query asynchronous data streams using operators, and parameterize
 concurrency in data/event streams using Schedulers.
 .
 This package installs the library for Python 3.

Package: python3-s3transfer
Description-md5: 98ec7fa34a944aa3ab677922e87fe5f1
Description-en: Amazon S3 Transfer Manager for Python3
 S3transfer is a Python library for managing Amazon S3 transfers.
 .
 This package contains the module for Python 3.

Package: python3-sabyenc
Description-md5: 0c93bbd969510fb70bc5c324c5188442
Description-en: yEnc extension for Python, optimized for Usenet
 Modified version of the original python-yenc module by Alessandro Duca,
 optimized for use within SABnzbd. The module was extended to do header
 parsing and full yEnc decoding from a Python list of chunks, the way in
 which data is retrieved from usenet.
 .
 This is particularly beneficial when SSL is enabled, which limits the
 size of each chunk to 16K. Parsing these chunks in Python is much more
 costly. Additionally, this module releases Python's GIL during decoding,
 greatly increasing performance of the overall download process.
 .
 Further improved by using yencode from animetosho, which utilizes x86
 and ARM SIMD optimised routines if such CPU features are available.

Package: python-saharaclient-doc
Description-md5: 6b5edb8554356e2e82c9482dc222c908
Description-en: Client library for Openstack Sahara API server - documentation
 Sahara aims to provide users with simple means to provision a Hadoop cluster
 by specifying several parameters like Hadoop version, cluster topology, nodes
 hardware details and a few more.
 .
 This is a client for the Sahara which uses the OpenStack Image API. There's a
 Python API (the "saharaclient" module), and a command-line script ("sahara").
 .
 This package contains the documentation.

Package: python3-saharaclient
Description-md5: de8b4013d4cc58b0640a627b1b432fe0
Description-en: Client library for Openstack Sahara API server - Python 3.x module
 Sahara aims to provide users with simple means to provision a Hadoop cluster
 by specifying several parameters like Hadoop version, cluster topology, nodes
 hardware details and a few more.
 .
 This is a client for the Sahara which uses the OpenStack Image API. There's a
 Python API (the "saharaclient" module), and a command-line script ("sahara").
 .
 This package provides the Python 3.x module.

Package: python3-saneyaml
Description-md5: 833f2373722e4f059d6b4444167ee3c5
Description-en: PyYAML wrapper with sane behaviour
 saneyaml simple wrapper for PyYAML that makes it easy to load and
 dump YAML safely, while preserving ordering and avoiding surprises of type
 conversions by loading everything except booleans as strings.
 .
 It can optionally check for duplicated map keys when loading YAML.

Package: python3-sarif-python-om
Description-md5: 403b99b58dfa75e7c3e8fefc3bef8ec8
Description-en: Python classes for the SARIF object model
 This Python module contains classes for the object model defined by the
 Static Analysis Results Interchange Format (SARIF) file format.
 .
 This package installs the library for Python 3.

Package: python3-scantree
Description-md5: 3aa1446e6a6bd23b482c87d01ff1d2b7
Description-en: Flexible recursive directory iterator: scandir meets glob("**", recursive=True)
 Recursive directory iterator supporting:
 .
  * flexible filtering including wildcard path matching
  * in memory representation of file-tree (for repeated access)
  * efficient access to directory entry properties (`posix.DirEntry` interface)
    extended with real path and path relative to the recursion root directory
  * detection and handling of cyclic symlinks
 .
 This package installs the library for Python 3.

Package: python-scciclient-doc
Description-md5: 82eeb249293f3f4f68473489fde18485
Description-en: Python ServerView Common Command Interface (SCCI) Client Library - doc
 This package provides the Python ServerView Common Command Interface (SCCI)
 Client Library, which support FUJITSU iRMC S4 integrated Remote Management
 Controller. This Python module may be helpful if you want to use Ironic to
 manage a FUJITSU server that has this hardware.
 .
 This package contains the documentation.

Package: python3-scciclient
Description-md5: cb41f23dda7c3563b1577d9ff2e244b3
Description-en: Python ServerView Common Command Interface (SCCI) Client Library - Python 3.x
 This package provides the Python ServerView Common Command Interface (SCCI)
 Client Library, which support FUJITSU iRMC S4 integrated Remote Management
 Controller. This Python module may be helpful if you want to use Ironic to
 manage a FUJITSU server that has this hardware.
 .
 This package contains the Python 3.x module.

Package: python3-schedutils
Description-md5: fa8d1db1f0a1766f4009f0ff0e456702
Description-en: Linux scheduler Python bindings
 Python interface for the Linux scheduler sched_{get,set}{affinity,scheduler}
 functions and friends.
 .
 The scheduler is the kernel component that decides which runnable thread will
 be executed by the CPU next. Each thread has an associated scheduling policy
 and static scheduler priority, sched_priority. The scheduler makes its
 decisions based on knowledge of the scheduling policy and static priority of
 all threads on the system. This package provides Python bindings to get and
 set the scheduler's knowledge.

Package: python3-schema
Description-md5: a5853f536ce116ecd3397116b4bb2b11
Description-en: simple data validation library (Python 3)
 Schema is a library for validating Python data structures, such as those
 obtained from config-files, forms, external services or command-line parsing,
 converted from JSON/YAML (or something else) to Python data-types.
 .
 This package provides the modules for Python 3.

Package: python3-schema-salad
Description-md5: 2b7a94db0932a887021b4dc90efd3124
Description-en: Schema Annotations for Linked Avro Data (SALAD)
 Salad is a schema language for describing JSON or YAML structured linked data
 documents. Salad is based originally on JSON-LD and the Apache Avro data
 serialization system.
 .
 Salad schema describes rules for preprocessing, structural validation, and
 link checking for documents described by a Salad schema. Salad features for
 rich data modeling such as inheritance, template specialization, object
 identifiers, object references, documentation generation, and transformation
 to RDF. Salad provides a bridge between document and record oriented data
 modeling and the Semantic Web.

Package: python3-schroot
Description-md5: 6e7419025e3f9df6eaafc60f8ca5945d
Description-en: set of Python 3 bindings to schroot chroots
 Ever want to chroot into schroot chroots in Python? Today's your lucky
 day! You can schroot your chroots all day long with this miracle of science.
 .
 This package contains a set of Python wrappers to the schroot(1) binary, to
 enable programmatic access to schroot containers.
 .
 This package contains the Python 3 bindings only.

Package: python3-scitrack
Description-md5: 77388115bd09d30e840723bda8d3d361
Description-en: Python3 library to track scientific data
 Scitrack is a library aimed at application developers writing scientific
 software to support tracking of scientific computation. The library
 provides elementary functionality to support logging. The primary
 capabilities concern generating checksums on input and output files and
 facilitating logging of the computational environment.

Package: python3-scp
Description-md5: d18be8829f4b387851a0a9827bc78d20
Description-en: scp module for paramiko (Python 3)
 The scp.py module uses a paramiko transport to send and receive files via the
 scp1 protocol. This is the protocol as referenced from the openssh scp program,
 and has only been tested with this implementation.
 .
 This package contains the Python 3 module for scp.

Package: python-scrapy-doc
Description-md5: 7242d2813e5d37194372b8ea7423b58a
Description-en: Python web scraping and crawling framework documentation
 Scrapy is a fast high-level screen scraping and web crawling framework,
 used to crawl websites and extract structured data from their pages.
 It can be used for a wide range of purposes, from data mining to
 monitoring and automated testing.
 .
 This package provides the python-scrapy documentation in HTML format.

Package: python3-scrapy
Description-md5: de81941edea93a8d65f470aa9a6bbc8a
Description-en: Python web scraping and crawling framework (Python 3)
 Scrapy is a fast high-level screen scraping and web crawling framework,
 used to crawl websites and extract structured data from their pages.
 It can be used for a wide range of purposes, from data mining to
 monitoring and automated testing.
 .
 This package provides the scrapy module for Python 3.

Package: python3-scrapy-djangoitem
Description-md5: 5de9c475113839b5d227157327770db4
Description-en: Scrapy extension to write scraped items using Django models (Python3 version)
 scrapy-djangoitem is an extension that allows you to define Scrapy items using
 existing Django models. This utility provides a new class, named DjangoItem,
 that you can use as a regular Scrapy item and link it to a Django model with
 its django_model attribute.
 .
 This package contains the Python 3 version of the library.

Package: python3-screed
Description-md5: a44a0463b55e3ff29b0a772e4afd64b7
Description-en: short nucleotide read sequence utils in Python 3
 Screed parses FASTA and FASTQ files, generates databases, and lets you query
 these databases. Values such as sequence name, sequence description, sequence
 quality, and the sequence itself can be retrieved from these databases.

Package: python3-scripttest
Description-md5: 35a418bf241da05851b2f3cc0c221a37
Description-en: Helper to test command-line scripts - python 3.x
 ScriptTest is a library to help you test your interactive command-line
 applications. With it you can easily run the command (in a subprocess) and
 see the output (stdout, stderr) and any file modifications.
 .
 This package contains the Python 3.x module.

Package: python3-scruffy
Description-md5: 0b394bac948c4d9c73bf4f74c8b72fa9
Description-en: framework for taking care of a bunch of boilerplate in Python3 apps
 Scruffy is a framework for taking care of a bunch of boilerplate in
 Python apps. It handles the loading of configuration files, the loading
 and management of plugins, and the management of other filesystem
 resources such as temporary files and directories, log files, etc.
 .
 A typical use case for Scruffy is a command-line Python tool with some
 or all of the following requirements:
 .
  * Read a set of configuration defaults
  * Read a local configuration file and apply it on top of the defaults
  * Allow overriding some configuration options with command line flags
    or at runtime
  * Load a core set of Python-based plugins
  * Load a set of user-defined Python-based plugins
  * Generate log files whose name, location and other logging settings
    are based on configuration
  * Store application state between runs in a file or database
 .
 This package installs the library for Python 3.

Package: python3-scrypt
Description-md5: 21d902eb1f0d3aeb338e2bfd4cf75b90
Description-en: bindings for the scrypt key derivation function library - Python 3.x
 This is a set of Python bindings for the scrypt key derivation function.
 .
 Scrypt is useful when encrypting password as it is possible to specify a
 minimum amount of time to use when encrypting and decrypting. If, for
 example, a password takes 0.05 seconds to verify, a user won't notice the
 slight delay when signing in, but doing a brute force search of several
 billion passwords will take a considerable amount of time. This is in
 contrast to more traditional hash functions such as MD5 or the SHA family
 which can be implemented extremely fast on cheap hardware.
 .
 This package provides the Python 3.x module.

Package: python3-sdnotify
Description-md5: a5686e8c911b276c2784782f771ad489
Description-en: Python3 implementation of systemd's service notification protocol
 This is a pure Python implementation of the systemd sd_notify protocol.
 This protocol can be used to inform systemd about service start-up completion,
 watchdog events, and other service status changes.
 .
 Thus, this package can be used to write system services in Python that play
 nicely with systemd.
 .
 This is the Python 3 package.

Package: python3-seamicroclient
Description-md5: d117ad3df789be5fe3b95037cb99a2e0
Description-en: Client library for Seamicro chassis API - Python 3.x
 Python client for consuming SeaMicro REST API v2.0
 .
 This package contains the Python 3.x module.

Package: python-searchlightclient-doc
Description-md5: 20afbfae268a11763b874a4d55373b55
Description-en: OpenStack Indexing and Search API Client Library - doc
 The Searchlight project provides indexing and search capabilities across
 OpenStack resources. Its goal is to achieve high performance and flexible
 querying combined with near real-time indexing.
 .
 This package contains the documentation.

Package: python3-searchlightclient
Description-md5: 8baea5a4c8f37dbd9c861ab5700360d4
Description-en: OpenStack Indexing and Search API Client Library - Python 3.x
 The Searchlight project provides indexing and search capabilities across
 OpenStack resources. Its goal is to achieve high performance and flexible
 querying combined with near real-time indexing.
 .
 This package contains the Python 3.x module.

Package: python-secretstorage-doc
Description-md5: 392162748ebae2d7d7eb04285d8d5ea8
Description-en: Python module for storing secrets - documentation
 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,
 KWallet (since version 5.97) and KeePassXC.
 .
 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 the HTML documentation.

Package: python3-secretstorage
Description-md5: 3706cf0279ac18fea7ee7589e49f3553
Description-en: 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,
 KWallet (since version 5.97) and KeePassXC.
 .
 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.

Package: python3-securesystemslib
Description-md5: 85ba935cce1e4ff98b0837e29dbee9de
Description-en: crypto and schema library for TUF and in-toto
 securesystemslib provides a high-level interface to cryptographic functions.
 It supports public-key and other cryptographic algorithms, such as ECDSA,
 Ed25519, RSA, SHA256, SHA512, etc. and a schema definition and validation
 framework.
 .
 securesystemslib is developed at the Secure Systems Lab of NYU and is used by
 the Python implementations of The Update Framework (TUF) and the software
 supply chain integrity framework in-toto.

Package: python-selenium-doc
Description-md5: 9a8ae9ab8cb12fe314c6e36db242fd01
Description-en: Python3 bindings for Selenium (Documentation)
 Python3 language bindings for Selenium WebDriver.
 .
 The `selenium` package is used automate web browser interaction from Python.
 Several browsers/drivers are supported (Chrome, Chromium, Edge, Firefox,
 Internet Explorer and Safari), as well as the Remote protocol.
 .
 This package installs the documentation for the library.

Package: python3-selenium
Description-md5: fbc0c6e2de6cd746116e1a6db618237e
Description-en: Python3 bindings for Selenium
 Python3 language bindings for Selenium WebDriver.
 .
 The `selenium` package is used automate web browser interaction from Python.
 Several browsers/drivers are supported (Chrome, Chromium, Edge, Firefox,
 Internet Explorer and Safari), as well as the Remote protocol.
 .
 The webdriver parts itself are not included in this package.

Package: python3-semantic-release
Description-md5: 287fe1af2e88c84bc0c8ff88fdb41d76
Description-en: Automatic Semantic Versioning for Python projects
 Python implementation of 'semantic-release' for JS by Stephan Bönnemann.
 .
 The idea is to be able to detect what the next version of the project should
 be based on the commits. This tool will use that to automate the release,
 upload to an artifact repository and post changelogs to GitHub.

Package: python-semantic-version-doc
Description-md5: ad5779791088c3272b7169f408714323
Description-en: implementing the SemVer scheme - doc
 This small Python library provides a few tools to handle SemVer in Python. It
 follows strictly the 2.0.0 version of the SemVer scheme. semantic_version can
 also support versions which wouldn't match the semantic version scheme by
 converting a version such as 0.1.2.3.4 into 0.1.2+3.4.
 .
 This package contains the documentation.

Package: python3-semantic-version
Description-md5: cba846dc1879a5219895c3183fdd1024
Description-en: implementing the SemVer scheme - Python 3.x
 This small Python library provides a few tools to handle SemVer in Python. It
 follows strictly the 2.0.0 version of the SemVer scheme. semantic_version can
 also support versions which wouldn't match the semantic version scheme by
 converting a version such as 0.1.2.3.4 into 0.1.2+3.4.
 .
 This package contains the Python 3.x module.

Package: python3-semver
Description-md5: e885157ae82ac9ddb0df3dbb7bb10f5b
Description-en: helps to compare semantic versioning - Python 3.x
 This Python module helps to compare versions as noted at http://semver.org/.
 The system is like this: given a version number MAJOR.MINOR.PATCH, increment
 the:
  * MAJOR version when you make incompatible API changes,
  * MINOR version when you add functionality in a backwards-compatible
    manner,
  * PATCH version when you make backwards-compatible bug fixes.
 .
 Additional labels for pre-release and build metadata are available as
 extensions to the MAJOR.MINOR.PATCH format.
 .
 This package contains the Python 3.x module.

Package: python-senlinclient-doc
Description-md5: 501222620f0bdbceacf11fc2938d77be
Description-en: OpenStack Clustering API Client Library - doc
 This is a client library for Senlin built on the Senlin clustering API. It
 provides a Python API (the senlinclient module) and a command-line tool
 (senlin).
 .
 This package contains the documentation.

Package: python3-senlinclient
Description-md5: 40265578746f3ba9212b12078e4e483f
Description-en: OpenStack Clustering API Client Library - Python 3.x
 This is a client library for Senlin built on the Senlin clustering API. It
 provides a Python API (the senlinclient module) and a command-line tool
 (senlin).
 .
 This package contains the Python 3.x module.

Package: python3-sentinels
Description-md5: e7ed729ee56df8dce402199fae7c3e60
Description-en: Python module for sentinel objects (Python 3 version)
 Sentinels are objects with special meanings that can be passed as meaningful
 flags rather than special casing 0, None, -1, False etc. Sentinels can be
 thought of as singletons, but they service the need of having 'special'
 values in code,
 .
 This package contains the Python 3 version of the sentinels module.

Package: python3-serializable
Description-md5: d7ea963cd84b7e067411cb2e8f08130a
Description-en: base class with serialization methods
 "Serialisation" refers to the transformation of objects into
 a bitstream and back into the original structure. The idea
 expressed by this class has a direct analogy to Java:
 A method is declared thattransform the object into, e.g., a
 JSON formatted file. Another method knows how to reinstantiate
 the object from that output.

Package: python3-serverfiles
Description-md5: 4a4e4ec630fe0860d8f284fcf6905383
Description-en: accesses files on a HTTP server and stores them locally for reuse
 A dependency for the Orange Machine Learning suite.
 .
 This package installs the library for Python 3.

Package: python3-service-identity
Description-md5: 46694d99576d52a7d558287c8252b51a
Description-en: 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.

Package: python3-setoptconf
Description-md5: 6c5c85872ec38dc342de59fa678d44ca
Description-en: retrieve Python3 program settings from a variety of sources
 setoptconf is a Python library to define desired settings in a simple and
 consistent way from a variety of sources, individually or combined:
  - command line
  - environment variables
  - INI files
  - JSON
  - YAML
  - Python objects/modules
 .
 This package contains the modules for Python3.

Package: python3-setproctitle
Description-md5: cf3940b557cd004bd9bcafeb47055470
Description-en: Setproctitle implementation for Python 3
 The library allows a process to change its title (as displayed by system tools
 such as ps and top).
 .
 Changing the title is mostly useful in multi-process systems, for example when
 a master process is forked: changing the children's title allows one to
 identify the task each process is busy with. The technique is used by
 PostgreSQL and the OpenSSH Server for example.
 .
 This is the Python 3 package.

Package: python3-setuptools-gettext
Description-md5: 0d56b126b316fdedc1d756cd15e6db86
Description-en: Setuptools gettext extension plugin
 This extension for Python setuptools searches for
 gettext .po files in the source directory, compiles them
 to .mo files and installs them.

Package: python3-setuptools-git
Description-md5: 5fd071b89a9d204990c56242f591cc64
Description-en: plugin for setuptools that enables git integration
 This is a plugin for setup tools that enables Git integration.  Once
 installed, Setuptools can be told to include in a module distribution
 all the files tracked by git.  This is an alternative to explicit
 inclusion specifications with MANIFEST.in.
 .
 This package was formerly known as gitlsfiles.  The name change is the
 result of an effort by the setuptools plugin developers to provide a
 uniform naming convention.
 .
 This is the Python 3 version of the package.

Package: python3-setuptools-protobuf
Description-md5: b35630014636442701c72f81199e88c2
Description-en: Setuptools protobuf extension plugin
 Plugin for setuptools that adds support for compiling protobuf
 to Python files.
 .
 It can optionally also generate mypy interface files if
 mypy-protobuf is present.

Package: python3-setuptools-rust
Description-md5: a5ae1e62f62ce16fa1d6e0bd83ac0343
Description-en: Setuptools Rust extension plugin
 setuptools-rust is a plugin for setuptools to build Rust Python
 extensions implemented with PyO3 or rust-cpython.
 .
 Compile and distribute Python extensions written in Rust as easily as
 if they were written in C.

Package: python3-sexpdata
Description-md5: a726c0e7487f733e8387e29c6907f2c4
Description-en: S-expression parser (Python3)
 This package is a simple S-expression parser/serializer. It has
 simple `load' and `dump' functions like pickle, json or PyYAML
 module.
 .
 This package installs the library for Python 3.

Package: python-sfml-doc
Description-md5: b31a32c778218d395732be890f33aef9
Description-en: Simple and Fast Multimedia Library - Documentation
 SFML is an modern multimedia library offering a wide range
 of subsystems useful to produce an multimedia application.
 It offers OpenGL integration for hardware accelerated Graphics,
 Windowing and input support, audio and network facilities and
 supports besides GNU/Linux MS Windows and Mac OS X, too.
 .
 This package contains documentation and examples for the Python bindings.

Package: python3-sfml
Description-md5: 403dc02a5b8bdf526afffa2f14af877e
Description-en: Simple and Fast Multimedia Library - Python 3 Bindings
 SFML is an modern multimedia library offering a wide range
 of subsystems useful to produce an multimedia application.
 It offers OpenGL integration for hardware accelerated Graphics,
 Windowing and input support, audio and network facilities and
 supports besides GNU/Linux MS Windows and Mac OS X, too.
 .
 This package contains the Python 3 bindings for SFML.

Package: python3-sh
Description-md5: b3c3033a5fae335008a03181bf0df81d
Description-en: Python 3 subprocess interface
 sh (previously pbs) is a full-fledged subprocess replacement for Python 2.6 -
 3.2 that allows you to call any program as if it were a function:
 .
   from sh import ifconfig
   print ifconfig("eth0")
 .
 sh is not a collection of system commands implemented in Python.
 .
 This package provides Python 3 module bindings only.

Package: python3-shapely
Description-md5: 018e7b252607a9dd0d2c2718845e1341
Description-en: geometric objects, predicates, and operations (Python 3)
 Shapely is a package for manipulation and analysis of 2D features.
 Its capabilities include:
  * calculating the point set unions, intersections, or differences of features
  * predicate tests on features: intersects, touches, contains, and more.
 .
 Supported geometric types are points, line strings, linear rings, polygons, and
 homogeneous or heterogeneous collections thereof.
 .
 This is the Python 3 version of the package.

Package: python3-shellescape
Description-md5: bf876433774e72cd2f8ed0994e0b6f61
Description-en: escapes characters to safely assemble command lines
 This python3 library helps to escape a string to safely use it as a token in
 a shell command.
 .
 The shellescape Python module defines the shellescape.quote() function
 that returns a shell-escaped version of a Python string. This is a
 backport of the shlex.quote() function from Python 3.4.3 that makes
 it accessible to users of Python 3 versions < 3.3 and all Python 2.x
 versions.

Package: python3-shelxfile
Description-md5: 07ab72e6a63167469bd1c942049e9f2e
Description-en: read and write SHELXL syntax files (Python 3)
 This is a full implementation of the SHELXL file syntax. Additionally it is
 able to edit SHELX properties using Python. The implementation is Python3-only
 and supports SHELXL after 2017.
 .
 Shelxfile always keeps the file order intact. Every SHELX instruction like DFIX
 or an atom is stored as an class object in the list Shelxfile._reslist. When
 writing the Shelxfile content to disk, it wites the _reslist content to disk.
 .
 Shelxfile tries to detect all possible syntax errors that SHELXL would not like
 either. If Shelxfile.DEBUG is True, more output about syntax and other errors
 are printed out. Otherwise, the parser is quiet except for really severe errors
 like a missing unit cell.
 .
 This package installs the library for Python 3.

Package: python-shodan-doc
Description-md5: a614169eb7c20048117e93bb6677bc93
Description-en: Official Python library for Shodan (common documentation)
 Shodan is a search engine for Internet-connected devices. Google lets you
 search for websites, Shodan lets you search for devices. This library provides
 developers easy access to all of the data stored in Shodan in order to
 automate tasks and integrate into existing tools.
 .
 This package installs the common documentation package.

Package: python3-shodan
Description-md5: 4d1ce651e5b2c98e0eb9047ba2c68e6f
Description-en: Official Python library for Shodan (Python 3)
 Shodan is a search engine for Internet-connected devices. Google lets you
 search for websites, Shodan lets you search for devices. This library provides
 developers easy access to all of the data stored in Shodan in order to
 automate tasks and integrate into existing tools.
 .
 This package installs the library for Python 3.

Package: python3-shtab
Description-md5: cffd6e1be09a788f750c5341570b22fb
Description-en: Automagic shell tab completion for Python CLI applications
 Automatically generate shell tab completion scripts for Python CLI apps.
 shtab processes an argparse.ArgumentParser object to generate
 a tab completion script for your shell.
 .
 This package contains the Python 3 version of the library.

Package: python3-sievelib
Description-md5: a27427a8c5a6ff5be92c720240c52bfc
Description-en: Client-side Sieve and Managesieve library (Python3 version)
 Client-side Sieve and Managesieve library written in Python.
 .
 Sieve:
 Currently, the provided parser supports most of the functionalities described
 in RFC 5228. The only exception concerns section 2.4.2.4. Encoding Characters
 using "encoded-character" which is not supported.
 The following Sieve extensions are also supported:
  * Date and Index (RFC 5260)
  * Vacation (RFC 5230)
 .
 ManageSieve:
 All mandatory commands are supported. The RENAME extension is supported, with a
 simulated behaviour for server that do not support it.
 For the AUTHENTICATE command, supported mechanisms are DIGEST-MD5, PLAIN and
 LOGIN.
 .
 This package contains the Python 3 version of the library.

Package: python3-sigmavirus24-urltemplate
Description-md5: 15ba4e1c1c4803c5effaf948f8868c09
Description-en: Simple Python library to deal with URI Templates - Python 3.x
 It provides several API for URI template parsing
 which implements RFC6570.
 .
 This package installs the library for Python 3.x.

Package: python3-signedjson
Description-md5: a1b3e322da3d79889a579df4e0361066
Description-en: sign JSON with Ed25519 signatures in Python 3
 A module to sign JSON objects with ED25519 signatures.
 .
 * More than one entity can sign the same object.
 * Each entity can sign the object with more than one key making it easier to
   rotate keys
 * ED25519 can be replaced with a different algorithm.
 * Unprotected data can be added to the object under the "unsigned" key.
 .
 This package is for Python 3 only.

Package: python3-simplenote
Description-md5: 77738c13c0dac2037db17bd452375914
Description-en: Python API wrapper for the Simplenote web service
 simplenote.py is a Python library for accessing the simplenote.com
 web service.  It provides API methods for getting a list of notes,
 downloading a note, adding a note, updating a note, and
 deleting a note.

Package: python-simpy-doc
Description-md5: 081f1860b1fdc7e0d0c5b34f6fa9b077
Description-en: python-based simulation package, Documentation and examples
 SimPy is a process-based discrete-event simulation language based on
 standard Python.
 .
 It provides the modeller with components of a simulation  model.
 These include processes, for active components like customers, messages,
 and vehicles, and resources, for passive components that form limited
 capacity congestion points like servers, checkout counters, and tunnels.
 It also provides monitor variables to aid in gathering statistics.
 SimPy comes with extensive plotting capabilities.
 .
 This package contains the HTML docs and examples of SimPy.

Package: python-simpy-gui
Description-md5: f4a799eb935d1fe55cc59abbff0d3529
Description-en: python-based simulation package, GUI
 SimPy is a process-based discrete-event simulation language based on
 standard Python.
 .
 It provides the modeller with components of a simulation  model.
 These include processes, for active components like customers, messages,
 and vehicles, and resources, for passive components that form limited
 capacity congestion points like servers, checkout counters, and tunnels.
 It also provides monitor variables to aid in gathering statistics.
 SimPy comes with extensive plotting capabilities.
 .
 This package contains the GUI parts of SimPy.

Package: python3-simpy
Description-md5: a2e8b8124c79cbea58eca49b71f92f6f
Description-en: python-based simulation package (Python3 version)
 SimPy is a process-based discrete-event simulation language based on
 standard Python.
 .
 It provides the modeller with components of a simulation  model.
 These include processes, for active components like customers, messages,
 and vehicles, and resources, for passive components that form limited
 capacity congestion points like servers, checkout counters, and tunnels.
 It also provides monitor variables to aid in gathering statistics.
 SimPy comes with extensive plotting capabilities.
 .
 This package contains the Python3 version of SimPy.

Package: python-simpy3-doc
Description-md5: 8b4c1acd0a684c4e9e963a5896679ccc
Description-en: python-based simulation package, Documentation and examples
 SimPy is a process-based discrete-event simulation language based on
 standard Python.
 .
 Its event dispatcher is based on Python’s generators and can also be
 used for asynchronous networking or to implement multi-agent systems (with
 both, simulated and real communication). Processes in SimPy are defined by
 Python generator functions and can, for example, be used to model active
 components like customers, vehicles or agents. SimPy also provides various
 types of shared resources to model limited capacity congestion points (like
 servers, checkout counters and tunnels).
 .
 This package contains the HTML docs and examples of SimPy 3.

Package: python3-simpy3
Description-md5: d2a4ca2de2036cf4ab5c99ef5f0b2dc1
Description-en: python-based simulation package (Python3 version)
 SimPy is a process-based discrete-event simulation language based on
 standard Python.
 .
 Its event dispatcher is based on Python’s generators and can also be
 used for asynchronous networking or to implement multi-agent systems (with
 both, simulated and real communication). Processes in SimPy are defined by
 Python generator functions and can, for example, be used to model active
 components like customers, vehicles or agents. SimPy also provides various
 types of shared resources to model limited capacity congestion points (like
 servers, checkout counters and tunnels).
 .
 This package contains the Python3 version of SimPy 3.

Package: python3-sinfo
Description-md5: c045903ce857d9e913bc0b9f429e40db
Description-en: print different version information for loaded modules
 sinfo outputs version information for modules loaded in the current session,
 Python, the OS, and the CPU. It is designed as a minimum measure to increase
 reproducibility and provides similar information as sessionInfo in R. The name
 is shortened to encourage regular usage through reduced typing

Package: python-skbio-doc
Description-md5: 0d2719e1e5874e7a73c3d5bcf116e25d
Description-en: Data structures, algorithms, educational resources for bioinformatics (docs)
 Scikit-bio is a Python package providing data structures, algorithms, and
 educational resources for bioinformatics.
 .
 This is the HTML documentation for skbio.

Package: python3-skbio
Description-md5: 9caa43e0cee032d2bb48b12de52df499
Description-en: Python3 data structures, algorithms, educational resources for bioinformatic
 Scikit-bio is a Python package providing data structures, algorithms, and
 educational resources for bioinformatics.
 .
 This is the package for Python3

Package: python3-skytools
Description-md5: 64f4a1f90937a89ae5d4802c73743b55
Description-en: Skytools Python modules
 This is the low-level utility module split out from the old Skytools
 meta-package. It contains various utilities for writing PostgreSQL database
 scripts.
 .
 Features:
  * Support for background scripts - daemonizing - logging - config parsing
  * Database tools - tuned connection - DB structure examining - SQL parsing -
    COPY I/O
  * Time utilities - ISO timestamp parsing - datetime to timestamp
  * Text utilities - natural sort - fast urlencode I/O

Package: python3-slimmer
Description-md5: 36f932bef769821922cb8cd4cc9d3322
Description-en: HTML, XHTML, CSS, JavaScript optimizer for Python3
 Slimmer is a library that optimizes whitespace in CSS, JavaScript, HTML and
 XHTML output.
 .
 This is the Python 3 version of the package.

Package: python3-slugify
Description-md5: 4fb40a41931522b52b45b00bab24255f
Description-en: Python module that provides tools for slugifying unicode strings
 Python module for slugifying unicode strings.

Package: slugify
Description-md5: 62910014c14f108e8c60ac1b1152497a
Description-en: Python slugify application that handles unicode
 Python application that returns slugs from unicode strings.

Package: python3-smmap
Description-md5: abba2884120e9ba0524ea6be86679461
Description-en: pure Python implementation of a sliding window memory map manager
 Smmap wraps an interface around mmap and tracks the mapped files as well
 as the amount of clients who use it. If the system runs out of resources,
 or if a memory limit is reached, it will automatically unload unused maps
 to allow continued operation.
 .
 This package for Python 3.

Package: python3-smoke-zephyr
Description-md5: 4966f75f37bdd08155b54d30deb43696
Description-en: Python utility collection
 This package contains a module of Python utility collection.
 .
 This package contains the Python 3 version of smoke-zephyr.

Package: python-smstrade-doc
Description-md5: 3914324b669c54c4637a4415777b9fcc
Description-en: Python library to send SMS via the smstrade service (documentation)
 python-smstrade lets you send SMS via and retrieve your account balance from
 the service of smstrade.eu.
 .
 The package comes with two command line utilities smstrade_send and
 smstrade_balance to access the library functionality from the command line.
 .
 The package may be used for alerting in monitoring applications or other
 scenarios where sending SMS might be useful.
 .
 This is the common documentation for the package.

Package: python3-smstrade
Description-md5: 44a43f57cbbe6bf62f0011e361dc3651
Description-en: Python library to send SMS via the smstrade service (Python 3)
 python-smstrade lets you send SMS via and retrieve your account balance from
 the service of smstrade.eu.
 .
 The package comes with two command line utilities smstrade_send and
 smstrade_balance to access the library functionality from the command line.
 .
 The package may be used for alerting in monitoring applications or other
 scenarios where sending SMS might be useful.
 .
 This is the Python 3 version of the package.

Package: python3-snappy
Description-md5: 43dfb4e0f5d4a8786c26e75e25afdf34
Description-en: snappy compression library from Google - Python 3.x
 Snappy is a compression/decompression library. It does not aim for
 maximum compression, or compatibility with any other compression
 library; instead, it aims for very high speeds and reasonable
 compression. You can read package libsnappy1 for more information.
 .
 This package provides the Python 3.x module.

Package: python3-sniffio
Description-md5: 63f4757fc5257d916224b670c525ba0a
Description-en: detect which async Python library is in use
 Python libraries that support multiple async packages (like Trio, asyncio,
 etc) need to know which is in use. This library provides this information.

Package: python3-snuggs
Description-md5: 4a6be795afccbb4cba3dd500b16c84b7
Description-en: S-expressions for numpy - Python 3 version
 This library parses S-expressions using numpy. Available function include
 arithmetic and logical operators. Also members of the numpy module such as
 "asarray()", "mean()" and "where" are available.
 .
 This package provides the Python 3 version of the library.

Package: python3-socketio
Description-md5: 38d71210c1d55273fa19f2ce04486f01
Description-en: python3 implementation of the Socket.IO realtime client and server
 Socket.IO is a transport protocol that enables real-time bidirectional
 event-based communication between clients (typically, though not always,
 web browsers) and a server. The official implementations of the client and
 server components are written in JavaScript. This package provides Python
 implementations of both, each with standard and asyncio variants.
 .
 Client Features:
 .
 Can connect to other Socket.IO compliant servers besides the one in this
 package.
 Compatible with Python 3.5+.
 Two versions of the client, one for standard Python and another for asyncio.
 Uses an event-based architecture implemented with decorators that hides the
 details of the protocol.
 Implements HTTP long-polling and WebSocket transports.
 Automatically reconnects to the server if the connection is dropped.
 .
 Server Features:
 .
 Can connect to servers running other compliant Socket.IO clients besides the
 one in this package.
 Compatible with Python 3.5+.
 Two versions of the server, one for standard Python and another for asyncio.
 Supports large number of clients even on modest hardware due to being
 asynchronous.
 Can be hosted on any WSGI and ASGI web servers includind Gunicorn, Uvicorn,
 eventlet and gevent.
 Can be integrated with WSGI applications written in frameworks such as
 Flask, Django, etc.
 Can be integrated with aiohttp, sanic and tornado asyncio applications.
 Broadcasting of messages to all connected clients, or to subsets of them
 assigned to rooms.
 Optional support for multiple servers, connected through a messaging queue
 such as Redis or RabbitMQ.
 Send messages to clients from external processes, such as Celery workers or
 auxiliary scripts.
 Event-based architecture implemented with decorators that hides the details
 of the protocol.
 Support for HTTP long-polling and WebSocket transports.
 Support for XHR2 and XHR browsers.
 Support for text and binary messages.
 Support for gzip and deflate HTTP compression.
 Configurable CORS responses, to avoid cross-origin problems with browsers.

Package: python3-socketio-client
Description-md5: cf00bfed3394529d95c483061bff6d7a
Description-en: socket.io-client library for Python3
 This package contains a socket.io client library
 for Python3.
 .
 You can use it to write test code against your
 socket.io server.

Package: python3-socketpool
Description-md5: ad295fc5de0c2e71bb8648060f1d086b
Description-en: simple Python 3 socket pool
 Socket pool is a simple socket pool that supports multiple factories and
 backends. It can easily be used by gevent, eventlet or any other library.
 .
 This package is for Python 3.

Package: python3-python-socks
Description-md5: 733d929c47ee6b26874831d5eedc0a64
Description-en: core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python
 Supports SOCKS4(a), SOCKS5, HTTP (tunneling) proxy and provides sync and async
 (asyncio, trio, curio, anyio) APIs.

Package: python3-socks
Description-md5: f08bb6329e7368f66b61bf4ec4b5c068
Description-en: Python 3 SOCKS client module
 This module was designed to allow developers of Python
 software that uses the Internet or another TCP/IP-based
 network to add support for connection through a SOCKS proxy
 server with as much ease as possible.
 .
 The module is also knowns as SocksiPy or PySocks.
 .
 This is the Python 3 version.

Package: python3-socksipychain
Description-md5: 899c60dcaaaef03fa2e5f6b78a8e9c52
Description-en: Python SOCKS/HTTP/SSL chaining proxy module
 This Python module allows you to create TCP connections through a chain
 of SOCKS or HTTP proxies without any special effort. It also supports
 TLS/SSL encryption if the OpenSSL modules are installed.

Package: python3-softlayer
Description-md5: d0507720cd79fd9234c2b2056bdacee9
Description-en: Python client for SoftLayer API (Python 3)
 This library provides a simple interface to interact with SoftLayer's
 XML-RPC API and provides support for many of SoftLayer API's features
 like object masks and a command-line interface that can be used to
 access various SoftLayer services using the API.
 .
 This is the Python 3 version of the package.

Package: python3-sop
Description-md5: 635c9c3fdb720935064ffd49e4cb8fd0
Description-en: Framework for implementing the Stateless OpenPGP CLI in Python
 The Stateless OpenPGP Command-Line Interface (or `sop`) is a
 specification that encourages OpenPGP implementors to provide a
 common, relatively simple command-line API for purposes of object
 security.
 .
 This Python module helps implementers build such a CLI from any
 implementation accessible to the Python interpreter.
 .
 This package does *not* provide such an implementation itself -- this
 is just the scaffolding for the command line, which should make it
 relatively easy for an implementer to supply a handful of Python
 functions as methods of a class and get a full-fledged CLI as the
 result.

Package: python3-spake2
Description-md5: 023576bf642de014e8dbfa8f789f2929
Description-en: SPAKE2 password-authenticated key exchange (pure python)
 This library implements the SPAKE2 password-authenticated key
 exchange ("PAKE") algorithm. This allows two parties, who share a
 weak password, to safely derive a strong shared secret (and therefore
 build an encrypted+authenticated channel).
 .
 A passive attacker who eavesdrops on the connection learns no
 information about the password or the generated secret. An active
 attacker (man-in-the-middle) gets exactly one guess at the password,
 and unless they get it right, they learn no information about the
 password or the generated secret. Each execution of the protocol
 enables one guess. The use of a weak password is made safer by the
 rate-limiting of guesses: no off-line dictionary attack is available
 to the network-level attacker, and the protocol does not depend upon
 having previously-established confidentiality of the network (unlike
 e.g. sending a plaintext password over TLS).
 .
 The protocol requires the exchange of one pair of messages, so only
 one round trip is necessary to establish the session key. If
 key-confirmation is necessary, that will require a second round
 trip.

Package: python3-sparkpost
Description-md5: c5cd3eb61351c9c9549c69e845f48a6d
Description-en: SparkPost Python API client (Python 3)
 Super-mega-official Python package for using the SparkPost API.
 .
 Python and Python-Django integration with SparkPost's email transmission
 API.
 .
 This is the Python 3 version of the package.

Package: python3-sparse
Description-md5: 1562b1a9e9bf72cd7e4a98f4c276b81c
Description-en: multidimensional sparse arrays for Python
 This package implements sparse multidimensional arrays on top of NumPy
 and scipy.sparse. It generalizes the scipy.sparse.coo_matrix layout but
 extends beyond just rows and columns to an arbitrary number of
 dimensions. The original motivation is for machine learning algorithms,
 but it is intended for somewhat general use.
 .
 It supports:
 .
   - NumPy ufuncs (where zeros are preserved)
   - Arithmetic with scalars (where zeros are preserved)
   - Reductions (sum, max)
   - Reshape
   - Transpose
   - Tensordot
   - Slicing with integers, lists, and slices (with no step value)
   - Concatenation and stacking
   - Addition with other sparse arrays of the same shape
 .
 This package provides the modules for Python 3.

Package: python3-spectra
Description-md5: cddc9cf3ec42aa7b8fea68e0650c9ddf
Description-en: Easy color scales and color conversion for Python (Python 3 version)
 Spectra is a Python library that makes color math, color scales, and
 color-space conversion easy. Support for: Color scales, Color ranges, Color
 blending, Brightening/darkening colors, Saturating/desaturating colors,
 Conversion to/from multiple color spaces.
 .
 This package contains the Python 3 version of the library.

Package: python3-spectral
Description-md5: 2ec17db35f7885aa58d16d861860047c
Description-en: process hyperspectral imagery
 Pure Python module for processing hyperspectral image data (imaging
 spectroscopy data). It has functions for reading, displaying,
 manipulating, and classifying hyperspectral imagery.

Package: python-sphinx-feature-classification-doc
Description-md5: 5d168aa96860d4e3dedc53143e8b2749
Description-en: generate a matrix of pluggable drivers and their support to an API - doc
 This package contains a Sphinx directive that allows creating matrices of
 drivers a project contains and which features they support. The directive
 takes an INI file with specific syntax explained in the usage documentation
 to generate the matrices, in which projects have the authority to say what is
 supported within their own repository.
 .
 This package contains the documentation.

Package: python3-sphinx-feature-classification
Description-md5: 1e022a67f021ba9b0854efbcda6ebe10
Description-en: generate a matrix of pluggable drivers and their support to an API
 This package contains a Sphinx directive that allows creating matrices of
 drivers a project contains and which features they support. The directive
 takes an INI file with specific syntax explained in the usage documentation
 to generate the matrices, in which projects have the authority to say what is
 supported within their own repository.
 .
 This package contains the Python 3.x module.

Package: python3-sphinx-issues
Description-md5: 4ca3aeb2c49c99e821e0a4fcd631a029
Description-en: extension for linking to project's issue tracker
 A Sphinx extension for linking to your project's issue tracker. Includes roles
 for linking to issues, pull requests, user profiles, with built-in support for
 GitHub (though this works with other services).

Package: python3-sphinxcontrib.apidoc
Description-md5: 0bc65b0e831d4c92fcf9f04e0fda1cf3
Description-en: Sphinx extension for running 'sphinx-apidoc' on each build - Python 3.x
 sphinx-apidoc is a tool for automatic generation of Sphinx sources that, using
 the autodoc sphinx_autodoc extension, documents a whole package in the style
 of other automatic API documentation tools. sphinx-apidoc does not actually
 build documentation - rather it simply generates it. As a result, it must be
 run before sphinx-build.
 .
 This package contains the Python 3.x module.

Package: python3-sphinxcontrib.plantuml
Description-md5: f502041a994193019aa59f944bf85aa5
Description-en: PlantUML extension for Sphinx - Python 3.x
 Once you enable this extension, a very simple string like this:
  "Alice -> Bob: Hi!"
 will create a nice UML schema. WIth PlantUML, you can specify things like
 height, width, scale, caption and so on. For details, please see PlantUML
 documentation at: http://plantuml.sourceforge.net/.
 .
 This package contains the Python 3.x module.

Package: python3-spinners
Description-md5: 450d10bec330694decb50cef6b3aac6c
Description-en: spinners library of terminal for python3
 More than 60 spinners for terminal, this is Python port of amazing node
 library cli-spinners (https://github.com/sindresorhus/cli-spinners).

Package: python3-spoon
Description-md5: 799c7a5bd89d20c1ad12e36e076307c4
Description-en: Simple to use pre-forking server interface
 Spoon is an easy to use pre-forking server interface. It provides
 interfaces for UDP/TCP servers that can handle requests and can be stopped
 or reloaded, as well as interfaces for daemonizing tools.

Package: python3-spur
Description-md5: 30b010f7c56100b7ec8299e7775f440a
Description-en: Run commands easily over SSH (Python3)
 With this Python library you can run commands and manipulate files locally
 or over SSH using the same interface. It offers a much easier-to-use API than
 alternatives such as python-paramiko
 .
 This is the Python3 version of the library.

Package: python3-sql
Description-md5: 828954704eade1e6d08e416c49835e1c
Description-en: Library to write SQL queries (implemented in Python 3)
 python-sql is a library to write SQL queries in a pythonic way. It relies
 exclusively on the Python standard library. It is database independent,
 doesn't require the declaration of tables and allows one to manipulate the
 generated queries.
 .
 To make real use of this package you will have to install a database
 connector.
 .
 This package is targeting Python version 3.

Package: python-sqlalchemy-utils-doc
Description-md5: 2104fa5aa5a8d49995c1fe6abdf2b6c3
Description-en: various utility functions for SQLAlchemy - doc
 Various utility functions and custom data types for SQLAlchemy.
 .
 SQLAlchemy is an SQL database abstraction library for Python.
 .
 This package contains the documentation.

Package: python3-sqlalchemy-utils
Description-md5: ac124105a2b5554f8a469cb49a05285e
Description-en: various utility functions for SQLAlchemy - Python 3.x
 Various utility functions and custom data types for SQLAlchemy.
 .
 SQLAlchemy is an SQL database abstraction library for Python.
 .
 This package contains the Python 3.x module.

Package: python3-sqt
Description-md5: af37cd01facb2305c25529d7be11e4b3
Description-en: SeQuencing Tools for biological DNA/RNA high-throughput data
 sqt is a collection of command-line tools for working with
 high-throughput sequencing data.  Conceptionally not fixed to use any
 particular language, many sqt subcommands are currently implemented
 in Python. For them, a Python package is available with functions for
 reading and writing FASTA/FASTQ files, computing alignments, quality
 trimming, etc.
 .
 The following tools are offered:
  * sqt-coverage -- Compute per-reference statistics such as coverage
    and GC content
  * sqt-fastqmod -- FASTQ modifications: shorten, subset, reverse
    complement, quality trimming.
  * sqt-fastastats -- Compute N50, min/max length, GC content etc. of
    a FASTA file
  * sqt-qualityguess -- Guess quality encoding of one or more FASTA files.
  * sqt-globalalign -- Compute a global or semiglobal alignment of two strings.
  * sqt-chars -- Count length of the first word given on the command line.
  * sqt-sam-cscq -- Add the CS and CQ tags to a SAM file with colorspace reads.
  * sqt-fastamutate -- Add substitutions and indels to sequences in a
    FASTA file.
  * sqt-fastaextract -- Efficiently extract one or more regions from an
    indexed FASTA file.
  * sqt-translate -- Replace characters in FASTA files (like the 'tr'
    command).
  * sqt-sam-fixn -- Replace all non-ACGT characters within reads in a
    SAM file.
  * sqt-sam-insertsize -- Mean and standard deviation of paired-end
    insert sizes.
  * sqt-sam-set-op -- Set operations (union, intersection, ...) on
    SAM/BAM files.
  * sqt-bam-eof -- Check for the End-Of-File marker in compressed
    BAM files.
  * sqt-checkfastqpe -- Check whether two FASTQ files contain correctly
    paired paired-end data.

Package: python3-srp
Description-md5: 143380adfba35056b22db7be3a1d446d
Description-en: Secure Remote Password protocol implementation (Python 3)
 This package provides an implementation of the Secure Remote Password
 protocol (SRP). SRP is a cryptographically strong authentication
 protocol for password-based, mutual authentication over an insecure
 network connection.
 .
 Unlike other common challenge-response authentication protocols, such
 as Kereros and SSL, SRP does not rely on an external infrastructure
 of trusted key servers or certificate management. Instead, SRP server
 applications use verification keys derived from each user's password
 to determine the authenticity of a network connection.
 .
 SRP provides mutual-authentication in that successful authentication
 requires both sides of the connection to have knowledge of the
 user's password. If the client side lacks the user's password or the
 server side lacks the proper verification key, the authentication will
 fail.
 .
 Unlike SSL, SRP does not directly encrypt all data flowing through
 the authenticated connection. However, successful authentication does
 result in a cryptographically strong shared key that can be used
 for symmetric-key encryption. This package contains the python3 version.
 .
 This package provides the python3 version.

Package: python3-srsly
Description-md5: 96160d932d8e276f9ea5cded50fa7aee
Description-en: modern high-performance serialization utilities for Python3
 Serialization is hard, especially across Python versions and multiple
 platforms. After dealing with many subtle bugs over the years
 (encodings, locales, large files) libraries like spaCy and Prodigy
 have steadily grown a number of utility functions to wrap the multiple
 serialization formats that are need to support (especially json, msgpack
 and pickle). To avoid duplication these functions were put in one place.

Package: python-srt-doc
Description-md5: 608d530543889783790b51ef56e95b24
Description-en: Python library to handle SRT subtitle files (documentation)
 srt is a tiny but featureful Python library for parsing, modifying, and
 composing SRT subtitle files. It has a very robust parser that can deal with
 many broken SRT files, and needs no dependencies beyond the Python Standard
 Library.
 .
 This package provides the API documentation.

Package: python3-srt
Description-md5: a68a171c37909afe0f9e1f72fa5fe754
Description-en: Python library to handle SRT subtitle files
 srt is a tiny but featureful Python library for parsing, modifying, and
 composing SRT subtitle files. It has a very robust parser that can deal with
 many broken SRT files, and needs no dependencies beyond the Python Standard
 Library.
 .
 This package provides the Python 3 module.

Package: python3-ssdeep
Description-md5: c4e86da784657948bfb45bd702349ae5
Description-en: Python 3.x wrapper for the ssdeep piecewise hashing tool
 This is a straightforward Python wrapper for ssdeep by Jesse Kornblum,
 which is a library for computing context triggered piecewise hashes (CTPH).
 Also called fuzzy hashes, CTPH can match inputs that have homologies.
 Such inputs have sequences of identical bytes in the same order, although
 bytes in between these sequences may be different in both content and length.
 .
 This package contains the extension built for Python 3.x.

Package: python3-stack-data
Description-md5: c4ebca0939ead7e9393eee439aa494f7
Description-en: Better tracebacks for Python
 This is a library which extracts data from stack frames and tracebacks,
 particularly to display more useful tracebacks than Python's default.

Package: python3-static3
Description-md5: 3af2a622854b4c3ab5d69b439cb04f79
Description-en: Really simple WSGI way to serve static content (Python 3)
 This library provides an easy way to include static content in
 your WSGI applications. There is a convenience method for serving
 files located via pkg_resources. There are also facilities for
 serving mixed (static and dynamic) content using “magic” file
 handlers. Python builtin string substitution, kid and Genshi
 template support are provided and it is easy to roll your own
 handlers. Note that this distribution does not require kid or
 Genshi unless you want to use that type of template. Also provides
 a command of the same name as a convenience when you just want to
 share a little content over HTTP, ad hoc.
 .
 This package installs the library for Python 3.

Package: python3-statmake
Description-md5: 84c7a4816e6db3a1efb9e2ef82adde07
Description-en: Applies STAT information from a Stylespace to a variable font
 statmake takes a user-written Stylespace that defines OpenType STAT
 information for an entire font family and then (potentially subsets and)
 applies it to a specific variable font. This spares users from having to deal
 with raw TTX dumps and juggling with nameIDs.

Package: python3-statsd
Description-md5: d93de2d2c070764cdb91aacddb83c618
Description-en: Python client for the statsd daemon (Python 3)
 A python client for Etsy's stasd server. A friendly front-end to Graphite.
 .
 The package contains the pypi package `statsd` which is the most popular
 `statsd` module on pypi.
 .
 This package installs the library for Python 3.

Package: python3-stdlib-list
Description-md5: ffc839d9f2cebee33a67a7366f721b96
Description-en: List of Python Standard Libraries (2.6-7, 3.2-9)
 This package includes lists of all of the standard libraries for
 Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, and 3.9 along
 with the code for scraping the official Python docs to get said lists.

Package: python-stdnum-doc
Description-md5: 317878a0020c99cedcf6e66b63dd4cc6
Description-en: Python module to handle standardized numbers and codes (Documentation)
 A Python module to parse, validate and reformat standard numbers and codes
 in different formats.
 .
 The package supports a great number of number formats and check digit
 algorithms.
 .
 This package contains the module's documentation.

Package: python3-stdnum
Description-md5: 8df553ce82b9773408f5894c6cb4e5a7
Description-en: Python module to handle standardized numbers and codes (Python3 version)
 A Python module to parse, validate and reformat standard numbers and codes
 in different formats.
 .
 Currently this package supports the following formats:
 .
  * NRT (Número de Registre Tributari, Andorra tax number)
  * NIPT (Numri i Identifikimit për Personin e Tatueshëm, Albanian VAT number)
  * CBU (Clave Bancaria Uniforme, Argentine bank account number)
  * CUIT (Código Único de Identificación Tributaria, Argentinian tax number)
  * DNI (Documento Nacional de Identidad, Argentinian national identity nr.)
  * Austrian Company Register Numbers
  * Postleitzahl (Austrian postal code)
  * Abgabenkontonummer (Austrian tax identification number)
  * UID (Umsatzsteuer-Identifikationsnummer, Austrian VAT number)
  * VNR, SVNR, VSNR (Versicherungsnummer, Austrian social security number)
  * ABN (Australian Business Number)
  * ACN (Australian Company Number)
  * TFN (Australian Tax File Number)
  * Belgian IBAN (International Bank Account Number)
  * BTW, TVA, NWSt, ondernemingsnummer (Belgian enterprise number)
  * EGN (ЕГН, Единен граждански номер, Bulgarian personal identity codes)
  * PNF (ЛНЧ, Личен номер на чужденец, Bulgarian number of a foreigner)
  * VAT (Идентификационен номер по ДДС, Bulgarian VAT number)
  * BIC (ISO 9362 Business identifier codes)
  * Bitcoin address
  * CNPJ (Cadastro Nacional da Pessoa Jurídica, Brazilian company identifier)
  * CPF (Cadastro de Pessoas Físicas, Brazilian national identifier)
  * УНП, UNP (Учетный номер плательщика, the Belarus VAT number)
  * BN (Canadian Business Number)
  * SIN (Canadian Social Insurance Number)
  * CAS RN (Chemical Abstracts Service Registry Number)
  * ESR, ISR, QR-reference (reference number on Swiss payment slips)
  * Swiss social security number ("Sozialversicherungsnummer")
  * UID (Unternehmens-Identifikationsnummer, Swiss business identifier)
  * VAT, MWST, TVA, IVA, TPV (Mehrwertsteuernummer, the Swiss VAT number)
  * RUT (Rol Único Tributario, Chilean national tax number)
  * RIC No. (Chinese Resident Identity Card Number)
  * USCC (Unified Social Credit Code, 统一社会信用代码, China tax number)
  * NIT (Número De Identificación Tributaria, Colombian identity code)
  * CPF (Cédula de Persona Física, Costa Rica physical person ID number)
  * CPJ (Cédula de Persona Jurídica, Costa Rica tax number)
  * CR (Cédula de Residencia, Costa Rica foreigners ID number)
  * NI (Número de identidad, Cuban identity card numbers)
  * CUSIP number (financial security identification number)
  * Αριθμός Εγγραφής Φ.Π.Α. (Cypriot VAT number)
  * DIČ (Daňové identifikační číslo, Czech VAT number)
  * RČ (Rodné číslo, the Czech birth number)
  * Handelsregisternummer (German company register number)
  * IdNr (Steuerliche Identifikationsnummer, German personal tax number)
  * St.-Nr. (Steuernummer, German tax number)
  * Ust ID Nr. (Umsatzsteur Identifikationnummer, German VAT number)
  * Wertpapierkennnummer (German securities identification code)
  * CPR (personnummer, the Danish citizen number)
  * CVR (Momsregistreringsnummer, Danish VAT number)
  * Cedula (Dominican Republic national identification number)
  * NCF (Números de Comprobante Fiscal, Dominican Republic receipt number)
  * RNC (Registro Nacional del Contribuyente, Dominican Republic tax number)
  * EAN (International Article Number)
  * CI (Cédula de identidad, Ecuadorian personal identity code)
  * RUC (Registro Único de Contribuyentes, Ecuadorian company tax number)
  * Isikukood (Estonian Personcal ID number)
  * KMKR (Käibemaksukohuslase, Estonian VAT number)
  * Registrikood (Estonian organisation registration code)
  * CCC (Código Cuenta Corriente, Spanish Bank Account Code)
  * CIF (Código de Identificación Fiscal, Spanish company tax number)
  * CUPS (Código Unificado de Punto de Suministro, Spanish meter point number)
  * DNI (Documento Nacional de Identidad, Spanish personal identity codes)
  * Spanish IBAN (International Bank Account Number)
  * NIE (Número de Identificación de Extranjero, Spanish foreigner number)
  * NIF (Número de Identificación Fiscal, Spanish VAT number)
  * Referencia Catastral (Spanish real estate property id)
  * SEPA Identifier of the Creditor (AT-02)
  * Euro banknote serial numbers
  * EIC (European Energy Identification Code)
  * NACE (classification for businesses in the European Union)
  * VAT (European Union VAT number)
  * ALV nro (Arvonlisäveronumero, Finnish VAT number)
  * Finnish Association Identifier
  * HETU (Henkilötunnus, Finnish personal identity code)
  * Veronumero (Finnish individual tax number)
  * Y-tunnus (Finnish business identifier)
  * FIGI (Financial Instrument Global Identifier)
  * NIF (Numéro d'Immatriculation Fiscale, French tax identification number)
  * NIR (French personal identification number)
  * SIREN (a French company identification number)
  * SIRET (a French company establishment identification number)
  * n° TVA (taxe sur la valeur ajoutée, French VAT number)
  * NHS (United Kingdom National Health Service patient identifier)
  * SEDOL number (Stock Exchange Daily Official List number)
  * UPN (English Unique Pupil Number)
  * UTR (United Kingdom Unique Taxpayer Reference)
  * VAT (United Kingdom (and Isle of Man) VAT registration number)
  * AMKA (Αριθμός Μητρώου Κοινωνικής Ασφάλισης, Greek social security number)
  * FPA, ΦΠΑ, ΑΦΜ (Αριθμός Φορολογικού Μητρώου, the Greek VAT number)
  * GRid (Global Release Identifier)
  * GS1-128 (Standard to encode product information in Code 128 barcodes)
  * NIT (Número de Identificación Tributaria, Guatemala tax number)
  * OIB (Osobni identifikacijski broj, Croatian identification number)
  * ANUM (Közösségi adószám, Hungarian VAT number)
  * IBAN (International Bank Account Number)
  * NPWP (Nomor Pokok Wajib Pajak, Indonesian VAT Number)
  * PPS No (Personal Public Service Number, Irish personal number)
  * VAT (Irish tax reference number)
  * Company Number (מספר חברה, or short ח.פ. Israeli company number)
  * Identity Number (Mispar Zehut, מספר זהות, Israeli identity number)
  * IMEI (International Mobile Equipment Identity)
  * IMO number (International Maritime Organization number)
  * IMSI (International Mobile Subscriber Identity)
  * Aadhaar (Indian digital resident personal identity number)
  * PAN (Permanent Account Number, Indian income tax identifier)
  * Kennitala (Icelandic personal and organisation identity code)
  * VSK number (Virðisaukaskattsnúmer, Icelandic VAT number)
  * ISAN (International Standard Audiovisual Number)
  * ISBN (International Standard Book Number)
  * ISIL (International Standard Identifier for Libraries)
  * ISIN (International Securities Identification Number)
  * ISMN (International Standard Music Number)
  * ISO 11649 (Structured Creditor Reference)
  * ISO 6346 (International standard for container identification)
  * ISSN (International Standard Serial Number)
  * AIC (Italian code for identification of drugs)
  * Codice Fiscale (Italian tax code for individuals)
  * Partita IVA (Italian VAT number)
  * CN (法人番号, hōjin bangō, Japanese Corporate Number)
  * BRN (사업자 등록 번호, South Korea Business Registration Number)
  * RRN (South Korean resident registration number)
  * LEI (Legal Entity Identifier)
  * PEID (Liechtenstein tax code for individuals and entities)
  * Asmens kodas (Lithuanian, personal numbers)
  * PVM (Pridėtinės vertės mokestis mokėtojo kodas, Lithuanian VAT number)
  * TVA (taxe sur la valeur ajoutée, Luxembourgian VAT number)
  * PVN (Pievienotās vērtības nodokļa, Latvian VAT number)
  * MAC address (Media Access Control address)
  * n° TVA (taxe sur la valeur ajoutée, Monacan VAT number)
  * IDNO (Moldavian company identification number)
  * Montenegro IBAN (International Bank Account Number)
  * MEID (Mobile Equipment Identifier)
  * VAT (Maltese VAT number)
  * ID number (Mauritian national identifier)
  * CURP (Clave Única de Registro de Población, Mexican personal ID)
  * RFC (Registro Federal de Contribuyentes, Mexican tax number)
  * NRIC No. (Malaysian National Registration Identity Card Number)
  * BRIN number (the Dutch school identification number)
  * BSN (Burgerservicenummer, the Dutch citizen identification number)
  * Btw-identificatienummer (Omzetbelastingnummer, the Dutch VAT number)
  * Onderwijsnummer (the Dutch student identification number)
  * Postcode (the Dutch postal code)
  * Fødselsnummer (Norwegian birth number, the national identity number)
  * Norwegian IBAN (International Bank Account Number)
  * Konto nr. (Norwegian bank account number)
  * MVA (Merverdiavgift, Norwegian VAT number)
  * Orgnr (Organisasjonsnummer, Norwegian organisation number)
  * New Zealand bank account number
  * IRD number (New Zealand Inland Revenue Department (Te Tari Tāke) number)
  * CUI (Cédula Única de Identidad, Peruvian identity number)
  * RUC (Registro Único de Contribuyentes, Peruvian company tax number)
  * NIP (Numer Identyfikacji Podatkowej, Polish VAT number)
  * PESEL (Polish national identification number)
  * REGON (Rejestr Gospodarki Narodowej, Polish register of economic units)
  * NIF (Número de identificação fiscal, Portuguese VAT number)
  * RUC number (Registro Único de Contribuyentes, Paraguay tax number)
  * CF (Cod de înregistrare în scopuri de TVA, Romanian VAT number)
  * CNP (Cod Numeric Personal, Romanian Numerical Personal Code)
  * CUI or CIF (Codul Unic de Înregistrare, Romanian company identifier)
  * ONRC (Ordine din Registrul Comerţului, Romanian Trade Register identifier)
  * PIB (Poreski Identifikacioni Broj, Serbian tax identification number)
  * ИНН (Идентификационный номер налогоплательщика, Russian tax identifier)
  * Orgnr (Organisationsnummer, Swedish company number)
  * Personnummer (Swedish personal identity number)
  * VAT (Moms, Mervärdesskatt, Swedish VAT number)
  * UEN (Singapore's Unique Entity Number)
  * ID za DDV (Davčna številka, Slovenian VAT number)
  * IČ DPH (IČ pre daň z pridanej hodnoty, Slovak VAT number)
  * RČ (Rodné číslo, the Slovak birth number)
  * COE (Codice operatore economico, San Marino national tax number)
  * NIT (Número de Identificación Tributaria, El Salvador tax number)
  * T.C. Kimlik No. (Turkish personal identification number)
  * VKN (Vergi Kimlik Numarası, Turkish tax identification number)
  * UBN (Unified Business Number, 統一編號, Taiwanese tax number)
  * ЄДРПОУ, EDRPOU (Identifier for enterprises and organizations in Ukraine)
  * РНОКПП, RNTRC (Individual taxpayer registration number in Ukraine)
  * ATIN (U.S. Adoption Taxpayer Identification Number)
  * EIN (U.S. Employer Identification Number)
  * ITIN (U.S. Individual Taxpayer Identification Number)
  * PTIN (U.S. Preparer Tax Identification Number)
  * RTN (Routing transport number)
  * SSN (U.S. Social Security Number)
  * TIN (U.S. Taxpayer Identification Number)
  * RUT (Registro Único Tributario, Uruguay tax number)
  * VATIN (International value added tax identification number)
  * RIF (Registro de Identificación Fiscal, Venezuelan VAT number)
  * MST (Mã số thuế, Vietnam tax number)
  * ID number (South African Identity Document number)
  * TIN (South African Tax Identification Number)
 .
 Furthermore a number of generic check digit algorithms are available:
 .
  * the Verhoeff algorithm
  * the Damm algorithm
  * the Luhn and Luhn mod N algorithms
  * some algorithms described in ISO/IEC 7064: Mod 11, 2, Mod 37, 2,
    Mod 97, 10, Mod 11, 10 and Mod 37, 36
 .
 This package contains the Python 3 version of the library.

Package: python3-stem
Description-md5: f78eb579cba4fc0b2f21f1974b34e4e2
Description-en: Tor control library for Python 3 series
 Stem is a Python controller library for Tor. With it you can use
 Tor's control protocol to script against the Tor process and read
 descriptor data relays publish about themselves.
 .
 This is Python 3 series module.

Package: python3-stem-doc
Description-md5: d0da457917e94cf26ed4065fc17acca3
Description-en: Tor control library for Python 3 - documentation
 Stem is a Python controller library for Tor. With it you can use
 Tor's control protocol to script against the Tor process and read
 descriptor data relays publish about themselves.
 .
 This package contains documentation for developers

Package: python-stestr-doc
Description-md5: ddf9f7d1c036e02ace1cce9fe2640fc7
Description-en: test runner similar to testrepository - doc
 Stestr stands for Slim/Super Test Repository. It is a fork of the
 testrepository that concentrates on being a dedicated test runner for Python
 projects. The generic abstraction layers which enabled testr to work with any
 subunit emitting runner are gone. Stestr hard codes python-subunit-isms into
 how it works. The code base is also designed to try and be explicit, and to
 provide a Python API that is documented and has examples.
 .
 While stestr was originally forked from testrepository it is not 100%
 backwards compatible with testrepository. At a high level the basic concepts
 of operation are shared between the 2 projects but the actual usage between
 the 2 is not exactly the same.
 .
 This package contains the documentation.

Package: python3-stestr
Description-md5: 014b3ad1df7dac4c65c6038092878a5e
Description-en: test runner similar to testrepository - Python 3.x
 Stestr stands for Slim/Super Test Repository. It is a fork of the
 testrepository that concentrates on being a dedicated test runner for Python
 projects. The generic abstraction layers which enabled testr to work with any
 subunit emitting runner are gone. Stestr hard codes python-subunit-isms into
 how it works. The code base is also designed to try and be explicit, and to
 provide a Python API that is documented and has examples.
 .
 While stestr was originally forked from testrepository it is not 100%
 backwards compatible with testrepository. At a high level the basic concepts
 of operation are shared between the 2 projects but the actual usage between
 the 2 is not exactly the same.
 .
 This package contains the Python 3.x module.

Package: python3-stetl
Description-md5: 3a55cc4532c18ce8589a82f600ef56ba
Description-en: Streaming ETL - Geospatial ETL framework for Python 3
 Stetl, streaming ETL, pronounced "staedl", is a lightweight ETL-framework
 for the conversion of rich (as GML) geospatial data conversion.
 .
 It basically glues together existing parsing and transformation tools
 like GDAL/OGR (ogr2ogr) and XSLT. By using native tools like libxml and
 libxslt (via Python lxml) Stetl is speed-optimized.
 .
 Stetl has a similar design as Spring (Java) and other modern frameworks
 based on IoC (Inversion of Control). A configuration file (in Python
 config format) specifies your chain of ETL steps. This chain is formed
 by a series of Python modules/objects and their parameters. These are
 symbolically specified in the config file. You just invoke etl.py the
 main program with a config file. The config file specifies the input
 modules (e.g. PostGIS), transformers (e.g. XSLT) and outputs (e.g. a GML
 file or even WFS-T a geospatial protocol to publish GML to a server).
 .
 This package contains the module for Python 3.

Package: stetl
Description-md5: e5095f0d59189eccf76b1c253469f8a5
Description-en: Streaming ETL - Commandline utility
 Stetl, streaming ETL, pronounced "staedl", is a lightweight ETL-framework
 for the conversion of rich (as GML) geospatial data conversion.
 .
 It basically glues together existing parsing and transformation tools
 like GDAL/OGR (ogr2ogr) and XSLT. By using native tools like libxml and
 libxslt (via Python lxml) Stetl is speed-optimized.
 .
 Stetl has a similar design as Spring (Java) and other modern frameworks
 based on IoC (Inversion of Control). A configuration file (in Python
 config format) specifies your chain of ETL steps. This chain is formed
 by a series of Python modules/objects and their parameters. These are
 symbolically specified in the config file. You just invoke etl.py the
 main program with a config file. The config file specifies the input
 modules (e.g. PostGIS), transformers (e.g. XSLT) and outputs (e.g. a GML
 file or even WFS-T a geospatial protocol to publish GML to a server).
 .
 This package contains the stetl utility.

Package: python-stomp-doc
Description-md5: 8ca91001a6bff2a570c06e70218a2708
Description-en: Documentation of Python's STOMP client library
 stomp.py is a Python client library for accessing messaging
 servers (such as Apollo or RabbitMQ) using the STOMP protocol (versions 1.0,
 1.1 and 1.2). It can also be run as a standalone, command-line client for
 testing.
 .
 This is the common documentation package.

Package: python3-stomp
Description-md5: ca3025de6f7ddd96a3f0eae2f797f4b4
Description-en: STOMP client library for Python 3
 This package contains stomp.py, a Python client library for accessing messaging
 servers (such as Apollo or RabbitMQ) using the STOMP protocol (versions 1.0,
 1.1 and 1.2). It can also be run as a standalone, command-line client for
 testing.
 .
 This package installs the library for Python 3.

Package: python3-stone
Description-md5: 48e12381d7b903bb31d5dc6406a8144c
Description-en: interface description language (IDL) for APIs (Python3 version)
 The Official API Spec Language for Dropbox. Define an API once in Stone. Use
 backends, i.e. code generators, to translate your specification into objects
 and functions in the programming languages of your choice.
 .
 This package contains the Python 3 version of the library.

Package: python3-stopit
Description-md5: 59c413cec6186177861831a4fbee88f2
Description-en: Timeout control decorator and context manager for Python3
 This Python module provides:
  - a function that raises an exception in another thread,
  including the main thread.
  - two context managers that may stop its inner block activity
  on timeout.
  - two decorators that may stop its decorated callables
  on timeout.
 .
 This is the Python 3 compatible package.

Package: python3-streamz
Description-md5: 444347d2336283e0a2eb6328cd487481
Description-en: build pipelines to manage continuous streams of data
 It is simple to use in simple cases, but also supports complex pipelines that
 involve branching, joining, flow control, feedback, back pressure, and so on.
 Optionally, Streamz can also work with both Pandas and cuDF dataframes,
 to provide sensible streaming operations on continuous tabular data.

Package: python3-strictyaml
Description-md5: 56394d99b507277d65df1dbad7539af8
Description-en: strict, typed YAML parser for Python
 StrictYAML is a type-safe YAML parser that parses and validates a restricted
 subset of the YAML specification.
 .
 Priorities:
  - Beautiful API
  - Refusing to parse the ugly, hard to read and insecure features of YAML like
    the Norway problem.
  - Strict validation of markup and straightforward type casting.
  - Clear, readable exceptions with code snippets and line numbers.
  - Acting as a near-drop in replacement for pyyaml, ruamel.yaml or poyo.
  - Ability to read in YAML, make changes and write it out again with comments
    preserved.
  - Not speed, currently.
 .
 This package installs the library for Python 3.

Package: python3-stringtemplate3
Description-md5: b3c7d7456512154714122c3ec0e48d46
Description-en: template engine with strict model-view separation - Python 3
 StringTemplate is a template engine for generating source code, web pages,
 emails, or any other formatted text output. StringTemplate is particularly
 good at multi-targeted code generators, multiple site skins, and
 internationalization/localization. It evolved over years of effort developing
 jGuru.com. StringTemplate also powers the ANTLR v3 code generator. Its
 distinguishing characteristic is that it strictly enforces model-view
 separation unlike other engines.
 .
 This package contains the Python 3 module.

Package: python3-stripe
Description-md5: 57f20b096787ce6aab4daa3c0bd99caf
Description-en: Python bindings for the Stripe API
 Official Stripe Bindings for Python
 ===================================
 .
 Stripe (https://stripe.com/) is a an online payment processing and
 credit card processing platform for businesses. Stripe offers a global payment
 system that can accept over 135 currencies.
 .
 The Stripe Python library provides convenient access to the Stripe API from
 applications written in the Python language. It includes a pre-defined set of
 classes for API resources that initialize themselves dynamically from API
 responses which makes it compatible with a wide range of versions of the Stripe
 API.
 .
 Setting up a Stripe Account
 ---------------------------
 .
 Sign up for Stripe at https://dashboard.stripe.com/register.
 .
 Using the Stripe API
 --------------------
 .
 Documentation for the Python bindings can be found alongside
 Stripe's other bindings here:
 .
  - https://stripe.com/docs
  - https://stripe.com/docs/api/?lang=python
 .
 In the standard documentation (the first link), most of the reference pages
 will have examples in Stripe's official bindings (including Python). Just
 click on the Python tab to get the relevant documentation.
 .
 In the full API reference for Python (the second link), the right half of
 the page will provide example requests and responses for various API calls.

Package: python-structlog-doc
Description-md5: 2338b826c34dac15a9dad9b078976f0d
Description-en: structured logging for Python (common documentation)
 Structlog makes structured logging in Python easy by augmenting your existing
 logger.  It allows you to split your log entries up into key/value pairs and
 build them incrementally without annoying boilerplate code.
 .
 The output format is just as flexible and structlog comes with support for
 JSON, logfmt, as well as pretty console output out-of-the-box.
 .
 This is the common documentation package.

Package: python3-structlog
Description-md5: d48bd8a62d97855acda3c9a6820d257a
Description-en: structured logging for Python (3.x)
 Structlog makes structured logging in Python easy by augmenting your existing
 logger.  It allows you to split your log entries up into key/value pairs and
 build them incrementally without annoying boilerplate code.
 .
 The output format is just as flexible and structlog comes with support for
 JSON, logfmt, as well as pretty console output out-of-the-box.
 .
 This package installs the library for Python 3.

Package: python3-stubserver
Description-md5: b1190f3b8fa70d1d3f0ca8b11d6829fd
Description-en: mock tester of external web dependencies for Python
 Testing external web dependencies in a mock objects style. This library
 includes the tests at the bottom of the stubserver.py file, which serve both
 as the TDD tests written while creating this library, and as examples /
 documentation.  It supports any HTTP method, i.e. GET, PUT, POST and DELETE.
 It supports chunked encoding, but currently the developers have no use cases
 for multipart support etc, so it doesn't do it.
 .
 There is also an FTPStubServer for your FTP testing needs, but that is NOT
 bug free at the moment.  All assistance gratefully received.

Package: python3-suitesparse-graphblas
Description-md5: 63acce9963201de202d7de544c4b45f4
Description-en: Python CFFI Binding around SuiteSparse:GraphBLAS (Python 3)
 python3-suitesparse-graphblas is a base package that exposes only the low level
 CFFI API bindings and symbols around SuiteSparse:GraphBLAS. This package is
 shared by the syntax bindings pygraphblas and grblas.
 .
 This is the Python 3 version of the package.

Package: python3-suntime
Description-md5: 83ceb993a0479a434a57df10449157fd
Description-en: Simple sunset and sunrise time calculation Python library (Python 3)
 Python library doing sunrise and sunset time calculation.
 .
 Takes a WGS84 (GPS) latitude/longitude as input as well as an UTC or
 local datetime object.
 .
 This package installs the library for Python 3.

Package: python3-sure
Description-md5: f1dde9e38be8b7e240052c85b336fb7c
Description-en: utility belt for automated testing
 Sure is a library for Python that leverages a DSL for writing assertions. In
 CPython it monkey-patches the object type, adding some methods and properties
 purely for test purposes. Any Python code written after "import sure" gains
 testing superpowers.

Package: python-sushy-doc
Description-md5: 01682ddc991ab50692f4d143c7d5a86a
Description-en: small library to communicate with Redfish based systems - doc
 Sushy is a Python library to communicate with Redfish based systems. The goal
 of the library is to be extremely simple, small, have as few dependencies as
 possible and be very conservative when dealing with BMCs by issuing just
 enough requests to it (BMCs are very flaky).
 .
 Therefore, the scope of the library has been limited to what is supported by
 the OpenStack Ironic project. As the project grows and more features from
 Redfish are needed Sushy will expand to fulfil those requirements.
 .
 This package contains the documentation.

Package: python3-sushy
Description-md5: b730bbc708a0e87ff9d98c552a48d485
Description-en: small library to communicate with Redfish based systems - Python 3.x
 Sushy is a Python library to communicate with Redfish based systems. The goal
 of the library is to be extremely simple, small, have as few dependencies as
 possible and be very conservative when dealing with BMCs by issuing just
 enough requests to it (BMCs are very flaky).
 .
 Therefore, the scope of the library has been limited to what is supported by
 the OpenStack Ironic project. As the project grows and more features from
 Redfish are needed Sushy will expand to fulfil those requirements.
 .
 This package contains the Python 3.x module.

Package: python-sushy-cli-doc
Description-md5: eaa930f05e0051edff86f1ca2d8283e0
Description-en: Redfish CLI tool based on sushy Redfish client library - doc
 Sushy CLI tool is intended to help human beings to communicate with Redfish
 based baseboard management controllers (BMC).
 .
 BMCs offer powerful means of controlling bare metal machines. For example, one
 can flip machine power, change BIOS configuration or even flash the firmware.
 .
 The sushycli tool offers a friendly command-line interface to some of the BMC
 features. It's main audience include software developers working on bare metal
 management automation and system administrators handling the raw iron with bare
 hands.
 .
 This package contains the documentation.

Package: python3-sushy-cli
Description-md5: 8502bb0d591f82f71ed6dd53b2180190
Description-en: Redfish CLI tool based on sushy Redfish client library - Python 3.x
 Sushy CLI tool is intended to help human beings to communicate with Redfish
 based baseboard management controllers (BMC).
 .
 BMCs offer powerful means of controlling bare metal machines. For example, one
 can flip machine power, change BIOS configuration or even flash the firmware.
 .
 The sushycli tool offers a friendly command-line interface to some of the BMC
 features. It's main audience include software developers working on bare metal
 management automation and system administrators handling the raw iron with bare
 hands.
 .
 This package contains the Python 3.x module.

Package: python3-svg.path
Description-md5: 893a36ca97947194031355ee275bed68
Description-en: SVG path objects and parser for Python3
 In SVG (Scalable Vector Graphics), paths are used to draw simple or
 compounded shape outlines. svg.path is a collection of objects
 that implement the path commands in SVG (Line, Arc, QuadraticBezier,
 CubicBezier), and a parser for SVG path definitions.
 .
 This package contains the modules for Python3.

Package: python3-svgelements
Description-md5: 3a88557a65bbff8abb2c004ee3462c1e
Description-en: high fidelity SVG parsing and geometric rendering Python library
 The goal is to successfully and correctly process SVG for use with any scripts
 that may need or want to use SVG files as geometric data.
 .
 This is both facilitated by, and results in, very useful elements within the
 SVG spec: Path, Matrix, Angle, Length, Color, Point and other SVG and CSS
 Elements. The SVG spec defines a variety of elements which generally
 interoperate. In order to have a robust experience with SVGs one must be able
 to correctly deal with the parsing and interactions of these elements.
 .
 This project began as part of meerK40t which does SVG loading of files for
 laser cutting. It attempts to more fully map out the SVG specification,
 objects, and paths, while remaining easy to use and largely backwards
 compatible. These elements are quite useful in their own right. For example,
 the zooming and panning within meerK40t is done using the SVG matrix which
 more robust than the wxPython one. Internal console commands within meerK40t
 allows specifying robustly parsed angles of rotation, colors of objects, and
 naively uses the Path() and SVGImage objects. The ability to have these
 robustly manipulated with affine transformations provides considerable
 utility. There is significant utility in the interactions between these
 objects, however if one just want to robustly parse some SVG and convert the
 data to their own structures that is entirely reasonable.
 .
 Without robust SVG parsing one'll find repeated edge cases of some svg files
 that do not parse correctly. svgelements aims to avoid those pitfalls with
 robust adherence to the SVG spec.

Package: python3-svglib
Description-md5: cb986ae16137ec3f0509a50193c508a9
Description-en: Python library for reading SVG files and converting them
 Used as a package you can read existing SVG files and convert them into
 ReportLab Drawing objects that can be used in a variety of contexts, e.g. as
 ReportLab Platypus Flowable objects or in RML. As a command-line tool it
 converts SVG files into PDF ones (but adding other output formats like bitmap
 or EPS is really easy and will be better supported, soon).

Package: python-swiftclient-doc
Description-md5: 0084b509d64d02182b09ca5a4a938417
Description-en: Client library for Openstack Swift API - doc
 OpenStack Object Storage (code-named Swift) creates redundant, scalable object
 storage using clusters of standardized servers to store petabytes of
 accessible data. It is not a file system or real-time data storage system, but
 rather a long-term storage system for a more permanent type of static data
 that can be retrieved, leveraged, and then updated if necessary. Primary
 examples of data that best fit this type of storage model are virtual machine
 images, photo storage, email storage and backup archiving. Having no central
 "brain" or master point of control provides greater scalability, redundancy
 and permanence.
 .
 Objects are written to multiple hardware devices in the data center, with
 the OpenStack software responsible for ensuring data replication and
 integrity across the cluster. Storage clusters can scale horizontally by
 adding new nodes. Should a node fail, OpenStack works to replicate its
 content from other active nodes. Because OpenStack uses software logic to
 ensure data replication and distribution across different devices,
 inexpensive commodity hard drives and servers can be used in lieu of more
 expensive equipment.
 .
 This package provides a client for the OpenStack Swift API. There's a Python
 API  (the "swiftclient" module), and a command-line script ("swift").
 .
 This package contains the documentation.

Package: python3-swiftclient
Description-md5: c5b209ac95eaa56dda4413f8d356c96b
Description-en: Client library for Openstack Swift API - Python 3.x
 OpenStack Object Storage (code-named Swift) creates redundant, scalable object
 storage using clusters of standardized servers to store petabytes of
 accessible data. It is not a file system or real-time data storage system, but
 rather a long-term storage system for a more permanent type of static data
 that can be retrieved, leveraged, and then updated if necessary. Primary
 examples of data that best fit this type of storage model are virtual machine
 images, photo storage, email storage and backup archiving. Having no central
 "brain" or master point of control provides greater scalability, redundancy
 and permanence.
 .
 Objects are written to multiple hardware devices in the data center, with
 the OpenStack software responsible for ensuring data replication and
 integrity across the cluster. Storage clusters can scale horizontally by
 adding new nodes. Should a node fail, OpenStack works to replicate its
 content from other active nodes. Because OpenStack uses software logic to
 ensure data replication and distribution across different devices,
 inexpensive commodity hard drives and servers can be used in lieu of more
 expensive equipment.
 .
 This package provides a client for the OpenStack Swift API. There's a Python
 API  (the "swiftclient" module), and a command-line script ("swift").
 .
 This package contains the Python 3.x module.

Package: python-sybil-doc
Description-md5: b9932a2cbb32037f31cb4a23cc1d9e13
Description-en: Automated testing for the examples in your documentation (documentation)
 This library provides a way to test examples in your documentation by parsing
 them from the documentation source and evaluating the parsed examples as part
 of your normal test run. Integration is provided for the three main Python test
 runners.
 .
 This package contains the documentation.

Package: python3-sybil
Description-md5: 9b0f97289ef6787c76465472088eb5a3
Description-en: Automated testing for the examples in your documentation (Python 3)
 This library provides a way to test examples in your documentation by parsing
 them from the documentation source and evaluating the parsed examples as part
 of your normal test run. Integration is provided for the three main Python test
 runners.
 .
 This is the Python 3 version of the package.

Package: python3-systemd
Description-md5: 7a2b9a42fd36c069bde58933923b1deb
Description-en: 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

Package: python3-sysv-ipc
Description-md5: 0a29d3baf06d42a1d3e66194c824d988
Description-en: semaphores, shared memory and message queues - Python 3.x
 Sysv_ipc gives Python programs access to System V semaphores, shared memory
 and message queues. Most (all?) Unixes (including OS X) support System V IPC.
 .
 This package contains the Python 3.x module.

Package: python-tablib-doc
Description-md5: f2d6dfba544feec35397d8c2d20a2af3
Description-en: format agnostic tabular dataset library (Documentation)
 Tablib is a format agnostic tabular dataset library, written in Python. It
 allows you to import, export, and manipulate tabular data sets. Advanced
 features include, segregation, dynamic columns, tags & filtering, and seamless
 format import & export.
 .
 This package provides the documentation.

Package: python3-tablib
Description-md5: 01ce902e292311aac3ff3a04d365e843
Description-en: format agnostic tabular dataset library (Python 3)
 Tablib is a format agnostic tabular dataset library, written in Python. It
 allows you to import, export, and manipulate tabular data sets. Advanced
 features include, segregation, dynamic columns, tags & filtering, and seamless
 format import & export.
 .
 This package provides the Python 3.x module.

Package: python3-tabulate
Description-md5: b81379cbf74fc3ac3a246dede18c9918
Description-en: pretty-print tabular data in Python3
 Pretty-print tabular data in Python, a library and a command-line utility.
 The main use cases of the library are:
 .
  * printing small tables without hassle: just one function call, formatting is
    guided by the data itself
  * authoring tabular data for lightweight plain-text markup: multiple output
    formats suitable for further editing or transformation
  * readable presentation of mixed textual and numeric data: smart column
    alignment, configurable number formatting, alignment by a decimal point
 .
 This package installs the library for Python 3, and the cli tool.

Package: python-tackerclient-doc
Description-md5: 78c73fc62e9cb194b5042a295a56ba97
Description-en: CLI and Client Library for OpenStack Tacker - doc
 Tacker is an official OpenStack project building a Generic VNF Manager (VNFM)
 and a NFV Orchestrator (NFVO) to deploy and operate Network Services and
 Virtual Network Functions (VNFs) on an NFV infrastructure platform like
 OpenStack. It is based on ETSI MANO Architectural Framework and provides a
 functional stack to Orchestrate Network Services end-to-end using VNFs.
 .
 This is the client API library for Tacker. This package contains the
 documentation.

Package: python3-tackerclient
Description-md5: 444b244bf56032b66e6856ae0ffb83b6
Description-en: CLI and Client Library for OpenStack Tacker - Python 3.x
 Tacker is an official OpenStack project building a Generic VNF Manager (VNFM)
 and a NFV Orchestrator (NFVO) to deploy and operate Network Services and
 Virtual Network Functions (VNFs) on an NFV infrastructure platform like
 OpenStack. It is based on ETSI MANO Architectural Framework and provides a
 functional stack to Orchestrate Network Services end-to-end using VNFs.
 .
 This is the client API library for Tacker. This package contains the Python
 3.x module.

Package: python-taskflow-doc
Description-md5: 61552451ac8817a14440fa5600f02ae8
Description-en: Taskflow structured state management library - doc
 TaskFlow, is a library to do [jobs, tasks, flows] in a HA manner
 using different backends to be used with OpenStack projects.
 More information at http://wiki.openstack.org/wiki/TaskFlow
 .
 This package contains the documentation.

Package: python3-taskflow
Description-md5: 13a43f6511a95c4cb54f4f42c09d319a
Description-en: Taskflow structured state management library - Python 3.x
 TaskFlow, is a library to do [jobs, tasks, flows] in a HA manner
 using different backends to be used with OpenStack projects.
 More information at http://wiki.openstack.org/wiki/TaskFlow
 .
 This package contains the Python 3.x module.

Package: python3-tasklib
Description-md5: 690ff6ceb97448c4c40de792073ddcd7
Description-en: Task Warrior database interaction - Python 3.x
 Tasklib is a Python library for interacting with a taskwarrior databases,
 using a queryset API similar to that of Django's ORM. Supports taskwarrior
 2.1.x and above. Older versions of taskwarrior are untested and may not work.
 .
 This package contains the Python 3.x module.

Package: python3-tblib
Description-md5: 13bb611e00937c090769073bc4ea4057
Description-en: Python 3 traceback fiddling library
 This library allows pickling tracebacks so that they can be passed across
 process boundaries.  The traceback objects that come out are stripped of
 some attributes such as variables, but it is at least possible to raise
 exceptions with those tracebacks or print them.

Package: python3-tcolorpy
Description-md5: d266ba3c348185ac69d6d570ae76a3f5
Description-en: apply true color for terminal text (Python3 version)
 tcolopy is a Python library to apply true color for terminal text. It supports
 foreground and background color in addition to styles like "bold", "italic",
 etc.
 .
 This package contains the Python 3 version of the library.

Package: python3-python-telegram-bot
Description-md5: 6b142598fbbcfc724a2d65b524a4b670
Description-en: python module for Telegram Bot API (Python 3)
 This package contains the python module for Telegram Bot API. You can use it
 simply as an API if you want to implement logic by yourself, or you can enable
 retrieving of updates and get messages sent to your bot in a callback.
 .
 This package installs the library for Python 3.

Package: python3-python-telegram-bot-doc
Description-md5: 579a1b424784a4b2bf5803cb0dfc2db9
Description-en: python module for Telegram Bot API (common documentation)
 This package contains the python module for Telegram Bot API. You can use it
 simply as an API if you want to implement logic by yourself, or you can enable
 retrieving of updates and get messages sent to your bot in a callback.
 .
 This is the common documentation package.

Package: python3-telethon
Description-md5: 5051559552c419a585fa7bc14bad2310
Description-en: Pure Python 3 MTProto API Telegram client library
 Telethon is an asyncio Python 3 MTProto library to interact with Telegram's
 API as a user or through a bot account (bot API alternative).
 .
 Telegram is a popular messaging application. This library is meant to make it
 easy for you to write Python programs that can interact with Telegram. Think
 of it as a wrapper that has already done the heavy job for you, so you can
 focus on developing an application.

Package: python3-telethon-doc
Description-md5: 44e5ddc0ef74314c2d1bb9796b33c9c2
Description-en: Pure Python 3 MTProto API Telegram client library - documentation
 Telethon is an asyncio Python 3 MTProto library to interact with Telegram's
 API as a user or through a bot account (bot API alternative).
 .
 Telegram is a popular messaging application. This library is meant to make it
 easy for you to write Python programs that can interact with Telegram. Think
 of it as a wrapper that has already done the heavy job for you, so you can
 focus on developing an application.
 .
 This package contains the HTML documentation.

Package: python3-tempestconf
Description-md5: 8e834b47827e43627125fa2e4fc59c33
Description-en: automatic tempest configuration
 python-tempestconf will automatically generate the tempest configuration based
 on your cloud.
 .
 This package contains the Python 3.x module.

Package: python3-tempita
Description-md5: 75b0e7b5558ce1dd5e5d3b55ba2c2008
Description-en: very small text templating language - Python 3.x
 Tempita is a small and simple Python text templating language mainly used
 by Paster (python-pastescript) to roll out new projects.
 .
 This package contains the Python 3.x module.

Package: python3-tempora
Description-md5: 5eaa7460fc5a7ef731396aef2fddb6f9
Description-en: Python objects and routines pertaining to date and time
 Tempora is a set of Python objects and routines pertaining to date and
 time.
 .
 Besides the top level package module (tempora), it includes:
  * timing: routines for measuring and profiling.
  * schedule: an event scheduler.
  * utc: routines for getting datetime-aware UTC values.

Package: python-tenacity-doc
Description-md5: 845f098ffd4a66544e516b13ef4c3d89
Description-en: retry code until it succeeeds - doc
 Tenacity is a general-purpose retrying library to simplify the task of adding
 retry behavior to just about anything. It originates from a fork of Retrying.
 .
 Features:
  * Generic Decorator API
  * Specify stop condition (i.e. limit by number of attempts)
  * Specify wait condition (i.e. exponential backoff sleeping between attempts)
  * Customize retrying on Exceptions
  * Customize retrying on expected returned result
 .
 This package contains the documentation.

Package: python3-tenacity
Description-md5: 2eeba38fc7fcd6021294d8e7dbf40df8
Description-en: retry code until it succeeeds
 Tenacity is a general-purpose retrying library to simplify the task of adding
 retry behavior to just about anything. It originates from a fork of Retrying.
 .
 Features:
  * Generic Decorator API
  * Specify stop condition (i.e. limit by number of attempts)
  * Specify wait condition (i.e. exponential backoff sleeping between attempts)
  * Customize retrying on Exceptions
  * Customize retrying on expected returned result

Package: python3-termcolor
Description-md5: 42c64f05b2b9e691b8247759fee362a1
Description-en: ANSII Color formatting for output in terminal - Python 3.x
 The termcolor Python module provides ANSII Color formatting for output in
 terminal. It may be useful for the output of unit testing results in color,
 for example using openstack.nose_plugin.
 .
 This package provides the module for Python 3.x.

Package: python3-termstyle
Description-md5: fa27c92853fd6ce281e771791ccd4d06
Description-en: console colouring for python - Python 3.x
 Termstyle is a simple Python library for adding coloured output to terminal
 (console) programs. The definitions come from ECMA-048, the "Control Functions
 for Coded Character Sets" standard.
 .
 This package contains the Python 3.x module.

Package: python3-tesserocr
Description-md5: 2bd9d78aa52591671d375cb4a9dcc6aa
Description-en: Python wrapper for the tesseract-ocr API (Python3 version)
 A simple, Pillow-friendly, wrapper around the tesseract-ocr API for Optical
 Character Recognition (OCR).
 .
 tesserocr integrates directly with Tesseract's C++ API using Cython which
 allows for a simple Pythonic and easy-to-read source code. It enables real
 concurrent execution when used with Python's threading module by releasing the
 GIL while processing an image in tesseract.
 .
 tesserocr is designed to be Pillow-friendly but can also be used with image
 files instead.
 .
 This package contains the Python 3 version of the library.

Package: python3-test-server
Description-md5: 99a3dfe5c8f6b7d6970b45784718c25c
Description-en: HTTP Server to test HTTP clients (Python 3)
 HTTP server for unit tests of Python programs or libraries.
 This package also contains the test_server program.
 .
 This is the Python 3 version.

Package: python-testfixtures-doc
Description-md5: 125777eee06138b39ebb1e80aa6151cd
Description-en: Collection of helpers and mock objects (Documentation)
 TestFixtures is a collection of helpers and mock objects that are useful when
 writing unit tests or doc tests. It includes tools for a wide range of tasks:
 .
  * Comparing objects and sequences
  * Mocking out objects and methods
  * Mocking dates and times
  * Testing logging
  * Testing output to streams
  * Testing with files and directories
  * Testing exceptions
  * Testing warnings
  * Testing use of the subprocess package
  * Testing with zope.component
 .
 This package contains the documentation.

Package: python3-testfixtures
Description-md5: 3449fa6a6621aad3f664e351314b888f
Description-en: Collection of helpers and mock objects (Python3 version)
 TestFixtures is a collection of helpers and mock objects that are useful when
 writing unit tests or doc tests. It includes tools for a wide range of tasks:
 .
  * Comparing objects and sequences
  * Mocking out objects and methods
  * Mocking dates and times
  * Testing logging
  * Testing output to streams
  * Testing with files and directories
  * Testing exceptions
  * Testing warnings
  * Testing use of the subprocess package
  * Testing with zope.component
 .
 This package contains the Python 3 version of the library.

Package: python3-testing.common.database
Description-md5: 2a1ba43f5bfe15410b6f183f05e70d92
Description-en: Python testing.* framework - common database utilities (Python 3)
 The testing.* Python modules provide a framework for Python unit test suites
 that need to run tests against servers, like network-based DBMSs.
 .
 This package contains common utilities for handling database connections
 in this framework (Python 3 version).

Package: python3-testing.mysqld
Description-md5: 4c6168472634922115c9d4f57e75cc6b
Description-en: Python testing.* framework - MySQL helpers (Python 3)
 The testing.* Python modules provide a framework for Python unit test suites
 that need to run tests against servers, like network-based DBMSs.
 .
 testing.mysqld contains helper classes to work with a temporary
 MySQL server. It automatically sets up a MySQL instance in a
 temporary directory, and destroys it after testing.
 .
 This package contains the Python 3 version.

Package: python3-testing.postgresql
Description-md5: 3910b2a900238db1fa8db5988bd25266
Description-en: Python testing.* framework - PostgreSQL helpers (Python 3)
 The testing.* Python modules provide a framework for Python unit test suites
 that need to run tests against servers, like network-based DBMSs.
 .
 testing.postgresql contains helper classes to work with a temporary
 PostgreSQL server. It automatically sets up a PostgreSQL instance in a
 temporary directory, and destroys it after testing.
 .
 This package contains the Python 3 version.

Package: python3-testscenarios
Description-md5: 4105641f56e6d7c62f687fa1e0c64ef6
Description-en: Dependency injection for Python unittest tests - Python 3.x
 testscenarios provides clean dependency injection for Python unittest style
 tests. This can be used for interface testing (testing many implementations
 via a single test suite) or for classic dependency injection (provide tests
 with dependencies externally to the test code itself, allowing easy testing
 in different situations).
 .
 This package contains the Python 3.x module.

Package: python-testtools-doc
Description-md5: 5ac433eeae157867107658350421ea6b
Description-en: Extensions to the Python unittest library - doc
 testtools (formerly pyunit3k) is a set of extensions to the Python standard
 library's unit testing framework. These extensions have been derived from
 years of experience with unit testing in Python and come from many different
 sources. It's hoped that these extensions will make their way into the
 standard library eventually. Also included are backports from Python trunk of
 unittest features that are not otherwise available to existing unittest users.
 .
 This package contains the documentation.

Package: python3-testtools
Description-md5: 0ff2eb4cf996b68fa433e8ad49a70432
Description-en: Extensions to the Python unittest library - Python 3.x
 testtools (formerly pyunit3k) is a set of extensions to the Python standard
 library's unit testing framework. These extensions have been derived from
 years of experience with unit testing in Python and come from many different
 sources. It's hoped that these extensions will make their way into the
 standard library eventually. Also included are backports from Python trunk of
 unittest features that are not otherwise available to existing unittest users.
 .
 This package contains the libraries for Python 3.x.

Package: python3-text-unidecode
Description-md5: dacbec8f46ebd5af7536ea3b464ed673
Description-en: most basic Python port of the Text::Unidecode Perl library (Python3 version)
 This library is an alternative of other Python ports of Text::Unidecode
 (unidecode and isounidecode).
 unidecode (in Debian available as python3-unidecode) is licensed under GPL;
 isounidecode uses too much memory, and it also didn’t support Python 3 while
 text-unidecode was created.
 .
 This package contains the Python 3 version of the library.

Package: python3-textile
Description-md5: ab8efb861366142ac8e6dd0ffcecf0ae
Description-en: Python 3 parser for the Textile markup
 Textile is an XHTML generator that uses a simple markup, similar
 to the one you can find on most wikis.
 .
 This is a Python 3 module that implements a parser and generator
 that supports the Textile markup syntax.

Package: python3-thinc
Description-md5: 0ea333890bcf999de543ee67c131d0ac
Description-en: Practical Machine Learning for NLP in Python
 Thinc is the machine learning library powering spaCy <https://spacy.io>.
 It features a battle-tested linear model designed for large sparse
 learning problems, and a flexible neural network model under development
 for spaCy v2.0 <https://spacy.io/usage/v2>.
 .
 Thinc is a practical toolkit for implementing models that follow the
 "Embed, encode, attend, predict" architecture. It's designed to be easy
 to install, efficient for CPU usage and optimised for NLP and deep
 learning with text – in particular, hierarchically structured input
 and variable-length sequences.

Package: python3-threadpoolctl
Description-md5: 18ade0467a5399f2d17d5744b3ca95a0
Description-en: Python helpers for common threading libraries (BLAS, OpenMP)
 Thread-pool Controls provides Python helpers to limit the number of threads
 used in the threadpool-backed of common native libraries used for scientific
 computing and data science (e.g. BLAS and OpenMP).
 .
 Fine control of the underlying thread-pool size can be useful in workloads
 that involve nested parallelism so as to mitigate oversubscription issues.

Package: python3-thriftpy
Description-md5: 77939992612c114641ff6d17c1eb34c5
Description-en: Pure Python implementation of Apache Thrift
 ThriftPy is a pure Python implementation of
 Apache Thrift <http://thrift.apache.org/> in a pythonic way.
 .
 Documentation: https://thriftpy.readthedocs.org/
 .
 Currently ThriftPy have these features (also advantages over the upstream
 Python lib):
 .
   - Pure Python implementation. No longer need to compile & install the
     'thrift' package. All you need is thriftpy and thrift file.
 .
   - Compatible with Apache Thrift. You can use ThriftPy together with the
     official implementation servers and clients, such as a upstream server
     with a thriftpy client or the opposite.
 .
   - Currently implemented protocols and transports:
 .
     * binary protocol (Python and cython)
 .
     * compact protocol (Python and cython)
 .
     * json protocol
 .
     * buffered transport (Python & cython)
 .
     * framed transport
 .
     * tornado server and client (with tornado 4.0)
 .
   - Can directly load thrift file as module, the sdk code will be generated
     on the fly.
 .
   - Easy RPC server/client setup.

Package: python3-throttler
Description-md5: 42768fae68175791cf6cee2db84d25c8
Description-en: easy throttling with asyncio support for Python3
 Zero-dependency Python package for easy throttling with asyncio
 support.

Package: python3-tidylib
Description-md5: 001db7d0f151b16a892d37abe6821f5b
Description-en: Python 3 wrapper for HTML Tidy (tidylib)
 PyTidyLib is a Python package that wraps the HTML Tidy library. This allows
 you, from Python code, to “fix” invalid (X)HTML markup. Some of the library’s
 many capabilities include:
 .
  * Clean up unclosed tags and unescaped characters such as ampersands
  * Output HTML 4 or XHTML, strict or transitional, and add missing doctypes
  * Convert named entities to numeric entities, which can then be used in XML
    documents without an HTML doctype.
  * Clean up HTML from programs such as Word (to an extent)
  * Indent the output, including proper (i.e. no) indenting for pre elements,
    which some (X)HTML indenting code overlooks.
 .
 This is the Python 3 version of the module.

Package: pytidylib-doc
Description-md5: a6512a2f13adcf0984c8794f579864c6
Description-en: Python wrapper for HTML Tidy (tidylib) documentation
 PyTidyLib is a Python package that wraps the HTML Tidy library. This allows
 you, from Python code, to “fix” invalid (X)HTML markup. Some of the library’s
 many capabilities include:
 .
  * Clean up unclosed tags and unescaped characters such as ampersands
  * Output HTML 4 or XHTML, strict or transitional, and add missing doctypes
  * Convert named entities to numeric entities, which can then be used in XML
    documents without an HTML doctype.
  * Clean up HTML from programs such as Word (to an extent)
  * Indent the output, including proper (i.e. no) indenting for pre elements,
    which some (X)HTML indenting code overlooks.
 .
 This package contains the built HTML and PDF documentation for PyTidyLib.

Package: python3-timeline
Description-md5: 1e2b42b3904adf0082ac91e9de43fe90
Description-en: Timeline module for modelling a series of actions (Python 3)
 The timeline package provides a way to model a series of actions.  For
 instance, during a web request the appserver might call out to a number of
 backend services, make sql queries and memcached lookups.  All of these
 actions can be tracked in a single timeline, and that serialised or
 analysed for slow points.
 .
 This package installs the library for Python 3.

Package: python3-tinyalign
Description-md5: fc735838ecfedf1d81ef5dbe3b55a580
Description-en: numerical representation of differences between strings
 A small Python module providing edit distance (aka Levenshtein distance,
 that is, counting insertions, deletions and substitutions) and Hamming
 distance computation.
 .
 Its main purpose is to speed up computation of edit distance by allowing
 to specify a maximum number of differences maxdiff (banding). If that
 parameter is provided, the returned edit distance is anly accurate up
 to maxdiff. That is, if the actual edit distance is higher than maxdiff,
 a value larger than maxdiff is returned, but not necessarily the actual
 edit distance.

Package: python-tinycss-doc
Description-md5: 1a8b7a8704ec3ee50709e69677001479
Description-en: complete yet simple CSS parser (Documentation)
 tinycss is a complete yet simple CSS parser for Python. It supports the full
 syntax and error handling for CSS 2.1 as well as some CSS 3 modules:
 .
  * CSS Color 3
  * CSS Fonts 3
  * CSS Paged Media 3
 .
 It is designed to be easy to extend for new CSS modules and syntax,
 and integrates well with cssselect for Selectors 3 support.
 .
 This package contains the documentation.

Package: python3-tinycss
Description-md5: 27dbef7f204c5466c546366556087f8b
Description-en: complete yet simple CSS parser (Python3 version)
 tinycss is a complete yet simple CSS parser for Python. It supports the full
 syntax and error handling for CSS 2.1 as well as some CSS 3 modules:
 .
  * CSS Color 3
  * CSS Fonts 3
  * CSS Paged Media 3
 .
 It is designed to be easy to extend for new CSS modules and syntax,
 and integrates well with cssselect for Selectors 3 support.
 .
 This package contains the Python 3 version of the library.

Package: python-tinycss2-common
Description-md5: c8004a5540b793d261f801f61e06d429
Description-en: Low-level CSS parser (test data)
 tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent
 CSS Syntax Level 3 specification.
 .
 tinycss2 is low-level in that it doesn’t parse all of CSS: it doesn't know
 about the syntax of any specific properties or at-rules. Instead, it provides a
 set of functions that can be composed to support exactly the parts of CSS
 you're interested in, including new or non-standard rules or properties,
 without modifying tinycss or having a complex hook/plugin system.
 .
 In many cases, parts of the parsed values (such as the content of a AtRule) is
 given as component values that can be parsed further with other functions.
 .
 This package contains the test data of the library.

Package: python-tinycss2-doc
Description-md5: 5e21f26fc1ab21654e14408604e16d40
Description-en: Low-level CSS parser (Documentation)
 tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent
 CSS Syntax Level 3 specification.
 .
 tinycss2 is low-level in that it doesn’t parse all of CSS: it doesn't know
 about the syntax of any specific properties or at-rules. Instead, it provides a
 set of functions that can be composed to support exactly the parts of CSS
 you're interested in, including new or non-standard rules or properties,
 without modifying tinycss or having a complex hook/plugin system.
 .
 In many cases, parts of the parsed values (such as the content of a AtRule) is
 given as component values that can be parsed further with other functions.
 .
 This package contains the documentation.

Package: python3-tinycss2
Description-md5: 971c91506c3aead7fef3a61c1419daea
Description-en: Low-level CSS parser (Python3 version)
 tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent
 CSS Syntax Level 3 specification.
 .
 tinycss2 is low-level in that it doesn’t parse all of CSS: it doesn't know
 about the syntax of any specific properties or at-rules. Instead, it provides a
 set of functions that can be composed to support exactly the parts of CSS
 you're interested in, including new or non-standard rules or properties,
 without modifying tinycss or having a complex hook/plugin system.
 .
 In many cases, parts of the parsed values (such as the content of a AtRule) is
 given as component values that can be parsed further with other functions.
 .
 This package contains the Python 3 version of the library.

Package: python-tinyrpc-doc
Description-md5: be1479cfae51e1f62aed89140cc64068
Description-en: small, modular RPC library — documentation
 ‘tinyrpc’ is a library for making and handling RPC calls in Python.
 .
 Its initial scope is handling JSON-RPC, although it aims to be very
 well-documented and modular to make it easy to add support for
 further protocols.
 .
 This package installs the library documentation.

Package: python3-tinyrpc
Description-md5: ec537061133b0456a11925d83d370e50
Description-en: small, modular RPC library — Python 3
 ‘tinyrpc’ is a library for making and handling RPC calls in Python.
 .
 Its initial scope is handling JSON-RPC, although it aims to be very
 well-documented and modular to make it easy to add support for
 further protocols.
 .
 A feature is support of multiple transports (or none at all) and
 providing clever syntactic sugar for writing dispatchers.
 .
 This package installs the library for Python 3.

Package: python-tktreectrl-doc
Description-md5: 246d603ea41e947ca1a3d9b44e40c1d4
Description-en: documentation and examples for Python TkTreeCtrl
 This package catalyses the adoption of the Python interface to the
 TkTreectrl widgets.

Package: python3-tktreectrl
Description-md5: d6ec0a3239d24fd22bc5c7c85a391441
Description-en: Tkinter-based wrapper for Tk TreeCtrl for Python 3
 The TkTreectrl module provides a widget for Tkinter-based GUIs that
 presents a tree as known for representations e.g. of a file system.
 Technically, it wraps the treectrl Tk extension for use with
 Python/Tkinter.
 .
 The package adds Treectrl, MultiListbox, ScrolledTreectrl,
 ScrolledMultiListbox and ScrolledWidget into the current namespace of
 a Python 3 instance.

Package: python-tld-doc
Description-md5: a19de495b33d9d76463708d65c0e1288
Description-en: Extract the top level domain (TLD) from a given URL (common documentation)
 This package contains a module which extracts the top level domain (TLD) from
 the given URL. It uses the list of TLD names provided by publicsuffix
 (initiated by Mozilla).
 .
 It can optionally raises exceptions on non-existing TLDs or silently fails (if
 fail_silently argument is set to True).
 .
 This is the common documentation package.

Package: python3-tld
Description-md5: f6445035709174b46b0b4dd90e3d1184
Description-en: Extract the top level domain (TLD) from a given URL (Python 3)
 This package contains a module which extracts the top level domain (TLD) from
 the given URL. The list of TLD names is taken from Mozilla.
 .
 It can optionally raises exceptions on non-existing TLDs or silently fails (if
 fail_silently argument is set to True).
 .
 This package installs the library for Python 3.

Package: python3-tmdbsimple
Description-md5: a078c155983068b7530353e1bebb43bb
Description-en: Wrapper for The Movie Database API (Python3 version)
 tmdbsimple is a wrapper, written in Python, for The Movie Database (TMDb) API
 v3. By calling the functions available in tmdbsimple one can simplify their
 code and easily access a vast amount of movie, tv, and cast data.
 .
 Features:
  * One-to-one mapping between tmdbsimple functions and TMDb methods.
  * Implements all TMDb methods, including Accounts and Authentication.
  * Implements new TV features.
  * Easy to access data using Python class attributes.
  * Easy to experiment with tmdbsimple functions inside the Python interpreter.
 .
 An API key is required to interact with the API endpoint.
 .
 This package contains the Python 3 version of the library.

Package: python3-tokenize-rt
Description-md5: 1cebe8ad086933e1e02d506d659fce2c
Description-en: wrapper around the Python stdlib `tokenize` which roundtrips
 The stdlib tokenize module does not properly roundtrip.  This wrapper
 around the stdlib provides two additional tokens ESCAPED_NL and
 UNIMPORTANT_WS, and a Token data type.  Use src_to_tokens and
 tokens_to_src to roundtrip.
 .
 This library is useful if you're writing a refactoring tool based on
 the python tokenization.

Package: python3-toml
Description-md5: 3befbbee1867296f01116c0726470267
Description-en: library for Tom's Obvious, Minimal Language - Python 3.x
 This package provides a Python module which parses and emits TOML. TOML aims
 to be a minimal configuration file format that's easy to read due to obvious
 semantics. TOML is designed to map unambiguously to a hash table. TOML should
 be easy to parse into data structures in a wide variety of languages.
 .
 This package contains the Python 3.x module.

Package: python3-tomli
Description-md5: 6b7b7a4219826c8fc4ef8bdb656dc0cf
Description-en: lil' TOML parser for Python
 Tomli is a Python library for parsing TOML. https://toml.io/
 Tomli is fully compatible with TOML v1.0.0. https://toml.io/en/v1.0.0

Package: python3-tomli-w
Description-md5: 6e3d4eb3d59d08a9bc3842af1335be33
Description-en: lil' TOML writer for Python
 Tomli-w is a Python library for writing TOML. https://toml.io/
 Tomli-w is fully compatible with TOML v1.0.0. https://toml.io/en/v1.0.0

Package: python3-tomlkit
Description-md5: 07666bd7d6483b2c99d456da4ca5f2c5
Description-en: style-preserving TOML library for Python
 TOML Kit is a 1.0.0rc1-compliant TOML (Tom's Obvious, Minimal Language)
 library.
 .
 It includes a parser that preserves all comments, indentations, whitespace
 and internal element ordering, and makes them accessible and editable via an
 intuitive API.
 .
 You can also create new TOML documents from scratch using the provided
 helpers.

Package: python-tooz-doc
Description-md5: 4affabcfc8c714fb3e59285d2591b9c4
Description-en: Coordination library for distributed systems. - doc
 The Tooz project centralizes the most common distributed primitives like group
 membership protocol, lock service and leader election by providing a
 coordination API helping developers to build distributed applications.
 .
 This package contains the documentation.

Package: python3-tooz
Description-md5: fc1b262081296627a08349bf86a474b8
Description-en: coordination library for distributed systems - Python 3.x
 The Tooz project centralizes the most common distributed primitives like group
 membership protocol, lock service and leader election by providing a
 coordination API helping developers to build distributed applications.
 .
 This package contains the Python 3.x module.

Package: python-tornado-doc
Description-md5: 5054316fc06d78000bd342f868b482c8
Description-en: scalable, non-blocking web server and tools - documentation
 Tornado is a Python web framework and asynchronous networking library,
 originally developed at FriendFeed. By using non-blocking network I/O,
 Tornado can scale to tens of thousands of open connections, making it ideal
 for long polling, WebSockets, and other applications that require a
 long-lived connection to each user.
 .
 This package contains the documentation.

Package: python3-tornado
Description-md5: 5eea30356134805547a49ecf9245de4e
Description-en: scalable, non-blocking web server and tools - Python 3 package
 Tornado is a Python web framework and asynchronous networking library,
 originally developed at FriendFeed. By using non-blocking network I/O,
 Tornado can scale to tens of thousands of open connections, making it ideal
 for long polling, WebSockets, and other applications that require a
 long-lived connection to each user.
 .
 This is the Python 3 version of the package.

Package: python-tosca-parser-doc
Description-md5: ef576e17309b490338f12f024f3729f7
Description-en: parser for TOSCA Simple Profile in YAML - doc
 The TOSCA Parser is an OpenStack project. It is developed to parse TOSCA
 Simple Profile in YAML. It reads the TOSCA templates and creates an
 in-memory graph of TOSCA nodes and their relationship.
 .
 TOSCA stands for: Topology and Orchestration Specification for Cloud
 Application.
 .
 This package contains the documentation.

Package: python3-tosca-parser
Description-md5: 999c2d6a7fe4bc7c66ee6ceaea146dc2
Description-en: parser for TOSCA Simple Profile in YAML - Python 3.x
 The TOSCA Parser is an OpenStack project. It is developed to parse TOSCA
 Simple Profile in YAML. It reads the TOSCA templates and creates an
 in-memory graph of TOSCA nodes and their relationship.
 .
 TOSCA stands for: Topology and Orchestration Specification for Cloud
 Application.
 .
 This package contains the Python 3.x module.

Package: python3-tr
Description-md5: ba856627cb56a072f52f6488880258e7
Description-en: Pure-Python implementation of tr
 A pure-python implementation of the tr command
 found in e.g. perl, including options.

Package: python3-traits
Description-md5: 5808a2f409bfd6b10b15e164205e3764
Description-en: Manifest typing and reactive programming for Python (Python 3)
 The traits package provides a metaclass with special attributes that
 are called traits. A trait is a type definition that can be used for
 normal Python object attributes, giving the attributes some
 additional characteristics:
  * Initialization: A trait attribute can have a default value
  * Validation: A trait attribute is manifestly typed.
  * Delegation: The value of a trait attribute can be contained in another
    object
  * Notification: Setting the value of a trait attribute can fired
    callbacks
  * Visualization: With the TraitsUI package, GUIs can be generated
    automatically from traited objects.
 .
 This is the Python 3 version of the package.

Package: python3-traitsui
Description-md5: 689a2e01eee310aa756b174a7e028bf6
Description-en: traits-capable user interfaces
 The traitsui project contains a toolkit-independent GUI abstraction
 layer, which is used to support the "visualization" features of the
 Traits package. Thus, you can write code in terms of the Traits API
 (views, items, editors, etc.), and let traitsui and your selected
 toolkit and back-end take care of the details of displaying them.

Package: python3-transitions
Description-md5: 2f4450d70328f7c58c9fcc718406349b
Description-en: Lightweight state machine library (Python 3)
 transitions is a lightweight, object-oriented state machine implementation.
 .
 This is the Python 3 version of the package.

Package: python3-translationstring
Description-md5: f376633e311fac882e39ad87bee2e696
Description-en: Utility library for i18n relied on by various Repoze packages - Python 3.x
 A library used by various Repoze packages for internationalization (i18n)
 duties related to translation.
 .
 This package provides a translation string class, a translation string
 factory class, translation and pluralization primitives, and a utility
 that helps Chameleon templates use translation facilities of this package.
 It does not depend on Babel, but its translation and pluralization
 services are meant to work best when provided with an instance of the
 babel.support.Translations class.
 .
 This package provides the Python 3.x module.

Package: python-transliterate-doc
Description-md5: 8d424a8af6a67a9241974c000b9ab2bb
Description-en: Bi-directional transliterator for Python (Documentation)
 Transliterates strings according to the rules specified in one of the
 following the language packs.
 .
  * Armenian
  * Bulgarian (beta)
  * Georgian
  * Greek
  * Macedonian (alpha)
  * Mongolian (alpha)
  * Russian
  * Ukrainian (beta)
 .
 This package contains the documentation.

Package: python3-transliterate
Description-md5: 07a76652c188da55adb01971661cd072
Description-en: Bi-directional transliterator for Python
 Transliterates strings according to the rules specified in one of the
 following the language packs.
 .
  * Armenian
  * Bulgarian (beta)
  * Georgian
  * Greek
  * Macedonian (alpha)
  * Mongolian (alpha)
  * Russian
  * Ukrainian (beta)

Package: python3-treetime
Description-md5: 08684c07bc46e3c9a45e193598335689
Description-en: inference of time stamped phylogenies and ancestral reconstruction (Python 3)
 TreeTime provides routines for ancestral sequence reconstruction and the
 maximum likelihoo inference of molecular-clock phylogenies, i.e., a tree
 where all branches are scaled such that the locations of terminal nodes
 correspond to their sampling times and internal nodes are placed at the
 most likely time of divergence.
 .
 TreeTime aims at striking a compromise between sophisticated
 probabilistic models of evolution and fast heuristics. It implements GTR
 models of ancestral inference and branch length optimization, but takes
 the tree topology as given. To optimize the likelihood of time-scaled
 phylogenies, treetime uses an iterative approach that first infers
 ancestral sequences given the branch length of the tree, then optimizes
 the positions of unconstraine d nodes on the time axis, and then repeats
 this cycle. The only topology optimization are (optional) resolution of
 polytomies in a way that is most (approximately) consistent with the
 sampling time constraints on the tree. The package is designed to be
 used as a stand-alone tool or as a library used in larger phylogenetic
 analysis workflows.
 .
 Features
  * ancestral sequence reconstruction (marginal and joint maximum
    likelihood)
  * molecular clock tree inference (marginal and joint maximum
    likelihood)
  * inference of GTR models
  * rerooting to obtain best root-to-tip regression
  * auto-correlated relaxed molecular clock (with normal prior)
 .
 This package provides the Python 3 module.

Package: python-treq-doc
Description-md5: 49fd4ff71008adcf44515ed5a1d41313
Description-en: Higher level API for making HTTP requests with Twisted (doc)
 Treq is a HTTP library inspired by requests written on top of Twisted.
 It provides a simple, higher level API for making HTTP requests when using
 Twisted.
 .
 This package contains the HTML documentation.

Package: python3-treq
Description-md5: ca2b33ad82697cf0e211f366d4997fc0
Description-en: Higher level API for making HTTP requests with Twisted (Python 3)
 Treq is a HTTP library inspired by requests written on top of Twisted.
 It provides a simple, higher level API for making HTTP requests when using
 Twisted.
 .
 This is the Python 3 package.

Package: python3-trezor
Description-md5: 1a785622d9ee74ba5d55be8c38d7e5ae
Description-en: library for communicating with TREZOR Bitcoin HW wallet (Python 3)
 No matter how unprotected your computer or internet connection might be,
 your coins always stay safe with TREZOR as it never exposes your private keys.
 TREZOR is an isolated environment for offline transaction signing and using
 a small display you can visually verify the transaction contents. That's why
 all operations using TREZOR are entirely safe.
 .
 This package contains the Python 3 version of python-trezor.

Package: trezor
Description-md5: 8b80f21be4032b27f1fc2c9e59efffd5
Description-en: utilities for communicating with TREZOR Bitcoin HW wallet
 No matter how unprotected your computer or internet connection might be,
 your coins always stay safe with TREZOR as it never exposes your private keys.
 TREZOR is an isolated environment for offline transaction signing and using
 a small display you can visually verify the transaction contents. That's why
 all operations using TREZOR are entirely safe.
 .
 This package contains the trezorctl binary for interacting with a TREZOR
 wallet, and the udev rules needed to make the device accessible.

Package: python-trie-doc
Description-md5: 1f4bd666dc3b01f5ac41ef7b8fa1ffd7
Description-en: Pure Python implementation of the trie data structure (doc)
 A trie is an ordered tree data structure that is used to store a mapping where
 the keys are sequences, usually strings over an alphabet.
 In addition to implementing the mapping interface, tries allow finding the
 items for a given prefix, and vice versa, finding the items whose keys are
 prefixes of a given key.
 .
 This package contains the HTML documentation.

Package: python3-trie
Description-md5: 26c07e7620b59abba0b87a9d12c943b6
Description-en: Pure Python implementation of the trie data structure (Python 3)
 A trie is an ordered tree data structure that is used to store a mapping where
 the keys are sequences, usually strings over an alphabet.
 In addition to implementing the mapping interface, tries allow finding the
 items for a given prefix, and vice versa, finding the items whose keys are
 prefixes of a given key.
 .
 This is the Python 3 package.

Package: python3-trio
Description-md5: 53d43656f30448ce1636ff08ad70e408
Description-en: Python async concurrency and I/O library
 Trio is a Python async concurrency and I/O library like Twisted or the asyncio
 standard library, but with an API rethink following lessons learned from
 asyncio and Dave Beazley's Curio. The author claims that the resulting design
 is radically simpler than older competitors like asyncio and Twisted, yet just
 as capable.
 .
 This project is young and still somewhat experimental. The API has not yet
 been declared stable. If you need more mature or with a more stable API,
 then Python's asyncio library, or the older Twisted, are probably better bets.

Package: python-trio-websocket-doc
Description-md5: 7934ae7ef5423ed866f6545717355f0f
Description-en: Server and client Python library of the WebSocket protocol (Documentation)
 This library implements both server and client aspects of the WebSocket
 protocol, striving for safety, correctness, and ergonomics. It is based on the
 wsproto project, which is a Sans-IO state machine that implements the majority
 of the WebSocket protocol, including framing, codecs, and events. This library
 handles I/O using the Trio framework. This library passes the Autobahn Test
 Suite.
 .
 This package installs the documentation for the library.

Package: python3-trio-websocket
Description-md5: 97c18e4fd25621029289f82937d7b968
Description-en: Server and client Python library of the WebSocket protocol (Python3 version)
 This library implements both server and client aspects of the WebSocket
 protocol, striving for safety, correctness, and ergonomics. It is based on the
 wsproto project, which is a Sans-IO state machine that implements the majority
 of the WebSocket protocol, including framing, codecs, and events. This library
 handles I/O using the Trio framework. This library passes the Autobahn Test
 Suite.
 .
 This package contains the Python 3 version of the library.

Package: python3-troveclient
Description-md5: 90e74a1419e6127c06ae1c01a6f57fa4
Description-en: Client for OpenStack Database as a Service - Python 3.x
 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.
 .
 This package contains the Python 3.x module.

Package: python3-trustme
Description-md5: 5256f675fe08e14630ddd48549fd6c42
Description-en: fake certificate authority for test use
 trustme is a tiny Python package that gives you a fake certificate authority
 (CA) that you can use to generate fake TLS certificates to use in tests. Its
 only useful purpose is as a dependency of test suites.

Package: python3-ttystatus
Description-md5: bc60aa030513fe5b64712b581f8ac4d3
Description-en: terminal progress bar and status output for Python
 ttystatus is a Python library for showing progress reporting and status
 updates on terminals, for (Unix) command line programs. Output is
 automatically adapted to the width of the terminal: truncated if it does
 not fit, and re-sized if the terminal size changes.
 .
 Output is provided via widgets. Each widgets formats some data into
 a suitable form for output. It gets the data either via its initializer,
 or from key/value pairs maintained by the master object. The values are
 set by the user. Every time a value is updated, widgets get updated
 (although the terminal is only updated every so often to give user time
 to actually read the output).
 .
 The output from ttystatus goes to the terminal (`/dev/tty`) and is
 restricted to a single line.

Package: python3-tubes
Description-md5: a88ef42dfc56021b260672cee887f7fe
Description-en: data-processing and flow-control engine for event-driven programs
 Tubes is a data-processing and flow-control engine for event-driven programs.
 Presently based primarily on Twisted, its core data structures are fairly
 framework-agnostic and could be repurposed to work with any event-driven
 container.

Package: python3-tuspy
Description-md5: abdfc2809bf157af1eb3be4e4353dd8e
Description-en: Python3 client for the tus resumable upload protocol
 tus is a protocol based on HTTP for resumable file uploads. Resumable
 means that an upload can be interrupted at any moment and can be resumed
 without re-uploading the previous data again. An interruption may happen
 willingly, if the user wants to pause, or by accident in case of a
 network issue or server outage.
 .
 tus-py-client is a Python client for uploading files using the tus
 protocol to any remote server supporting it.

Package: python3-twilio
Description-md5: 53ae84a56edd30b2777826d17f817cc5
Description-en: Twilio API client and TwiML generator (Python 3)
 This package contains a Twilio helper library. The Twilio REST SDK simplifies
 the process of making calls using the Twilio REST API. The Twilio REST API
 lets to you initiate outgoing calls, list previous calls, and much more.
 .
 This package installs the library for Python 3.

Package: python-twitter-doc
Description-md5: 9b792c949c4f2c773817355990a04900
Description-en: Twitter API wrapper for Python: documentation files
 This library provides a pure Python interface for the Twitter API.
 .
 Twitter provides a service that allows people to connect via the web, IM, and
 SMS. Twitter exposes a web services API (http://twitter.com/help/api) and this
 library is intended to make it even easier for Python programmers to use.
 .
 This package contains documentation files.

Package: python3-twitter
Description-md5: b8bf0a71a5092ead7d8c4f309fec171d
Description-en: Twitter API wrapper for Python 3
 This library provides a pure Python 3 interface for the Twitter API.
 .
 Twitter provides a service that allows people to connect via the web, IM, and
 SMS. Twitter exposes a web services API (http://twitter.com/help/api) and this
 library is intended to make it even easier for Python programmers to use.

Package: python3-twomemo
Description-md5: e758e41c3510c0f46d71a280f720f560
Description-en: python-omemo backend for OMEMO 2
 Backend implementation for python-omemo, equipping python-omemo with
 support for OMEMO under the namespace urn:xmpp:omemo:2
 (casually/jokingly referred to as "twomemo").

Package: python-txaio-doc
Description-md5: 5ee61f3f6f885f1143a3c9238982cc90
Description-en: compatibility API between asyncio/Twisted/Trollius - doc
 Txaio is a helper library for writing code that runs unmodified on both
 Twisted and asyncio.
 .
 This is like six , but for wrapping over differences between Twisted and
 asyncio so one can write code that runs unmodified on both (aka "source code
 compatibility"). In other words: users can choose if they want asyncio or
 Twisted as a dependency.
 .
 This package contains the documentation.

Package: python3-txaio
Description-md5: 38c9154d811b53100c3d65da31ee65d5
Description-en: compatibility API between asyncio/Twisted/Trollius - Python 3.x
 Txaio is a helper library for writing code that runs unmodified on both
 Twisted and asyncio.
 .
 This is like six , but for wrapping over differences between Twisted and
 asyncio so one can write code that runs unmodified on both (aka "source code
 compatibility"). In other words: users can choose if they want asyncio or
 Twisted as a dependency.
 .
 This package contains the Python 3.x module.

Package: python3-txi2p-tahoe
Description-md5: 60a69e1dca28dbfc2c5ce31b8ff879db
Description-en: txi2p is a set of I2P bindings for Twisted
 txi2p is a set of I2P bindings for Twisted 10.1 or greater. txi2p
 supports both the SAM and BOB APIs for I2P. The default API is SAM.
 .
 This package installs the library for Python 3.

Package: python3-txrequests
Description-md5: 9b5fb335ea94d6ac8ee20f3658669eb5
Description-en: Asynchronous Python HTTP Requests for Humans using twisted
 Small add-on for the Python Requests HTTP library.
 Makes use twisted's ThreadPool, so that the requests'API returns deferred.
 .
 The additional API and changes are minimal and strives to avoid surprises.

Package: python3-typechecks
Description-md5: b9db5298456d194323c875452a7faf40
Description-en: express constraints on types
 Variables in Python are just that - variable. Sometimes
 though you want to make sure that a variable is of a
 particular type, like an integer, a string or a something
 to iterate (loop) through.
 .
 To express such constraints on the type that a variable
 may have in the code, such that the program can react
 to it at runtime, this small modules provides a set of
 routines.

Package: python3-typeguard
Description-md5: 40a5f2998d5b68eb092d701af24b4e29
Description-en: Run-time type checker for Python
 This library provides run-time type checking for functions defined with
 argument type annotations. This can be done in one of three ways:
  * calling check_argument_types() from within the function body
  * decorating the function with @typechecked
  * using `with TypeChecker('packagename')`
 .
 This package installs the library for Python 3.

Package: python3-typepy
Description-md5: cf78b328413c59728ee5d97528c1471e
Description-en: library for variable type checker/validator/converter at a run time
 Typepy is a Python library for variable type checker/validator/converter at a
 run time.
 .
 Feature:
  * checking a value type
  * validate a value for a type
  * convert a value from a type to the other type

Package: python3-typing-extensions
Description-md5: 477046e48ef1402e32b2ee5a1196dff7
Description-en: Backported and Experimental Type Hints for Python
 The typing module was added to the standard library in Python 3.5 on a
 provisional basis and will no longer be provisional in Python 3.7. However,
 this means users of Python 3.5 - 3.6 who are unable to upgrade will not be
 able to take advantage of new types added to the typing module, such as
 typing.Text or typing.Coroutine.
 .
 The typing_extensions module contains both backports of these changes as well
 as experimental types that will eventually be added to the typing module, such
 as Protocol.
 .
 Users of other Python versions should continue to install and use the typing
 module from PyPI instead of using this one unless specifically writing code
 that must be compatible with multiple Python versions or requires experimental
 types.

Package: python3-typing-inspect
Description-md5: 4a2261295ee4a0854c9689ea531564e6
Description-en: API for runtime inspection of types in Python
 The typing-inspect module defines experimental API for runtime inspection of
 types defined in the Python standard typing module.

Package: python3-tz
Description-md5: c3ef8e0b8ef404e56ec4c9cb2cec1ec9
Description-en: 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.

Package: python3-tzlocal
Description-md5: 072c13146bdfbc4f47dd1ca4ac702609
Description-en: tzinfo object for the local timezone
 This Python module returns a tzinfo object with the local timezone
 information.
 .
 Example of usage:
 .
    >>> from tzlocal import get_localzone
    >>> tz = get_localzone()
    >>> tz
    <DstTzInfo 'Europe/Warsaw' WMT+1:24:00 STD>

Package: python3-u2flib-server
Description-md5: 653ffadf8cb6326d6512d154546774b5
Description-en: Universal 2nd Factor (U2F) server communication Python3 module
 Python3-u2flib-server is a library for server-side U2F authentication
 and provide the Registration and Authentication functions.
 This package contains Python3 modules and an example web server.

Package: python3-ua-parser
Description-md5: 4bd4a04a21cfb5f664c9a598a58b8161
Description-en: Python module for parsing HTTP User-Agent strings
 Parse the User-Agent string from a web browser or other HTTP client.
 Extracts information and version numbers for the device, operating
 system and the user agent.

Package: python3-udatetime
Description-md5: 85172763536fe4b14ce7cdad5304d906
Description-en: fast RFC3339 compliant date-time library (Python 3)
 This module offers faster datetime object instantiation, serialization and
 deserialization of RFC3339 date-time strings, than Python's datetime module.
 It uses Python's datetime class under the hood so, code already using datetime
 should be able to easily switch to udatetime. All datetime objects created
 by udatetime are timezone aware.
 .
 This package installs the library for Python 3.

Package: python-uflash-doc
Description-md5: 382e6eb3f9d10e04e67d586ee20fcaf0
Description-en: module and utility for flashing the BBC micro:bit (documentation)
 uflash is a utility for flashing the BBC micro:bit with Python scripts
 and the MicroPython runtime.
 .
 It provides two services:
 .
  * a library of functions to programmatically create a hex file and flash
    it onto a BBC micro:bit.
  * a command line utility (uflash) that will flash Python scripts onto
    a BBC micro:bit
 .
 Several essential operations are implemented:
 .
  * encode Python into the hex format
  * embed the resulting hexified Python into the MicroPython runtime hex
  * extract an encoded Python script from a MicroPython hex file
  * discover the connected micro:bit
  * copy the resulting hex onto the micro:bit, thus flashing the device
  * specify the MicroPython runtime hex in which to embed your Python code
 .
 By default, python3-uflash uses the MicroPython runtime for micro:bit
 provided by the firmware-microbit-micropython package and which is
 located at /usr/share/firmware-microbit-micropython/firmware.hex.
 .
 This package provides the uflash documentation.

Package: python3-uflash
Description-md5: 550b3b1a9c3da4337af794f59247dc3e
Description-en: module and utility for flashing the BBC micro:bit
 uflash is a utility for flashing the BBC micro:bit with Python scripts
 and the MicroPython runtime.
 .
 It provides two services:
 .
  * a library of functions to programmatically create a hex file and flash
    it onto a BBC micro:bit.
  * a command line utility (uflash) that will flash Python scripts onto
    a BBC micro:bit
 .
 Several essential operations are implemented:
 .
  * encode Python into the hex format
  * embed the resulting hexified Python into the MicroPython runtime hex
  * extract an encoded Python script from a MicroPython hex file
  * discover the connected micro:bit
  * copy the resulting hex onto the micro:bit, thus flashing the device
  * specify the MicroPython runtime hex in which to embed your Python code
 .
 By default, python3-uflash uses the MicroPython runtime for micro:bit
 provided by the firmware-microbit-micropython package and which is
 located at /usr/share/firmware-microbit-micropython/firmware.hex.
 .
 This package provides the Python 3 module.

Package: python3-uhashring
Description-md5: fee4074a1438b83e26dbdf15e566037e
Description-en: full featured consistent hashing python library compatible with ketama
 Uhashring implements consistent hashing in pure Python.
 .
 Consistent hashing is mostly used on distributed systems/caches/databases as
 this avoid the total reshuffling of your key-node mappings when adding or
 removing a node in your ring (called continuum on libketama). More information
 and det ails about this can be found in the *literature* section.
 .
 This full featured implementation offers:
  * a lot of convenient methods to use your consistent hash ring in real world
    applications.
  * simple integration with other libs such as memcache through monkey
    patching.
  * a full ketama compatibility if you need to use it.
  * all the missing functions in the libketama C python binding (which is not
    even available on pypi) for ketama users.
  * possibility to use your own weight and hash functions if you don't care
    about the ketama compatibility.
  * Instance-oriented usage, so you can use your consistent hash ring object
    directly in your code (see advanced usage).
  * tests of implementation, key distribution and ketama compatibility.
 .
 Per node weight is also supported and will affect the nodes distribution on
 the ring.

Package: python3-uinput
Description-md5: 5c2705a93e81a6ea40cefe1eef77c1c2
Description-en: Pythonic API to Linux uinput kernel module (Python3)
 Python-uinput is Python interface to Linux uinput kernel module which allows
 attaching userspace device drivers into kernel. In practice, Python-uinput
 makes it dead simple to create virtual joysticks, keyboards and mice for
 generating arbitrary input events programmatically.
 .
 This package contains the python3 library.

Package: python-ulmo-doc
Description-md5: 59b2cc7681a803da499c9943471d102d
Description-en: Simple & fast Python access to public hydrology & climatology data - docs
 Ulmo retrieves and parses datasets from the web, and returns simple Python
 data structures that can be easily pulled into more sophisticated tools such
 as pandas. It caches datasets locally and harvests updates as needed.
 .
 A variety of datasets and services are supported, including the USGS National
 Water Information System, USGS National Elevation Dataset services, USGS
 Earth Resources Observation Systems services, NASA Daymet weather data, and
 several more both available and planned.
 .
 This package contains the documentation for ulmo.

Package: python3-ulmo
Description-md5: 856f788ac7c22756c35fc8a038e1a034
Description-en: Simple & fast Python 3 access to public hydrology & climatology data
 Ulmo retrieves and parses datasets from the web, and returns simple Python
 data structures that can be easily pulled into more sophisticated tools such
 as pandas. It caches datasets locally and harvests updates as needed.
 .
 A variety of datasets and services are supported, including the USGS National
 Water Information System, USGS National Elevation Dataset services, USGS
 Earth Resources Observation Systems services, NASA Daymet weather data, and
 several more both available and planned.
 .
 This package contains the Python 3 version of ulmo.

Package: python3-unicodecsv
Description-md5: 72eb06de732815f6ec093b60aff64d0b
Description-en: drop-in replacement for Pythons CSV module with Unicode support
 The unicodecsv is a drop-in replacement for Pythons CSV module
 which supports Unicode strings without a hassle.
 .
 This is the module for Python 3.

Package: python3-unicodedata2
Description-md5: 8e51d4f614c79e50dae7fe7f7420b0a6
Description-en: Python unicodedata backport/updates
 This package provides backports and updates to Python's standard unicodedata.

Package: python3-unidiff
Description-md5: 529e49c72db04ce61d71599a63e96954
Description-en: Unified diff Python parsing/metadata extraction library (Python 3)
 Simple Python library to parse and interact with unified diff data
 .
 Python's standard library has a difflib module which generates diffs, but
 cannot read or apply existing patch files. This module can do that.
 .
 This package installs the library for Python 3.

Package: python3-unpaddedbase64
Description-md5: 21be43752cf12243d34c482af300865b
Description-en: unpadded Base64 implementation in Python 3
 A module to encode and decode Base64 without "=" padding.
 .
 RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes
 using "=" characters. However this conveys no benefit so many protocols choose
 to use Base64 without the "=" padding.
 .
 This package is for Python 3.

Package: python3-untangle
Description-md5: bdb4f1561572c20dbd4bfc4970be92af
Description-en: Convert XML to a Python object
 Untangle has a very simple API for converting XML to a Python object:
 you just call the "parse" function on either a string, a filename or a URL.

Package: python3-untokenize
Description-md5: 0b9d593c5294c718e37a43748758ada9
Description-en: Untokenize transforms tokens into source code (Python 3)
 Untokenize transforms tokens into source code.
 .
 Unlike the standard library's tokenize.untokenize(), it preserves the
 original whitespace between tokens.
 .
 This package installs the library for Python 3.

Package: python3-upsetplot
Description-md5: 413ad935e3e211c0521383e8c535bf81
Description-en: Draw Lex et al.'s UpSet plots with Pandas and Matplotlib
 This is another Python implementation of UpSet plots by Lex et al. [Lex2014]_.
 UpSet plots are used to visualise set overlaps; like Venn diagrams but
 more readable. Documentation is at https://upsetplot.readthedocs.io.
 .
 This ``upsetplot`` library tries to provide a simple interface backed by an
 extensible, object-oriented design.

Package: python3-uritemplate
Description-md5: a75df3447ca4dee8de18619f3417803b
Description-en: implementation of RFC6570 - Python 3.x
 python-uritemplate implements RFC6570. URI Template can expand templates up to
 and including Level 4 in that specification. It exposes one method, "expand".
 .
 This package provides the Python 3.x module.

Package: python3-uritools
Description-md5: 838df7a81a6123df439dd27c60c746a2
Description-en: RFC 3986 compliant replacement for urlparse
 This module provides RFC 3986 compliant functions for parsing, classifying and
 composing URIs and URI references, largely replacing the Python Standard
 Library's urllib.parse module.
 .
 For various reasons, the Python 2 urlparse module is not compliant with
 current Internet standards, does not include Unicode support, and is generally
 unusable with proprietary URI schemes. Python 3's urllib.parse improves on
 Unicode support, but the other issues still remain.
 .
 This module aims to provide fully RFC 3986 compliant replacements for some
 commonly used functions found in urlparse and urllib.parse, plus additional
 functions for conveniently composing URIs from their individual components.

Package: python3-urllib3
Description-md5: 925b7b29e0f5e03b0540c887d3d8fba3
Description-en: 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.

Package: python3-urlobject
Description-md5: 3f04c932d0d5bc6a2c6ead0e24b79fd8
Description-en: utility class for manipulating URLs.
 URLObject is a utility class for manipulating URLs. The latest
 incarnation of this library builds upon the ideas of its
 predecessor, but aims for a clearer API, focusing on proper
 method names over operator overrides. It's also being developed
 from the ground up in a test-driven manner, and has full
 Sphinx documentation.
 .
 This is the Python 3 version of the package.

Package: python3-urwid-readline
Description-md5: 613ff35c4d06d7a469496d55f8499659
Description-en: python-urwid textbox widget that supports readline shortcuts
 A textbox edit widget for urwid that supports readline shortcuts such as:
  - Jump to the Beginning of line (Ctrl + A)
  - Jump backward one character (Ctrl + B)
  - Delete one character (Ctrl + D)
  - Delete one word (Meta + D)
  - Jump to the end of line (Ctrl + E)
 and more.

Package: python3-urwid-utils
Description-md5: 22ddba2984f585733f2a256d92e497e4
Description-en: Collection of simple, straightforward, but extensible utilities for urwid
 Light wrappers and object-oriented interfaces to some parts of urwid
 that are otherwise less-so.

Package: python3-urwidtrees
Description-md5: 6a069022761b9fb3103feacf3f236b98
Description-en: Urwid Tree Container API
 This is a Widget Container API for the urwid toolkit. It uses a MVC
 approach and allows one to build trees of widgets. Its design goals are:
 .
  * clear separation classes that define, decorate and display trees of.
  * widgets representation of trees by local operations on node positions.
  * easy to use default implementation for simple trees Collapses are.
  * considered decoration.
 .
 This package is for Python 3 environment.

Package: python3-user-agents
Description-md5: 84565cd4d1521910321497b7da6f2e55
Description-en: Pure Python implementation for detecting which user agent is used
 This is a Python library that provides an easy way to
 identify/detect devices like mobile phones, tablets and their
 capabilities by parsing (browser/HTTP) user agent strings. The goal is
 to reliably detect whether:
 .
  - User agent is a mobile, tablet or PC based device
  - User agent has touch capabilities (has touch screen)

Package: python3-userpath
Description-md5: 4839f582def2142ea771772b5c02fca4
Description-en: tool for adding locations to the user PATH - Python3 library
 userpath is a command-line tool and Python library
 to add custom locations to user PATH.
 Only user-specific PATH is changed,
 avoiding the need for elevated privileges.
 .
 This package provides the userpath library for Python 3.

Package: userpath
Description-md5: a490b433a314de2b92efaf8262aa274f
Description-en: tool for adding locations to the user PATH - CLI tool
 userpath is a command-line tool and Python library
 to add custom locations to user PATH.
 Only user-specific PATH is changed,
 avoiding the need for elevated privileges.
 .
 This package provides the command-line tool userpath.

Package: python3-python-utils
Description-md5: 0f5e31337892386830718763460ba906
Description-en: collection of small Python functions and classes
 Python Utils is a collection of small Python functions and
 classes which make common patterns shorter and easier.

Package: python3-utmp
Description-md5: fd947f53790b9c81fe0aa5bdde2563af
Description-en: python module for working with utmp
 python-utmp provides 3 modules to access utmp and wtmp records.
 utmpaccess is lowlevel module wrapping glibc functions, UTMPCONST
 provides useful constants, and utmp is module build
 on top of utmpaccess module, providing object oriented
 interface.

Package: python-uvicorn-doc
Description-md5: fc0e15835e9aa31309830294a4ce8f36
Description-en: ASGI server implementation, using uvloop and httptools (Documentation)
 Uvicorn is a fast ASGI server, built on uvloop and httptools. It currently
 supports HTTP/1.1 and WebSockets.
 .
 Uvicorn is designed with particular attention to connection and resource
 management, in order to provide a robust server implementation. It aims to
 ensure graceful behavior to either server or client errors, and resilience to
 poor client behavior or denial of service attacks.
 .
 This package contains the documentation.

Package: python3-uvicorn
Description-md5: 92603f5142cadb20bc69720f9404f16e
Description-en: ASGI server implementation, using uvloop and httptools (Python3 version)
 Uvicorn is a fast ASGI server, built on uvloop and httptools. It currently
 supports HTTP/1.1 and WebSockets.
 .
 Uvicorn is designed with particular attention to connection and resource
 management, in order to provide a robust server implementation. It aims to
 ensure graceful behavior to either server or client errors, and resilience to
 poor client behavior or denial of service attacks.
 .
 This package contains the Python 3 version of the library.

Package: uvicorn
Description-md5: 030424a3fb9dd973602e28b69738da0a
Description-en: ASGI server implementation, using uvloop and httptools
 Uvicorn is a fast ASGI server, built on uvloop and httptools. It currently
 supports HTTP/1.1 and WebSockets.
 .
 Uvicorn is designed with particular attention to connection and resource
 management, in order to provide a robust server implementation. It aims to
 ensure graceful behavior to either server or client errors, and resilience to
 poor client behavior or denial of service attacks.
 .
 This package contains the CLI script.

Package: python3-vagrant
Description-md5: 183ff2d001bae4855e779897190567e6
Description-en: Python 3 bindings for interacting with Vagrant virtual machines
 python-vagrant is a Python module that provides a _thin_ wrapper
 around the `vagrant` command line executable, allowing programmatic
 control of Vagrant virtual machines (boxes).  This project began to
 create Python bindings for Vagrant to programmatically access vagrant
 boxes using Fabric. This module is useful for:
 .
  - Starting a Vagrant virtual machine (VM) (`up`)
  - Terminating a Vagrant VM (`destroy`)
  - Halting a Vagrant VM without destroying it (`halt`)
  - Querying the status of a VM or VMs (`status`)
  - Getting ssh configuration information useful for SSHing into the
    VM (`host`, `port`, ...)
  - Running `vagrant` commands in a multi-VM environment
    (http://vagrantup.com/v1/docs/multivm.html) by using `vm_name`
    parameter
  - Initializing the VM based on a named base box, using init().
  - Adding, Removing, and Listing boxes (`box add`, `box remove`,
    `box list`)
  - Provisioning VMs - up() accepts options like `no_provision`,
    `provision`, and `provision_with`, and there is a `provision()`
    method
  - Using sandbox mode from the Sahara gem:
    https://github.com/jedi4ever/sahara
 .
 This package is _beta_ and its API is not guaranteed to be
 stable. The API attempts to be congruent with the `vagrant` API
 terminology, to facilitate knowledge transfer for users already
 familiar with Vagrant. Over time, the python-vagrant API has changed
 to better match the underling `vagrant` CLI and to evolve with the
 changes in that CLI.
 .
 The package version numbering is in the form `0.X.Y`. The initial `0`
 reflects the _beta_ nature of this project. The number `X` is
 incremented when backwards-incompatible changes occur. The number `Y`
 is incremented when backwards-compatible features or bug fixes are
 added.
 .
 This package provides the Python 3.x module.

Package: python-validate-pyproject-doc
Description-md5: 4462a3f45a539336bc25d6f807bbc073
Description-en: Automated checks on pyproject.toml by JSON Schema definitions (Documentation)
 With the approval of PEP 517 and PEP 518, the Python community shifted
 towards a strong focus on standardisation for packaging software, which
 allows more freedom when choosing tools during development and make sure
 packages created using different technologies can interoperate without the
 need for custom installation procedures.
 .
 This shift became even more clear when PEP 621 was also approved, as a
 standardised way of specifying project metadata and dependencies.
 .
 validate-pyproject was born in this context, with the mission of validating
 pyproject.toml files, and make sure they are compliant with the standards
 and PEPs. Behind the scenes, validate-pyproject relies on JSON Schema files,
 which, in turn, are also a standardised way of checking if a given data
 structure complies with a certain specification.
 .
 This package contains the Sphinx based HTML documentation.

Package: python3-validate-pyproject
Description-md5: 063fa50c146449809cd6ff2e4b1d9de9
Description-en: Automated checks on pyproject.toml by JSON Schema definitions
 With the approval of PEP 517 and PEP 518, the Python community shifted
 towards a strong focus on standardisation for packaging software, which
 allows more freedom when choosing tools during development and make sure
 packages created using different technologies can interoperate without the
 need for custom installation procedures.
 .
 This shift became even more clear when PEP 621 was also approved, as a
 standardised way of specifying project metadata and dependencies.
 .
 validate-pyproject was born in this context, with the mission of validating
 pyproject.toml files, and make sure they are compliant with the standards
 and PEPs. Behind the scenes, validate-pyproject relies on JSON Schema files,
 which, in turn, are also a standardised way of checking if a given data
 structure complies with a certain specification.
 .
 This package contains the module for Python 3.

Package: python3-vdf
Description-md5: 4501ff9a84ddfad75059fbdd7a32761e
Description-en: Python module for VDF serialization and deserialization
 VDF is Valve's key/value text file format, used in the Source engine
 and Steam.
 .
 This package provides VDF serialization and deserialization, with an
 API similar to the json module in the Python standard library.

Package: python3-vega-datasets
Description-md5: 692f185314bd91185eaeb27fc67c154a
Description-en: Python 3 package for offline access to vega datasets
 Vega is a data visualization grammar, and this package provides a common
 repository for example datasets used by Vega related projects.

Package: python3-venusian
Description-md5: a429ecfc172d2f0933c73dbda07bb269
Description-en: library for deferring decorator actions
 Venusian is a library which allows framework authors to defer decorator
 actions. Instead of taking actions when a function (or class) decorator is
 executed at import time, you can defer the action usually taken by the
 decorator until a separate "scan" phase.
 .
 This is the Python 3 version.

Package: python3-versioneer
Description-md5: 3a2824e2ee5716124e7d97e52e9c9da4
Description-en: determine version from repository tag
 This is a tool for managing a recorded version number in distutils-based
 python projects. The goal is to remove the tedious and error-prone
 "update the embedded version string" step from your release
 process. Making a new release should be as easy as recording a new tag
 in your version-control system, and maybe making new tarballs.

Package: python3-virtualenv
Description-md5: d43e55c033f9a1387627cc1b68a4c764
Description-en: Python virtual environment creator
 virtualenv is a tool to create isolated Python environments, each invokable
 with its own Python executable.  Each instance can have different sets of
 modules, installable via pip.  Virtual Python instances can also be created
 without root access.
 .
 Since Python 3.3, a subset of it has been integrated into the standard library
 under the venv module (python3-venv in Debian).  The venv module does not
 offer all features of this library, to name just a few more prominent ones:
 .
  * is slower (by not having the app-data seed method),
  * is not as extendable,
  * cannot create virtual environments for arbitrarily installed Python
    versions (and automatically discover these),
  * does not have as rich programmatic API (describe virtual environments
    without creating them).
 .
 This is the Python 3 version of the library.  It includes the command line
 script.

Package: virtualenv
Description-md5: c3c6956741f193d2b90d9dc161c7660f
Description-en: Python virtual environment creator (Dependency package)
 The virtualenv utility creates virtual Python instances, each invokable with
 its own Python executable.  Each instance can have different sets of modules,
 installable via pip.  Virtual Python instances can also be created without
 root access.
 .
 This is a dependency package and may be safely removed.

Package: python3-virustotal-api
Description-md5: 53b7f881af550b70b159cf24caa2028b
Description-en: Virus Total Public/Private/Intel API for Python
 This package contains Python 3 API bindings for VirusTotal's
 public, private and intelligence APIs.
 The VirusTotal API lets you upload and scan files or URLs, access
 finished scan reports and make automatic comments without the need
 of using the website interface. The VirusTotal Intelligence API
 exposes some VirusTotal Intelligence functionality for programmatic
 interaction, such as working with Hunting rulesets, automating
 notifications, and automating file searches and downloads.

Package: python-vispy-doc
Description-md5: a540dcd19144ae9b83a234d4008894d7
Description-en: interactive visualization in Python [documentation]
 Vispy is a high-performance interactive 2D/3D data visualization library.
 .
 Vispy leverages the computational power of modern Graphics Processing Units
 (GPUs) through the OpenGL library to display very large datasets.
 .
 This package provides documentation for VisPy.

Package: python3-vispy
Description-md5: 55d7d61f130348be9ddefff91d07509e
Description-en: interactive visualization in Python 3
 Vispy is a high-performance interactive 2D/3D data visualization library.
 .
 Vispy leverages the computational power of modern Graphics Processing Units
 (GPUs) through the OpenGL library to display very large datasets.
 .
 This package provides VisPy for the Python 3 interpreter.

Package: python-vitrageclient-doc
Description-md5: 990cf1d68df93379140f64814f7c8211
Description-en: OpenStack root cause analysis as a Service doc.
 Vitrage is the OpenStack RCA (Root Cause Analysis) Service for
 organizing, analyzing and expanding OpenStack alarms & events,
 yielding insights regarding the root cause of problems and deducing
 the existence of problems before they are directly detected.
 .
 This package contains the documentation.

Package: python3-vitrageclient
Description-md5: 46c773faf5032469b68a672143659e21
Description-en: OpenStack root cause analysis as a Service client.
 Vitrage is the OpenStack RCA (Root Cause Analysis) Service for
 organizing, analyzing and expanding OpenStack alarms & events,
 yielding insights regarding the root cause of problems and deducing
 the existence of problems before they are directly detected.
 .
 This package contains the Python 3.x module.

Package: python3-vlc
Description-md5: c0f11d6346aa9110171e358b3952f6ad
Description-en: VLC Python bindings
 This package provides a module with ctypes-based bindings (see
 http://wiki.videolan.org/PythonBinding) for the native libvlc
 API (see http://wiki.videolan.org/LibVLC) of the VLC video
 player.

Package: python3-vobject
Description-md5: 44f9f930a96f85659e14049a42685433
Description-en: parse iCalendar and vCards in Python3
 Parses iCalendar and vCard files into Python3 data structures, decoding the
 relevant encodings. Also serializes vobject data structures to valid iCalendar
 or vCard unicode strings.

Package: python3-volatile
Description-md5: 312c634da06a805bafc216bb4e96a4e1
Description-en: small extension for the Python tempfile module
 Volatile provides an alternative to tempfile.NamedTemporaryFile that does
 not delete the file on close(), but instead unlinks it after the context
 manager ends.  It also supports temporary mkdtemp-based directories, and
 temporary Unix domain sockets.
 .
 It does not support custom schemes or signatures beyond what the Python
 Standard Library supports.
 .
 Volatile's API is documented in the comments of its source.

Package: python3-vttlib
Description-md5: d0bd565843a8aaf74f96c8d2bdf4e0f4
Description-en: Python library to extract VTT (Microsoft Visual TrueType) font hinting data
 A library to:
  - Extract VTT hinting data from a OpenType font prepared with Microsoft Visual
    TrueType (VTT) and store it in a FontTools TTX dump
  - Merge it back from a TTX dump into an OpenType font and
  - Compile the data inside to font to ship it (turn TSI* tables into fpgm,
    etc.).
 .
 The primary use case is version control of hinting data of fonts.
 .
 This package installs the library for Python 3.

Package: python3-vulndb
Description-md5: 54663107b19e28c369d6967b8a00b858
Description-en: Python3 tool to provide access to the vulndb information
 It's a Python3 SDK to access the vulnerability database.
 User, contributor and developer-friendly vulnerability database.
 The goal is to provide a vulnerability database which is:
  * Actionable, easy to read and understand for developers and sysadmins
    who need to fix the vulnerability
  * Easy to integrate by developers into any vulnerability scanner, report
    generator, penetration testing tool or related tool.
  * Trivial to contribute to, by using JSON to store the vulnerabilities

Package: python3-w3lib
Description-md5: bf858cdf9b666de37a9c267fc3601c5d
Description-en: Collection of web-related functions (Python 3)
 Python module with simple, reusable functions to work with URLs, HTML,
 forms, and HTTP, that aren’t found in the Python standard library.
 .
 This module is used to, for example:
  - remove comments, or tags from HTML snippets
  - extract base url from HTML snippets
  - translate entities on HTML strings
  - encoding mulitpart/form-data
  - convert raw HTTP headers to dicts and vice-versa
  - construct HTTP auth header
  - RFC-compliant url joining
  - sanitize urls (like browsers do)
  - extract arguments from urls
 .
 The code of w3lib was originally part of the Scrapy framework but was later
 stripped out of Scrapy, with the aim of make it more reusable and to provide
 a useful library of web functions without depending on Scrapy.
 .
 This is the Python 3 version of the package.

Package: python3-wadllib
Description-md5: adf27ff06cdcdf705504ea2e6a91e4d4
Description-en: 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.

Package: python3-waiting
Description-md5: 67209ac20c95be324641920276cfc830
Description-en: Python module for waiting for events to happen (Python 3 version)
 The waiting module is designed to wait for events to occur. The waiting
 routine polls a given predicate function until it returns True, polling on
 a regular basis, at defined times, with exponential back-off or with a
 time-out.
 .
 This package contains the Python 3 version of the waiting module.

Package: python3-warlock
Description-md5: 1f5c9acaf56ba4f5586d92afebfc9550
Description-en: object model built on top of JSON schema - Python 3.x
 With Warlock, you can build self-validating Python objects using JSON schemas.
 First, a schema describe the type of data, then after creating the object,
 Warlock checks that added or edited attributes correspond to the initial
 schema. If they don't, an exception is raised.
 .
 This package contains the Python 3.x module.

Package: python3-wasabi
Description-md5: a17ed01d073450d62ed2218b3c954930
Description-en: lightweight console printing and formatting toolkit for Python3
 This package is still a work in progress and aims to bundle those
 utilities in a standardised way so they can be shared across several
 other projects like for instance spaCy. It's super lightweight, has
 zero dependencies.
 .
 This package installs the library for Python 3.

Package: python3-watchdog
Description-md5: 47768ad0dda2a11d98f7614cee66a22f
Description-en: Python API and shell utilities to monitor file system events
 Watchdog comes with a utility script called watchmedo. It can be used to
 execute commands in response to events.

Package: python-watcherclient-doc
Description-md5: 3f3c7dee6cf2b1e351cc62017cf2446f
Description-en: OpenStack Cloud Optimization as a Service - client doc
 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 documentation.

Package: python3-watcherclient
Description-md5: 5bc0c7de3f261022316e1bacfefe96ff
Description-en: OpenStack Cloud Optimization as a Service client - Python 3.x
 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.x module and the Watcher CLI.

Package: python3-watchgod
Description-md5: 682419acee7aa67bb1fe00e76943f65c
Description-en: Simple, modern file watching and code reload (Python3 version)
 Simple, modern file watching and code reload in Python. It can watch for
 changes in a directory and run a function to restart it when code changes.
 Notifications about change events as well as to restart a process can use
 the callback argument to pass a function which will be called on every file
 change with one argument: the set of file changes.
 .
 This package contains the Python 3 version of the library.

Package: python3-ibm-watson
Description-md5: 62db41280faa75b3db3fa9e46e30dbc5
Description-en: Python client library to use the IBM Watson Services (Python 3)
 Python client library to quickly interface with various IBM Watson Cloud
 services. It requires Watson Service Credentials.
 .
 The services supported are:
  - AlchemyAPI Language service
  - AlchemyAPI Vision service
  - AlchemyData News service
  - Conversation service
  - Document Conversion service
  - Language Translation service
  - Language Translator service
  - Natural Language Classifier service
  - Personality Insights service
  - Retrieve and Rank service
  - Speech to Text service
  - Text to Speech service
  - Tone Analyzer service
  - Tradeoff Analytics service
  - Visual Recognition service
 .
 This package installs the library for Python 3.

Package: python3-wcmatch
Description-md5: 4238979b6ed60cacd40cca63ab994893
Description-en: Wildcard File Name matching library (Python 3)
 Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in
 order to provide file matching and globbing that more closely follows the
 features found in Bash. In some ways these libraries are similar to Python's
 builtin libraries as they provide a similar interface to match, filter, and
 glob the file system. But they also include a number of features found in
 Bash's globbing such as backslash escaping, brace expansion, extended glob
 pattern groups, etc. They also add a number of new useful functions as well,
 such as globmatch which functions like fnmatch, but for paths.
 .
 Wildcard Match also adds a file search utility called wcmatch that is built on
 top of fnmatch and globmatch. It was originally written for Rummage, but split
 out into this project to be used by other projects that may find its approach
 useful.
 .
 Bash is used as a guide when making decisions on behavior for fnmatch and
 glob. Behavior may differ from Bash version to Bash version, but an attempt is
 made to keep Wildcard Match up with the latest relevant changes.
 .
 This package installs the library for Python 3.

Package: python3-wdlparse
Description-md5: eb4931996c1365181c0a21acf916554b
Description-en: Workflow Description Language (WDL) parser for Python
 A Python package that provides the generated Hermes and Antlr4 WDL parsers for
 Python.

Package: python3-webargs
Description-md5: f05ba71054c2b23c0cc829382b032d87
Description-en: Python library for parsing and validating HTTP request arguments (Python 3)
 This package contains a Python library for parsing and validating HTTP request
 arguments, with built-in support for popular web frameworks, including Flask,
 Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
 .
 This package installs the library for Python 3.

Package: python3-webdavclient
Description-md5: 97182b329604b40ee1cc6a551dff853a
Description-en: Python 3 module for accessing WebDAV servers
 WebDAV client library based on original package "webdavclient" which was
 Python 2 only (https://github.com/designerror/webdav-client-python).
 This package also uses requests instead of PyCURL.

Package: python3-webencodings
Description-md5: 09618375d1b6526315c1f9714467ff3f
Description-en: Python implementation of the WHATWG Encoding standard
 In order to be compatible with legacy web content when interpreting something
 like Content-Type: text/html; charset=latin1, tools need to use a particular
 set of aliases for encoding labels as well as some overriding rules.  For
 example, US-ASCII and iso-8859-1 on the web are actually aliases for
 windows-1252, and an UTF-8 or UTF-16 BOM takes precedence over any other
 encoding declaration.  The Encoding standard defines all such details so that
 implementations do not have to reverse-engineer each other.
 .
 This module has encoding labels and BOM detection, but the actual
 implementation for encoders and decoders is Python’s.
 .
 This package provides the module for Python 3.

Package: python3-weblogo
Description-md5: 3807a3bf703afdece90c3f38418116bc
Description-en: sequence logo generator
 WebLogo is a web based application designed to make the generation of sequence
 logos.
 .
 WebLogo can create output in several common graphics formats, including the
 bitmap formats GIF and PNG, suitable for on-screen display, and the vector
 formats EPS and PDF, more suitable for printing, publication, and further
 editing. Additional graphics options include bitmap resolution, titles,
 optional axis, and axis labels, antialiasing, error bars, and alternative
 symbol formats.
 .
 A sequence logo is a graphical representation of an amino acid or nucleic acid
 multiple sequence alignment. Each logo consists of stacks of symbols, one
 stack for each position in the sequence. The overall height of the stack
 indicates the sequence conservation at that position, while the height of
 symbols within the stack indicates the relative frequency of each amino or
 nucleic acid at that position. The width of the stack is proportional to the
 fraction of valid symbols in that position.

Package: python-webob-doc
Description-md5: f7d9b0aca34b886cd0c10efb295d179b
Description-en: Python module providing WSGI request and response objects (documentation)
 WebOb provides wrappers around the WSGI request environment, and an object to
 help create WSGI responses.
 .
 The objects map much of the specified behavior of HTTP, including header
 parsing and accessors for other standard parts of the environment.
 .
 This is the common documentation.

Package: python3-webob
Description-md5: 0856d0b4dc0dede58a323db131e19814
Description-en: Python module providing WSGI request and response objects (Python 3)
 WebOb provides wrappers around the WSGI request environment, and an object to
 help create WSGI responses.
 .
 The objects map much of the specified behavior of HTTP, including header
 parsing and accessors for other standard parts of the environment.
 .
 This is the Python 3 version of the package.

Package: python3-websocketd
Description-md5: a2249dde0da0f12cdb7759dc10904254
Description-en: python module for creating a http server which uses WebSockets
 This module uses the network module to create a server, and implements http(s)
 and WebSockets over those connections.  With only 6 lines of code you have a
 working system.  You only have to add what you want your server to do.

Package: python3-websocketd-doc
Description-md5: ad2245ed5d2779b0b2db7ecf66c88892
Description-en: API documentation for python3-websocketd
 This module uses the network module to create a server, and implements http(s)
 and WebSockets over those connections.  With only 6 lines of code you have a
 working system.  You only have to add what you want your server to do.
 .
 This package contains the API documentation.

Package: python3-websockets
Description-md5: 63e9d5b46ca7d743c67ca64b8c0eb6f4
Description-en: implementation of the WebSocket Protocol (RFC 6455)
 websockets is a library for developing WebSocket servers and clients in
 Python. It implements RFC 6455 with a focus on correctness and simplicity.
 It passes the Autobahn Testsuite.
 .
 Built on top of Python's asynchronous I/O support introduced in PEP 3156,
 it provides an API based on coroutines, making it easy to write highly
 concurrent applications.

Package: python-webvtt-doc
Description-md5: ec76d1a94edf9d044ccea56c46169a43
Description-en: Read, write and segment WebVTT caption files (Documentation)
 Python module for reading/writing WebVTT caption files. It also features
 caption segmentation useful when captioning HLS videos.
 .
 Converting captions from other formats is supported for:
  * SubRip (.srt)
  * YouTube SBV (.sbv)
 .
 This package contains the documentation.

Package: python3-webvtt
Description-md5: ce4e0e766eebecdea76ee31fe54e75c9
Description-en: Read, write and segment WebVTT caption files (Python3 version)
 Python module for reading/writing WebVTT caption files. It also features
 caption segmentation useful when captioning HLS videos.
 .
 Converting captions from other formats is supported for:
  * SubRip (.srt)
  * YouTube SBV (.sbv)
 .
 This package contains the Python 3 version of the library.

Package: webvtt
Description-md5: 11c8184ff379d9d004a281e358f615ce
Description-en: Read, write and segment WebVTT caption files
 Python module for reading/writing WebVTT caption files. It also features
 caption segmentation useful when captioning HLS videos.
 .
 Converting captions from other formats is supported for:
  * SubRip (.srt)
  * YouTube SBV (.sbv)

Package: python-werkzeug-doc
Description-md5: 7b9c3ccf2c4ed4a2b737538d2ac89438
Description-en: documentation for the werkzeug Python library (docs)
 Werkzeug is a lightweight library for interfacing with WSGI. It features
 request and response objects, an interactive debugging system and a powerful
 URI dispatcher. Combine with your choice of third party libraries and
 middleware to easily create a custom application framework.
 .
 This package provides the Sphinx generated documentation for Werkzeug.

Package: python3-werkzeug
Description-md5: fef907cf9c868c4317483929b895874b
Description-en: collection of utilities for WSGI applications (Python 3.x)
 The Web Server Gateway Interface (WSGI) is a standard interface between web
 server software and web applications written in Python.
 .
 Werkzeug is a lightweight library for interfacing with WSGI. It features
 request and response objects, an interactive debugging system and a powerful
 URI dispatcher. Combine with your choice of third party libraries and
 middleware to easily create a custom application framework.
 .
 This package contains the Python 3.x module.

Package: python3-wget
Description-md5: 90565ffb94595874ed0c60ed5c8ae691
Description-en: pure Python download utility for Python 3
 This package installs the wget module for Python version 3.x. wget module
 can be used to perform basic network downloads inside a Python script.
 .
 More information about the usage can be found at README.txt.

Package: python3-wheezy.template
Description-md5: 1b0117b1400840bb71ab8c3245e64c05
Description-en: a lightweight template library (Python 3 package)
 wheezy.template is a lightweight template library in pure Python 3 code.
 .
  * Compact, expressive, clean: minimises the number of keystrokes
    required to build a template.
  * Intuitive, little time to learn: requires only basic Python
    programming skills plus HTML markup knowledge.
  * Do not repeat yourself: master layout templates for inheritance;
    include and import directives for maximum reuse.
  * Fast: maximum rendering performance.

Package: python3-whisper
Description-md5: 8374713acbb20e7c86a7ce26a3211741
Description-en: database engine for fast, reliable fixed-sized databases
 Whisper is a fixed size database, similar in design to the Round Robin
 database tool (RRDtool). Whisper is used by the Graphite scalable real
 time graphing system to store time-series data for later display.

Package: python3-whiteboard
Description-md5: 782dcfa42a3ace6a08644dbd98af25c9
Description-en: Make your own electronic whiteboard
 python whiteboard is a program that lets you build your own
 electronic whiteboard. You only need a wii remote and a IR pen

Package: python3-whitenoise
Description-md5: 78b1299a1710a3b98c303fc667fdfbbc
Description-en: static file serving for WSGI applications (Python 3)
 With a couple of lines of config, WhiteNoise allows your web app to serve its
 own static files, making it a self-contained unit that can be deployed
 anywhere without relying on nginx, Amazon S3 or any other external service.
 .
 This package contains the Python 3 version of the library.

Package: python3-whois
Description-md5: 6f83f79abe8098c14a8d46e14b54c490
Description-en: Python module for retrieving WHOIS information
 This Python wrapper for the "whois" command has a simple interface to access
 parsed WHOIS data for a given domain.
 .
 It is able to extract data for many of the popular TLDs (com, org, net, biz,
 info, pl, jp, uk, nz, ...) and queries WHOIS servers directly instead of
 going through an intermediate web service.

Package: python-whoosh-doc
Description-md5: 1d5aa9079d2fb0a512bc53638365840a
Description-en: full-text indexing, search, and spell checking library (doc)
 Whoosh is a fast, pure-Python indexing and search library. Programmers
 can use it to easily add search functionality to their applications and
 websites. As Whoosh is pure Python, you don't have to compile or
 install a binary support library and/or make Python work with a JVM, yet
 indexing and searching is still very fast. Whoosh is designed to be
 modular, so every part can be extended or replaced to meet your needs
 exactly.
 .
 This package contains the library documentation for python-whoosh.

Package: python3-whoosh
Description-md5: 185e37d01d8d79de3f70b6536bfaeef3
Description-en: pure-Python full-text indexing, search, and spell checking library (Python 3)
 Whoosh is a fast, pure-Python indexing and search library. Programmers
 can use it to easily add search functionality to their applications and
 websites. As Whoosh is pure Python, you don't have to compile or
 install a binary support library and/or make Python work with a JVM, yet
 indexing and searching is still very fast. Whoosh is designed to be
 modular, so every part can be extended or replaced to meet your needs
 exactly.
 .
 This package contains the python3 library

Package: python3-wikkid
Description-md5: 8980b8c36f91ada9183b2c2befe8394b
Description-en: VCS-backed wiki
 A wiki that is backed by Git or Bazaar and allows local branching of
 the wiki for later merging.
 .
 It doesn't have any page locks and uses three way merging.

Package: python3-wilderness
Description-md5: fe748a715ceac2f32d1c323ed21438b7
Description-en: Light wrapper around argparse for creating command line applications
 Wilderness is a light wrapper around argparse for creating command line
 applications with multiple subcommands, in the style of Git. Wilderness also
 makes it easy to generate man pages for your application.
 .
 Wilderness is heavily inspired by Cleo and argparse-manpage, but aims to stick
 as closely as possible to argparse to avoid users having to learn a new API.

Package: python3-wither
Description-md5: 15dd80b2a8d0c19e06df5189e5f0a44f
Description-en: XML/HTML Generation DSL (Python 3)
 Wither is a library designed to make XML generation under Python as
 simple and as nicely formatted as Python code.
 .
 Wither is implemented as a thin stateless wrapper around etree.Element
 objects and works by making use of the ‘with’ keyword in Python to build
 a nested tree of etree objects that can be processed with standard
 tools/techniques
 .
 by using Python as a DSL you can automatically ensure that all tags are
 properly closed and also execute arbitrary Python code to build things
 such as lists or to embed widgets
 .
 This package provides the Python 3 version of Wither.

Package: python3-wordcloud
Description-md5: 88d6d4f0b1404add73578d13ff2fd979
Description-en: little word cloud generator in Python
 Compared to other wordclouds, this algorithm has the advantage of
  * filling all available space.
  * being able to use arbitrary masks.
  * having a stupid simple algorithm (with an efficient implementation)
    that can be easily modified.

Package: python3-workalendar
Description-md5: 81fe36286ae39433d3f74a042ea8ce3a
Description-en: Worldwide holidays and working days helper and toolkit (Python3 version)
 Workalendar is a Python module that offers classes able to handle calendars,
 list legal / religious holidays and gives working-day-related computation
 functions.
 .
 This library is ready for production, although some calendars may not be
 up-to-date, and this library doesn’t cover all the existing countries on earth.
 .
 This package contains the Python 3 version of the library.

Package: python-wrapt-doc
Description-md5: 1a267afe6a30630c7bf1337b5f2d378e
Description-en: decorators, wrappers and monkey patching. - doc
 The aim of the wrapt module is to provide a transparent object proxy for
 Python, which can be used as the basis for the construction of function
 wrappers and decorator functions.
 .
 The wrapt module focuses very much on correctness. It therefore goes way
 beyond existing mechanisms such as functools.wraps() to ensure that decorators
 preserve introspectability, signatures, type checking abilities etc. The
 decorators that can be constructed using this module will work in far more
 scenarios than typical decorators and provide more predictable and consistent
 behaviour.
 .
 To ensure that the overhead is as minimal as possible, a C extension module is
 used for performance critical components. An automatic fallback to a pure
 Python implementation is also provided where a target system does not have a
 compiler to allow the C extension to be compiled.
 .
 This package contains the documentation.

Package: python3-wrapt
Description-md5: 1a3eaaec5ca5f27019b2bb71093169c4
Description-en: decorators, wrappers and monkey patching. - Python 3.x
 The aim of the wrapt module is to provide a transparent object proxy for
 Python, which can be used as the basis for the construction of function
 wrappers and decorator functions.
 .
 The wrapt module focuses very much on correctness. It therefore goes way
 beyond existing mechanisms such as functools.wraps() to ensure that decorators
 preserve introspectability, signatures, type checking abilities etc. The
 decorators that can be constructed using this module will work in far more
 scenarios than typical decorators and provide more predictable and consistent
 behaviour.
 .
 To ensure that the overhead is as minimal as possible, a C extension module is
 used for performance critical components. An automatic fallback to a pure
 Python implementation is also provided where a target system does not have a
 compiler to allow the C extension to be compiled.
 .
 This package contains the Python 3.x module.

Package: python-ws4py-doc
Description-md5: 56668c86b2168c8399500e563c6d2707
Description-en: WebSocket library (docs)
 Python library providing an implementation of the WebSocket protocol defined
 in RFC 6455.
 .
 This package contains documentation.

Package: python3-ws4py
Description-md5: 24196ffbe774102f04d17cf918bdeb91
Description-en: WebSocket library (Python 3)
 Python library providing an implementation of the WebSocket protocol defined
 in RFC 6455.
 .
 This is the Python 3 version of the package.

Package: python3-wsaccel
Description-md5: 417d52c9ec0064b4158f9deb3be1fbb9
Description-en: Accelerator for ws4py and AutobahnPython - Python 3.x
 WSAccell is WebSocket accelerator for AutobahnPython, ws4py and Tornado. It
 replaces per-byte process in them with Cython version. AutobahnPython
 beginning with version 0.6 automatically uses WSAccell if available.
 .
 This package provides the Python 3.x module.

Package: python3-wsgi-intercept
Description-md5: 41bba37d5f018511e0cf6888b10c1207
Description-en: installs a WSGI application in place of a real URI for testing (python3)
 Testing a WSGI application normally involves starting a server at a local host
 and port, then pointing your test code to that address. Instead, this library
 lets you intercept calls to any specific host/port combination and redirect
 them into a WSGI application importable by your test program. Thus, you can
 avoid spawning multiple processes or threads to test your Web app.
 .
 wsgi_intercept works by replacing httplib.HTTPConnection with a subclass,
 wsgi_intercept.WSGI_HTTPConnection. This class then redirects specific
 server/port combinations into a WSGI application by emulating a socket. If no
 intercept is registered for the host and port requested, those requests are
 passed on to the standard handler.
 .
 This package provides a python3 module.

Package: python3-wsgilog
Description-md5: 6513131cd0110311e14e3116ee63e643
Description-en: WSGI logging and event reporting middleware (Python 3)
 Supports logging events in WSGI applications to STDOUT, time rotated log
 files, email, syslog, and web servers. Also supports catching and sending
 HTML-formatted exception tracebacks to a web browser for debugging.
 .
 This package contains the Python 3 version of wsgilog.

Package: python3-wsme
Description-md5: 7c30389d9cf142ecf696f4862ad77aee
Description-en: Web Services Made Easy: implement multi-protocol webservices - Python 3.x
 Web Service Made Easy (WSME) simplify the writing of REST web services by
 providing simple yet powerful typing which removes the need to directly
 manipulate the request and the response objects.
 .
 WSME can work standalone or on top of your favorite Python web (micro)
 framework, so you can use both your preferred way of routing your REST requests
 and most of the features of WSME that rely on the typing system like:
 .
  * Alternate protocols, including ones supporting batch-calls
  * Easy documentation through a Sphinx extension
 .
 WSME is originally a rewrite of TGWebServices with focus on extensibility,
 framework-independance and better type handling.
 .
 This package provides the Python 3.x module.

Package: python-wsproto-doc
Description-md5: b5dd9b609b75f3c436c5d10af9a834ab
Description-en: WebSockets state-machine based protocol implementation (Documentation)
 Pure-Python implementation of a WebSocket protocol stack. It's
 written from the ground up to be embeddable in whatever program you
 choose to use, ensuring that you can communicate via WebSockets, as
 defined in RFC6455, regardless of your programming paradigm.
 .
 This package contains the documentation.

Package: python3-wsproto
Description-md5: 4fd50e4bcf4144b1242ac45207f8af0d
Description-en: WebSockets state-machine based protocol implementation (Python3)
 Pure-Python implementation of a WebSocket protocol stack. It's
 written from the ground up to be embeddable in whatever program you
 choose to use, ensuring that you can communicate via WebSockets, as
 defined in RFC6455, regardless of your programming paradigm.
 .
 This is the Python3 package.

Package: python3-x-wr-timezone
Description-md5: eed7806fc2e5136cba2190b3141c415d
Description-en: Python module to handle non-standard X-WR-TIMEZONE icalendar property (Python 3)
 Some calendar providers introduce the non-standard X-WR-TIMEZONE parameter to
 ICS calendar files. Strict interpretations according to RFC 5545 ignore the
 X-WR-TIMEZONE parameter. This causes the times of the events to differ from
 those which make use of X-WR-TIMEZONE.
 .
 This module aims to bridge the gap by converting calendars using X-WR-TIMEZONE
 to a strict RFC 5545 calendars.
 .
 This package installs the library for Python 3.

Package: python-x2go-doc
Description-md5: 6c10327c6858e41beb5e719124ca9e8b
Description-en: Python module providing X2Go client API (documentation)
 X2Go is a server based computing environment with
    - session resuming
    - low bandwidth support
    - session brokerage support
    - client side mass storage mounting support
    - client side printing support
    - audio support
    - authentication by smartcard and USB stick
 .
 This package contains the Python X2Go client API
 documentation generated with Epydoc.

Package: python3-x2go
Description-md5: 6f9b8149295877c65d6b680d65ce238e
Description-en: Python module providing X2Go client API (Python 3)
 X2Go is a server based computing environment with
    - session resuming
    - low bandwidth support
    - session brokerage support
    - client side mass storage mounting support
    - client side printing support
    - audio support
    - authentication by smartcard and USB stick
 .
 This Python module allows you to integrate X2Go client
 support into your Python applications by providing a
 Python-based X2Go client API (for Python 3).

Package: python3-x3dh
Description-md5: fe882c3005c10fc22f99e966a6ff8704
Description-en: Python 3 implementation of the X3DH key agreement protocol
 This python library offers an implementation of the Extended Triple
 Diffie-Hellman key agreement protocol (X3DH) as specified here.
 .
 The goal is to provide a configurable and independent implementation of
 the protocol, while keeping the structure close to the specification.
 .
 This library was developed as part of python-omemo, a pretty cool
 end-to-end encryption protocol.
 .
 This package provides the Python 3.x module.

Package: python3-xapian-haystack
Description-md5: 5e43ae0149e2df6b3df16ddcf87f3b13
Description-en: Xapian backend for Django-Haystack (Python3 version)
 Xapian-haystack is a backend of Django-Haystack for the Xapian search engine.
 It provides all the standard features of Haystack:
  * Weighting
  * Faceted search (date, query, etc.)
  * Sorting
  * Spelling suggestions
  * EdgeNGram and Ngram (for autocomplete)
 The endswith search operation is not supported.
 .
 This package contains the Python 3 version of the library.

Package: python3-xapp
Description-md5: aa93aca45558b39a888f0a2deace34db
Description-en: Python 3 XApp library
 This package contains the Python 3 version of the library.

Package: python-xarray-doc
Description-md5: 339ce566fd52e78ec265b192fec88195
Description-en: documentation for xarray
 xarray (formerly xray) is an open source project and Python package that aims
 to bring the labeled data power of pandas to the physical sciences, by
 providing N-dimensional variants of the core pandas data structures.
 .
 It provides a pandas-like and pandas-compatible toolkit for analytics on
 multi-dimensional arrays, rather than the tabular data for which pandas
 excels.
 .
 This package provides the documentation.

Package: python3-xarray
Description-md5: 61c5f2b61ddf27daa81c47ccbfa8a651
Description-en: N-D labeled arrays and datasets in Python 3
 xarray (formerly xray) is an open source project and Python package that aims
 to bring the labeled data power of pandas to the physical sciences, by
 providing N-dimensional variants of the core pandas data structures.
 .
 It provides a pandas-like and pandas-compatible toolkit for analytics on
 multi-dimensional arrays, rather than the tabular data for which pandas
 excels.
 .
 This package provides the Python 3 library

Package: python3-xattr
Description-md5: 58b45fd1f3219493478e8bc53bdc67cc
Description-en: module for manipulating filesystem extended attributes - Python 3
 This module allows manipulation of the filesystem extended attributes present
 in some operating systems (GNU/Linux included). It is compatible to
 python-pyxattr but also provides a dictionary like interfaces for manipulating
 these attributes.
 .
 This package contains the Python 3.x module.

Package: xattr
Description-md5: 4abd01adaa5bda608a89908277aefdf9
Description-en: tool for manipulating filesystem extended attributes
 xattr tool allows manipulation of the filesystem extended attributes present
 in some operating systems (GNU/Linux included).
 .
 This package contains the xattr cli tool.

Package: python3-xdo
Description-md5: 278b63109666dc964a98794a8e05adda
Description-en: Python 3 library for simulating X11 keyboard/mouse input (libxdo bindings)
 python's xdo module lets you programmatically simulate keyboard input
 and mouse activity, move and resize windows, etc.  It does this using
 libxdo, which uses X11's XTEST extension and other Xlib functions.
 .
 This is the Python 3 version of this package.

Package: python3-xeddsa
Description-md5: 0f323ed2d74b39eb885e76d3419f4183
Description-en: Python 3 implementation of the XEdDSA signature scheme
 This python library offers an open implementation of the XEdDSA
 signature scheme as specified here.
 .
 This package provides the Python 3.x module.

Package: python-xkcd-doc
Description-md5: 455c8a016564e8ce6e416f5a3deb4b58
Description-en: Python library for accessing xkcd.com (common documentation)
 This is a Python library for accessing and retrieving links to comics from the
 xkcd webcomic by Randall Munroe. It is NOT endorsed or made by him, it’s an
 entirely independent project.
 .
 It makes use of the JSON interface to Randall’s site to retrieve comic data.
 .
 One can create comic objects manually using Comic(number), or can use the
 helper functions provided- getLatestComic(), getRandomComic(), and getComic()-
 to do this. Once you have a Comic object, you can access data from it using
 various provided methods.
 .
 This is the common documentation package.

Package: python3-xkcd
Description-md5: d36ea3ed52136cc91f469f63f8cdaf88
Description-en: Python3 library for accessing xkcd.com
 This is a Python library for accessing and retrieving links to comics from the
 xkcd webcomic by Randall Munroe. It is NOT endorsed or made by him, it’s an
 entirely independent project.
 .
 It makes use of the JSON interface to Randall’s site to retrieve comic data.
 .
 One can create comic objects manually using Comic(number), or can use the
 helper functions provided- getLatestComic(), getRandomComic(), and getComic()-
 to do this. Once you have a Comic object, you can access data from it using
 various provided methods.
 .
 This is the Python 3 version of the package.

Package: python-xlib-doc
Description-md5: 08b2ec36b5a4cc579c5005d8e2c2a8a4
Description-en: interface for Python 3 to the X11 protocol (docs)
 python-xlib is a 100% pure Python 3 implementation of the X11
 protocol. It currently implements client-side X11R6 fully, supports
 the resource database, ICCM, and the Shape extension.
 .
 This package provides the documentation.

Package: python3-xlib
Description-md5: 1969cba8f411be90eb3b6a261ce7c424
Description-en: interface for Python 3 to the X11 protocol
 python-xlib is a 100% pure Python 3 implementation of the X11
 protocol. It currently implements client-side X11R6 fully, supports
 the resource database, ICCM, and the Shape extension.

Package: python-xlrd-docs
Description-md5: 6ff1fd453c18737b1aa40f377915340b
Description-en: extract data from Microsoft Excel spreadsheet files (documentation)
 xlrd is a Python library to Extract data from new and old Microsoft
 Excel spreadsheets. It supports both .xls and .xlsx files (from Excel
 2007).
 .
 xlrd is a pure Python module and does not require any dependency
 outside of the standard Python distribution.
 .
 This package contains the documentation.

Package: python3-xlrd
Description-md5: cf6bbe70ed5b1d58c98414d9315cf3ba
Description-en: extract data from Microsoft Excel spreadsheet files (Python3 version)
 xlrd is a Python library to Extract data from new and old Microsoft
 Excel spreadsheets. It supports both .xls and .xlsx files (from Excel
 2007).
 .
 xlrd is a pure Python module and does not require any dependency
 outside of the standard Python distribution.
 .
 This package contains only the Python3 version of xlrd.

Package: python3-xmlrunner
Description-md5: a72729c89f497a006db113b7e45474bb
Description-en: unit test runner reporting in xUnit format (Python 3)
 This module provides a unit test runner saving its result in
 the xUnit format, which can be consumed by a wide range of tools
 such as build systems, integrated development environments and
 continuous integration servers.
 .
 This package installs the library for Python 3.

Package: python-xmlschema-doc
Description-md5: f862bbb0e25c881bb5841a63f1bc52ae
Description-en: documentation and examples for xmlschema
 This library includes the following features:
 .
   * Full XSD 1.0 and XSD 1.1 support
   * Building of XML schema objects from XSD files
   * Validation of XML instances against XSD schemas
   * Decoding of XML data into Python data and to JSON
   * Encoding of Python data and JSON to XML
   * Data decoding and encoding ruled by converter classes
   * An XPath based API for finding schema's elements and attributes
   * Support of XSD validation modes strict/lax/skip
   * Remote attacks protection by default using an XMLParser that forbids
     entities
   * XML data bindings based on DataElement class
   * Static code generation with Jinja2 templates
 .
 This package contains the documentation for xmlschema.

Package: python3-xmlschema
Description-md5: bdc609005b7c8e183f09b06a95781059
Description-en: implementation of XML Schema for Python
 This library includes the following features:
 .
   * Full XSD 1.0 and XSD 1.1 support
   * Building of XML schema objects from XSD files
   * Validation of XML instances against XSD schemas
   * Decoding of XML data into Python data and to JSON
   * Encoding of Python data and JSON to XML
   * Data decoding and encoding ruled by converter classes
   * An XPath based API for finding schema's elements and attributes
   * Support of XSD validation modes strict/lax/skip
   * Remote attacks protection by default using an XMLParser that forbids
     entities
   * XML data bindings based on DataElement class
   * Static code generation with Jinja2 templates
 .
 This package contains the Python 3.x version of xmlschema.

Package: python3-xmlsec
Description-md5: 05e4c9f51cbe0bc6929ae8f2be24dbb9
Description-en: Python bindings for the XML Security Library
 The XML Security Library (xmlsec) is a C library that implements
 these XML standards:
 .
   * XML Signature
   * XML Encryption
 .
 This package contains the Python 3 module.

Package: python3-xmltodict
Description-md5: 22d3a01b6f49641d1e5c17134a2dedad
Description-en: Makes working with XML feel like you are working with JSON (Python 3)
 xmltodict is a Python module that makes working with XML feel like you are
 working with JSON. xmltodict is very fast (Expat-based) and has a streaming
 mode with a small memory footprint, suitable for big XML dumps.
 .
 This package provides the Python 3 version of the library.

Package: python3-xopen
Description-md5: 07bc3f3915c930e4ddff0500f0128a90
Description-en: Python3 module to open compressed files transparently
 This small Python3 module provides a xopen function that works like the
 built-in open function, but can also deal with compressed files.
 Supported compression formats are gzip, bzip2 and xz. They are
 automatically recognized by their file extensions .gz, .bz2 or .xz.
 .
 The focus is on being as efficient as possible on all supported Python
 versions. For example, simply using gzip.open is slow in older Pythons,
 and it is a lot faster to use a gzip subprocess.
 .
 This module has originally been developed as part of the cutadapt tool
 that is used in bioinformatics to manipulate sequencing data. It has
 been in successful use within that software for a few years.
 .
 This is the Python3 version.

Package: python3-xrt
Description-md5: ac7a3118fe8af2758af4b3e7ca982234
Description-en: XRay Tracer and wave propagation (Python 3)
 XRayTracer is a python software library for ray tracing and wave
 propagation in x-ray regime. It is primarily meant for modeling
 synchrotron sources, beamlines and beamline elements. Includes a
 GUI for creating a beamline and interactively viewing it in 3D.
 .
 This package installs the library for Python 3.

Package: python-xsdata-doc
Description-md5: 7f79b623c8bdf547c72e98458101a0b0
Description-en: Naive XML Bindings for Python (common documentation)
 xsData is a complete XML data binding library for Python allowing developers
 to access and use XML documents as simple objects rather than using DOM.
 .
 It ships with a code generator for XML Schema definitions and WSDL 1.1 with
 SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't
 depend on the library itself in order to reduce the learning curve for users
 that have to write the binding models manually.
 .
 The included xml parser and serializer are highly optimized and adaptable
 with handlers based on native Python and lxml. The parser configuration
 offers the ability to skip unknown properties and to process xinclude
 statements.
 .
 xsData is constantly tested against the W3C XML Schema 1.1 test suite.
 .
 This is the common documentation package.

Package: python3-xsdata
Description-md5: 9aa09ca462ca250cea5659e2a8cc10e5
Description-en: Naive XML Bindings for Python (Python 3)
 xsData is a complete XML data binding library for Python allowing developers
 to access and use XML documents as simple objects rather than using DOM.
 .
 It ships with a code generator for XML Schema definitions and WSDL 1.1 with
 SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't
 depend on the library itself in order to reduce the learning curve for users
 that have to write the binding models manually.
 .
 The included xml parser and serializer are highly optimized and adaptable
 with handlers based on native Python and lxml. The parser configuration
 offers the ability to skip unknown properties and to process xinclude
 statements.
 .
 xsData is constantly tested against the W3C XML Schema 1.1 test suite.
 .
 This package installs the library for Python 3.

Package: python-xstatic-doc
Description-md5: f35da77177795fd831aecaf5f118d6d5
Description-en: XStatic base package with minimal support code - doc
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package contains the documentation.

Package: python3-xstatic
Description-md5: b0ddf9ea4ad24fa0c7ab8088400f1332
Description-en: XStatic base package with minimal support code - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package contains the Python 3.x module.

Package: python3-xstatic-angular
Description-md5: 64c631e7b49f06a2a1e499dfb89ce436
Description-en: Angular JS XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides Angular JS support as a Python 3.x module.

Package: python3-xstatic-angular-bootstrap
Description-md5: 2c50c25255076344ecfe39ffcccb448e
Description-en: Angular-Bootstrap XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package contains the Angular-Bootstrap support as a Python 3.x module.

Package: python3-xstatic-angular-cookies
Description-md5: 308db01505668be992bb8328fa66369a
Description-en: Angular JS Cookies XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides Angular JS cookies support as a Python 3.x module.

Package: python3-xstatic-angular-fileupload
Description-md5: fd54958995169c39e1066ae2eac209fe
Description-en: Angular-FileUpload  (XStatic packaging standard) - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package contains the Python 3.x module support for Angular-FileUpload.

Package: python3-xstatic-angular-gettext
Description-md5: 869542f1eedd20bbabfeff06979a996e
Description-en: Angular-Gettext (XStatic packaging standard) - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package contains the Python 3.x module support for Angular-Gettext.

Package: python3-xstatic-angular-lrdragndrop
Description-md5: b0aa0a15c21a554b4f0cc143e3324642
Description-en: Angular-Lrdragndrop 1.0.2 (XStatic packaging standard) - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package contains the Python 3.x module support for Angular-Lrdragndrop.

Package: python3-xstatic-angular-mock
Description-md5: 69f68a72d791e003f4c1e523caa00b94
Description-en: Angular JS Mock XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides Angular JS Mock support as a Python 3.x module.

Package: python3-xstatic-angular-schema-form
Description-md5: 200adb9060ab2f3a2ae37a8c59042dc8
Description-en: Angular-Schema-Form (XStatic packaging standard) - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 For a description of angular-schema-form, see the libjs-angular-schema-form
 package.
 .
 This package contains the Python 3.x module.

Package: python3-xstatic-angular-ui-router
Description-md5: 2d25ed1895d8fb5c716ff97ac5e7eb86
Description-en: Angular UI router XStatic support
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 Angular UI-Router is a client-side Single Page Application routing framework
 for AngularJS.
 .
 Routing frameworks for SPAs update the browser's URL as the user navigates
 through the app. Conversely, this allows changes to the browser's URL to drive
 navigation through the app, thus allowing the user to create a bookmark to a
 location deep within the SPA.
 .
 UI-Router applications are modeled as a hierarchical tree of states. UI-Router
 provides a state machine to manage the transitions between those application
 states in a transaction-like manner.
 .
 This package contains the Python 3.x module.

Package: python3-xstatic-angular-uuid
Description-md5: f9543c2ad168e397c19db3efadd107f1
Description-en: Angular UUID XStatic support
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 Angular-uuid is an AngularJS wrapper for Robert Kieffer's node-uuid, which
 provides simple, fast generation of RFC4122 UUIDS. It features:
 .
  * AngularJS service – no global scope pollution
  * Generate RFC4122 version 1 or version 4 UUIDs
  * Cryptographically strong random num generation on supporting platforms
  * Tiny file size when minified.

Package: python3-xstatic-angular-vis
Description-md5: 7b7cc478ec54af86031da9f619367332
Description-en: Angular Vis XStatic support
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 Angular-vis provides AngularJS directive for VisJS.
 .
 VisJS is a dynamic, browser based visualization library. The library is
 designed to be easy to use, to handle large amounts of dynamic data, and to
 enable manipulation of and interaction with the data. The library consists of
 the components DataSet, Timeline, Network, Graph2d and Graph3d. See visjs.org.

Package: python3-xstatic-bootstrap-datepicker
Description-md5: 0e2ad8b2116eeacc1459d14ea1f1be98
Description-en: Bootstrap-Datepicker XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides Bootstrap-Datepicker support as a Python 3.x module.

Package: python3-xstatic-bootstrap-scss
Description-md5: 581e84a42bd65b9b4130009ed7a8f6a8
Description-en: Bootstrap-SCSS 3.2.0 (XStatic packaging standard) - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package contains the Python 3.x module for Bootstrap-SCSS.

Package: python3-xstatic-bootswatch
Description-md5: 862bf1e77a2d69b80e1d9c873bc70cb7
Description-en: Bootswatch XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package contains the Python 3.x module support for the Bootswatch.
 See the description of the libjs-bootswatch package.

Package: python3-xstatic-d3
Description-md5: 53d013622bc5649914552d47c8052bf4
Description-en: D3 JS XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides D3 JS support as a Python 3.x module.

Package: python3-xstatic-dagre
Description-md5: 0d1d038dbfaf3ec7500e8430460f9a64
Description-en: Graph layout for JavaScript XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides Graph layout support as a Python 3.x module.

Package: python3-xstatic-dagre-d3
Description-md5: 0f0439720c369175a2b647c66e6d89c2
Description-en: D3-based renderer for Dagre XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides D3-based renderer for Dagre as a Python 3.x module.

Package: python3-xstatic-filesaver
Description-md5: a329542360d1393fde0efd72238c8c6e
Description-en: implements the saveAs() FileSaver interface - XStatic support
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 FileSaver.js implements the saveAs() FileSaver interface in browsers that do
 not natively support it.
 .
 FileSaver.js is the solution to saving files on the client-side, and is
 perfect for webapps that need to generate files, or for saving sensitive
 information that shouldn't be sent to an external server.

Package: python3-xstatic-font-awesome
Description-md5: 2ab00a0d2a17f78833d5870e00e63e10
Description-en: Font Awesome XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package contains the Python 3.x module support for the Font Awesome.
 See the description of the fonts-font-awesome package.

Package: python3-xstatic-graphlib
Description-md5: ac78fd3dc372b5512998ccc0776fe6ef
Description-en: Directed multi-graph library for JavaScript XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 Directed multi-graph library for JavaScript as a Python 3.x module.

Package: python3-xstatic-hogan
Description-md5: b5b632ceccc8f4b535eea949d0998995
Description-en: Hogan.js XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides Hogan.js support as a Python 3.x module.

Package: python3-xstatic-jasmine
Description-md5: 868d9b4b02845b2a04a4d8546e75a827
Description-en: Jasmine JS XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides Jasmine JS support as a Python 3.x module.

Package: python3-xstatic-jquery
Description-md5: 7e98e0dd748e9ad9a9b3b124088563fe
Description-en: jquery XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides jQuery support as a Python 3.x module.

Package: python3-xstatic-jquery-migrate
Description-md5: ed083fef9002fb96d2820892acb9c8fb
Description-en: JQuery Migrate XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides JQuery Migrate support as a Python 3.x module.

Package: python3-xstatic-jquery-ui
Description-md5: df3aa91901a46ae18784e4ea1728c983
Description-en: JQuery UI XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides JQuery UI support as a Python 3.x module.

Package: python3-xstatic-jquery.bootstrap.wizard
Description-md5: f018818b0d6c0a2db041f59469ee3191
Description-en: JQuery.Bootstrap.Wizard XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package contains the Python 3.x module XStatic support for
 JQuery.Bootstrap.Wizard See the libjs-twitter-bootstrap-wizard package for
 more information.

Package: python3-xstatic-jquery.quicksearch
Description-md5: 80a56937b2f9a3572667a3df075819c4
Description-en: jQuery.quicksearch XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides jQuery.quicksearch support as a Python 3.x module.

Package: python3-xstatic-jquery.tablesorter
Description-md5: 77db7715318f8405a670fdff065825a9
Description-en: JQuery Tablesorter XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides JQuery Tablesorter support as a Python 3.x module.

Package: python3-xstatic-js-yaml
Description-md5: 4871eb3492ae1035a7dfd076870b91f7
Description-en: JavaScript yaml implementation - XStatic support
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 Js-YAML is an implementation of YAML, a human-friendly data serialization
 language. Started as PyYAML port, it was completely rewritten from scratch.
 Now it's very fast, and supports 1.2 spec.

Package: python3-xstatic-jsencrypt
Description-md5: 5a4cfe53985f58a469166559933af333
Description-en: JSEncrypt XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides JSEncrypt support as a Python 3.x module.

Package: python3-xstatic-json2yaml
Description-md5: 7f23ce097462691ae83e992be88f95b6
Description-en: converts json or simple javascript objects into a yaml - XStatic support
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 Json2yaml converts json or simple javascript objects into a yaml format.

Package: python3-xstatic-lodash
Description-md5: ad650b7d0ad0884f77bd158236897fde
Description-en: JavaScript utility library XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides JavaScript utility library as a Python 3.x module.

Package: python3-xstatic-magic-search
Description-md5: f08127fb0736bf2e2e8794e100dce43b
Description-en: Magic-Search XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 MagicSearch is an AngularJS directive that provides a UI for both faceted
 filtering and as-you-type filtering. It is intended for filtering tables, such
 as an AngularJS smart-table, but it can be used in any situation where you can
 provide it with facets/options and consume its events.
 .
 MagicSearch was initially developed by David Kavanagh for Eucalyptus.
 .
 This package contains the Python 3.x module.

Package: python3-xstatic-mdi
Description-md5: 1764a00b9db27ab76d65cfc5d1883370
Description-en: Material Design Icons Webfont XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package contains the Python 3.x module support for the Material Design
 Icons Webfont. See the description of the fonts-materialdesignicons-webfont
 package.

Package: python3-xstatic-moment
Description-md5: 0a098ddd4d51bfccbf3a3491f46abdf1
Description-en: Work with dates in JavaScript XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides a lightweight JavaScript date library to parse, validate,
 manipulate and format dates as a Python 3.x module.

Package: python3-xstatic-moment-timezone
Description-md5: d8ea1bbba63edd0bae9215fd5dd63320
Description-en: Parse and display dates in any timezone XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides a plugin to the Moment.js date and time library
 as a Python 3.x module.

Package: python3-xstatic-objectpath
Description-md5: b51531d5ce7a672079c2d0d380626436
Description-en: objectpath XStatic packaging standard - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 For a description of objectpath, see the libjs-objectpath package.
 .
 This package contains the Python 3.x module for objectpath.

Package: python3-xstatic-qunit
Description-md5: b514aed18d61ac8cb77c871eefdab720
Description-en: QUnit XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides QUnit support as a Python 3.x module.

Package: python3-xstatic-rickshaw
Description-md5: b4a00c9069a4dffd03f6b1b4f4972243
Description-en: Rickshaw JS XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides Rickshaw JS support as a Python 3.x module.

Package: python3-xstatic-roboto-fontface
Description-md5: 427da0c642fd7d8903406d32383ca363
Description-en: Roboto Fontface XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package contains the Python 3.x module support for the Roboto Fontface.
 See the description of the fonts-roboto-fontface package.

Package: python3-xstatic-smart-table
Description-md5: 259070efcc6f78485c52e4559c2b037f
Description-en: AngularJS smart-table (XStatic packaging standard) - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package contains the Python 3.x module for supporting the smart-table
 javascript library.

Package: python3-xstatic-spin
Description-md5: 6f4e5c9a9d9339f9a89b976861b05271
Description-en: Spin.js XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 This package provides spin.js support as a Python 3.x module.

Package: python3-xstatic-term.js
Description-md5: 35f93967b5419e4c7311496ec5fcbbbf
Description-en: term.js XStatic support - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 Term.js is a full xterm clone written in javascript. It is a fork from the
 original work of Fabrice Bellard's javascript vt100 for jslinux (with the
 author's permission. The original design remains. The terminal itself has been
 extended to include xterm CSI codes, among other features.
 .
 This package contains the Python 3.x module.

Package: python3-xstatic-tv4
Description-md5: 39004021bc67c0f09e859ad074ae1c7b
Description-en: tv4 (XStatic packaging standard) - Python 3.x
 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 For a description of tv4, see the libjs-tv4 package.
 .
 This package contains the Python 3.x module.

Package: python3-xtermcolor
Description-md5: 275947755d288b5f1a869951c11af9f8
Description-en: Python3 module to print coloured text on terminals
 This module provides a simple API to print in color on terminals, it can
 accept RGB and ANSI colors, and can use 256 colors.
 .
 This package provides Python 3.x version of python-xtermcolor

Package: python3-xvfbwrapper
Description-md5: 33a1a7355ae8d8bd873d55be883a7039
Description-en: headless display inside Xvfb - Python 3.x
 Python wrapper for running a display inside X virtual framebuffer (Xvfb).
 .
 In the X Window System, Xvfb or X Virtual FrameBuffer is an X11 server that
 performs all graphical operations in memory, not showing any screen output.
 This virtual server does not require the computer to run or to even have a
 screen or an input device. Only a network layer is necessary.
 .
 This package contains the Python 3.x module.

Package: python3-xxhash
Description-md5: e13b25a58e93cdd61d9efa22ab5db7aa
Description-en: Bindings for the xxHash library (Python 3)
 xxHash is an Extremely fast Hash algorithm, running at RAM speed limits.
 It successfully completes the SMHasher test suite which evaluates collision,
 dispersion and randomness qualities of hash functions. Code is highly portable,
 and hashes are identical on all platforms (little / big endian).
 .
 This package installs the Python 3 bindings.

Package: python3-yamlordereddictloader
Description-md5: 6f828472fe1eb01503ba1320deb36cd8
Description-en: loader and dump for PyYAML keeping keys order
 This module provide a loader and a dumper for PyYAML allowing to keep
 items order when loading a file (by putting them in OrderedDict objects)
 and to manage OrderedDict objects when dumping to a file.
 .
 The loader is based on stackoverflow topic (thanks to Eric Naeseth):
  http://stackoverflow.com/questions/5121931/in-python-how-can-you-load-yaml-mappings-as-ordereddicts#answer-5121963
 .
 This package installs the library for Python 3 and is already DEPRECATED:
 the Phynix/yamlloader project provide an improved version of this library
 with unit tests, performance improvements (by providing access to the
 C implementation of PyYAML) and is more actively developed. You should
 use it!
 .
 This package is a dependency for python-airr.

Package: python3-yappi
Description-md5: aa5f7696d4032eee1e03b02b2e56de4c
Description-en: Yet Another Python Profiler - Python 3.x
 Yappi stands for Yet Another Python Profiler. It supports Multithread/CPU time
 profiling.
 .
 CPython standard distribution comes with three profilers. cProfile, Profile
 and hotshot. cProfile is implemented as a C module based on lsprof, Profile is
 in pure Python and hotshot can be seen as a small subset of a cProfile.
 .
 The major issue is that all of these profilers lack support for multi-threaded
 programs and CPU time.
 .
 If you want to profile a multi-threaded application, you must give an entry
 point to these profilers and then maybe merge the outputs. None of these
 profilers are designed to work on long-running multi-threaded application. It
 is impossible to profile an application retrieve the statistics then stop and
 then start later on the fly (without affecting the profiled application).
 .
 This package contains the Python 3.x module.

Package: python3-yaql
Description-md5: 96769e943e223b03d83d3acec2540711
Description-en: Yet Another Query Language - Python 3.x
 YAQL is a general purpose query language, that is designed to operate on
 objects of arbitrary complexity. YAQL has a large standard library of
 functions for filtering, grouping and aggregation of data. At the same time
 YAQL allows you to extend it by defining your own functions.
 .
 This package contains the Python 3.x module.

Package: python3-yaswfp
Description-md5: 3650fae0ff97fa3dd447cbd340ed360b
Description-en: Yet Another SWF Parser (Python 3)
 This package contains Yet Another SWF Parser Python module. It can be used as
 command line program or as a module.
 .
 This package installs the library for Python 3.

Package: python-yenc-doc
Description-md5: c4eab2b410b5dc81b14bf9a770c119b1
Description-en: yEnc encoding/decoding extension for Python (documentation)
 The yEnc module provides a simple API for raw encoding/decoding of
 yencoded binaries.
 .
 This package contains the documentation and examples for yEnc.

Package: python3-yenc
Description-md5: 3b9c4edb48b679f7d1e5c5ffd51c62f3
Description-en: yEnc encoding/decoding extension (Python 3)
 The yEnc module provides a simple API for raw encoding/decoding of
 yencoded binaries, mainly used when retrieving from or posting to
 Usenet. It is significantly faster than any pure-Python
 implementation.
 .
 This package contains the Python 3 module.

Package: python-yubico-tools
Description-md5: d14e0bb5a992380aed6c9b63cc6d1587
Description-en: Tools for Yubico YubiKeys
 The YubiKey is a hardware authentication token. This package
 contains utilities for the YubiKey implemented using the
 python-yubico package.
 .
 This package currently includes the following utilities :
 .
   * yubikey-totp - OATH TOTP code generator using YubiKey

Package: python3-yubico
Description-md5: 6594bd61b33e4ed573b350e6d48d2145
Description-en: Python3 library for talking to Yubico YubiKeys
 The YubiKey is a hardware authentication token. This is a Python3
 library for interacting with YubiKeys. Typical use is to detect,
 configure (personalize) or issue challenge-responses to YubiKeys.

Package: python3-yubiotp
Description-md5: 1c7f0043d1263b3fb3a85f89ec30588c
Description-en: Low-level implementation of the YubiKey OTP algorithm in Python
 YubiOTP is a library for verifying YubiKey OTP tokens. It includes both
 the low-level implementation for verifying tokens locally and clients
 for multiple versions of the Yubico validation web service. The primary
 audience is developers who wish to verify YubiKey tokens in their
 applications, presumably as part of a multi-factor authentication scheme.
 .
 For testing and experimenting, the included yubikey script simulates one
 or more YubiKey devices using a config file. It also includes utility
 commands such as a modhex converter.
 .
 YubiOTP also includes a command-line web service client called yubiclient.

Package: python3-zake
Description-md5: 75e8e6535ec9744c021eefede8e649b0
Description-en: provides a set of testing utilities for the kazoo library - Python 3.x
 Zake is a Python package that works to provide a nice set of testing utilities
 for the kazoo library.
 .
 It includes the following functionality:
  * Storage access (for viewing what was saved/created).
  * Kazoo *mostly* compatible client API.
  * Sync/transaction/create/get/delete... commands.
  * Listener support.
  * And more...
 .
 It simplifies testing by providing a client that has a similar API as the
 kazoo client so that your tests (or applications/libraries that use kazoo) do
 not require a real zookeeper server to be  tested with (since this is not
 available in all testing environments).
 .
 This package contains the Python 3.x module.

Package: python3-zaqarclient
Description-md5: 5e345de83681dbe744313fd5f1ed7a7f
Description-en: OpenStack Zaqar Queueing API, client and library - Python 3.x
 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.
 .
 By installing python-zaqarclient you get programmatic access to the Zaqar v1.0
 API library. Plus, it installs a plugin to python-openstackclient that allows
 you to perform simple queue operations.
 .
 This package contains the Python 3.x module.

Package: python3-zc.customdoctests
Description-md5: 139d26e92a7080d00e57a55411eb8783
Description-en: Use doctest with other languages (Python 3)
 doctest (and recently manuel) provide hooks for using custom doctest
 parsers. zc.customdoctests helps to leverage this to support other
 languages, such as JavaScript (with python-spidermonkey):
 .
     js> function double (x) {
     ...     return x*2;
     ... }
     js> double(2)
     4
 .
 And with it facilitates doctests that mix multiple languages,
 such as Python, JavaScript, and sh.

Package: python3-zeep
Description-md5: 74220fed83649f6e6d13b6d8b2b255f0
Description-en: Modern SOAP client library (Python 3)
 A fast and modern Python SOAP client
 .
 Highlights:
  * Modern codebase compatible with Python 2.7, 3.3, 3.4, 3.5, 3.6, 3.7 and PyPy
  * Build on top of lxml and requests
  * Supports recursive WSDL and XSD documents.
  * Supports the xsd:choice and xsd:any elements.
  * Uses the defusedxml module for handling potential XML security issues
  * Support for WSSE (UsernameToken only for now)
  * Experimental support for HTTP bindings
  * Experimental support for WS-Addressing headers
  * Experimental support for asyncio via aiohttp (Python 3.5+)
 .
 Features still in development include:
  * WSSE x.509 support (BinarySecurityToken)
  * WS Policy support
 .
 Please see for more information the documentation at
 http://docs.python-zeep.org/
 .
 This package is targeting Python version 3.

Package: python3-zeroconf
Description-md5: 440f828672aa8305a7dca2f8d30202d7
Description-en: Pure Python implementation of multicast DNS service discovery (Python3)
 This is an implementation of the multicast DNS Service Discover Library
 zeroconf in pure Python.
 .
 Compared to some other Zeroconf/Bonjour/Avahi Python packages:
 .
  - isn't tied to Bonjour or Avahi
  - doesn't use D-Bus
  - doesn't force you to use particular event loop or Twisted
 .
 This is the Python3 version of the library.

Package: python3-zipp
Description-md5: fe4f0f632dbe3b95d852c7ba7a7bbfe6
Description-en: 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.

Package: python3-zipstream
Description-md5: 81a2df7bbb3d24da67fe9299d01d025d
Description-en: Zipfile generator
 Zipstream.py is a zip archive generator based on python 3.3's zipfile.py.
 .
 It was created to generate a zip file generator for streaming (ie web apps).
 This is beneficial for when you want to provide a downloadable archive of a
 large collection of regular files, which would be infeasible to generate the
 archive prior to downloading.

Package: python3-zipstream-ng
Description-md5: e96a39d8171ccfebfdc21959bcbfa2f6
Description-en: Modern and easy to use streamable zip file generator
 zipstream-ng can package and stream many files and folders on the fly without
 needing temporary files or excessive memory.
 .
 Includes the ability to calculate the total size of the stream before any data
 is actually added (provided no compression is used). This makes it ideal for
 use in web applications since the total size can be used to set the
 Content-Length header without having to generate the entire file first.

Package: python-zstandard-doc
Description-md5: 889015d4f93463fb32c0e694c2251e06
Description-en: Python bindings for interfacing with Zstandard library (docs)
 This project provides Python bindings for interfacing with the Zstandard
 compression library. A C extension and CFFI interface are provided.
 .
 The primary goal of the project is to provide a rich interface to the
 underlying C API through a Pythonic interface while not sacrificing
 performance. This means exposing most of the features and flexibility of
 the C API while not sacrificing usability or safety that Python provides.
 .
 Zstandard, or zstd as short version, is a fast lossless compression
 algorithm, targeting real-time compression scenarios at zlib-level
 and better compression ratios.
 .
 This package provides the documentation for python-zstandard.

Package: python3-zstandard
Description-md5: a7f22fa2943e8f73604ee5b87887db9f
Description-en: Python bindings for interfacing with Zstandard library
 This project provides Python bindings for interfacing with the Zstandard
 compression library. A C extension and CFFI interface are provided.
 .
 The primary goal of the project is to provide a rich interface to the
 underlying C API through a Pythonic interface while not sacrificing
 performance. This means exposing most of the features and flexibility of
 the C API while not sacrificing usability or safety that Python provides.
 .
 Zstandard, or zstd as short version, is a fast lossless compression
 algorithm, targeting real-time compression scenarios at zlib-level
 and better compression ratios.

Package: python3-zstd
Description-md5: 8330816faa1382001a490160025f12de
Description-en: python bindings to Yann Collet ZSTD compression library
 Zstandard, or zstd as short version, is a fast lossless compression algorithm,
 targeting real-time compression scenarios at zlib-level and better compression
 ratios.

Package: python-zunclient-doc
Description-md5: 69e02025f359fc8fc64adf9cb2169ec3
Description-en: OpenStack container management service API client - doc
 Zun (ex. Higgins) is a Container Management service for OpenStack. It aims to
 provide an OpenStack API for launching and managing containers backed by
 different container technologies.
 .
 This is a client library for Zun built on the Zun API. It provides a Python
 API (the zunclient module) and a command-line tool(zun).
 .
 This package contains the documentation.

Package: python3-zunclient
Description-md5: 523895d86eb19fb1ef4298171d866ff5
Description-en: OpenStack container management service API client - Python 3.x
 Zun (ex. Higgins) is a Container Management service for OpenStack. It aims to
 provide an OpenStack API for launching and managing containers backed by
 different container technologies.
 .
 This is a client library for Zun built on the Zun API. It provides a Python
 API (the zunclient module) and a command-line tool(zun).
 .
 This package contains the Python 3.x module.

Package: python3-zxcvbn
Description-md5: ac7a1852a8b9ddb2509f47db07221ea5
Description-en: Realistic password strength estimator - Python3 module
 This is a Python implementation of the library created by the
 team at Dropbox. Accepts user data to be added to the dictionaries
 that are tested against, gives a score to the password, provides
 feedback on the password and ways to improve it, returns time
 estimates on how long it would take to guess the password in
 different situations
 .
 This package provides the Python 3 library, and a zxcvbn binary providing
 a convenient wrapper.

Package: python3-antlr4
Description-md5: 3c7e31cf0cd3f9534b6396f2e9c23442
Description-en: ANTLR 4.9 runtime for Python 3
 Provides the Python3 runtime for parsers/lexers generated by ANTLR 4.
 .
 Also known as "antlr4-python3-runtime".

Package: 2to3
Description-md5: 1ead01c990da218c602e6afc000e1598
Description-en: 2to3 binary using python3
 2to3 is a Python program that reads Python 2.x source code and applies a
 series of fixers to transform it into valid Python 3.x code. The standard
 library contains a rich set of fixers that will handle almost all code. 2to3
 supporting library lib2to3 is, however, a flexible and generic library, so it
 is possible to write your own fixers for 2to3. lib2to3 could also be adapted
 to custom applications in which Python code needs to be edited automatically.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 2to3 version (currently v3.11).

Package: idle
Description-md5: 19913fb9648ff335696b67afadaf3659
Description-en: IDE for Python using Tkinter (default version)
 IDLE is an Integrated Development Environment for Python.
 IDLE is written using Tkinter and therefore quite platform-independent.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's IDLE (currently v3.11).

Package: idle3
Description-md5: 4b22643c8e35d9c200ff9cf8ea4b9d66
Description-en: IDE for Python using Tkinter (transitional package)
 IDLE is an Integrated Development Environment for Python.
 .
 This package is a transitional package, you can safely remove it.

Package: libpython3-all-dbg
Description-md5: ed17bf52e18ca293d79a6626693f1277
Description-en: package depending on all supported Python 3 debugging packages
 The package currently depends on libpython3.11-dbg, in the future,
 dependencies on jython (Python for a JVM) and ironpython (Python for Mono) may
 be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python 3 debug packages.

Package: libpython3-all-dev
Description-md5: d950129a8ba4d7a7eedbe75881f68249
Description-en: package depending on all supported Python 3 development packages
 The package currently depends on libpython3.11-dev, in the future,
 dependencies on jython (Python for a JVM) and ironpython (Python for Mono) may
 be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python 3 development
 packages.

Package: libpython3-dbg
Description-md5: febce8d6ec6dbc1a7567e421cec580a5
Description-en: debug build of the Python 3 Interpreter (version 3.11)
 Python 3 interpreter configured with --pydebug. Dynamically loaded modules
 are searched in /usr/lib/python3.11/lib-dynload/debug first.

Package: libpython3-dev
Description-md5: 04db601abc7d2215dadcb1e181ac6256
Description-en: header files and a static library for Python (default)
 Header files, a static library and development tools for building
 Python modules, extending the Python interpreter or embedding Python
 in applications.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's headers (currently v3.11).

Package: libpython3-stdlib
Description-md5: 86332fd72eae59eab617f6151334f62a
Description-en: interactive high-level object-oriented language (default python3 version)
 This package contains the majority of the standard library for the Python
 language (default python3 version).
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's standard library (currently v3.11).

Package: python3
Description-md5: 7e57783fdb3703b27f408a029b7b786f
Description-en: interactive high-level object-oriented language (default python3 version)
 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 Debian's default
 Python 3 version (currently v3.11).

Package: python3-all
Description-md5: f9f55a1c5421aff705f468935706dc53
Description-en: package depending on all supported Python 3 runtime versions
 The package currently depends on python3.11, in the future, dependencies on
 jython (Python for a JVM) and ironpython (Python for Mono) may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python 3 runtimes.

Package: python3-all-dbg
Description-md5: 08b9e6bb34c941f61e5d480c6b07ca76
Description-en: package depending on all supported Python 3 debugging packages
 The package currently depends on python3.11-dbg, in the future, dependencies
 on jython (Python for a JVM) and ironpython (Python for Mono) may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python 3 debug packages.

Package: python3-all-dev
Description-md5: 26e6351b4f8deed7d69e8310d7f3847a
Description-en: package depending on all supported Python 3 development packages
 The package currently depends on python3.11-dev, in the future, dependencies
 on jython (Python for a JVM) and ironpython (Python for Mono) may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python 3 development
 packages.

Package: python3-dbg
Description-md5: febce8d6ec6dbc1a7567e421cec580a5
Description-en: debug build of the Python 3 Interpreter (version 3.11)
 Python 3 interpreter configured with --pydebug. Dynamically loaded modules
 are searched in /usr/lib/python3.11/lib-dynload/debug first.

Package: python3-dev
Description-md5: 04db601abc7d2215dadcb1e181ac6256
Description-en: header files and a static library for Python (default)
 Header files, a static library and development tools for building
 Python modules, extending the Python interpreter or embedding Python
 in applications.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's headers (currently v3.11).

Package: python3-doc
Description-md5: 815ce9bf684639e59a929289f082a201
Description-en: documentation for the high-level object-oriented language Python 3
 This is the official set of documentation for the interactive high-level
 object-oriented language Python 3 (v3.11). All documents are provided
 in HTML format, some in info format. The package consists of nine documents:
 .
   * 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
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's documentation (currently v3.11).

Package: python3-examples
Description-md5: 4bc5369a77262a8779a7c9542585ff19
Description-en: examples for the Python language (default version)
 Examples, Demos and Tools for Python. These are files included in
 the upstream Python distribution.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's examples (currently v3.11).

Package: python3-full
Description-md5: 43b864805266c1a51438a742f587ea56
Description-en: Default Python Interpreter with complete class library
 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.
 .
 This package depends on Debian's default python 3 version's full
 standard library (currently v3.11).
 .
 According to the Debian Python policy, this package must not be used in
 build dependencies, dependencies and recommendations.

Package: python3-minimal
Description-md5: 41717b1122fcd4cd4c0cdf425684f8dc
Description-en: 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.11-minimal/README.Debian for a list of the modules
 contained in this package.

Package: python3-nopie
Description-md5: 31e6008ca39ff837e1229d920f443a6b
Description-en: Python interpreter linked without PIE (default python3 version)
 This package contains the interpreter not built as position independent
 executable. This interpreter is diverting the python3 executable, and making
 the interpreter built with PIE available as python3-pie.

Package: python3-venv
Description-md5: d6ca07df8ee84c18a14351b0cc621ce3
Description-en: venv module for python3 (default python3 version)
 This package contains the venv module for the Python language (default python3
 version).
 .
 The venv module provides support for creating lightweight "virtual
 environments" with their own site directories, optionally isolated from system
 site directories. Each virtual environment has its own Python binary (which
 matches the version of the binary that was used to create this environment)
 and can have its own independent set of installed Python packages in its site
 directories.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's venv module (currently v3.11).

Package: dmm-utils
Description-md5: e210a20bd62f3eee225108ab6027f127
Description-en: Tools for making use of python3-dmm
 Tools and utilities for making use of python3-dmm.
 .
 Example recipes are also included.
 .
 Currently contains the dmm-perform-recipe tool.

Package: python3-dmm
Description-md5: 4320c66200dd47bf8926ce321f55da1e
Description-en: distribution management modules/toolkit
 Modules and toolkit that makes taking care of Linux distribution tasks easier.
 .
 Its initial set of modules allow you to configure tools like. apt, grub,
 squashfs (among others) and actions from these modules can be stringed
 together using recipes (which are yaml files).

Package: python3-lxc
Description-md5: 7946e18f47cc9392e405736d5ef8cc27
Description-en: Linux Containers userspace tools (Python3 bindings)
 Containers are insulated areas inside a system, which have their own namespace
 for filesystem, network, PID, IPC, CPU and memory allocation and which can be
 created using the Control Group and Namespace features included in the Linux
 kernel.
 .
 This package contains the Python 3.x bindings

Package: python3-onelogin-saml2
Description-md5: c3c038cd0a95749960b4359bb7eb03fc
Description-en: OneLogin SAML single sign-on Python toolkit
 Security Assertion Markup Language (SAML) is a standard for logging users into
 applications based on their sessions in another context.
 .
 This library enables a developer to to enable single sign-on (SSO) for their
 app via any identity provider that offers SAML authentication.

Package: python3-openid
Description-md5: 1585ce9e8bb81935adbb94d57d4d6adb
Description-en: Python3 OpenID package for modern servers and consumers
 This is a set of Python packages to support use of the OpenID decentralized
 identity system in your application.

Package: python3-proselint
Description-md5: 7cadbe30d49548436c4d1670da84582d
Description-en: Library and command-line prose linter utility (Python 3)
 Proselint aggregates knowledge about best practices in writing from world's
 greatest writers and editors, and makes it accessible by giving suggestions in
 the form of a linter for prose.
 .
 This package installs the library and proselint binary for Python 3.

Package: python3-simpleobsws
Description-md5: 1f5450065a75630a4f5ba7926b41a181
Description-en: simple obs-websocket library in Python for people who just want JSON output
 Allows you to control OBS via it's websocket API from Python.
 .
 This library does so asynchronously.

Package: python3-simpletal
Description-md5: 5df122f5888c1e122c8d9f9610558b2c
Description-en: Simple TAL, TALES and METAL implementation
 SimpleTAL is a reimplementation of the ZOPE TAL (Template Attribute Language),
 TALES (TAL Expression Syntax) and METAL (Macro Expansion for TAL) languages.
 More information and specifications of these languages is available at
 http://www.zope.org/Wikis/DevSite/Projects/ZPT/FrontPage .
 .
 This package contains the Python3-compatible version of simpleTAL.

Package: python3-distutils
Description-md5: 5c4d15af3278d80c67612e780bc236c4
Description-en: distutils package for Python 3.x
 Distutils package for Python 3.x.  This package contains the distutils module
 from the Python standard library.

Package: python3-gdbm
Description-md5: f21d01c59fd918dd8e93a985f8b900dc
Description-en: 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.

Package: python3-gdbm-dbg
Description-md5: 2acef7566a549a1876868ca568136539
Description-en: GNU dbm database support for Python 3.x (debug extension)
 GNU dbm database module for Python 3.x. Install this if you want to
 create or read GNU dbm database files with Python.
 .
 This package contains the extensions built for the python3 debug interpreter.

Package: python3-lib2to3
Description-md5: b6bb900a350bd33ad1e13a53f1b62dec
Description-en: 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, a Python2 to Python3 converter.

Package: python3-tk
Description-md5: 23263ef24020072cb878ca2432c298ba
Description-en: Tkinter - Writing Tk applications with Python 3.x
 A module for writing portable GUI applications with Python 3.x using Tk.
 Also known as Tkinter.

Package: python3-tk-dbg
Description-md5: 4275bd46341c34a2376a1610e9252f65
Description-en: Tkinter - Writing Tk applications with Python 3.x (debug extension)
 A module for writing portable GUI applications with Python using Tk.
 Also known as Tkinter.
 .
 This package contains the extensions built for the python3 debug interpreter.

Package: python3-typed-ast
Description-md5: 20d1693e3e3dbc7ab8baacc6a9b6ecf0
Description-en: AST with PEP 484 type comments support
 A fork of the CPython 2.7 and 3.5 ast modules with the ability to parse
 PEP 484 type comments. The primary goals of this package are correctness and
 speed.

Package: idle-python3.11
Description-md5: 57a60fed811a55649354f3eb48ae78ff
Description-en: IDE for Python (v3.11) using Tkinter
 IDLE is an Integrated Development Environment for Python (v3.11).
 IDLE is written using Tkinter and therefore quite platform-independent.

Package: libpython3.11
Description-md5: b35712e3b7a329c23e2d0f60299cca67
Description-en: Shared Python runtime library (version 3.11)
 Python is a high-level, interactive, object-oriented language. Its 3.11 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains the shared runtime library, normally not needed
 for programs using the statically linked interpreter.

Package: libpython3.11-dbg
Description-md5: 9aa4bdb4afaf28c6590cc14761161d0a
Description-en: Debug Build of the Python Interpreter (version 3.11)
 The package holds two things:
 .
 - Extensions for a Python interpreter configured with --pydebug.
 - Debug information for standard python extensions.
 .
 See the README.debug for more information.

Package: libpython3.11-dev
Description-md5: 9db16592eacea4763c89544a325c9ece
Description-en: Header files and a static library for Python (v3.11)
 Header files, a static library and development tools for building
 Python (v3.11) modules, extending the Python interpreter or embedding
 Python (v3.11) in applications.
 .
 Maintainers of Python packages should read README.maintainers.
 .
 This package contains development files. It is normally not
 used on it's own, but as a dependency of python3.11-dev.

Package: libpython3.11-minimal
Description-md5: 5d240c86f46ea535e307b897fc938672
Description-en: Minimal subset of the Python language (version 3.11)
 This package contains some essential modules. It is normally not
 used on it's own, but as a dependency of python3.11-minimal.

Package: libpython3.11-stdlib
Description-md5: 41c666a330b08b8fcf8ac78687a72b26
Description-en: Interactive high-level object-oriented language (standard library, version 3.11)
 Python is a high-level, interactive, object-oriented language. Its 3.11 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains Python 3.11's standard library. It is normally not
 used on its own, but as a dependency of python3.11.

Package: libpython3.11-testsuite
Description-md5: 5daa6e7f215079fd7146f7487223d006
Description-en: Testsuite for the Python standard library (v3.11)
 The complete testsuite for the Python standard library.  Note that
 a subset is found in the libpython3.11-stdlib package, which should
 be enough for other packages to use (please do not build-depend
 on this package, but file a bug report to include additional
 testsuite files in the libpython3.11-stdlib package).

Package: python3.11
Description-md5: 01042efeb48131a16be91f2eae5e8322
Description-en: Interactive high-level object-oriented language (version 3.11)
 Python is a high-level, interactive, object-oriented language. Its 3.11 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.

Package: python3.11-dbg
Description-md5: 22b68e0040d143a281ff5ec8704d6068
Description-en: Debug Build of the Python Interpreter (version 3.11)
 The package holds two things:
 .
 - A Python interpreter configured with --pydebug. Dynamically loaded modules
   are searched as <foo>_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.11-dev
Description-md5: f309821cb3c1abc3e036cf55e22d6d87
Description-en: Header files and a static library for Python (v3.11)
 Header files, a static library and development tools for building
 Python (v3.11) modules, extending the Python interpreter or embedding
 Python (v3.11) in applications.
 .
 Maintainers of Python packages should read README.maintainers.

Package: python3.11-doc
Description-md5: 9d95f0404f0a9989fb46073b9605de08
Description-en: Documentation for the high-level object-oriented language Python (v3.11)
 These is the official set of documentation for the interactive high-level
 object-oriented language Python (v3.11). All documents are provided
 in HTML format. The package consists of ten documents:
 .
   * What's New in Python3.11
   * 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.11-examples
Description-md5: aca6dbe676142dd401eef5a395a265f7
Description-en: Examples for the Python language (v3.11)
 Examples, Demos and Tools for Python (v3.11). These are files included in
 the upstream Python distribution (v3.11).

Package: python3.11-full
Description-md5: 3ffbac3f5e4c1a2e484de11d50798498
Description-en: Python Interpreter with complete class library (version 3.11)
 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.11-minimal
Description-md5: 732fe8f39346875143c1eac7434d14cd
Description-en: Minimal subset of the Python language (version 3.11)
 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.11-minimal/README.Debian for a list of the modules
 contained in this package.

Package: python3.11-nopie
Description-md5: 0567e449dcfb725ba7bb7fc9af4901b6
Description-en: Python interpreter linked without PIE (version 3.11)
 This package contains the interpreter not built as position independent
 executable. This interpreter is diverting the python3.11 executable, and making
 the interpreter built with PIE available as python3.11-pie.

Package: python3.11-venv
Description-md5: bf8123dbf5c3c7b6bd2c7ba323f6994e
Description-en: Interactive high-level object-oriented language (pyvenv binary, version 3.11)
 Python is a high-level, interactive, object-oriented language. Its 3.11 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains the pyvenv-3.11 binary.

Package: python3-dialog
Description-md5: 0adf5eb5f591989ce658eaa3be1a6a20
Description-en: Python module for making simple terminal-based user interfaces
 pythondialog is a Python wrapper for the dialog utility originally
 written by Savio Lam, and later rewritten by Thomas E. Dickey. Its
 purpose is to provide an easy to use, pythonic and comprehensive Python
 interface to dialog. This allows one to make simple text-mode user
 interfaces on Unix-like systems.
 .
 pythondialog provides dialog boxes (widgets) of many different types.
 Among these, one can find infobox, msgbox, yesno, menu, checklist,
 radiolist, fselect (for selecting a file), rangebox, buildlist,
 treeview, calendar. These widgets, and those not listed here, allow one
 to build nice interfaces quickly and easily. However, it is not possible
 to create new widgets without modifying dialog itself.
 .
 For most widgets, the following settings can be chosen:
  * width, height and other parameters where applicable;
  * two user-defined buttons, referred to as "Help" and "Extra", may be
    added and their labels freely chosen.
 Additionally, a color theme may be defined for all widgets via a
 configuration file.
 .
 pythondialog has good Unicode support. Precisely, this support should be
 as good as allowed by the combination of the Python interpreter, dialog,
 the terminal and the locale settings in use.

Package: python3-pythonmagick
Description-md5: 8c634d34420423ecf1541e504f1c41f7
Description-en: Object-oriented Python 3 interface to ImageMagick
 PythonMagick an interface to ImageMagick to give all the functionality
 of ImageMagick++ into Python 3.
 .
 ImageMagick is a software suite to create, edit, and compose bitmap images.
 It can read, convert and write images in a variety of formats (over 100)
 including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript,
 SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale,
 shear and transform images, adjust image colors, apply various special
 effects, or draw text, lines, polygons, ellipses and Bézier curves.
 All manipulations can be achieved through shell commands as well as through
 an X11 graphical interface (display).

Package: pythonpy
Description-md5: 777c4d3b2d85cb32e72d1509411679e6
Description-en: 'python -c', with tab completion and shorthand
 pythonpy is an utility that facilitates the usage of Python one-liners. The
 command 'py' evaluates a string consisting of any Python expression. It can do
 anything from simple arithmetic to complex operations, importing modules
 automatically. It also comes with tab completion.
 .
 Its usage is not restricted to single expressions only. There's also the
 possibility to pipe data from stdin and to stdout, even generating strings to
 be evaluated by other programs.

Package: python-pythran-doc
Description-md5: 19d09db5b45d2dbe5e6f0e94c2a4986e
Description-en: ahead of time compiler for Python (Documentation)
 Pythran is an ahead of time compiler for a subset of the Python
 language, with a focus on scientific computing. It takes a Python
 module annotated with a few interface descriptions and turns it into a
 native Python module with the same interface, but (hopefully) faster.
 .
 This package contains the documentation.

Package: python3-pythran
Description-md5: 522a2e323f1f86c847a5ce39eb938976
Description-en: ahead of time compiler for Python
 Pythran is an ahead of time compiler for a subset of the Python
 language, with a focus on scientific computing. It takes a Python
 module annotated with a few interface descriptions and turns it into a
 native Python module with the same interface, but (hopefully) faster.
 .
 This package contains the Python 3 version of the library.

Package: python3-pytkdocs
Description-md5: ff8fc94d86f2d23568c5a622d53df1e1
Description-en: Load Python objects documentation
 This Python library is used to load Python objects documentation. It accepts
 JSON on standard input and writes JSON on standard output.
 .
 It is typically used to read data from standard input while writing
 processed data line by line. Especially mkdocstrings is wanting this
 behavior.

Package: python3-pytoolconfig
Description-md5: 8c71265402c6f9721529e6304bc11ce4
Description-en: Python Tool Configuration Library
 The goal of this project is to manage configuration for python tools,
 such as black and rope, and add support for a pyproject.toml
 configuration file.

Package: python-pytools-doc
Description-md5: e7bef8bf5a3f321df8617724dee56783
Description-en: big bag of things supplementing Python library (documentation)
 Pytools is a big bag of things that are needed by packages created by
 Andreas Kloeckner. They are used by python-pycuda and python-pyopencl
 packages. They contain, amongst other:
  * A ton of small tool functions such as len_iterable, argmin, tuple
    generation, permutation generation, ASCII table pretty printing,
    GvR's mokeypatch_xxx() hack, the elusive flatten, and much more
  * A time-series logging module, pytools.log
  * Batch job submission, pytools.batchjob
  * A lexer, pytools.lex
 .
 This package contains HTML documentation and example scripts.

Package: python3-pytools
Description-md5: 5995033928a8ffef848b56a69f32722c
Description-en: big bag of things supplementing Python 3 standard library
 Pytools is a big bag of things that are needed by packages created by
 Andreas Kloeckner. They are used by python-pycuda and python-pyopencl
 packages. They contain, amongst other:
  * A ton of small tool functions such as len_iterable, argmin, tuple
    generation, permutation generation, ASCII table pretty printing,
    GvR's mokeypatch_xxx() hack, the elusive flatten, and much more
  * A time-series logging module, pytools.log
  * Batch job submission, pytools.batchjob
  * A lexer, pytools.lex
 .
 This package contains Python 3 modules.

Package: libtorch-dev
Description-md5: 69df2a34110c9a9063dabeae37cbaec5
Description-en: Tensors and Dynamic neural networks in Python (Development Files)
 PyTorch is a Python package that provides two high-level features:
 .
 (1) Tensor computation (like NumPy) with strong GPU acceleration
 (2) Deep neural networks built on a tape-based autograd system
 .
 You can reuse your favorite Python packages such as NumPy, SciPy and Cython
 to extend PyTorch when needed.
 .
 This is the CPU-only version of PyTorch and Caffe2 (Development files).

Package: libtorch-test
Description-md5: 5b2e49d76cb87acce9fb229bea513e27
Description-en: Tensors and Dynamic neural networks in Python (Test Binaries)
 PyTorch is a Python package that provides two high-level features:
 .
 (1) Tensor computation (like NumPy) with strong GPU acceleration
 (2) Deep neural networks built on a tape-based autograd system
 .
 You can reuse your favorite Python packages such as NumPy, SciPy and Cython
 to extend PyTorch when needed.
 .
 This is the CPU-only version of PyTorch and Caffe2 (Test Binaries).

Package: libtorch1.13
Description-md5: 124db22146db3aecd36c1052acb221f5
Description-en: Tensors and Dynamic neural networks in Python (Shared Objects)
 PyTorch is a Python package that provides two high-level features:
 .
 (1) Tensor computation (like NumPy) with strong GPU acceleration
 (2) Deep neural networks built on a tape-based autograd system
 .
 You can reuse your favorite Python packages such as NumPy, SciPy and Cython
 to extend PyTorch when needed.
 .
 This is the CPU-only version of PyTorch and Caffe2 (Shared Objects).

Package: python3-torch
Description-md5: edbedaa5392d894ae3ca4d70d759b8bb
Description-en: Tensors and Dynamic neural networks in Python (Python Interface)
 PyTorch is a Python package that provides two high-level features:
 .
 (1) Tensor computation (like NumPy) with strong GPU acceleration
 (2) Deep neural networks built on a tape-based autograd system
 .
 You can reuse your favorite Python packages such as NumPy, SciPy and Cython
 to extend PyTorch when needed.
 .
 This is the CPU-only version of PyTorch and Caffe2 (Python interface).

Package: python3-torchaudio
Description-md5: 541075484ee5c457cf85ce07d6b338db
Description-en: Data manipulation and transformation for audio signal processing
 The aim of torchaudio is to apply PyTorch to the audio domain. By supporting
 PyTorch, torchaudio follows the same philosophy of providing strong GPU
 acceleration, having a focus on trainable features through the autograd system,
 and having consistent style (tensor names and dimension names). Therefore, it
 is primarily a machine learning library and not a general signal processing
 library. The benefits of Pytorch is be seen in torchaudio through having all
 the computations be through Pytorch operations which makes it easy to use and
 feel like a natural extension.

Package: python3-torchtext
Description-md5: ed62261a1aafaf80dcadc401db1908d6
Description-en: Data loaders and abstractions for text and NLP
 This package consists of:
 .
  * torchtext.data: Generic data loaders, abstractions, and iterators for
    text (including vocabulary and word vectors)
  * torchtext.datasets: Pre-built loaders for common NLP datasets

Package: python3-torchvision
Description-md5: 721d4eb100852b56685353adbfea1933
Description-en: Datasets, Transforms and Models specific to Computer Vision
 The torchvision package consists of popular datasets, model architectures, and
 common image transformations for computer vision.

Package: pytrainer
Description-md5: bc61f5ca803d3457b80955d82faa0e78
Description-en: desktop application for logging sport activities
 Pytrainer is a desktop application for logging and graphing sporting
 activities such as running or cycling sessions. Data can be imported from GPS
 devices, files or input manually. Currently pytrainer supports GPX, TCX and
 FIT files.

Package: python3-trollsched
Description-md5: 1261f89dd63ec7aa49c21fc895707375
Description-en: Scheduling satellite passes in Python
 The package provides a Python library and tools for reception
 scheduling of polar orbit weather satellites.
 This package is part of the PyTroll software suite.

Package: trollsched-bin
Description-md5: 3c6a7c820c7ede1a31c7824fcf2c02b7
Description-en: Scheduling satellite passes in Python - scripts
 The package provides a Python library and tools for reception
 scheduling of polar orbit weather satellites.
 This package is part of the PyTroll software suite.
 .
 This package provides utilities and executable scripts.

Package: python3-tsk
Description-md5: 803f0e34c53e7a9e0dbf47377082c309
Description-en: Python Bindings for The Sleuth Kit
 This package contains Python 3 bindings to libtsk3, the shared library
 that provides all the functionality of The Sleuth Kit.

Package: python3-pytz-deprecation-shim
Description-md5: fd356a044c3a397c172e7ada7c56deaf
Description-en: Shims to help you safely remove pytz
 pytz has served the Python community well for many years, but it is no longer
 the best option for providing time zones. pytz has a non-standard interface
 that is very easy to misuse; this interface was necessary when pytz was
 created, because datetime had no way to represent ambiguous datetimes, but
 this was solved in Python 3.6, which added a fold attribute to datetimes in
 PEP 495. With the addition of the zoneinfo module in Python 3.9 (PEP 615),
 there has never been a better time to migrate away from pytz.
 .
 However, since pytz time zones are used very differently from a standard
 tzinfo, and many libraries have built pytz zones into their standard time zone
 interface (and thus may have users relying on the existence of the localize and
 normalize methods); this library provides shim classes that are compatible with
 both PEP 495 and pytz's interface, to make it easier for libraries to deprecate
 pytz.

Package: python3-pytzdata
Description-md5: 1b7251b21d6aa4ce333439dc4511eed4
Description-en: timezone database for Python
 pytzdata provides functions to access timezone database files.

Package: python3-pyuca
Description-md5: 82c1ae2efd956858e855f184e227aadc
Description-en: Unicode Collation Algorithm (UCA) for Python3
 The Unicode Collation Algorithm is defined in the Unicode Technical
 Report #10 (UTR-10). It defines a customizable method to compare
 two strings which can be used for the implementation of sorting orders
 for Unicode alphabets.
 .
 This library is a Python implementation of the UCA which provides
 special features for the sorting of non-English Unicode strings like
 multi-level comparison, contraction, and expansion.
 .
 This package provides Pyuca for Python 3.

Package: python3-pyudev
Description-md5: 35a26bb718e3658a6b4b7fd076532e65
Description-en: Python3 bindings for libudev
 This module provides a Python3 binding to the udev library.
 .
 It supports additional integration for GObject, Qt4, Qt5, wxWidgets
 and PySide.

Package: pyupgrade
Description-md5: 638aae7078943364e1a45a4b44039168
Description-en: Tool to automatically upgrade Python 3 syntax for newer versions
 A tool (and pre-commit hook) to automatically upgrade syntax for newer
 versions of the language.
 .
 This helper script can help you normalize your Python source code by
 rewriting parts of your code to use the latest syntax improvements.
 .
 This package contains the Python 3 application.

Package: python3-usb
Description-md5: c38ed2531a10a11af296ee28c245a611
Description-en: USB interface for Python (Python3)
 For interacting with USB devices directly from Python, this
 library may come in handy.
 .
 This version of python-usb is written entirely in Python and uses
 ctypes to interact with various USB libraries
 .
 This package contains the Python 3 version of pyusb.

Package: python3-pyutilib
Description-md5: c8301cdc1c9d9296371fbc6f3f93de10
Description-en: Python 3 library featuring development utilities
 Pyutilib is a ensemble of Python packages that includes a wide variety
 of utilities for software development.
 .
 The highlight features of this package are:
  - pyutilib.component: well-developed architecture for managing software
    components in complex Python applications
  - pyutilib.workflow: Python classes that provide an intuitive interface
    for defining and executing scientific workflows
  - pyutilib.autotest: automates the setup of test suites from test
    configuration files
  - pyutilib.th: utilities for testing Python software. The main component is an
    extension of Unittest to support new testing capabilities
 .
 Plus, the package includes a couple of useful helper scripts.

Package: elpa-pyvenv
Description-md5: b27217057382c68d237cba8b0f13c898
Description-en: Python virtual environment interface
 This is a simple global minor mode which will replicate the changes
 done by virtualenv activation inside Emacs.
 .
 The main entry points are `pyvenv-activate', which queries the user
 for a virtual environment directory to activate, and
 `pyvenv-workon', which queries for a virtual environment in
 $WORKON_HOME (from virtualenvwrapper.sh).

Package: python3-pyvirtualdisplay
Description-md5: 7f059034f12ad0cc326d19b61238726c
Description-en: python wrapper for Xvfb, Xephyr and Xvnc
 pyvirtualdisplay is a python wrapper for Xvfb, Xephyr and Xvnc
 .
 This package contains the python 3 version of pyvirtualdisplay

Package: python3-pyvisa
Description-md5: 2fe87c71806890111efbdb7e773de989
Description-en: Python 3 bindings for Virtual Instrument Software Architecture
 The VISA standard provides a common interface for communication with test
 and measurement equipment.
 .
 This package provides Python 3 bindings for VISA.

Package: python3-pyvisa-py
Description-md5: eb70821c7f682f2d0108cc6a901e1996
Description-en: Backend that implements a large part of the VISA in pure Python 3
 This library provides Python VISA bindings for GPIB, RS232, and USB
 instruments.
 .
 PyVISA started as wrapper for the NI-VISA library and therefore you need to
 install National Instruments VISA library in your system. This works most of
 the time, for most people. But NI-VISA is a proprietary library that only works
 on certain systems. That is when PyVISA-py jumps in.
 .
 This package provides Python 3 bindings for pyvisa-py.

Package: python3-pyvo
Description-md5: e290d4247dedb72d160e0cbc6d68fd27
Description-en: Python 3 library for data services of the Virtual observatory (VO)
 The pyvo module currently provides these main capabilities:
 Find archives that provide particular data of a particular type and/or relates
 to a particular topic search an archive for datasets of a particular type.
 Do simple searches on catalogs or databases get information about an object via
 its name.
 .
 This is the Python 3 version of the package.

Package: python3-pyvows
Description-md5: 8235986b192c13456ad6d45c4d8286f7
Description-en: Asynchronous BDD for Python
 Asynchronous behaviour driven development for Python. The main reason
 for asynchronous testing is to make tests which target I/O run much
 faster, by running them concurrently.

Package: python3-pywavefront
Description-md5: e43ba105a41594ad15515a60b02c9fd0
Description-en: Python 3 loader for Wavefront OBJ files
 PyWavefront reads Wavefront 3D object files (something.obj, something.obj.gz
 and something.mtl) and generates interleaved vertex data for each material
 ready for rendering.
 .
 A simple optional visualization module is also provided for rendering the
 object(s). The interleaved data can also be used by more modern renderers
 through VBOs or VAOs.

Package: python-pywt-doc
Description-md5: 11e0dfd610ae48bce74255bca59d7973
Description-en: Python extension implementing of wavelet transformations (Documentation)
 PyWavelets implements the discrete wavelet transform (DWT) popular in
 numerical harmonic analysis for numerous families of wavelets, including
 Haar, Daubechies, Symlet, Coiflet, biorthogonal wavelets in one and two
 dimensions.
 .
 This package contains documentation and examples.

Package: python3-pywt
Description-md5: 2c44e319c1e61bd1c6e4734f04a35cf9
Description-en: Python3 extension implementing of wavelet transformations
 PyWavelets implements the discrete wavelet transform (DWT) popular in
 numerical harmonic analysis for numerous families of wavelets, including
 Haar, Daubechies, Symlet, Coiflet, biorthogonal wavelets in one and two
 dimensions.
 .
 This package contains the Python 3 version of the library.

Package: python3-webdav
Description-md5: 26c97765eb3f525f83a50643488ea9f6
Description-en: WebDAV server implementation in Python (Python3)
 PyWebDAV is a WebDAV server implementation in Python. It's aim is to provide a
 simple interface to webdav services to any application which needs it. It can
 be run as a daemon.
 .
 This package is targeting Python version 3.

Package: python3-winrm
Description-md5: 01b8722676385f8d3a9be813582237d2
Description-en: Python 3 library for Windows Remote Management
 pywinrm is a Python client for Windows Remote Management (WinRM). This
 allows you to invoke commands on target Windows machines from any machine
 that can run Python.
 .
 WinRM allows you to call native objects in Windows. These include, but are
 not limited to, running batch scripts, powershell scripts and fetching WMI
 variables.

Package: python3-pywps
Description-md5: 1c5fac271c9fedc34ad30ec6e48567d4
Description-en: Implementation of OGC's Web Processing Service - Python module
 PyWPS is implementation of Web Processing Service from Open
 Geospatial Consortium Inc.(R) with help of  Python Programming
 Language and GIS GRASS as working tool in background.
 .
 This package contains the pywps Python module.

Package: pywps
Description-md5: 0fc28036471be3ea4ef716456db89ab2
Description-en: Implementation of OGC's Web Processing Service
 PyWPS is implementation of Web Processing Service from Open
 Geospatial Consortium Inc.(R) with help of  Python Programming
 Language and GIS GRASS as working tool in background.
 .
 This metapackage depends on the pywps Python module and WSGI example.

Package: pywps-doc
Description-md5: 3ca5cfd8586a8233671c7b7a07a0ee2a
Description-en: Implementation of OGC's Web Processing Service - Documentation
 PyWPS is implementation of Web Processing Service from Open
 Geospatial Consortium Inc.(R) with help of  Python Programming
 Language and GIS GRASS as working tool in background.
 .
 This package contains the pywps documentation.

Package: pywps-wsgi
Description-md5: d224b84a7b92be3d05c0266dba419874
Description-en: Implementation of OGC's Web Processing Service - WSGI example
 PyWPS is implementation of Web Processing Service from Open
 Geospatial Consortium Inc.(R) with help of  Python Programming
 Language and GIS GRASS as working tool in background.
 .
 This package contains the wps.py WSGI script and process examples.

Package: python3-pywws
Description-md5: fc699f4c13fea81444f32b2c374d2e12
Description-en: software for wireless weather stations
 This package contains a collection of Python modules to read, store and
 process data from popular USB wireless weather stations such as
 Elecsa AstroTouch 6975, Watson W-8681, WH-1080PC, WH1080, WH1081, WH3080 etc.
 Any model that is supplied with the EasyWeather Windows software might be
 compatible.
 .
 The software has been developed to run in a low power, low memory environment
 such as a Raspberry Pi. It can be used to create graphs and web pages
 showing recent weather readings, typically updated every hour. It can also
 send live data to services such as Weather Underground and post messages
 to Twitter.

Package: python3-pyx
Description-md5: 3acb3c1b8e3ce56a8a18f2e3fe739b75
Description-en: Python 3 module for generating PostScript graphics
 PyX is a Python 3 module for generating encapsulated PostScript, PDF and SVG
 figures using an abstraction of PostScript and TeX.
 .
 The module provides access to PostScript features such as paths,
 line-styles, fill patterns, transformations, and clipping. Geometric
 operations on paths such as intersections, transformations, and splitting
 are also supported.
 .
 PyX also allows flexible graph generation with many different graph and
 axis styles.
 .
 Use the python-pyx package for a version of PyX compatible with Python 2.

Package: python3-pyx-doc
Description-md5: 91989c16e9bf506d76394405f7e23ea2
Description-en: Python 3 module for generating PostScript graphics (documentation)
 PyX is a Python 3 module for generating encapsulated PostScript, PDF and SVG
 figures using an abstraction of PostScript and TeX.
 .
 This package contains the manual for PyX in PDF and HTML formats and examples.

Package: python3-pyxdameraulevenshtein
Description-md5: c7f4031d3cfe9bcf2453114866b0bda0
Description-en: Fast Damerau-Levenshtein (DL) edit distance implementation
 This Python library for computing the Damerau-Levenshtein (DL) edit distance
 for sequences has been developed using Cython for speed.

Package: python-pyxdg-doc
Description-md5: 9042d68c5e7ebec1ba08fa8325b71555
Description-en: Python 3 library to access freedesktop.org standards (Documentation)
 PyXDG contains implementations of freedesktop.org standards in Python:
 .
  * Base Directory Specification Version 0.6
  * Menu Specification Version 1.0
  * Desktop Entry Specification Version 1.0
  * Icon Theme Specification Version 0.8
  * Recent File Spec 0.2
  * Shared-MIME-Database Specification 0.13
 .
 This package contains the documentation.

Package: python3-xdg
Description-md5: 53f78893d920af1731dd6a60a9fa5738
Description-en: Python 3 library to access freedesktop.org standards
 PyXDG contains implementations of freedesktop.org standards in Python:
 .
  * Base Directory Specification Version 0.6
  * Menu Specification Version 1.0
  * Desktop Entry Specification Version 1.0
  * Icon Theme Specification Version 0.8
  * Recent File Spec 0.2
  * Shared-MIME-Database Specification 0.13
 .
 This package contains the Python 3 version of the library.

Package: python3-pyxid
Description-md5: 538fb0f7b19d930f35c9e18d6adeabfd
Description-en: interface for Cedrus XID and StimTracker devices
 pyxid is a Python library for interfacing with Cedrus XID (eXperiment
 Interface Device) and StimTracker devices. XID devices are used in
 software such as SuperLab, Presentation, and ePrime for receiving
 input as part of stimulus/response testing experiments.
 .
 pyxid handles all of the low level device handling for XID devices in
 Python projects.

Package: python3-pyxnat
Description-md5: 6700018ec37482ecde5982ae291df5e9
Description-en: Interface to access neuroimaging data on XNAT servers
 pyxnat is a simple Python library that relies on the REST API provided
 by the XNAT platform since its 1.4 version. XNAT is an extensible
 database for neuroimaging data. The main objective is to ease
 communications with an XNAT server to plug-in external tools or Python
 scripts to process the data. It features:
 .
  - resources browsing capabilities
  - read and write access to resources
  - complex searches
  - disk-caching of requested files and resources

Package: pyxplot
Description-md5: 206a497f225046ed758c617e0b6da458
Description-en: data plotting program producing publication-quality output
 Pyxplot is a multi-purpose graph plotting tool, scientific scripting language,
 vector graphics suite, and data processing package. Its interface is designed
 to make common tasks -- e.g., plotting labelled graphs of data -- accessible
 via short, simple, intuitive commands.
 .
 Pyxplot produces publication-quality figures. To this end, text is rendered
 with all of the beauty and flexibility of the LaTeX typesetting environment.
 .
 Extensive documentation and examples can be found in the pyxplot-doc package.
 A gallery of sample plots is available from the project's web site.

Package: pyxplot-doc
Description-md5: c47626813d65a807aa66577af6398603
Description-en: documentation for pyxplot data plotting program
 Pyxplot is a multi-purpose graph plotting tool, scientific scripting language,
 vector graphics suite, and data processing package. Its interface is designed
 to make common tasks -- e.g., plotting labelled graphs of data -- accessible
 via short, simple, intuitive commands.
 .
 Pyxplot produces publication-quality figures. To this end, text is rendered
 with all of the beauty and flexibility of the LaTeX typesetting environment.
 .
 This package includes extensive documentation and examples. A gallery of
 sample plots is available from the project's web site.

Package: python3-pyxrd
Description-md5: 769259a206eb5418f39c389e5a16e7d7
Description-en: modeling of X-ray diffraction (XRD) patterns of disordered lamellar structures
 python implementation of the matrix algorithm for computer modeling
 of X-ray diffraction (XRD) patterns of disordered lamellar
 structures. It's goals are to:
  - provide an easy user-interface for end-users
  - provide basic tools for displaying and manipulating XRD patterns
  - produce high-quality (publication-grade) figures
  - make modelling of XRD patterns for mixed-layer clay minerals 'easy'
  - be free and open-source (open box instead of closed box model)
 .
 PyXRD was written with the multi-specimen full-profile fitting method
 in mind. A direct result is the ability to 'share' parameters among
 similar phases. This allows for instance to have an air-dry and a
 glycolated illite-smectite share their coherent scattering domain
 size, but still have different basal spacings and interlayer
 compositions for the smectite component. Or play with the
 di/tri-octahedral composition of a chlorite with ease.

Package: python3-yaml
Description-md5: 6b427841deb10f77a5f50e5f6b5a05d8
Description-en: 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.

Package: python3-pyyaml-env-tag
Description-md5: f6b4b9608643effa31ceb636db2aa616
Description-en: Custom YAML tag for referencing environment variables (Python3 version)
 This library is the Python port of yaml-env-tag, a Ruby library to use
 referenced environment variables within YAML files.
 .
 This package contains the Python 3 version of the library.

Package: python3-pyzabbix
Description-md5: c6cf4d992b376053d2aa7fbc2fe4727e
Description-en: Zabbix API Python interface.
 Zabbix API allows you to programmatically retrieve
 and modify the configuration of Zabbix and provides
 access to historical data. It is widely used to
 create new applications to work with zabbix, integrate
 Zabbix with third party software, automate routine tasks.

Package: python3-pyzbar
Description-md5: 4220ff3bbce955485d7ae80afe71523b
Description-en: Python bindings for libzbar
 Reads one dimensional barcodes and QR codes using
 libzbar. Works with PIL / Pillow images, OpenCV / numpy
 ndarrays and raw bytes. Decodes locations of barcodes.

Package: python3-zmq
Description-md5: 570ef6b690e7bf53c2950e3ba8ae4cb7
Description-en: Python3 bindings for 0MQ library
 Python bindings for 0MQ. 0MQ is a small, fast, and free
 software library that gives you message-passing concurrency
 for applications in most common languages.
 .
 The 0MQ lightweight messaging kernel is a library which
 extends the standard socket interfaces with features
 traditionally provided by specialised messaging middleware
 products. 0MQ sockets provide an abstraction of asynchronous
 message queues, multiple messaging patterns, message
 filtering (subscriptions), seamless access to multiple
 transport protocols and more.
 .
 This package contains the extension built for the Python3 interpreter.

Package: pyzo
Description-md5: 76bd302045d139455da9587d261b8529
Description-en: interactive editor for scientific Python
 Pyzo is a cross-platform Python IDE focused on interactivity and introspection,
 which makes it very suitable for scientific computing. Its practical design is
 aimed at simplicity and efficiency.
 .
 It consists of two main components, the editor and the shell, and uses a set of
 pluggable tools to help the programmer in various ways. Some example tools are
 source structure, project manager, interactive help, workspace...
 .
 Pyzo is written in (pure) Python 3 and uses the Qt GUI toolkit. Binaries are
 provided for all major operating system. After installing Pyzo, it can be used
 to execute code on any Python version available on your system (Python 2.4 -
 3.x, including Pypy).
 .
 This package provides the Pyzo IDE.

Package: pyzo-doc
Description-md5: f6a4ef7689949e569fce53d8d2256068
Description-en: documentation for Pyzo
 Pyzo is a cross-platform Python IDE focused on interactivity and introspection,
 which makes it very suitable for scientific computing. Its practical design is
 aimed at simplicity and efficiency.
 .
 It consists of two main components, the editor and the shell, and uses a set of
 pluggable tools to help the programmer in various ways. Some example tools are
 source structure, project manager, interactive help, workspace...
 .
 Pyzo is written in (pure) Python 3 and uses the Qt GUI toolkit. Binaries are
 provided for all major operating system. After installing Pyzo, it can be used
 to execute code on any Python version available on your system (Python 2.4 -
 3.x, including Pypy).
 .
 This package provides the documentation for the Pyzo IDE.

Package: python3-pyzoltan
Description-md5: 87316562e4f199fb8ede7521ad6eca1b
Description-en: Wrapper for the Zoltan data management library
 PyZoltan is as the name suggests, is a Python wrapper for the
 Zoltan data management library.
 .
 In PyZoltan, only specific routines and objects are wrapped.
 The following features of Zoltan are currently supported:
 .
  * Dynamic load balancing using geometric algorithms
  * Unstructured point-to-point communication
  * Distributed data directories

Package: pyzor
Description-md5: acb4f5cb134d3f8673a3181266afc38d
Description-en: spam-catcher using a collaborative filtering network
 Pyzor is a collaborative, networked system to detect and block spam
 using identifying digests of messages.
 .
 Package contains both client and server.
 .
 The client can check if an email is a known spam against a pyzor server
 or report new spam digests to that server.
 .
 The server holds the digests database, and handle the client requests.
 .
 Pyzor is a reimplementation of Razor in Python.

Package: pyzor-doc
Description-md5: afdfcfafcd504ca4f6ddb9fe01cc83d8
Description-en: spam-catcher using a collaborative filtering network (documentation)
 Pyzor is a collaborative, networked system to detect and block spam
 using identifying digests of messages.
 .
 Package contains both client and server.
 .
 The client can check if an email is a known spam against a pyzor server
 or report new spam digests to that server.
 .
 The server holds the digests database, and handle the client requests.
 .
 Pyzor is a reimplementation of Razor in Python.
 .
 This is the documentation package.

Package: python3-q-text-as-data
Description-md5: 43ca9ce0fc68a891b4c965cd02330a42
Description-en: performs SQL-like statements on tabular text data - Python 3.x
 Q is a command line tool that allows direct execution of SQL-like queries on
 CSVs/TSVs (and any other tabular text files). Q treats ordinary files as
 database tables, and supports all SQL constructs, such as WHERE, GROUP BY,
 JOINs etc. It supports automatic column name and column type detection, and
 provides full support for multiple encodings.
 .
 This package provides the Python 3 version.

Package: q2-alignment
Description-md5: 16319b0f0409648deaf558cab608af9a
Description-en: QIIME 2 plugin for generating and manipulating alignments
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.

Package: q2-cutadapt
Description-md5: 14203d581c32bf4752874c90de50e4b4
Description-en: QIIME 2 plugin to work with adapters in sequence data
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.

Package: q2-dada2
Description-md5: e1c8db6d62a4966c98d7f3ec4d9ab3cb
Description-en: QIIME 2 plugin to work with adapters in sequence data
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.
 .
 This package wraps the dada2 R package in BioConductor for modeling and
 correcting Illumina-sequenced amplicon errors. This was shown to improve the
 sensitivity of diversity analyses.

Package: q2-demux
Description-md5: 4fd01e1522f5ec89bd1ec97358a8198a
Description-en: QIIME 2 plugin for demultiplexing of sequence reads
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.

Package: q2-diversity-lib
Description-md5: 199e674b4804d087ae483df5ac2d9e5a
Description-en: QIIME2 plugin to expose diversity metrics/measures as actions
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.

Package: q2-emperor
Description-md5: 86af7b5de445ca2c8b1469e043b3ccc4
Description-en: QIIME2 plugin for display of ordination plots
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.

Package: q2-feature-classifier
Description-md5: e5f6366a8a8ea5dc0ebd2973ee95d9e3
Description-en: QIIME 2 plugin supporting taxonomic classification
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.

Package: q2-feature-table
Description-md5: 83feee8249cdeab96cfccc270a6206c8
Description-en: QIIME 2 plugin supporting operations on feature tables
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.

Package: q2-fragment-insertion
Description-md5: bb0120d568750e3b992eaa62e96630c2
Description-en: QIIME 2 plugin for fragment insertion
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.

Package: q2-metadata
Description-md5: 04bb66eea4525a963b050d91adde3c1d
Description-en: QIIME 2 plugin for working with and visualizing Metadata
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.

Package: q2-phylogeny
Description-md5: 7b1649a94bd76814078c247c136b4f5e
Description-en: QIIME 2 plugin for phylogeny
 QIIME 2 plugin for phylogenetic reconstruction, and operations on
 phylogenetic trees.

Package: q2-quality-control
Description-md5: c482bb89f1c63b4de2169ec655268f05
Description-en: QIIME 2 plugin for quality assurance of feature and sequence data
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.

Package: q2-quality-filter
Description-md5: ced991d8e645f4649037127ff053efc7
Description-en: QIIME2 plugin for PHRED-based filtering and trimming
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.

Package: q2-sample-classifier
Description-md5: 1246b00626b620ae5f2460c9cb2e767a
Description-en: QIIME 2 plugin for machine learning prediction of sample data
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.
 .
 Microbiome studies often aim to predict outcomes or differentiate samples
 based on their microbial compositions, tasks that can be efficiently
 performed by supervised learning methods. The q2-sample-classifier plugin
 makes these methods more accessible, reproducible, and interpretable to
 a broad audience of microbiologists, clinicians, and others who wish to
 utilize supervised learning methods for predicting sample characteristics
 based on microbiome composition or other "omics" data

Package: q2-taxa
Description-md5: 802edd18f1c5f9d30348734015cc4b79
Description-en: QIIME 2 plugin for working with feature taxonomy annotations
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.

Package: q2-types
Description-md5: 598b2941d3b1cd43d3c10ff16a71fbef
Description-en: QIIME 2 plugin defining types for microbiome analysis
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.

Package: q2cli
Description-md5: f7258d9cb282f6e37709ccc05ecca0b5
Description-en: Click-based command line interface for QIIME 2
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.

Package: q2templates
Description-md5: 50f28afecb971c0291718476ae38270c
Description-en: Design template package for QIIME 2 Plugins
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.
 .
 This package provides templates for QIIME 2 plugins.

Package: q4wine
Description-md5: 6c32d62b42561916f28e7f1f8d4bdc2e
Description-en: Qt GUI for WINE
 Q4Wine will help you manage wine prefixes and installed applications.
 .
 General features:
  - Can export Qt color theme into wine colors settings.
  - Can easy work with different wine versions at same time.
  - Easy creating, deleting and managing prefixes (WINEPREFIX).
  - Easy controlling for wine process.
  - Easy installer wizard for wine applications.
  - Autostart icons support.
  - Easy CD-image use.
  - You can extract icons from PE files (.exe .dll).
  - Easy backup and restore for managed prefixes.
  - Winetricks support.
  - And more...

Package: qabc
Description-md5: d7e35b69d477a6f87d707389abf97143
Description-en: minimal GUI for ABC music notation
 QAbc is a simple graphical program that allow
 to write musical scores in the ABC notation.
 .
 This program allow to play the written music,
 preview the output score and print it, using
 third party software.

Package: qabcs
Description-md5: 5fd94071919bd2ef577651d839c104b5
Description-en: educational software to learn the alphabet and get familiar with a keyboard
 qABCs is an educational tool/game targeted at children. It is designed to aid
 in learning alphabet through visual and audio samples. As a side function it
 can also help to familiarize one with a keyboard.
 .
 This package is useful for elementary schools.

Package: qabcs-data
Description-md5: fad06b96d826a80c0b4c7959fa72c976
Description-en: data files for qabcs
 qABCs is an educational tool/game targeted at children. It is designed to aid
 in learning alphabet through visual and audio samples. As a side function it
 can also help to familiarize one with a keyboard.
 .
 This package provides the data (pictures and sounds) for qabcs.

Package: qalculate-gtk
Description-md5: 1c25166fe186825d4ce912c96ffb5202
Description-en: Powerful and easy to use desktop calculator - GTK+ version
 Qalculate! is small and simple to use but with much power and versatility
 underneath.  Features include customizable functions, units, arbitrary
 precision, plotting, and a graphical interface that uses a one-line
 fault-tolerant expression entry (although it supports optional traditional
 buttons).
 .
 This package contains the GTK+ user interface of qalculate.

Package: qasconfig
Description-md5: e61f1bf21391fe793c4c6a9585d657d9
Description-en: ALSA configuration browser
 QasTools is a collection of desktop applications for the
 Linux sound system ALSA.
 .
 The applications included are:
  - QasConfig - browser for the ALSA configuration tree
  - QasHctl - mixer for ALSA's High level Control Interface
  - QasMixer - desktop mixer with features similar to alsamixer
 .
 ALSA's configuration resides in a tree structure which gets built
 from the contents of the files /etc/asound.conf and ~/.asoundrc.
 QasConfig is a simple browser for this configuration tree and can
 help to analyze and debug an ALSA setup.

Package: qashctl
Description-md5: 9c9ea59a6dbffa9dfc7776310e045673
Description-en: mixer for ALSA's High level Control Interface
 QasTools is a collection of desktop applications for the
 Linux sound system ALSA.
 .
 The applications included are:
  - QasConfig - browser for the ALSA configuration tree
  - QasHctl - mixer for ALSA's High level Control Interface
  - QasMixer - desktop mixer with features similar to alsamixer
 .
 QasHctl is a mixer application for ALSA's
 "High level Control Interface". This interface allows more complex
 interaction than the "Simple Mixer Interface" which is used by
 alsamixer and QasMixer.

Package: qasmixer
Description-md5: 09d7ced89e5657cad46c303dbd122449
Description-en: ALSA mixer for the desktop
 QasTools is a collection of desktop applications for the
 Linux sound system ALSA.
 .
 The applications included are:
  - QasConfig - browser for the ALSA configuration tree
  - QasHctl - mixer for ALSA's High level Control Interface
  - QasMixer - desktop mixer with features similar to alsamixer
 .
 QasMixer is a desktop mixer application for ALSA's
 "Simple Mixer Interface" and offers features similar to alsamixer.
 It also features a system tray icon with basic mixer functionality.

Package: qastools-common
Description-md5: f9c97e4da3ff14d17a3df5c3c341a9d8
Description-en: QasTools common files
 QasTools is a collection of desktop applications for the
 Linux sound system ALSA.
 .
 The applications included are:
  - QasConfig - browser for the ALSA configuration tree
  - QasHctl - mixer for ALSA's High level Control Interface
  - QasMixer - desktop mixer with features similar to alsamixer
 .
 This package contains common files shared by all applications.

Package: qbittorrent
Description-md5: 8b7198cba2f29588a45a5b59210f9f32
Description-en: bittorrent client based on libtorrent-rasterbar with a Qt5 GUI
 BitTorrent client written in C++ and based on libtorrent-rasterbar with a
 Qt5 user interface. qBittorrent is a feature rich but lightweight client
 that is very similar to uTorrent. Its main features are:
 .
  * Polished uTorrent-like user interface
  * Well integrated and extensible search engine
  * Remote control through a Web user interface
  * Vuze-compatible protocol encryption
  * uTorrent-compatible Peer eXchange (PeX)
  * DHT (trackerless) support
  * UPnP / NAT-PMP port forwarding
  * IPv6 compliant
  * RSS support with advanced download filters
  * Advanced control over torrent content and trackers
  * IP Filtering (eMule / Peer Guardian filters)
  * Torrents queueing and prioritizing
  * Good localization (~25 languages supported)
  * Unicode support

Package: qbittorrent-nox
Description-md5: 21077e24b1f7c841000f002d573f3f1a
Description-en: bittorrent client based on libtorrent-rasterbar (without X support)
 BitTorrent client written in C++ and based on libtorrent-rasterbar.
 qBittorrent-nox is a version of qBittorrent (Qt5 application) that does not
 require X and can be controlled via a WebUI, thus is more suitable for
 headless servers. It is a feature rich but lightweight client that is very
 similar to rTorrent. Its main features are:
 .
  * Remote control through a Web user interface
  * Vuze-compatible protocol encryption
  * uTorrent-compatible Peer eXchange (PeX)
  * DHT (trackerless) support
  * UPnP / NAT-PMP port forwarding
  * IPv6 compliant
  * Advanced control over torrent content and trackers
  * IP Filtering (eMule / Peer Guardian filters)
  * Torrents queueing and prioritizing
  * Good localization (~25 languages supported)
  * Unicode support

Package: qbrew
Description-md5: f6821411e2d755d2cbb298227c8a7d38
Description-en: Homebrewer's recipe calculator
 QBrew is a recipe calculator for homebrewed beers. It uses Qt for creating
 its graphical user interface and provides facilities for creating own beer
 recipes. It even has a manual describing how to brew your first beer
 yourself!

Package: qbrz
Description-md5: 5ad92c1d7b8d5ceb9c0e288f06b9c993
Description-en: Qt5 frontend for Breezy
 QBrz is a cross platform, Qt-based front-end for Bazaar, providing GUI
 applications for many core brz commands. In addition, it provides several
 special dialogs and helper commands. Equivalents for core brz commands have
 the same names as CLI commands but with a prefix of "q".

Package: libqbscore1.24
Description-md5: 0811f7ca5d99f9e873fc52232c622b8a
Description-en: Qbs core library
 Qbs is a general purpose cross-platform build tool that aims at fast and
 correct incremental builds. It features a project description language that
 is similar to QML.
 .
 This package contains Qbs core shared library.

Package: libqbsscriptengine1.24
Description-md5: 62b8699d169c72ac55db8e8304167ba8
Description-en: Qbs script engine library
 Qbs is a general purpose cross-platform build tool that aims at fast and
 correct incremental builds. It features a project description language that
 is similar to QML.
 .
 This package contains Qbs script engine shared library.

Package: qbs
Description-md5: 9b7ebcf2e4b8ab2de8f2effccb27d22a
Description-en: cross-platform build tool
 Qbs is a general purpose cross-platform build tool that aims at fast and
 correct incremental builds. It features a project description language that
 is similar to QML.

Package: qbs-common
Description-md5: 964d236b7ecbd9c2cc8740e701c571a3
Description-en: Qbs static files
 Qbs is a general purpose cross-platform build tool that aims at fast and
 correct incremental builds. It features a project description language that
 is similar to QML.
 .
 This package contains Qbs shared static files.

Package: qbs-dev
Description-md5: fea4d3bd717e5614a86f07f3957d8d4d
Description-en: Qbs development files
 Qbs is a general purpose cross-platform build tool that aims at fast and
 correct incremental builds. It features a project description language that
 is similar to QML.
 .
 This package contains headers and development files for Qbs.

Package: qbs-doc
Description-md5: 422a51ff4507baaf621b6788d3bfc697
Description-en: Qbs documentation
 Qbs is a general purpose cross-platform build tool that aims at fast and
 correct incremental builds. It features a project description language that
 is similar to QML.
 .
 This package contains the documentation for Qbs in QCH format, which can be
 viewed using Qt Assistant from assistant-qt6 package.

Package: qbs-doc-html
Description-md5: d00edbcb5a65fb84371929c22ee7b6f1
Description-en: Qbs HTML documentation
 Qbs is a general purpose cross-platform build tool that aims at fast and
 correct incremental builds. It features a project description language that
 is similar to QML.
 .
 This package contains the HTML documentation for Qbs.

Package: qbs-examples
Description-md5: b9d236dfb21de34564baf63dba56c63e
Description-en: examples for Qbs build tool
 Qbs is a general purpose cross-platform build tool that aims at fast and
 correct incremental builds. It features a project description language that
 is similar to QML.
 .
 This package contains the example source projects for Qbs.

Package: libqca-qt5-2
Description-md5: e6821571ac9f35265d4086f952b5ec4a
Description-en: libraries for the Qt Cryptographic Architecture
 The Qt Cryptographic Architecture (QCA) provides a straightforward and cross-
 platform API for a range of cryptographic features, including SSL/TLS,
 X.509 certificates, SASL, OpenPGP, S/MIME CMS, and smart cards.

Package: libqca-qt5-2-dev
Description-md5: e5f738a0e88b215b00c26ce7899aa25a
Description-en: development files for the Qt Cryptographic Architecture
 The Qt Cryptographic Architecture (QCA) provides a straightforward and cross-
 platform API for a range of cryptographic features, including SSL/TLS,
 X.509 certificates, SASL, OpenPGP, S/MIME CMS, and smart cards.
 .
 This package contains development files for building software that uses the
 Qt Cryptographic Architecture.

Package: libqca-qt5-2-plugins
Description-md5: e20f8c11581dee4fb6aeaa43f87543c5
Description-en: QCA plugins for libqca2
 This plugin provides cryptographic as well as helper plugins for Qt
 Cryptographic Architecture (QCA).

Package: libqca2-doc
Description-md5: dd72ebca568996d714100bc0c6c8978a
Description-en: API documentation for the Qt Cryptographic Architecture
 The Qt Cryptographic Architecture (QCA) provides a straightforward and cross-
 platform API for a range of cryptographic features, including SSL/TLS,
 X.509 certificates, SASL, OpenPGP, S/MIME CMS, and smart cards.
 .
 This package contains documentation for developers working with the
 Qt Cryptographic Architecture.

Package: qca-qt5-2-utils
Description-md5: cb11a511b17993223258cc886a8d9731
Description-en: command line tool for the Qt Cryptographic Architecture
 The Qt Cryptographic Architecture (QCA) provides a straightforward and cross-
 platform API for a range of cryptographic features, including SSL/TLS,
 X.509 certificates, SASL, OpenPGP, S/MIME CMS, and smart cards.
 .
 This package contains the command line tool for the Qt Cryptographic
 Architecture.

Package: qcalcfilehash
Description-md5: 4478d5793840e903e0bd53f73f3d07f9
Description-en: graphical utility for calculation and verification of hash sums
 QCalcFileHash is a graphical utility for calculation and verification of
 a wide range of hash sums like SHA1, SHA-224, SHA-256, SHA-384, SHA-512,
 MD5, CRC32, CRC8.
 .
 It can be used on command line as well.

Package: qcat
Description-md5: 588163e2b3c7f4f3fea3c2058be2c26b
Description-en: demultiplexing Oxford Nanopore reads from FASTQ files
 Qcat is a command-line tool for demultiplexing Oxford Nanopore reads
 from FASTQ files. It accepts basecalled FASTQ files and splits the reads
 into separate FASTQ files based on their barcode. Qcat makes the
 demultiplexing algorithms used in albacore/guppy and EPI2ME available to
 be used locally with FASTQ files. Currently qcat implements the EPI2ME
 algorithm.

Package: qcat-examples
Description-md5: 4fb0e7c5b8294e4ed0c80ab0e45adc90
Description-en: demultiplexing Oxford Nanopore reads from FASTQ files (examples)
 Qcat is a command-line tool for demultiplexing Oxford Nanopore reads
 from FASTQ files. It accepts basecalled FASTQ files and splits the reads
 into separate FASTQ files based on their barcode. Qcat makes the
 demultiplexing algorithms used in albacore/guppy and EPI2ME available to
 be used locally with FASTQ files. Currently qcat implements the EPI2ME
 algorithm.
 .
 This package contains examples to test qcat.

Package: python3-qcelemental
Description-md5: 954406f9b3bdba96a7b6c8a96322cbf8
Description-en: Periodic table, physical constants, and molecule parsing for quantum chemistry
 QCElemental is a resource module for quantum chemistry containing physical
 constants and periodic table data from NIST CODATA and molecule handlers.

Package: python3-qcengine
Description-md5: cb6efa62bb51e651148cc47934efb1cc
Description-en: Quantum chemistry program executor and IO standardizer
 QCEngine provides a wrapper to ingest and produce QCSchema for a variety of
 quantum chemistry programs, most notably Psi4, NWchem, RDKit and Mopac.
 .
 Other supported (possibly proprietary) packages include DFTD3, MOLPRO, MPD2,
 OpenMM, Q-Chem, Turbomole, xtb, CFour, GAMESS, Terachem and TorchANI.

Package: libqcodeeditor-dev
Description-md5: 982ee2eb17030d731db208835a940e98
Description-en: Qt widget for editing/viewing code
 Abilities:
   - Auto parentheses
   - Different highlight rules
   - Auto indentation
   - Replace tabs with spaces
   - GLSL completion rules
   - GLSL highlight rules
   - C++ highlight rules
   - XML highlight rules
   - JSON highligh rules
   - Frame selection
   - Qt Creator styles
 .
 This package contains the build-time libraries

Package: libqcodeeditor0
Description-md5: 9baf1658f396bebacf9250fb352a17d0
Description-en: Qt widget for editing/viewing code
 Abilities:
   - Auto parentheses
   - Different highlight rules
   - Auto indentation
   - Replace tabs with spaces
   - GLSL completion rules
   - GLSL highlight rules
   - C++ highlight rules
   - XML highlight rules
   - JSON highligh rules
   - Frame selection
   - Qt Creator styles
 .
 This package contains the run-time libraries

Package: qcom-phone-utils
Description-md5: 4a559330918563590cc2eb0d7337044e
Description-en: Utilities for Qualcomm-based phones running Linux
 This package provides scripts and services improving the behaviour of
 Qualcomm-based mobile phones running Debian GNU/Linux.
 .
 It includes:
  * Kernel postinst hook for automatic update of boot images
  * Modem/SIM card boot-time configuration service
  * initramfs-tools hook for including the needed firmware
  * initramfs-tools script for proper root device detection

Package: qcomicbook
Description-md5: 5e1e59ae80d5250683bcf393eda201bc
Description-en: qt viewer for comic book archives (cbr/cbz/cba/cbg/cbb)
 QComicBook is a viewer for comic book archives containing
 jpeg/png images, which aims at convenience and simplicity.
 Features include: automatic decompression, full-screen mode,
 page scaling, mouse or keyboard navigation etc.
 .
 QComicBook for now supports archives:
  - cbr - rar-compressed
  - cbz - zip-compressed
  - cba - ace-compressed
  - cbg - targzipped
  - cbb - tarbzip2ped

Package: qconf
Description-md5: 6678659e2dc44068f18e2bd4f7bab03c
Description-en: nice configure script for qmake-based projects
 It is intended for developers who don’t need (or want)
 to use the more complex GNU autotools. With qconf/qmake,
 it is easy to maintain a cross-platform project that
 uses a familiar configuration interface on *nix.
 .
 Qt 4.x and Qt 5.x are currently supported.

Package: qcontrol
Description-md5: 2276b0098dd0362baea23315cbe6ebc0
Description-en: hardware control for QNAP Turbo Station devices
 Allows one to send commands to the microcontroller of supported devices,
 for example to change leds or sound a buzzer.
 .
 Depending on the device it can also monitor for example for button
 presses or temperature, with events triggering actions defined in the
 configuration file.
 .
 Currently supported devices are the QNAP TS-109, QNAP TS-11x,
 QNAP TS-12x, QNAP TS-209, QNAP HS-210, QNAP TS-21x, QNAP TS-22x,
 QNAP TS-409, QNAP TS-409U, QNAP TS-41x, QNAP TS-42x and Synology
 Diskstation and Rackstation.

Package: libqcoro5core0
Description-md5: 92cf687d08104c741f4ddad2c50f87b4
Description-en: C++20 coroutines for Qt5 - Core
 QCoro is a C++ library that provide set of tools to make use of C++20
 coroutines in connection with certain asynchronous Qt5 actions.
 .
 This is the core library.

Package: libqcoro5dbus0
Description-md5: 34030802234ca0bd39994f4d2739b557
Description-en: C++20 coroutines for Qt5 - DBus
 QCoro is a C++ library that provide set of tools to make use of C++20
 coroutines in connection with certain asynchronous Qt5 actions.
 .
 This is the DBus library.

Package: libqcoro5network0
Description-md5: d7783b020526cf2059dd71353540814e
Description-en: C++20 coroutines for Qt5 - Network
 QCoro is a C++ library that provide set of tools to make use of C++20
 coroutines in connection with certain asynchronous Qt5 actions.
 .
 This is the network library.

Package: libqcoro5qml0
Description-md5: 723d081031929c00cc0d20ffe16797a6
Description-en: C++20 coroutines for Qt5 - QML
 QCoro is a C++ library that provide set of tools to make use of C++20
 coroutines in connection with certain asynchronous Qt5 actions.
 .
 This is the QML library.

Package: libqcoro5quick0
Description-md5: d694bbf78e705f0d5960d3b43af2ff7c
Description-en: C++20 coroutines for Qt5 - QtQuick
 QCoro is a C++ library that provide set of tools to make use of C++20
 coroutines in connection with certain asynchronous Qt5 actions.
 .
 This is the QtQuick library.

Package: libqcoro5websockets0
Description-md5: 9417865b9bf1990cf6b65ee19e6d0bad
Description-en: C++20 coroutines for Qt5 - WebSockets
 QCoro is a C++ library that provide set of tools to make use of C++20
 coroutines in connection with certain asynchronous Qt5 actions.
 .
 This is the web sockets library.

Package: libqcoro6core0
Description-md5: 9e76b94c82e1bd88c205c8cdb9722849
Description-en: C++20 coroutines for Qt6 - Core
 QCoro is a C++ library that provide set of tools to make use of C++20
 coroutines in connection with certain asynchronous Qt6 actions.
 .
 This is the core library.

Package: libqcoro6dbus0
Description-md5: ebd79610db65d8b899c5fc3be0e24ca6
Description-en: C++20 coroutines for Qt6 - DBus
 QCoro is a C++ library that provide set of tools to make use of C++20
 coroutines in connection with certain asynchronous Qt6 actions.
 .
 This is the DBus library.

Package: libqcoro6network0
Description-md5: b264a309eba10c32e0aab2d4e4a094d2
Description-en: C++20 coroutines for Qt6 - Network
 QCoro is a C++ library that provide set of tools to make use of C++20
 coroutines in connection with certain asynchronous Qt6 actions.
 .
 This is the network library.

Package: libqcoro6qml0
Description-md5: 30d1ad8e512bd12a18a717fd136e4d81
Description-en: C++20 coroutines for Qt6 - QML
 QCoro is a C++ library that provide set of tools to make use of C++20
 coroutines in connection with certain asynchronous Qt6 actions.
 .
 This is the QML library.

Package: libqcoro6quick0
Description-md5: a57bec424abf52663b77eeda59e263ae
Description-en: C++20 coroutines for Qt6 - QtQuick
 QCoro is a C++ library that provide set of tools to make use of C++20
 coroutines in connection with certain asynchronous Qt6 actions.
 .
 This is the QtQuick library.

Package: libqcoro6websockets0
Description-md5: 74c798aacda71846388a784d8465b753
Description-en: C++20 coroutines for Qt6 - WebSockets
 QCoro is a C++ library that provide set of tools to make use of C++20
 coroutines in connection with certain asynchronous Qt6 actions.
 .
 This is the web sockets library.

Package: qcoro-doc
Description-md5: a33ec4256cdb451f84d294543ff79d15
Description-en: C++20 coroutines for Qt5 - documentation & examples
 QCoro is a C++ library that provide set of tools to make use of C++20
 coroutines in connection with certain asynchronous Qt actions.
 .
 This package has the examples and documentation files.

Package: qcoro-qt5-dev
Description-md5: 19811faf5311a531ed994931d3fa918d
Description-en: C++20 coroutines for Qt5 - development
 QCoro is a C++ library that provide set of tools to make use of C++20
 coroutines in connection with certain asynchronous Qt5 actions.
 .
 This package has the development files.

Package: qcoro-qt6-dev
Description-md5: 27696d353a37a39879ec9376adea183a
Description-en: C++20 coroutines for Qt6 - development
 QCoro is a C++ library that provide set of tools to make use of C++20
 coroutines in connection with certain asynchronous Qt6 actions.
 .
 This package has the development files.

Package: qcumber
Description-md5: 380ba80499911de0a248a18cb1009872
Description-en: quality control of genomic sequences
 QCPipeline is a tool for quality control. The workflow is as follows:
 .
  1. Quality control with FastQC
  2. Trim Reads with Trimmomatic
  3. Quality control of trimmed reads with FastQC
  4. Map reads against reference using bowtie2
  5. Classify reads with Kraken

Package: libqcustomplot-dev
Description-md5: b56d858102b1612fa7c0207027593111
Description-en: Qt C++ widget for plotting - header
 QCustomPlot plotting library focuses on making good looking, publication
 quality 2D plots, graphs and charts, as well as offering high performance for
 realtime visualization applications. The package contains a header-file.
 .
 This package ships the development files for building with Qt5 and Qt6

Package: libqcustomplot-doc
Description-md5: 9a9b021d71e85d55acd8d7bea038c265
Description-en: Qt C++ widget for plotting - documentation and examples
 QCustomPlot plotting library focuses on making good looking, publication
 quality 2D plots, graphs and charts, as well as offering high performance for
 realtime visualization applications. The package contains examples and
 documentation.

Package: libqcustomplot2.1
Description-md5: ebcade51583643d39a9fa938c7f89369
Description-en: Qt C++ widget for plotting
 QCustomPlot plotting library focuses on making good looking, publication
 quality 2D plots, graphs and charts, as well as offering high performance for
 realtime visualization applications.
 .
 This package was built using the Qt5 libraries.

Package: libqcustomplot2.1-qt6
Description-md5: 425359f18a5b4f6df86388db4c2ea0f7
Description-en: Qt C++ widget for plotting
 QCustomPlot plotting library focuses on making good looking, publication
 quality 2D plots, graphs and charts, as well as offering high performance for
 realtime visualization applications.
 .
 This package was built using the Qt6 libraries.

Package: libqd-dev
Description-md5: 1bc09b53f42c38be40a36c8430f7ff32
Description-en: Double-double and quad double types in C++ and F90
 This package supports both a double-double datatype (approx. 32
 decimal digits) and a quad-double datatype (approx. 64 decimal
 digits). The computational library is written in C++. Both C++ and
 Fortran-90 high-level language interfaces are provided to permit one
 to convert an existing C++ or Fortran-90 program to use the library
 with only minor changes to the source code.

Package: libqd0v5
Description-md5: 1bc09b53f42c38be40a36c8430f7ff32
Description-en: Double-double and quad double types in C++ and F90
 This package supports both a double-double datatype (approx. 32
 decimal digits) and a quad-double datatype (approx. 64 decimal
 digits). The computational library is written in C++. Both C++ and
 Fortran-90 high-level language interfaces are provided to permit one
 to convert an existing C++ or Fortran-90 program to use the library
 with only minor changes to the source code.

Package: qdacco
Description-md5: f6dcdf53c0ccdb0b48cb40d37ac236ab
Description-en: Offline Catalan <-> English dictionary desktop application
 qdacco it's a graphical application providing a frontend to DACCO, a free
 Catalan-English dictionary. It's a small desktop application using Qt as
 widget library.

Package: python3-qdarkstyle
Description-md5: 32c67e686b6bc6472f8d81dc7c30637b
Description-en: Dark stylesheet for Python-based Qt application
 This package provides a complete dark stylesheet for Qt
 applications (Qt4, Qt5, PySide, PySide2, PyQt4, PyQt5, QtPy,
 PyQtGraph, Qt.Py) written in Python.

Package: libqdbm++-dev
Description-md5: 8313484351bbb52707b84116467f5e02
Description-en: QDBM Database Libraries for C++ [development] (transitional package)
 This is a dummy package to ease transition to new package name.

Package: libqdbm-dev
Description-md5: 8ecbc97abdf57fa7e815a175033d8000
Description-en: QDBM Database Libraries [development]
 This is the development package which contains headers and static
 libraries for the QDBM database library.

Package: libqdbm-java
Description-md5: c37e054ac5037142e52e24f1baa9ffa0
Description-en: QDBM Database Libraries for Java
 QDBM is an embedded database library compatible with GDBM and NDBM.
 It features hash database and B+ tree database and is developed referring
 to GDBM for the purpose of the following three points: higher processing
 speed, smaller size of a database file, and simpler API.
 This package provides the Java interface for the QDBM database library.

Package: libqdbm-perl
Description-md5: 248ea0093eddd1535351b8f178593a1b
Description-en: QDBM Database Libraries for Perl
 QDBM is an embedded database library compatible with GDBM and NDBM.
 It features hash database and B+ tree database and is developed referring
 to GDBM for the purpose of the following three points: higher processing
 speed, smaller size of a database file, and simpler API.
 This package provides the Perl interface for the QDBM database library.

Package: libqdbm14
Description-md5: cef087cddd2fc9d696ab1c958efb7619
Description-en: QDBM Database Libraries without GDBM wrapper[runtime]
 QDBM is an embedded database library compatible with GDBM and NDBM.
 It features hash database and B+ tree database and is developed referring
 to GDBM for the purpose of the following three points: higher processing
 speed, smaller size of a database file, and simpler API.
 This is the runtime package for programs that use the QDBM database
 library.

Package: libqdbm3++c2
Description-md5: 1d8b6244b3fc84f6406ddea07f19ac04
Description-en: QDBM Database Libraries for C++ [runtime] (transitional package)
 This is a dummy package to ease transition to new package name.

Package: libxqdbm-dev
Description-md5: 7012eec95bd248d599cdf6a3a444842c
Description-en: QDBM Database Libraries for C++ [development]
 This is the development package which contains headers and static
 libraries for the QDBM database library.  This is only for
 programs which will use the C++ interface.

Package: libxqdbm3c2
Description-md5: 4dd84157c2085870c6759be69c58842c
Description-en: QDBM Database Libraries for C++ [runtime]
 QDBM is an embedded database library compatible with GDBM and NDBM.
 It features hash database and B+ tree database and is developed referring
 to GDBM for the purpose of the following three points: higher processing
 speed, smaller size of a database file, and simpler API.
 This is the runtime package for programs that use the QDBM
 database library.  This is only for programs which use the C++ interface.

Package: qdbm-cgi
Description-md5: fea33b721cdef0fe767b8493d5bc4060
Description-en: QDBM Database CGI commands
 This is the QDBM Database command package to be used as CGI commands.

Package: qdbm-doc
Description-md5: e629a03377a5c222476c82a9b51586c5
Description-en: QDBM Database Documentation
 Documentation for all of the API's and utilities provided by QDBM.

Package: qdbm-util
Description-md5: db6090cf1ba7c6a0f55e30fae7d0dc37
Description-en: QDBM Database Utilities
 QDBM is an embedded database library compatible with GDBM and NDBM.
 It features hash database and B+ tree database and is developed referring
 to GDBM for the purpose of the following three points: higher processing
 speed, smaller size of a database file, and simpler API.
 This is the QDBM Database utilities package.

Package: ruby-qdbm
Description-md5: a44c68871160f458b5bc45bfe58dd5d8
Description-en: QDBM Database Libraries for Ruby
 QDBM is an embedded database library compatible with GDBM and NDBM.
 It features hash database and B+ tree database and is developed referring
 to GDBM for the purpose of the following three points: higher processing
 speed, smaller size of a database file, and simpler API.
 This package provides the Ruby interface for the QDBM database library.

Package: qdirstat
Description-md5: 1749ec3ba6ced380242462effe7971b7
Description-en: Qt-based directory statistics
 QDirStat is a graphical application to show where your disk space has gone and
 to help you to clean it up.
 .
 QDirStat has a number of new features compared to KDirStat. To name a few:
  * Multi-selection in both the tree and the treemap.
  * Unlimited number of user-defined cleanup actions.
  * Properly show errors of cleanup actions (and their output, if desired).
  * File categories (MIME types) and their treemap color are now configurable.
  * Exclude rules for directories are easily configurable.
  * Desktop-agnostic; no longer relies on KDE or any other specific desktop.

Package: libqdjango-db0
Description-md5: 583c1fd59acabd61ca6003a23a3d1fc5
Description-en: Database library for the QDjango framework
 QDjango is a cross-platform C++ web development framework built upon Qt.
 Where possible it tries to follow django's API, hence its name.
 .
 This package contains the database object relational model library.

Package: libqdjango-dev
Description-md5: 268832bf47a300255aadeb06b460e55e
Description-en: Development files for the QDjango framework
 QDjango is a cross-platform C++ web development framework built upon Qt.
 Where possible it tries to follow django's API, hence its name.
 .
 This package contains the development headers and libraries.

Package: libqdjango-doc
Description-md5: 67a73c0aa314bdafc22e16390d437963
Description-en: Documentation for the QDjango framework
 QDjango is a cross-platform C++ web development framework built upon Qt.
 Where possible it tries to follow django's API, hence its name.
 .
 This package contains the HTML documentation.

Package: libqdjango-http0
Description-md5: 770437e13d639b1a2a549e68437a6a87
Description-en: HTTP library for the QDjango framework
 QDjango is a cross-platform C++ web development framework built upon Qt.
 Where possible it tries to follow django's API, hence its name.
 .
 This package contains the HTTP library.

Package: qdl
Description-md5: 50eeb8b08df6e92ca3b3bda71ea4c455
Description-en: tool to flash images to Qualcomm processors
 This package provides a tool to flash signed images to various Qualcomm
 processors which support the Emergency Download Mode (EDL) mode of operation.

Package: libdmrconf-dev
Description-md5: fd0e79b7b6542b16eb56b1ea5cf7a3bb
Description-en: Header files for libdmrconf
 Libdmrconf is a Qt5 library to interface and program DMR radios. DMR is a
 digital modulation standard used in amateur and commercial radio. This library
 provides the core functionality to read, write, encode and decode binary
 codeplugs for several radios, including AnyTone AT-D868UVE, AT-D878UV,
 AT-878UVII, AT-D578UV, TyT MD-390, MD-UV380, MD-UV390, MD-2017, Retevis RT8,
 RT3S, RT82, Radioddity RD5R, GD-77, Baofeng DMR-6X2 and radio running the
 OpenGD77 firmware. This package contains the header files for libdrmconf.

Package: libdmrconf0.10
Description-md5: 5dcfded17c197f19b908a9a20221be65
Description-en: Library to program DMR radios
 Libdmrconf is a Qt5 library to interface and program DMR radios. DMR is a
 digital modulation standard used in amateur and commercial radio. This library
 provides the core functionality to read, write, encode and decode binary
 codeplugs for several radios, including AnyTone AT-D868UVE, AT-D878UV,
 AT-878UVII, AT-D578UV, TyT MD-390, MD-UV380, MD-UV390, MD-2017, Retevis RT8,
 RT3S, RT82, Radioddity RD5R, GD-77, Baofeng DMR-6X2 and radio running the
 OpenGD77 firmware.

Package: qdmr
Description-md5: 6888a7fcbe56dc3cd41a202d91ee90a9
Description-en: GUI application to program DMR radios
 qdmr is a Qt5 application to program DMR radios. DMR is a digital modulation
 standard used in amateur and commercial radio. To this end, qdmr is an
 alternative codeplug programming software (CPS) that supports several radios
 of several manufacturers. Including AnyTone AT-D868UVE, AT-D878UV, AT-878UVII,
 AT-D578UV, TyT MD-390, MD-UV380, MD-UV390, MD-2017, Retevis RT8, RT3S, RT82,
 Radioddity RD5R, GD-77, Baofeng DMR-6X2 and radio running the OpenGD77
 firmware.

Package: libqdox-java
Description-md5: e922f227dda69707530f2d1100182c21
Description-en: Quickly parses declarations and Javadoc from Java source
 qdox quickly parses Java source files looking for key items of
 interest:
  * class and interface definitions
  * member declarations
  * import statements
  * JavaDoc comments
 .
 qdox ignores all other components of Java source, such as actual method
 implementations, to avoid overhead.  qdox returns a simple document
 model containing only the declarations and containing enough
 information to be useful.

Package: libqdox-java-doc
Description-md5: e8e95b9c3669693544d9ffda441e77b8
Description-en: Documentation for qdox (javadoc)
 This package contains the documentation for qdox, generated from
 Javadoc.
 .
 qdox quickly parses Java source files looking for key items of
 interest:
  * class and interface definitions
  * member declarations
  * import statements
  * JavaDoc comments
 .
 qdox ignores all other components of Java source, such as actual method
 implementations, to avoid overhead.  qdox returns a simple document
 model containing only the declarations and containing enough
 information to be useful.

Package: libqdox2-java
Description-md5: 3992fa4a4bf356cc1fc64714d14b90e0
Description-en: quickly parses declarations and Javadoc from Java source
 QDox quickly parses Java source files looking for key items of
 interest:
  * class and interface definitions
  * member declarations
  * import statements
  * JavaDoc comments
 .
 QDox ignores all other components of Java source, such as actual method
 implementations, to avoid overhead. QDox returns a simple document model
 containing only the declarations and containing enough information to be
 useful.
 .
 This is version 2 of QDox which is backwards incompatible with earlier
 versions.

Package: libqdwizard-java
Description-md5: b4ec327efb6afda94d4b985c47e40412
Description-en: simple Java Wizard API
 QDWizard is a dead simple API for creating Swing wizards. It is designed
 to minimize required code and has no dependencies besides Java 5.

Package: qelectrotech
Description-md5: 24bd754f3d7146ac176990fc5c580851
Description-en: Electric schematic editor
 QElectroTech is a Qt5 application written in C++ .
 This program helps you to design electrical schematic diagrams.
 It includes a schematic editor, an element editor, and a titleblock editor.
 It uses XML files to store the produced contents.

Package: qelectrotech-data
Description-md5: bd2542e2ad9a24a54f3c7dc4a673b9d0
Description-en: symbols needed for qelectrotech
 QElectroTech is a Qt5 application written in C++ .
 This program helps you to design electrical schematic diagrams.
 It includes a schematic editor, an element editor, and a titleblock editor.
 It uses XML files to store the produced contents.
 .
 This package provide symbols needed for qelectrotech.

Package: qelectrotech-examples
Description-md5: ba57b19d516d9bba6941c18931606cf8
Description-en: examples files for qelectrotech
 QElectroTech is a Qt5 application written in C++ .
 This program helps you to design electrical schematic diagrams.
 It includes a schematic editor, an element editor, and a titleblock editor.
 It uses XML files to store the produced contents.
 .
 This package provide examples files for qeletrotech.

Package: qemu-block-extra
Description-md5: 2a9d1fab06fc3d6f649bc1fb06339800
Description-en: extra block backend modules for qemu-system and qemu-utils
 QEMU is a fast processor emulator: currently the package supports
 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
 SPARC and x86-64 emulation. By using dynamic translation it achieves
 reasonable speed while being easy to port on new host CPUs.
 .
 This package provides extra block device backend modules for qemu-system
 emulation and qemu-img from qemu-utils package, which are rarely used and
 has extra dependencies.

Package: qemu-guest-agent
Description-md5: c2bc281a0e5a8e6c2185b336580fd595
Description-en: Guest-side qemu-system agent
 QEMU is a fast processor emulator: currently the package supports
 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
 SPARC and x86-64 emulation. By using dynamic translation it achieves
 reasonable speed while being easy to port on new host CPUs.
 .
 This package provides a daemon (agent) to run inside qemu-system
 guests (full system emulation).  It communicates with the host using
 a virtio-serial channel org.qemu.guest_agent.0, and allows one to perform
 some functions in the guest from the host, including:
  - querying and setting guest system time
  - performing guest filesystem sync operation
  - initiating guest shutdown or suspend to ram
  - accessing guest files
  - freezing/thawing guest filesystem operations
  - others.
 .
 Install this package on a system which is running as guest inside
 qemu virtual machine.  It is not used on the host.

Package: qemu-system
Description-md5: e4c58b37c60d1fc987e614cbc6f62355
Description-en: QEMU full system emulation binaries
 QEMU is a fast processor emulator: currently the package supports
 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
 SPARC and x86-64 emulation. By using dynamic translation it achieves
 reasonable speed while being easy to port on new host CPUs.
 .
 This metapackage provides the full system emulation binaries for all supported
 targets, by depending on all per-architecture system emulation packages which
 QEMU supports.

Package: qemu-system-arm
Description-md5: 133b9ec73ea2f1bb3b0614f65ad95514
Description-en: QEMU full system emulation binaries (arm)
 QEMU is a fast processor emulator: currently the package supports
 ARM emulation. By using dynamic translation it achieves
 reasonable speed while being easy to port on new host CPUs.
 .
 This package provides the full system emulation binaries to emulate
 the following arm hardware:  aarch64 arm.
 .
 In system emulation mode QEMU emulates a full system, including a processor
 and various peripherals.  It enables easier testing and debugging of system
 code.  It can also be used to provide virtual hosting of several virtual
 machines on a single server.

Package: qemu-system-common
Description-md5: 9eeecae0ef6b457cabe162fc54e999b8
Description-en: QEMU full system emulation binaries (common files)
 QEMU is a fast processor emulator: currently the package supports
 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
 SPARC and x86-64 emulation. By using dynamic translation it achieves
 reasonable speed while being easy to port on new host CPUs.
 .
 This package provides common files needed for target-specific
 full system emulation (qemu-system-*) packages.

Package: qemu-system-data
Description-md5: c61105eaa5edddd1459bc7ebfd8348d6
Description-en: QEMU full system emulation (data files)
 This package provides architecture-neutral data files
 (such as keyboard definitions, icons) for system-mode
 QEMU emulation (qemu-system-*) packages.

Package: qemu-system-gui
Description-md5: 6b583b414244908259538d87e8713531
Description-en: QEMU full system emulation binaries (user interface and audio support)
 This package provides local graphical user interface (currently GTK)
 and audio backends for full system emulation (qemu-system-*) packages.
 .
 The default GTK based qemu-system-gui is generally better and recommended,
 but a few corner cases still need SDL which is therefore provided as well.

Package: qemu-system-mips
Description-md5: 9ae71e5c6f9c8388bc2c1a7dd03588a5
Description-en: QEMU full system emulation binaries (mips)
 QEMU is a fast processor emulator: currently the package supports
 MIPS emulation. By using dynamic translation it achieves
 reasonable speed while being easy to port on new host CPUs.
 .
 This package provides the full system emulation binaries to emulate
 the following mips hardware:  mips mipsel mips64 mips64el.
 .
 In system emulation mode QEMU emulates a full system, including a processor
 and various peripherals.  It enables easier testing and debugging of system
 code.  It can also be used to provide virtual hosting of several virtual
 machines on a single server.

Package: qemu-system-misc
Description-md5: 732d896a677105509514539a239964aa
Description-en: QEMU full system emulation binaries (miscellaneous)
 QEMU is a fast processor emulator: currently the package supports
 ARM, CRIS, M68k (ColdFire), MicroBlaze, and SH4
 emulation. By using dynamic translation it achieves
 reasonable speed while being easy to port on new host CPUs.
 .
 This package provides the full system emulation binaries to emulate
 various other hardware which did not made into separate packages.
 Emulators for the following architectures are provided:
   alpha avr cris hppa m68k loongarch64 microblaze microblazeel
  nios2 or1k riscv32 riscv64 rx sh4 sh4eb s390x tricore xtensa xtensaeb.
 .
 In system emulation mode QEMU emulates a full system, including a processor
 and various peripherals.  It enables easier testing and debugging of system
 code.  It can also be used to provide virtual hosting of several virtual
 machines on a single server.

Package: qemu-system-ppc
Description-md5: b3759806f0517587c08b45ebd7d1c192
Description-en: QEMU full system emulation binaries (ppc)
 QEMU is a fast processor emulator: currently the package supports
 PowerPC emulation. By using dynamic translation it achieves
 reasonable speed while being easy to port on new host CPUs.
 .
 This package provides the full system emulation binaries to emulate
 the following PowerPC hardware:  ppc ppc64.
 .
 In system emulation mode QEMU emulates a full system, including a processor
 and various peripherals.  It enables easier testing and debugging of system
 code.  It can also be used to provide virtual hosting of several virtual
 machines on a single server.

Package: qemu-system-sparc
Description-md5: 8584000e342fca564033238e7f61d913
Description-en: QEMU full system emulation binaries (sparc)
 QEMU is a fast processor emulator: currently the package supports
 SPARC emulation. By using dynamic translation it achieves
 reasonable speed while being easy to port on new host CPUs.
 .
 This package provides the full system emulation binaries to emulate
 the following sparc hardware:  sparc sparc64.
 .
 In system emulation mode QEMU emulates a full system, including a processor
 and various peripherals.  It enables easier testing and debugging of system
 code.  It can also be used to provide virtual hosting of several virtual
 machines on a single server.

Package: qemu-system-x86
Description-md5: 2ad3dd27a937f58ca5b2ffccbe9c63b3
Description-en: QEMU full system emulation binaries (x86)
 QEMU is a fast processor emulator: currently the package supports
 i386 and x86-64 emulation. By using dynamic translation it achieves
 reasonable speed while being easy to port on new host CPUs.
 .
 This package provides the full system emulation binaries to emulate
 the following x86 hardware:  i386 x86_64.
 .
 In system emulation mode QEMU emulates a full system, including a processor
 and various peripherals.  It enables easier testing and debugging of system
 code.  It can also be used to provide virtual hosting of several virtual
 machines on a single server.
 .
 On x86 host hardware this package also enables KVM kernel virtual machine
 usage on systems which supports it.

Package: qemu-system-xen
Description-md5: aa7dcd7497006c10704a348f8ff89e3a
Description-en: QEMU full system emulation (Xen helper package)
 This package provides the i386 system emulation binary to work
 together with the Xen hypervisor for some types of DomUs.
 This package is not useful by its own.

Package: qemu-user
Description-md5: b7a34d8d1377ca0beb573e0e2b4ce914
Description-en: QEMU user mode emulation binaries
 QEMU is a fast processor emulator: currently the package supports
 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
 SPARC and x86-64 emulation. By using dynamic translation it achieves
 reasonable speed while being easy to port on new host CPUs.
 .
 This package provides the user mode emulation binaries. In this mode
 QEMU can launch Linux processes compiled for one CPU on another CPU.
 .
 If qemu-user-binfmt package is also installed, it will register binary
 format handlers from this qemu-user package with the kernel so it will
 be possible to run foreign binaries directly.  However, this might not
 be suitable for using inside foreign chroots, in which case it is
 possible to use qemu-user-static package instead of qemu-user-binmft, --
 qemu-user-static will register statically linked binfmt handlers instead.

Package: qemu-user-binfmt
Description-md5: b9d172841422ce933839d1a34cce7b20
Description-en: QEMU user mode binfmt registration for qemu-user
 QEMU is a fast processor emulator: currently the package supports
 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
 SPARC and x86-64 emulation. By using dynamic translation it achieves
 reasonable speed while being easy to port on new host CPUs.
 .
 This package provides binfmt support registration for the user mode
 emulation binaries from qemu-user.  This is an empty package, it does
 not contain any additional files, only registration scripts which run
 at install and remove times.

Package: qemu-user-static
Description-md5: 745cf1fdce8807e14d332ae512779b8f
Description-en: QEMU user mode emulation binaries (static version)
 QEMU is a fast processor emulator: currently the package supports
 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
 SPARC and x86-64 emulation. By using dynamic translation it achieves
 reasonable speed while being easy to port on new host CPUs.
 .
 This package provides the user mode emulation binaries, built
 statically. In this mode QEMU can launch Linux processes compiled for
 one CPU on another CPU.
 .
 qemu-user-static package will register binary formats which the provided
 emulators can handle, so that it will be possible to run foreign binaries
 directly.

Package: qemu-utils
Description-md5: 2c65298afe6300be7b1ce793bdf9fb81
Description-en: QEMU utilities
 QEMU is a fast processor emulator: currently the package supports
 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
 SPARC and x86-64 emulation. By using dynamic translation it achieves
 reasonable speed while being easy to port on new host CPUs.
 .
 This package provides QEMU related utilities:
  * qemu-img: QEMU disk image utility
  * qemu-io:  QEMU disk exerciser
  * qemu-nbd: QEMU disk network block device server

Package: qemu-web-desktop
Description-md5: 1ac9077e921b1695b7154bf1650a8eb9
Description-en: Remote desktop service with virtual machines in a browser.
 A remote desktop service that launches virtual machines and displays
 them in your browser. Place virtual machine files (ISO, QCOW2, VDI,
 VMDK...) into /var/lib/qemu-web-desktop/machines, add their name in
 the /etc/qemu-web-desktop/machines.conf file, and run qwdctl
 refresh. You can tune the service settings in the
 /etc/qemu-web-desktop/config.pl
 .
 Once installed, connect to http://server/qemu-web-desktop

Package: qepcad
Description-md5: 80c6c87c9eb75d49bac09b4ddbc2f13a
Description-en: quantifier elimination tool
 QEPCAD is an implementation of quantifier elimination by partial
 cylindrical algebraic decomposition due originally to Hoon Hong, and
 subsequently added on to by many others. It is an interactive
 command-line program written in C/C++, and based on the SACLIB
 library. Presented here is QEPCAD B version 1.x, the "B" designating a
 substantial departure from the original QEPCAD and distinguishing it
 from any development of the original that may proceed in a different
 direction. QEPCAD and the SACLIB library are the result of a program
 of research by George Collins and his PhD students that has spanned
 several decades ... and continues still!

Package: libqfits-dev
Description-md5: 5a6ab3ed000aacbd5051dffb20ec3ba0
Description-en: Development files for libqfits
 This package contains the header files and static library needed to
 compile applications that use qfits.

Package: libqfits0
Description-md5: 81394c6498c0efa014a479b6a3c61c84
Description-en: Library offering easy access to FITS files
 FITS (Flexible Image Transport System) is a data format most used in
 astronomy.
 .
 qfits is a stand-alone library written in C to interact with files
 complying with the FITS format. It is fast and portable over any
 kind of POSIX-compliant platform. Functionalities offered by this
 library are:
  * Header queries (get keywords, values).
  * Header manipulation (load/modify/save).
  * Header/data offset queries.
  * Pixel loading/saving to memory.
  * Support for files of any dimension (NAXIS).
  * Support for FITS extensions, including ASCII and binary tables.

Package: qfits-tools
Description-md5: 67c16a384ac53f9213d7b8bf914ecef6
Description-en: FITS manipulation tools
 qfits is a stand-alone library written in C to interact with files
 complying with the FITS format, which is a data format most used in
 astronomy.
 .
 This package includes tools for simple manipulations of FITS files.

Package: qflipper
Description-md5: 3040032a847fe5d9a806c9d9680fbbee
Description-en: Flipper Zero firmware updater
 qFlipper is a desktop application for updating Flipper Zero firmware.
 .
 Features include:
  - Update Flipper's firmware and supplemental data with a press of one button
  - Repair a broken firmware installation
  - Stream Flipper's display and control it remotely
  - Install firmware from a .dfu file
  - Backup and restore settings, progress and pairing data
  - Command line interface

Package: qflow
Description-md5: 994095f764452ff82a7621c70d80a6af
Description-en: Open-Source Digital Synthesis Flow
 This is a complete tool chain for synthesizing digital circuits starting
 from verilog source and ending in physical layout for a specific target
 fabrication process. In the world of commercial electronics, digital
 synthesis with a target application of a chip design is usually bundled
 into large EDA software systems. As commercial electronics designers need
 to maintain cutting-edge performance, these commercial toolchains get more
 and more expensive, and have largely priced themselves out of all but the
 established integrated circuit manufacturers. This leaves an unfortunate
 gap where startup companies and small businesses cannot afford to do any
 sort of integrated circuit design.
 .
 Qflow tries to fill this gap.

Package: qflow-tech-osu018
Description-md5: 68f6a4894b349b5bf4abc46c30f093fd
Description-en: Technology files needed for qflow for osu018
 Qflow is an open-source digital synthesis flow.
 .
 This package only contains the technology files needed for qflow.
 (osu018)

Package: qflow-tech-osu035
Description-md5: 0fb52b9ef9db603e09a516214869283c
Description-en: Technology files needed for qflow for osu035
 Qflow is an open-source digital synthesis flow.
 .
 This package only contains the technology files needed for qflow.
 (osu035)

Package: qflow-tech-osu050
Description-md5: c5ebfb331aacc8d46f4d316b963e806c
Description-en: Technology files needed for qflow for osu050
 Qflow is an open-source digital synthesis flow.
 .
 This package only contains the technology files needed for qflow.
 (osu050)

Package: libqgis-3d3.22.16
Description-md5: 12c7e46a9ba3838604ff324ef2f4b517
Description-en: QGIS - shared 3d library
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the shared 3d library.

Package: libqgis-analysis3.22.16
Description-md5: bbce9a642240ceda07f97dc929f9b3b4
Description-en: QGIS - shared analysis library
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the shared analysis library.

Package: libqgis-app3.22.16
Description-md5: 23c167da57fa2c94db3ad31618e4bca8
Description-en: QGIS - shared app library
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the shared app library.

Package: libqgis-core3.22.16
Description-md5: 088a2dda37829f9928fa200ce0e8ad40
Description-en: QGIS - shared core library
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the shared core library.

Package: libqgis-customwidgets
Description-md5: d1970042c339de23134950db6dfcef02
Description-en: QGIS custom widgets for Qt Designer
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains a library to use specific QGIS widgets in Qt Designer.

Package: libqgis-dev
Description-md5: a1e0eb713c023b2ba12f7f4f1bc853fe
Description-en: QGIS - development files
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the headers and libraries needed to develop plugins for
 QGIS.

Package: libqgis-gui3.22.16
Description-md5: 2165ba9b4d7e41a03df30272ae0eefa8
Description-en: QGIS - shared gui library
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the shared gui library.

Package: libqgis-native3.22.16
Description-md5: 8cdea1246871e92b3436eab7f993e31a
Description-en: QGIS - shared native gui library
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the shared native gui library.

Package: libqgis-server3.22.16
Description-md5: c63221150996c9c3e07765375705efb7
Description-en: QGIS - shared server library
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the shared server library.

Package: libqgisgrass8-3.22.16
Description-md5: 708140c2b18f4c8e06328e190460d96c
Description-en: QGIS - shared grass library
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the shared grass library.

Package: libqgispython3.22.16
Description-md5: 9f7049c2185751c59d8a6eb264ba1338
Description-en: QGIS - shared Python library
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the shared Python library.

Package: python3-qgis
Description-md5: eac6b5d8a42af672ca4dbe96022e9e8e
Description-en: Python bindings to QGIS
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the files for the Python support.

Package: python3-qgis-common
Description-md5: a54a30e2613e54929a2e0d7945b48427
Description-en: Python bindings to QGIS - architecture-independent files
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains architecture-independent files for the QGIS Python
 bindings.

Package: qgis
Description-md5: 49f76973cc4c2bd4a16872b7a79659ad
Description-en: Geographic Information System (GIS)
 A Geographic Information System (GIS) manages, analyzes, and displays
 databases of geographic information. QGIS supports shape file viewing and
 editing, spatial data storage with PostgreSQL/PostGIS, projection on-the-fly,
 map composition, and a number of other features via a plugin interface. QGIS
 also supports display of various georeferenced raster and Digital Elevation
 Model (DEM) formats including GeoTIFF, Arc/Info ASCII Grid, and USGS ASCII
 DEM.

Package: qgis-api-doc
Description-md5: ec0d00ace6198b94cf94860b88344000
Description-en: QGIS API documentation
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the QGIS API documentation.

Package: qgis-common
Description-md5: 45d667349abd44570f6bc5430cce30d7
Description-en: QGIS - architecture-independent data
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains architecture-independent supporting data files for use
 with QGIS.

Package: qgis-plugin-grass
Description-md5: 1e0ef88deac60b0e3936bb19ebb9a831
Description-en: GRASS plugin for QGIS
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This plugin enables GRASS data access in QGIS.

Package: qgis-plugin-grass-common
Description-md5: cdfe56f8128e333678013416b509f31c
Description-en: GRASS plugin for QGIS - architecture-independent data
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains architecture-independent supporting data files for use
 with the QGIS GRASS plugin.

Package: qgis-provider-grass
Description-md5: 4917261ab8b181a0f852a9735318ce37
Description-en: GRASS provider for QGIS
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This provider enables GRASS data access in QGIS.

Package: qgis-providers
Description-md5: f26d891ad5deb313e92ac31f2d19d7ad
Description-en: collection of data providers to QGIS
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the provider plugins for QGIS.

Package: qgis-providers-common
Description-md5: f62fa89c8886aedb4438d86455bb523b
Description-en: collection of data providers to QGIS - architecture-independent files
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains architecture-independent files for the QGIS providers.

Package: qgis-server
Description-md5: d67a17a58f0547f422fbdcdbc61a7564
Description-en: QGIS server providing various OGC services
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This metapackage depends on the individual QGIS server components.

Package: qgis-server-bin
Description-md5: 63b1f36d02c65af0f9aba39567e35153
Description-en: QGIS server providing various OGC services (executables)
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the QGIS server executables.

Package: qgis-server-common
Description-md5: e858acd3bb5e4e05d1ffbe1c40a489fc
Description-en: QGIS server providing various OGC services (data)
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the QGIS server data.

Package: qgis-server-dummy
Description-md5: 35d08d8ce7411dac93aa810be7b33b86
Description-en: QGIS server providing various OGC services (dummy)
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the sample service.

Package: qgis-server-landingpage
Description-md5: 104f4d0368b86dc15404dd8c82ca9c0a
Description-en: QGIS server providing various OGC services (landing page)
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the landing page service.

Package: qgis-server-wcs
Description-md5: 05842866e82841cdbd656ad55006856c
Description-en: QGIS server providing various OGC services (WCS)
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the WCS service.

Package: qgis-server-wfs
Description-md5: 21a5cdc71b889efddc5a896cee27184e
Description-en: QGIS server providing various OGC services (WFS)
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the WFS service.

Package: qgis-server-wfs3
Description-md5: cf032e5be3674d76d29517f4af68fe5a
Description-en: QGIS server providing various OGC services (WFS 3)
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the WFS 3 service.

Package: qgis-server-wms
Description-md5: 3e7f41f14ddaae7534c4e6c1c5c161eb
Description-en: QGIS server providing various OGC services (WMS)
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the WMS service.

Package: qgis-server-wmts
Description-md5: 8864e0c84bb971b7e331ea521cc54f6e
Description-en: QGIS server providing various OGC services (WMTS)
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the WMTS service.

Package: qgis-sip
Description-md5: e74dea50db66b48dbcbf73de35eca5f6
Description-en: SIP specification files for QGIS
 QGIS is a Geographic Information System (GIS) which manages, analyzes and
 display databases of geographic information.
 .
 This package contains the SIP specification files.

Package: qgis3-survex-import
Description-md5: 0673345e892caef51410bb9f20745ab8
Description-en: QGIS3 plugin to read survex 3d files, for cave surveying
 Plugin for QGIS3 which reads binary survex .3d cave survey files,
 importing stations and legs with all metadata. Supports v8 .3d files
 Can create passage walls, cross-sections and polygons from LRUD info.
 Honours the projection specified.
 The result can be saved into a GeoPackage (.gpkg) shapefile

Package: qgit
Description-md5: c8858a28936cee46b50707664d773e65
Description-en: Qt application for viewing GIT trees
 With qgit you will be able to browse revision tree, view patch content
 and changed files, graphically following different development branches.
 Main features:
  - View revisions, diffs, files history, files annotation, archive tree.
  - Commit changes visually cherry picking modified files.
  - Apply or format patch series from selected commits, drag and
    drop commits between two instances of qgit.
  - qgit implements a GUI for the most common StGIT commands like push/pop
    and apply/format patches. You can also create new patches or refresh
    current top one using the same semantics of git commit, i.e.
    cherry picking single modified files.

Package: qgnomeplatform-qt5
Description-md5: b0405881aa9bba60f489781403c1a0c4
Description-en: Qt 5 extra widget styles - GNOME Platform theme
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the GNOME style and platform theme. Export
 QT_QPA_PLATFORMTHEME=gnome to enable it for all Qt applications.

Package: qgo
Description-md5: 8b632fe985ddb638bda51b59e470b46d
Description-en: Go client and full featured SGF editor
 qGo is a computerized board on which you can play the game of Go
 against another player, view and edit smart-go files, and connect to
 Go servers on the internet. It can also interface with computer Go
 programs such as GNU Go that speak the Go modem protocol. Have a look
 at the cgoban package if you are interested in a Go client with less
 package dependencies.
 .
 See description of the gnugo package for a short description of the
 game.

Package: libqhttpengine-dev
Description-md5: 2d2d5e3d762094f3bdae33677805fbcb
Description-en: HTTP server for Qt applications - development files
 QHttpEngine provides a set of classes that enable Qt applications to create an
 HTTP server capable of serving static files and exposing a public API.
 .
 This package provides the files necessary for developing applications that use
 the library.

Package: libqhttpengine-doc
Description-md5: c2211cf7c5380ee4f7906a989b9ec895
Description-en: HTTP server for Qt applications - documentation
 QHttpEngine provides a set of classes that enable Qt applications to create an
 HTTP server capable of serving static files and exposing a public API.
 .
 This package contains the documentation for the library.

Package: libqhttpengine-examples
Description-md5: 54cc18c76eddaa4e54c83225407fc322
Description-en: HTTP server for Qt applications - examples
 QHttpEngine provides a set of classes that enable Qt applications to create an
 HTTP server capable of serving static files and exposing a public API.
 .
 This package provides a set of examples that use the library.

Package: libqhttpengine0
Description-md5: 743557d6488e5936ab38e6690483fcab
Description-en: HTTP server for Qt applications
 QHttpEngine provides a set of classes that enable Qt applications to create an
 HTTP server capable of serving static files and exposing a public API.
 .
 This package provides the shared library required by applications at runtime.

Package: libqhull-dev
Description-md5: 735dfe4d963810a16a8702d6ef055708
Description-en: calculate convex hulls and related structures (development files)
 Qhull computes convex hulls, Delaunay triangulations, halfspace
 intersections about a point, Voronoi diagrams, furthest-site
 Delaunay triangulations, and furthest-site Voronoi diagrams. It
 runs in 2-d, 3-d, 4-d, and higher dimensions.
 .
 This package contains the files necessary for development (headers and
 libraries), as well as the library documentation in HTML format.

Package: libqhull-doc
Description-md5: ed72d4dbd9f8831237fbd8d3972d71ec
Description-en: calculate convex hulls and related structures (documentation files)
 Qhull computes convex hulls, Delaunay triangulations, halfspace
 intersections about a point, Voronoi diagrams, furthest-site
 Delaunay triangulations, and furthest-site Voronoi diagrams. It
 runs in 2-d, 3-d, 4-d, and higher dimensions.
 .
 This package contains the documentation for Qhull.

Package: libqhull-r8.0
Description-md5: 67d673d0eeff25d8a8327ec3e103fffa
Description-en: calculate convex hulls and related structures (reentrant shared library)
 Qhull computes convex hulls, Delaunay triangulations, halfspace
 intersections about a point, Voronoi diagrams, furthest-site
 Delaunay triangulations, and furthest-site Voronoi diagrams. It
 runs in 2-d, 3-d, 4-d, and higher dimensions.
 .
 This package contains the reentrant version of the shared C library.

Package: libqhull8.0
Description-md5: 96612986fdccf608bfe0f94682a4bcef
Description-en: calculate convex hulls and related structures (shared library)
 Qhull computes convex hulls, Delaunay triangulations, halfspace
 intersections about a point, Voronoi diagrams, furthest-site
 Delaunay triangulations, and furthest-site Voronoi diagrams. It
 runs in 2-d, 3-d, 4-d, and higher dimensions.
 .
 This package contains the shared C library.

Package: libqhullcpp8.0
Description-md5: e4b42aecd47a9984585fac6958e25472
Description-en: calculate convex hulls and related structures (C++ shared library)
 Qhull computes convex hulls, Delaunay triangulations, halfspace
 intersections about a point, Voronoi diagrams, furthest-site
 Delaunay triangulations, and furthest-site Voronoi diagrams. It
 runs in 2-d, 3-d, 4-d, and higher dimensions.
 .
 This package contains the shared C++ library.

Package: qhull-bin
Description-md5: 72ea306632db62fd6763de5b2a1f2067
Description-en: calculate convex hulls and related structures (utilities)
 Qhull computes convex hulls, Delaunay triangulations, halfspace
 intersections about a point, Voronoi diagrams, furthest-site
 Delaunay triangulations, and furthest-site Voronoi diagrams. It
 runs in 2-d, 3-d, 4-d, and higher dimensions.
 .
 This package contains the qhull executable that gives a pipe interface to
 some of the functionality of the library.  Also included is rbox is a
 useful tool in generating input for Qhull; it generates hypercubes,
 diamonds, cones, circles, simplices, spirals, lattices, and random points.
 .
 Qhull produces graphical output for Geomview.  This helps with
 understanding the output (http://www.geomview.org).

Package: qiime
Description-md5: 424f7ee49432e486e12845f0931cf9ac
Description-en: Quantitative Insights Into Microbial Ecology
 Microbes are surrounding us, animals, plants and all their parasites with
 strong effect on these and the environment these live in. Soil quality comes
 to mind but also the effect that bacteria have on each other. Humans are
 influencing the absolute and relative abundance of bacteria by antibiotics,
 food, fertilizers - you name it - and these changes affect us.
 .
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.

Package: qimgv
Description-md5: 307d590a0c12a2210fd58aaca5664225
Description-en: Qt5 image viewer with optional video support
 Qimgv is an image viewer written in Qt5. It is fast, configurable
 and easy to use. It also provides optional video support.

Package: qiv
Description-md5: 677ec7248b16bd6e6ca9e49afc56cd7a
Description-en: Quick image viewer for X
 Quick Image Viewer (qiv) is a very small and pretty fast GDK/Imlib image
 viewer. Features include zoom, maxpect, scale down, fullscreen,
 brightness/contrast/gamma correction, slideshow, pan with keyboard and mouse,
 rotate left/right, flip, delete (move to .qiv-trash/), jump to image x, jump
 forward/backward x images, filename filter, and you can use qiv to set your
 X11-Desktop background.
 .
 qiv also supports the assignment of external commands (like metacam) to unused
 keys.

Package: qjackctl
Description-md5: e4eff5b412e02d2dab4dcd699f0351f6
Description-en: User interface for controlling the JACK sound server
 Qjackctl offers a user interface for controlling the JACK sound server
 daemon. At the same time it figures as a JACK patch bay and monitoring
 tool.

Package: qjackrcd
Description-md5: 82d3f337c71c4ac52b90378ddbafadfa
Description-en: Qt4 application to record JACK server outputs
 QJackRcd is a simple stereo recorder for Jack with few features as
 silence processing for automatic pause, file splitting, background
 file post-processing. It can be used with QJackCtl.
 .
 Features:
  * QT simple GUI with disk usage and vumeter.
  * Jack support for recording, jack transport support.
  * Silence compressing with auto pause and optional file splitting.
  * Background WAV post processing for format conversion and signal
    processing.
  * Automatic connection with first launched jack source facility.

Package: qjoypad
Description-md5: 217ff3028c81b5f9aa513a0ad43f1f54
Description-en: map gamepad/joystick events to mouse/keyboard event
 QJoyPad takes input from a gamepad or joystick and translates it into
 key strokes or mouse actions, letting you control any X-Windows program
 with your game controller.  This lets you play all those games that for
 some reason don't have joystick support with your joystick.

Package: qla-tools
Description-md5: a34313410c8521eff4aa1103e82abcda
Description-en: QLogic Linux tools for work with QLogic HBAs
 QLogic provides some tools that makes LUN handling (add / remove) and
 administration of QLogic HBAs much easier. You can scan for newly added LUNs,
 display details about the QLogic HBA attached to the system, change the state
 of LUNs from offline to online/running and set the timeout on the devices
 connected to the QLogic FC HBA.

Package: qlcplus
Description-md5: 7022c46529c89b9fad1fdbf3f614004d
Description-en: Control DMX or analog lighting systems
 Q Light Controller Plus is a software lighting desk for controlling
 DMX or analog lighting systems like moving heads, dimmers, scanners.
 .
 This project is a fork of the great QLC project written by Heikki Junnila
 that aims to continue the QLC development and to introduce new features. The
 primary goal is to bring QLC+ at the level of other lighting control commercial
 software.

Package: qlcplus-data
Description-md5: 5297322757b8f920537bc2cc624c43cd
Description-en: Control DMX or analog lighting systems (data files)
 Q Light Controller Plus is a software lighting desk for controlling
 DMX or analog lighting systems like moving heads, dimmers, scanners.
 .
 This project is a fork of the great QLC project written by Heikki Junnila
 that aims to continue the QLC development and to introduce new features. The
 primary goal is to bring QLC+ at the level of other lighting control commercial
 software.
 .
 This package contains architecture-independent data files.

Package: qlipper
Description-md5: 8f39f199733c9c4b59420260921c45f5
Description-en: Lightweight and cross-platform clipboard history applet
 A Lightweight and cross-platform clipboard history applet. It
 provides the following features:
 .
  - saves clipboard history entries and restores them
  - lightweight
  - systray docking app
  - few requirements
  - can be used in GNOME and Windows (and more)

Package: qlogo
Description-md5: 851d7ee432b2e9009d0ea261317366d1
Description-en: Language using turtle graphics famous for teaching kids
 QLogo is an interpreter for the Logo language written in C++ using
 Qt and OpenGL. Specifically, it mimics (as reasonably as possible)
 the UCBLogo interpreter developed at U.C. Berkeley. In fact, the
 UCBLogo manual describes about 99.9% of the functionality. You can
 find the UCBLogo Manual here:
 http://people.eecs.berkeley.edu/~bh/usermanual

Package: libqm-dsp-dev
Description-md5: 9ee66db928b03261610b69f164badb6a
Description-en: Development files (headers) for libqm-dsp library
 This is a C++ library for DSP and Music Informatics purposes,
 written at the Queen Mary University.
 Among other things, it provides functions for audio analysis.
 .
 This package contains the headers used to build applications
 that use libqm-dsp.

Package: libqm-dsp0
Description-md5: ea61d3fb85f0f2930449f9f9baafd64c
Description-en: C++ library for audio signals analysis
 This is a C++ library for DSP and Music Informatics purposes,
 written at the Queen Mary University.
 Among other things, it provides functions for audio analysis.
 .
 This package contains the shared library for libqm-dsp.

Package: qmapshack
Description-md5: 6bd4b049066038463f1cc2535c52c8eb
Description-en: GPS mapping (GeoTiff and vector) and GPSr management
 This package provides a versatile tool for GPS maps in GeoTiff format as
 well as Garmin's img vector map format.
 You can also view and edit your GPX tracks.
 QMapShack is the successor of QLandkarteGT.
 .
 Main features:
  - Use of several workspaces.
  - Use several maps on a workspace.
  - Handle data project-oriented.

Package: libqmath3d-dev
Description-md5: e2a563cccbdc302c1b566e57f337da6e
Description-en: Useful 3dmaths functions from Qt3d v1.0
 Qt3d v1.0 is long-dead, but part of it remains useful. This
 library collects those math3d functions in standalone form.
 .
 This package contains the development files.

Package: libqmath3d1
Description-md5: 948de627415cf253c7fd23526f714642
Description-en: Useful 3dmaths functions from Qt3d v1.0
 Qt3d v1.0 is long-dead, but part of it remains useful. This
 library collects those math3d functions in standalone form.
 .
 This package is the library itself.

Package: qmc
Description-md5: a92ecb0c91224d382142803c8eac0dfd
Description-en: Quine McClusky Simplification Tool
 This tool optimizes boolean expressions using the Quine McClusky
 process.

Package: libqmenumodel-dev
Description-md5: e61c9399ddce9b5321b4555829cffa51
Description-en: Qt binding for GMenuModel - development files
 Qt binding for GMenuModel that allows connecting to a menu model exposed on
 D-Bus and presents it as a list model. It can be used to expose indicator or
 application menus for applications using the Qt framework.
 .
 This package contains the development headers for libqmenumodel.

Package: libqmenumodel1
Description-md5: cf3b2c8f055a7396a2767a6960b68936
Description-en: Qt binding for GMenuModel - shared library
 Qt binding for GMenuModel that allows connecting to a menu model exposed on
 D-Bus and presents it as a list model. It can be used to expose indicator or
 application menus for applications using the Qt framework.
 .
 This package contains the shared library required by applications using
 QMenuModel.

Package: qmenumodel-qml
Description-md5: 1dcd449c3d4670ae968e1df0b114a65a
Description-en: Qt binding for GMenuModel - QML module (transitional package)
 Qt binding for GMenuModel that allows connecting to a menu model exposed on
 D-Bus and presents it as a list model. It can be used to expose indicator or
 application menus for applications using the Qt framework.
 .
 This package facilitates the transition from qmenumodel-qml to
 qml-module-qmenumodel.

Package: qml-module-qmenumodel1
Description-md5: b468f98e95b8aa8c2b7b615620578a7e
Description-en: Qt binding for GMenuModel - QML module
 Qt binding for GMenuModel that allows connecting to a menu model exposed on
 D-Bus and presents it as a list model. It can be used to expose indicator or
 application menus for applications using the Qt framework.
 .
 This package contains the QML module for building applications using the
 QMenuModel library.

Package: qmidiarp
Description-md5: e40c0ec0feb0267a1b5a1afdfd6a59f5
Description-en: MIDI arpeggiator for ALSA
 QMidiArp is an advanced MIDI arpeggiator, programmable step sequencer
 and LFO for the ALSA sequencer. It can hold any number of arpeggiator,
 sequencer, or LFO modules running in parallel.
 .
 Arpeggiator modules produce sequences depending on the notes sent
 to their input port, which is typically connected to a keyboard or
 another sequencer.
 .
 Step sequencer modules allow one to create simple linear, monophonic
 and globally transposable sequences similar to the first analog
 sequencers.
 .
 MIDI LFO modules independently produce MIDI controller data of
 adjustable waveform, time resolution, amplitude and duration.
 .
 For each module, an input note filter is available, and the output
 port and channel can be set independently. Since the modules use a
 common sequencer queue, they are automatically in sync with each other.
 QMidiArp works with an internal tick resolution of 192 ticks per beat.
 The queue can be synchronized to an incoming MIDI realtime clock or as
 a JACK transport client. Most of the relevant control elements are
 accessible via MIDI controller through a MIDI-learn infrastructure.
 QMidiArp also has a log tool displaying the history of incoming MIDI
 events in colors depending on their type. QMidiArp is based on the Qt
 toolkit.

Package: qmidinet
Description-md5: baa8b70cc0fa6555f6bdb9aadf027d4e
Description-en: MIDI Network Gateway via UDP/IP Multicast
 QmidiNet is a MIDI network gateway application that sends and receives
 MIDI data (ALSA Sequencer) over the network, using UDP/IP multicast.
 It was inspired by multimidicast (https://llg.cubic.org/tools) and
 designed to be compatible with ipMIDI for Windows (https://nerds.de).

Package: qmidiroute
Description-md5: cc91076f7b4f361d37a2c1b4b99c2379
Description-en: MIDI event router and filter
 MIDI note, control change,program change and pitch bend events
 are logged, and can be filtered, redirected and transformed
 into other events according to MIDI maps defined as tabs
 in the main control surface.
 .
 You can copy midi MAPS into new tabs using the 'Clone MIDI map' button.
 All MIDI maps can be saved in a .qma text file.

Package: elpa-qml-mode
Description-md5: 5ba3e5f7605877644c522b8f10baff60
Description-en: Emacs major mode for editing QT Declarative (QML) code
 The package provides a major mode for editing Qt Declarative (QML)
 code in Emacs. It features syntax highlighting (including component
 ids highlighting) and basic navigation capabilities.

Package: qmlkonsole
Description-md5: e5289eaf44181e7699302e951f8a6d92
Description-en: Terminal app for Plasma Mobile
 This terminal application is optimized for touch devices and to integrate
 nicely in Plasma Mobile systems.
 .
 It is based on Qmltermwidget (QML port of
 qtermwidget) and Kirigami (framework to design convergent apps with a user
 interface that adapts to desktops, phones, big screens and potentially
 everything else).
 .
 It depends on Qt graphical libraries and a few KDE Frameworks.

Package: qml-module-termwidget
Description-md5: e3866aeab67446803b9b31ed69c0a13b
Description-en: Terminal Widget QML module
 This project is a QML port of qtermwidget. It is written to be as close
 as possible to the upstream project in order to make cooperation
 possible.
 .
 At the moment this plugin is powering cool-retro-term and the
 lomiri-terminal-app.
 .
 This package contains the QML module and also a simple test application.

Package: qmltermwidget-common
Description-md5: d509a13dfcd5bbfa7b624561bf2249c0
Description-en: Arch-independent files for the Terminal Widget QML module
 This project is a QML port of qtermwidget. It is written to be as close
 as possible to the upstream project in order to make cooperation
 possible.
 .
 At the moment this plugin is powering cool-retro-term and the
 lomiri-terminal-app.
 .
 This package contains architecture-independent files for the
 Terminal Widget QML module (such as color schemes, etc.).

Package: qmmp
Description-md5: 555e7bdd0f6894cb8057fac96ee84926
Description-en: feature-rich audio player with support of many formats
 Qmmp is feature-rich audio player with support of many formats.
 It is written in Qt.
 .
 Supported formats:
  - MPEG1 layer 2/3
  - Ogg Vorbis
  - Ogg Opus
  - Native FLAC, Ogg FLAC
  - Musepack
  - WavePack
  - tracker modules (mod, s3m, it, xm, etc)
  - ADTS AAC
  - CD Audio
  - WMA, Monkey's Audio (and other formats provided by FFmpeg library)
  - PCM WAVE (and other formats provided by libsndfile library)
  - midi
  - SID
  - chiptune formats (AY, GBS, GYM, HES, KSS, NSF, NSFE, SAP, SPC, VGM, VGZ,
    VTX)
 .
 DSP effects:
  - BS2B effect
  - sample rate converter
  - LADSPA effects
  - extra stereo
  - crossfade
 .
 Visual effects:
  - projectM visualization
  - spectrum analyzer
 .
 Audio output through:
  - ALSA
  - OSS
  - Pulse Audio
  - PipeWire
  - JACK
  - QTMultimedia
  - Icecast
 .
 Other features:
  - XMMS and Winamp 2.x skins support
  - alternative user interface based on standard widgets set
  - 10-band equalizer
  - MP3, Vorbis, AAC, AAC+ streams support
  - mms support
  - MPRIS
  - removable device detection (via UDisks)
  - video playback via Mplayer
  - lyrics
  - cover art support
  - CUE sheet support
  - embedded CUE support (for FLAC, WavPack and Monkey's Audio)
  - multiple playlists
  - automatic charset detection for cue files and ShoutCast metadata
  - playlist formats: m3u, pls, xspf
  - ReplayGain support
  - sending listening history to Last.fm, Libre.fm and ListenBrainz
  - CDDB support
  - audio converter
  - stream browser
  - audio formats converter
  - external programs execution on track change
  - ReplayGain scanner
  - archive reader (RAR and 7z)
  - audio recording
  - listening history
  - media library

Package: qmmp-plugin-projectm
Description-md5: 56b2941bfc6b927574362598f69faaab
Description-en: qmmp audio player -- projectM visualization plugin
 Qmmp is feature-rich audio player with support of many formats.
 It is written in Qt.
 .
 See 'qmmp' package for full description.
 .
 This package contains projectM visualization plugin for qmmp.

Package: qnapi
Description-md5: 9fb7752cefd8ffc09e5a9010654e060d
Description-en: application that downloads Polish subtitles from www.napiprojekt.pl
 QNapi is a graphical downloader of subtitles from napiprojekt.pl and
 opensubtitles.org sites. Subtitles may be fetched in many different languages.
 .
 QNapi's capabilities are similar to napiproject.pl's original client. New
 subtitles may be added to both, napiprojekt.pl and opensubtitles.org
 databases. Also bugs may be reported against existing subtitles.

Package: qnetstatview
Description-md5: b4cd9a307f770906d3b16b410515180f
Description-en: Shows detailed listings of all TCP and UDP endpoints
 QNetStatView is a program that will show you detailed listings of all TCP and
 UDP endpoints on your system, including the local and remote addresses and
 state of TCP connections.

Package: libqnodeeditor-dev
Description-md5: 92e186757d44657bca3416f0a2e918c1
Description-en: Qt-based library for graph-controlled data processing (dev)
 NodeEditor is conceived as a general-purpose Qt-based library aimed
 at graph-controlled data processing. The library can be used as a
 framework for visual dataflow programming.
 .
 This package provides the development files.

Package: libqnodeeditor2
Description-md5: 31173653843dc19316460102cb189506
Description-en: Qt-based library for graph-controlled data processing
 NodeEditor is conceived as a general-purpose Qt-based library aimed
 at graph-controlled data processing. The library can be used as a
 framework for visual dataflow programming.
 .
 This package provides the library files.

Package: libqoauth-dev
Description-md5: fa06a4d487a09660e19f518c16d6851a
Description-en: Qt5-based OAuth implementation development headers
 QOAuth is a Qt5-based C++ implementation of an interface to services
 using the OAuth authorization scheme.
 .
 OAuth is described in detail at http://oauth.net/
 .
 This package contains the headers required for building programs that
 use QOauth.

Package: libqoauth2
Description-md5: b6cbe485188ec4d6f7efdfec295d38e2
Description-en: Qt5-based client implementation of the OAuth authorization scheme
 QOAuth is a Qt5-based C++ implementation of an interface to services
 using OAuth authorization scheme.
 .
 OAuth is described in detail at http://oauth.net/

Package: libqoi-dev
Description-md5: 0dc4e16009205d5edc769f12c975cb6d
Description-en: “Quite OK Image Format” for fast, lossless image compression (devel)
 This is the original QOI implementation to work with images with C or C++.
 .
 This package contains the single header file.

Package: qoi
Description-md5: a18f0051e05797437ae4d984383f6c53
Description-en: “Quite OK Image Format” for fast, lossless image compression
 This is the original QOI implementation to work with images with C or C++.

Package: qonk
Description-md5: 0d55c3dda3e7f3ff6c473a61f4b46800
Description-en: Small build-and-conquer strategy game with very simple rules
 The setting of the game is a solar system of planets. Your goal is to
 conquer all of the planets in the game by sending ships there. Planets
 that are under your control generate new ships. Simple AI players are
 playing against you. As you gain more experience throughout the game,
 more AI players have to be kicked out of bigger solar systems.

Package: qosmic
Description-md5: bc71abc5fad381c181e84dfb6c15fcaf
Description-en: GUI for creating & rendering fractal flame images
 Graphical interface (Qt) for creating, editing, and rendering
 flam3 IFS fractal flame images, which can be saved as png files.
 .
 The theory of fractal flames is described here
 https://flam3.com/flame_draves.pdf

Package: python3-qpack
Description-md5: f7f95c9b6d4ebec5884bdd55722e8848
Description-en: Python3 implementation of the QPack protocol
 QPack is a fast and efficient serialization format like MessagePack. One key
 difference is flexible map and array support. This enables code to write
 directly to a qpack buffer without knowledge of the size of the map or
 array beforehand.

Package: libqpdf-dev
Description-md5: b119ceb85cee713b9af6ef357f66ae27
Description-en: development files for PDF transformation/inspection library
 QPDF is a program that can be used to linearize (web-optimize),
 encrypt (password-protect), decrypt, and inspect PDF files from the
 command-line.  It does these and other structural, content-preserving
 transformations on PDF files, reading a PDF file as input and
 creating a new one as output.  It also provides many useful
 capabilities to developers of PDF-producing software or for people
 who just want to look at the innards of a PDF file to learn more
 about how they work.
 .
 QPDF understands PDF files that use compressed object streams
 (supported by newer PDF applications) and can convert such files into
 those that can be read with older viewers.  It can also be used for
 checking PDF files for structural errors, inspecting stream contents,
 or extracting objects from PDF files.  QPDF is not PDF content
 creation or viewing software -- it does not have the capability to
 create PDF files from scratch or to display PDF files.
 .
 This package includes all development files needed to compile
 applications that use the qpdf library.

Package: libqpdf29
Description-md5: 19ff93a4265247cdbdd76561d4f4b3a1
Description-en: runtime library for PDF transformation/inspection software
 QPDF is a program that can be used to linearize (web-optimize),
 encrypt (password-protect), decrypt, and inspect PDF files from the
 command-line.  It does these and other structural, content-preserving
 transformations on PDF files, reading a PDF file as input and
 creating a new one as output.  It also provides many useful
 capabilities to developers of PDF-producing software or for people
 who just want to look at the innards of a PDF file to learn more
 about how they work.
 .
 QPDF understands PDF files that use compressed object streams
 (supported by newer PDF applications) and can convert such files into
 those that can be read with older viewers.  It can also be used for
 checking PDF files for structural errors, inspecting stream contents,
 or extracting objects from PDF files.  QPDF is not PDF content
 creation or viewing software -- it does not have the capability to
 create PDF files from scratch or to display PDF files.
 .
 This package contains the qpdf runtime libraries required to run
 programs that link with the qpdf library.

Package: qpdf
Description-md5: 6f5a453852ce090f81d8b33dfca3f1ab
Description-en: tools for transforming and inspecting PDF files
 QPDF is a program that can be used to linearize (web-optimize),
 encrypt (password-protect), decrypt, and inspect PDF files from the
 command-line.  It does these and other structural, content-preserving
 transformations on PDF files, reading a PDF file as input and
 creating a new one as output.  It also provides many useful
 capabilities to developers of PDF-producing software or for people
 who just want to look at the innards of a PDF file to learn more
 about how they work.
 .
 QPDF understands PDF files that use compressed object streams
 (supported by newer PDF applications) and can convert such files into
 those that can be read with older viewers.  It can also be used for
 checking PDF files for structural errors, inspecting stream contents,
 or extracting objects from PDF files.  QPDF is not PDF content
 creation or viewing software -- it does not have the capability to
 create PDF files from scratch or to display PDF files.
 .
 This package includes the command-line qpdf tools.  It also contains
 the documentation.

Package: qpdfview
Description-md5: a7669513c45a48c399bf2ea24373c5aa
Description-en: tabbed document viewer
 qpdfview is a simple tabbed document viewer which uses the Poppler library for
 PDF rendering and CUPS for printing and provides a clear and simple Qt
 graphical user interface. Support for the DjVu and PostScript formats can be
 added via plugins.
 .
 Current features include:
   - Outline, properties and thumbnail panes
   - Scale, rotate and fit
   - Fullscreen and presentation views
   - Continuous and multi-page layouts
   - Search for text (PDF and DjVu only)
   - Configurable toolbars
   - SyncTeX support (PDF only)
   - Partial annotation support (PDF only, Poppler version 0.20.1 or newer)
   - Partial form support (PDF only)
   - Persistent per-file settings
   - Support for DjVu and PostScript documents via plugins

Package: qpdfview-djvu-plugin
Description-md5: bd4190e3187c52de4b09810f1a7b67ee
Description-en: tabbed document viewer - DjVu plugin
 qpdfview is a simple tabbed document viewer which uses the Poppler library for
 PDF rendering and CUPS for printing and provides a clear and simple Qt
 graphical user interface. Support for the DjVu and PostScript formats can be
 added via plugins.
 .
 This plugin adds support for the DjVu format.

Package: qpdfview-pdf-poppler-plugin
Description-md5: 09ababfd0e347cb3f1739a98c80ae2ac
Description-en: tabbed document viewer - Poppler plugin
 qpdfview is a simple tabbed document viewer which uses the Poppler library for
 PDF rendering and CUPS for printing and provides a clear and simple Qt
 graphical user interface. Support for the DjVu and PostScript formats can be
 added via plugins.
 .
 This plugin adds support for the PDF format based on Poppler library.

Package: qpdfview-ps-plugin
Description-md5: 3c97ed3feb446590dd2aeba3ef2d546b
Description-en: tabbed document viewer - PostScript plugin
 qpdfview is a simple tabbed document viewer which uses the Poppler library for
 PDF rendering and CUPS for printing and provides a clear and simple Qt
 graphical user interface. Support for the DjVu and PostScript formats can be
 added via plugins.
 .
 This plugin adds support for the PostScript format.

Package: qpdfview-translations
Description-md5: 3745d23264355e44bf7e2d3a398f5486
Description-en: tabbed document viewer - translations
 qpdfview is a simple tabbed document viewer which uses the Poppler library for
 PDF rendering and CUPS for printing and provides a clear and simple Qt
 graphical user interface. Support for the DjVu and PostScript formats can be
 added via plugins.
 .
 This package contains all translations.

Package: qperf
Description-md5: 9b8f8900d41257ea7c0db714d4e0e373
Description-en: Measure socket and RDMA performance
 qperf measures bandwidth and latency between two nodes. It can work
 over TCP/IP as well as the RDMA transports.
 .
 qperf is historically part of the OpenFabrics Enterprise Distribution
 (OFED), but is now maintained by the linux-rdma project.

Package: libqpid-proton-cpp12
Description-md5: 611b7d2a58e6b0d93f6913d183f0a643
Description-en: C++ libraries for Qpid Proton
 Qpid Proton is a high-performance, lightweight messaging library. It can be
 used in the widest range of messaging applications, including brokers, client
 libraries, routers, bridges, proxies, and more. Proton makes it trivial to
 integrate with the AMQP 1.0 ecosystem from any platform, environment, or
 language.
 .
 This package provides the C++ shared libraries for Qpid Proton.

Package: libqpid-proton-cpp12-dev
Description-md5: 0eeef589d5e436292dc3a87b8aa82416
Description-en: C++ Development libraries for writing messaging apps with Qpid Proton
 Qpid Proton is a high-performance, lightweight messaging library. It can be
 used in the widest range of messaging applications, including brokers, client
 libraries, routers, bridges, proxies, and more. Proton makes it trivial to
 integrate with the AMQP 1.0 ecosystem from any platform, environment, or
 language.
 .
 This package provides the C++ development libraries for Qpid Proton.

Package: libqpid-proton-cpp12-dev-doc
Description-md5: b8747a032d27d5e7afa9f99ce2f786cc
Description-en: C++ developer documentation for Qpid Proton
 Qpid Proton is a high-performance, lightweight messaging library. It can be
 used in the widest range of messaging applications, including brokers, client
 libraries, routers, bridges, proxies, and more. Proton makes it trivial to
 integrate with the AMQP 1.0 ecosystem from any platform, environment, or
 language.
 .
 This package provides C++ developer documentation for Qpid Proton.

Package: libqpid-proton11
Description-md5: b2e7eb24c38fe6111250aa607c457691
Description-en: C libraries for Qpid Proton
 Qpid Proton is a high-performance, lightweight messaging library. It can be
 used in the widest range of messaging applications, including brokers, client
 libraries, routers, bridges, proxies, and more. Proton makes it trivial to
 integrate with the AMQP 1.0 ecosystem from any platform, environment, or
 language.
 .
 This package provides the shared libraries for Qpid Proton.

Package: libqpid-proton11-dev
Description-md5: 4618de3ea3e9628228ce2c6c7fc81ef6
Description-en: C Development libraries for writing messaging apps with Qpid Proton
 Qpid Proton is a high-performance, lightweight messaging library. It can be
 used in the widest range of messaging applications, including brokers, client
 libraries, routers, bridges, proxies, and more. Proton makes it trivial to
 integrate with the AMQP 1.0 ecosystem from any platform, environment, or
 language.
 .
 This package provides the C development libraries for Qpid Proton.

Package: libqpid-proton11-dev-doc
Description-md5: a41750caef97b5b94885b19b4eed6465
Description-en: Developer documentation for Qpid Proton
 Qpid Proton is a high-performance, lightweight messaging library. It can be
 used in the widest range of messaging applications, including brokers, client
 libraries, routers, bridges, proxies, and more. Proton makes it trivial to
 integrate with the AMQP 1.0 ecosystem from any platform, environment, or
 language.
 .
 This package provides C developer documentation for Qpid Proton.

Package: libqpid-proton11-dev-examples
Description-md5: 6fd1f64650284a15cd7bde4528c9a018
Description-en: Example applications for writign messaging apps with Qpid Proton
 Qpid Proton is a high-performance, lightweight messaging library. It can be
 used in the widest range of messaging applications, including brokers, client
 libraries, routers, bridges, proxies, and more. Proton makes it trivial to
 integrate with the AMQP 1.0 ecosystem from any platform, environment, or
 language.
 .
 This package provides C and C++ language examples for Qpid Proton.

Package: python-qpid-proton-doc
Description-md5: 1e9c6f1e2d6cc072ef3ad222d4f9a7b3
Description-en: Documentation for the Python language bindings for Qpid Proton
 Qpid Proton is a high-performance, lightweight messaging library. It can be
 used in the widest range of messaging applications, including brokers, client
 libraries, routers, bridges, proxies, and more. Proton makes it trivial to
 integrate with the AMQP 1.0 ecosystem from any platform, environment, or
 language.
 .
 This package provides documentation for the Python language bindings for
 Qpid Proton.

Package: python3-qpid-proton
Description-md5: e9b42c24004b85935e6d4fcc7c3049d1
Description-en: language bindings for Qpid Proton messaging framework - Python 3.x
 Qpid Proton is a high-performance, lightweight messaging library. It can be
 used in the widest range of messaging applications, including brokers, client
 libraries, routers, bridges, proxies, and more. Proton makes it trivial to
 integrate with the AMQP 1.0 ecosystem from any platform, environment, or
 language.
 .
 This package provides Python 3.x language bindings for Qpid Proton.

Package: qprint
Description-md5: ae7dfe64525978dcc43931e207d8e32d
Description-en: encoder and decoder for quoted-printable encoding
 Qprint is a command-line program that can encode or decode files from/to
 quoted-printable encoding (RFC1521). It can work with both text and binary
 data.

Package: qprint-doc
Description-md5: a782f5c0d702924ca50ffed4e054a5ca
Description-en: qprint quoted-printable encoder/decoder (documentation)
 Qprint is a command-line program that can encode or decode files from/to
 quoted-printable encoding (RFC1521). It can work with both text and binary
 data.
 .
 This package contains documentation for quoted-printable encoding and qprint
 program in PDF format and html version of qprint manual page.

Package: qps
Description-md5: 3c121f52070c0e043bb48a9348360bb2
Description-en: Qt process manager
 Qt process manager ported to Qt5

Package: qpsmtpd
Description-md5: 9047d0dbdf28ebebb1e89abaf63105ed
Description-en: Flexible SMTP daemon for network-level spam detection
 This is a replacement SMTP daemon which installs alongside a mail delivery
 and transport system such as Exim, Postfix or Qmail, or used as an SMTP
 proxy for a remote/DMZ MTA.
 .
 The qpsmtpd damon emphasizes spam detection during the SMTP transaction,
 attempting to reach spam/nonspam decisions prior to accepting each message,
 thereby eliminating much bounce/forgery blowback.  It exploits its visbility
 into the network transaction to detect certain behaviors often exhibited by
 spam sending agents.
 .
 Qpsmtpd is written in Perl, with an extensive plugin API making it easy to
 add new features or replace functional components.

Package: qpwgraph
Description-md5: 7a87e69409c47bbdf486c56987c2e238
Description-en: User interface for controlling the PipeWire Graph
 qpwgraph is a graph manager dedicated to PipeWire (https://pipewire.org),
 using the Qt C++ framework (https://qt.io), based and pretty much like the
 same of QjackCtl (https://qjackctl.sourceforge.io).

Package: libqpx-dev
Description-md5: 69202bcd331a8cb5f44f0087faccbba3
Description-en: CD/DVD quality checker (development files)
 QPxTool gives you access to all available Quality Checks (Q-Checks) on written
 and blank media, that are available for your drive. This will help you to find
 the right media and the optimized writing speed for your hardware, which will
 increase the chance for a long data lifetime.
 .
 This package contains the headers and development files.

Package: libqpx0
Description-md5: 130412cb6e95d3415de81a09a42577b8
Description-en: CD/DVD quality checker (shared libraries)
 QPxTool gives you access to all available Quality Checks (Q-Checks) on written
 and blank media, that are available for your drive. This will help you to find
 the right media and the optimized writing speed for your hardware, which will
 increase the chance for a long data lifetime.
 .
 This package contains the shared libraries for QPxTool.

Package: pxfw
Description-md5: 3e45fba63c90b2f230d5170a60b26807
Description-en: Plextor firmware updater
 QPxTool gives you access to all available Quality Checks (Q-Checks) on written
 and blank media, that are available for your drive. This will help you to find
 the right media and the optimized writing speed for your hardware, which will
 increase the chance for a long data lifetime.
 .
 This package contains pxfw, a firmware flash program for Plextor optical
 drives.

Package: qpxtool
Description-md5: f5271cd5f1b86d634c48b81ad36cf1c0
Description-en: CD/DVD quality checker
 QPxTool gives you access to all available Quality Checks (Q-Checks) on written
 and blank media, that are available for your drive. This will help you to find
 the right media and the optimized writing speed for your hardware, which will
 increase the chance for a long data lifetime.
 .
 QPxTool depends on the used drive, not all drives are able to read the Q-Checks
 and not all of them are supported by QPxTool. Currently, most newer drives of
 LiteOn, NEC, Pioneer and Plextor are supported.

Package: libqqc2breezestyle-dev
Description-md5: 3aef9cf21865351d89968cc8db978e54
Description-en: development files for Breeze inspired QQC2 Style
 This is a pure Qt Quick/Kirigami Qt Quick Controls style.
 Unlike QQC2-Desktop-Style, it does not depend on Qt Widgets and the system
 QStyle.
 .
 This package contains the development files.

Package: qml-module-org-kde-qqc2breezestyle
Description-md5: 9e096d1bb8409dff581da5167d673510
Description-en: Breeze inspired QQC2 Style
 This is a pure Qt Quick/Kirigami Qt Quick Controls style.
 Unlike QQC2-Desktop-Style, it does not depend on Qt Widgets and the system
 QStyle.

Package: libkf5qqc2desktopstyle-dev
Description-md5: 5d76badf23f9f9f12c6e47b7a8b73ac9
Description-en: Qt Quick Controls 2: Desktop Style
 Small style written in QML for QtQuickControls2 intended to be used
 by default in QQC2-based apps when used in the Plasma desktop
 .
 This package contains the development files.

Package: qml-module-org-kde-qqc2desktopstyle
Description-md5: a75040f942a76b99294d0b3272a2051a
Description-en: Qt Quick Controls 2: Desktop Style
 Small style written in QML for QtQuickControls2 intended to be used
 by default in QQC2-based apps when used in the Plasma desktop

Package: qml-module-qtquick-controls2-suru
Description-md5: 9c48ddaf5eb5bd9321dbd1b8ba62194d
Description-en: Suru style for QtQuick Controls 2
 This is a style for QtQuickControls 2 providing a uniform look'n'feel
 for apps targetting the Lomiri Operatoring / Ubuntu Touch.
 .
 This QQC2 style explicitly uses the Suru icon theme for drawing its
 elements.

Package: libqqwing-dev
Description-md5: 408e7eaa585878df3f94a67ec2c68ccf
Description-en: tool for generating and solving Sudoku puzzles (development)
 Sudoku puzzle generator and solver. It offers the following features:
  *Can solve 1000 puzzles in 1 second and generate 1000 puzzles in 25 seconds.
  *Uses logic. Uses as many solve techniques as possible when solving
   puzzles rather than guessing.
  *Rates puzzles. Most generators don't give an indication of the difficulty
   of a Sudoku puzzle. QQwing does.
  *Can print solve instructions for any puzzle.
  *Customizable output style, including a CSV style that is easy to
   import into a database.
 .
 This contains the development headers

Package: libqqwing2v5
Description-md5: 6c6c1444b2c16b4ce8cf5a70817d8f74
Description-en: tool for generating and solving Sudoku puzzles (library)
 Sudoku puzzle generator and solver. It offers the following features:
  *Can solve 1000 puzzles in 1 second and generate 1000 puzzles in 25 seconds.
  *Uses logic. Uses as many solve techniques as possible when solving
   puzzles rather than guessing.
  *Rates puzzles. Most generators don't give an indication of the difficulty
   of a Sudoku puzzle. QQwing does.
  *Can print solve instructions for any puzzle.
  *Customizable output style, including a CSV style that is easy to
   import into a database.
 .
 This package contains the shared library

Package: qqwing
Description-md5: f3f4ac3ff35be0b8be5131242f1448c3
Description-en: tool for generating and solving Sudoku puzzles (application)
 Sudoku puzzle generator and solver. It offers the following features:
  *Can solve 1000 puzzles in 1 second and generate 1000 puzzles in 25 seconds.
  *Uses logic. Uses as many solve techniques as possible when solving
   puzzles rather than guessing.
  *Rates puzzles. Most generators don't give an indication of the difficulty
   of a Sudoku puzzle. QQwing does.
  *Can print solve instructions for any puzzle.
  *Customizable output style, including a CSV style that is easy to
   import into a database.
 .
 This package contains the cli application

Package: libqrcodegen-dev
Description-md5: 47670b3a99c2e4ed8a94f3e78a5c2862
Description-en: QR Code generator library in multiple languages - C development headers
 This project aims to be the best, clearest QR Code generator library in
 multiple languages. The primary goals are flexible options and absolute
 correctness. Secondary goals are compact implementation size and good
 documentation comments. Core features:
  * Available in 7 programming languages, all with nearly equal functionality:
    Java, JavaScript, TypeScript, Python, C++, C, Rust
  * Significantly shorter code but more documentation comments compared to
    competing libraries
  * Supports encoding all 40 versions (sizes) and all 4 error correction levels,
    as per the QR Code Model 2 standard
  * Output formats: Raw modules/pixels of the QR symbol (all languages), SVG XML
    string (all languages except C), BufferedImage raster bitmap (Java only),
    HTML5 canvas (JavaScript and TypeScript only)
  * Encodes numeric and special-alphanumeric text in less space than general
    text
  * Open source code under the permissive MIT License
 .
 This package contains the development files in C.

Package: libqrcodegen-java
Description-md5: 6f94b1660126cc2ecce9ad9db4848df7
Description-en: QR Code generator library in multiple languages - Java version
 This project aims to be the best, clearest QR Code generator library in
 multiple languages. The primary goals are flexible options and absolute
 correctness. Secondary goals are compact implementation size and good
 documentation comments. Core features:
  * Available in 7 programming languages, all with nearly equal functionality:
    Java, JavaScript, TypeScript, Python, C++, C, Rust
  * Significantly shorter code but more documentation comments compared to
    competing libraries
  * Supports encoding all 40 versions (sizes) and all 4 error correction levels,
    as per the QR Code Model 2 standard
  * Output formats: Raw modules/pixels of the QR symbol (all languages), SVG XML
    string (all languages except C), BufferedImage raster bitmap (Java only),
    HTML5 canvas (JavaScript and TypeScript only)
  * Encodes numeric and special-alphanumeric text in less space than general
    text
  * Open source code under the permissive MIT License
 .
 This package contains the libarary for Java.

Package: libqrcodegen1
Description-md5: 1adcbc6480cf387eeb8f14665bed222a
Description-en: QR Code generator library in multiple languages - C version
 This project aims to be the best, clearest QR Code generator library in
 multiple languages. The primary goals are flexible options and absolute
 correctness. Secondary goals are compact implementation size and good
 documentation comments. Core features:
  * Available in 7 programming languages, all with nearly equal functionality:
    Java, JavaScript, TypeScript, Python, C++, C, Rust
  * Significantly shorter code but more documentation comments compared to
    competing libraries
  * Supports encoding all 40 versions (sizes) and all 4 error correction levels,
    as per the QR Code Model 2 standard
  * Output formats: Raw modules/pixels of the QR symbol (all languages), SVG XML
    string (all languages except C), BufferedImage raster bitmap (Java only),
    HTML5 canvas (JavaScript and TypeScript only)
  * Encodes numeric and special-alphanumeric text in less space than general
    text
  * Open source code under the permissive MIT License
 .
 This package contains the shared library in C.

Package: libqrcodegencpp-dev
Description-md5: d1d32c61231e4f59d05fe75063884263
Description-en: QR Code generator library in multiple languages - C++ development headers
 This project aims to be the best, clearest QR Code generator library in
 multiple languages. The primary goals are flexible options and absolute
 correctness. Secondary goals are compact implementation size and good
 documentation comments. Core features:
  * Available in 7 programming languages, all with nearly equal functionality:
    Java, JavaScript, TypeScript, Python, C++, C, Rust
  * Significantly shorter code but more documentation comments compared to
    competing libraries
  * Supports encoding all 40 versions (sizes) and all 4 error correction levels,
    as per the QR Code Model 2 standard
  * Output formats: Raw modules/pixels of the QR symbol (all languages), SVG XML
    string (all languages except C), BufferedImage raster bitmap (Java only),
    HTML5 canvas (JavaScript and TypeScript only)
  * Encodes numeric and special-alphanumeric text in less space than general
    text
  * Open source code under the permissive MIT License
 .
 This package contains the development files in C++.

Package: libqrcodegencpp1
Description-md5: 41784a07d598193ab5ab0c4cc286cd56
Description-en: QR Code generator library in multiple languages - C++ version
 This project aims to be the best, clearest QR Code generator library in
 multiple languages. The primary goals are flexible options and absolute
 correctness. Secondary goals are compact implementation size and good
 documentation comments. Core features:
  * Available in 7 programming languages, all with nearly equal functionality:
    Java, JavaScript, TypeScript, Python, C++, C, Rust
  * Significantly shorter code but more documentation comments compared to
    competing libraries
  * Supports encoding all 40 versions (sizes) and all 4 error correction levels,
    as per the QR Code Model 2 standard
  * Output formats: Raw modules/pixels of the QR symbol (all languages), SVG XML
    string (all languages except C), BufferedImage raster bitmap (Java only),
    HTML5 canvas (JavaScript and TypeScript only)
  * Encodes numeric and special-alphanumeric text in less space than general
    text
  * Open source code under the permissive MIT License
 .
 This package contains the shared library in C++.

Package: python3-qrcodegen
Description-md5: 190190a11c8bdb4326e66814f11d356b
Description-en: QR Code generator library in multiple languages - Python3 version
 This project aims to be the best, clearest QR Code generator library in
 multiple languages. The primary goals are flexible options and absolute
 correctness. Secondary goals are compact implementation size and good
 documentation comments. Core features:
  * Available in 7 programming languages, all with nearly equal functionality:
    Java, JavaScript, TypeScript, Python, C++, C, Rust
  * Significantly shorter code but more documentation comments compared to
    competing libraries
  * Supports encoding all 40 versions (sizes) and all 4 error correction levels,
    as per the QR Code Model 2 standard
  * Output formats: Raw modules/pixels of the QR symbol (all languages), SVG XML
    string (all languages except C), BufferedImage raster bitmap (Java only),
    HTML5 canvas (JavaScript and TypeScript only)
  * Encodes numeric and special-alphanumeric text in less space than general
    text
  * Open source code under the permissive MIT License
 .
 This package contains the module in Python3.

Package: python3-qrtools
Description-md5: 6cbd834949879a9fac44a39c14e8979e
Description-en: high level library for reading and generating QR codes
 This package provides high level APIs for reading and creating QR
 codes with minimal effort on Python. This library uses zbar barcode
 library.

Package: qtqr
Description-md5: f65eb5261fe83b74991d9ee78c24bfe2
Description-en: Qt frontend for QR code generator and decoder
 A Qt based software that help you to generate QR codes easily, scan
 an image file for QR codes and decode them or use your webcam to
 scan a printed one.

Package: qreator
Description-md5: ce010b712160c37fd09b5c92dc49201a
Description-en: graphical utility for creating QR codes
 Qreator enables you to easily create your own QR codes to encode different
 types of information in an efficient, compact and cool way.
 .
 Qreator supports creating the following kinds of QR codes:
  - Business card
  - Geolocation
  - Phone call/SMS
  - Text
  - URL
  - Wi-Fi network

Package: libqrencode-dev
Description-md5: 93e2c95a91a6edc73021b6efbd9ce45b
Description-en: QR Code encoding library -- development
 Libqrencode is a library for encoding data in a QR Code symbol, a kind of 2D
 symbology that can be scanned by handy terminals such as a mobile phone with
 CCD.  The capacity of QR Code is up to 7000 digits or 4000 characters, and has
 high robustness.
 .
 Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial
 Standards) X0510:2004 or ISO/IEC 18004.
 .
 This package contains development files (a header, pkg-config settings, etc.)

Package: libqrencode4
Description-md5: 48371ea383ae6451a3476de34561f67c
Description-en: QR Code encoding library
 Libqrencode is a library for encoding data in a QR Code symbol, a kind of 2D
 symbology that can be scanned by handy terminals such as a mobile phone with
 CCD.  The capacity of QR Code is up to 7000 digits or 4000 characters, and has
 high robustness.
 .
 Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial
 Standards) X0510:2004 or ISO/IEC 18004.
 .
 This package contains runtime libraries of libqrencode.

Package: qrencode
Description-md5: 6cf678412dd88626cef323b9f7da5d3c
Description-en: QR Code encoder into PNG image
 Qrencode is a utility software using libqrencode to encode string data in
 a QR Code and save as a PNG or an EPS image.

Package: qrisk2
Description-md5: f9bc34c4644f6aef8b73a0e4c86b4751
Description-en: cardiovascular disease risk calculator
 You can use this calculator to work out your risk of having a heart
 attack or stroke over the next ten years by answering some simple
 questions. It is suitable for people who do not already have a diagnosis
 of heart disease or stroke.
 .
 The QRISK®2 algorithm has been developed by doctors and academics
 working in the UK National Health Service and is based on routinely
 collected data from many thousands of GPs across the country who have
 freely contributed data for medical research.
 .
 Whilst QRISK2 has been developed for use in the UK, it is being used
 internationally. For non-UK use, if the postcode field is left blank the
 score will be calculated using an average value. Users should note,
 however, that CVD risk is likely to be under-estimated in patients from
 deprived areas and over-estimated for patients from affluent areas. All
 medical decisions need to be taken by a patient in consultation with
 their doctor. The authors and the sponsors accept no responsibility for
 clinical use or misuse of these score.

Package: qrouter
Description-md5: 36eec188e75e1ca9afb5d31574ff67c0
Description-en: Multi-level, over-the-cell maze router
 Qrouter is a tool to generate metal layers and vias to physically connect
 together a netlist in a VLSI fabrication technology. It is a maze router,
 otherwise known as an "over-the-cell" router or "sea-of-gates" router. That
 is, unlike a channel router, it begins with a description of placed standard
 cells, usually packed together at minimum spacing, and places metal routes
 over the standard cells.
 .
 Qrouter uses the open standard LEF and DEF formats as file input and output.
 It takes the cell definitions from a LEF file, and analyzes the geometry for
 each cell to determine contact points and route obstructions. It then reads
 the cell placement, pin placement, and netlist from a DEF file, performs the
 detailed route, and writes an annotated DEF file as output.

Package: qrq
Description-md5: ac9430b57f85e9ece94c106a54bcdc10
Description-en: high speed morse trainer, similar to DL4MM's Rufz
 qrq is an open source morse telegraphy trainer for Linux and Unix operating
 systems, similar to the classic DOS version of Rufz by DL4MM.
 .
 It is not intended for learning telegraphy, but to improve the ability
 to copy callsigns at high speeds, as needed for example for Contesting.

Package: golang-github-mdp-qrterminal-dev
Description-md5: 4ef5a7c1867e3315c246a06ac0741105
Description-en: Display QR Codes in terminal (library)
 A golang library for generating QR codes in the terminal.
 .
 Originally this was a port of the NodeJS version. Recently it's been updated
 to allow for smaller code generation using ASCII 'half blocks'
 .
 This package contains the golang library for github.com/mdp/qrterminal

Package: qrterminal
Description-md5: 7cc8f9bd761347ebd8ae03afa399d451
Description-en: Display QR Codes in terminal (program)
 A golang library for generating QR codes in the terminal.
 .
 Originally this was a port of the NodeJS version. Recently it's been updated
 to allow for smaller code generation using ASCII 'half blocks'
 .
 This package contains the command line program qrterminal.

Package: libqrtr-dev
Description-md5: 9b87c1692980a20f230fdd00ff127a2e
Description-en: Userspace reference for QRTR -- development files
 QRTR is Qualcomm's IPC Router protocol, used for communicating with
 services provided by remote processors. It is mandatory for taking
 advantage of most features of recent Qualcomm SoCs, such as Wi-Fi,
 cellular modem, sensors...
 .
 This package contains the development files.

Package: libqrtr1
Description-md5: 4e420e7f9081272eaa1a10115c89cefc
Description-en: Userspace reference for QRTR -- shared libraries
 QRTR is Qualcomm's IPC Router protocol, used for communicating with
 services provided by remote processors. It is mandatory for taking
 advantage of most features of recent Qualcomm SoCs, such as Wi-Fi,
 cellular modem, sensors...
 .
 This package contains the shared library provided by the reference
 userspace implementation of this protocol.

Package: qrtr-tools
Description-md5: 1095e2df528586b1cb7fb044ee06d6ee
Description-en: Userspace reference for QRTR -- tools and services
 QRTR is Qualcomm's IPC Router protocol, used for communicating with
 services provided by remote processors. It is mandatory for taking
 advantage of most features of recent Qualcomm SoCs, such as Wi-Fi,
 cellular modem, sensors...
 .
 This package contains the userspace tools and services provided by
 the reference userspace implementation of this protocol.

Package: libqrupdate-dev
Description-md5: 8a17c9337da889f37ebe36d5879be1fb
Description-en: Fast updates of QR and Cholesky decompositions -- static library
 qrupdate is a Fortran library for QR and Cholesky decompositions. It
 is most notably used by Octave.
 .
 This package contains the static library.

Package: libqrupdate1
Description-md5: 362cd8c45e0cb27993e05f8be51c697c
Description-en: Fast updates of QR and Cholesky decompositions
 qrupdate is a Fortran library for QR and Cholesky decompositions. It
 is most notably used by Octave.
 .
 This package contains the shared library.

Package: qsampler
Description-md5: 009ab9bc1870a6fddcf1e0968e566d1d
Description-en: LinuxSampler GUI frontend based on the Qt toolkit
 QSampler is a LinuxSampler GUI front-end application written in C++ around
 the Qt3 toolkit using Qt Designer. At the moment it just wraps as a client
 reference interface for the LinuxSampler Control Protocol (LSCP).

Package: libqscintilla2-doc
Description-md5: d2194a865e62d5f55f158826e3da4189
Description-en: API documentation for QScintilla 2
 QScintilla is a text editor for Qt5 with features especially useful
 when writing and debugging source code. These include support for syntax
 styling, error indicators, code completion, call tips and margins.
 .
 This package contains API documentation and usage examples for QScintilla 2.

Package: libqscintilla2-qt5-15
Description-md5: 199ccf9871a65668bcb592ca2fb35573
Description-en: Qt5 port of the Scintilla source code editing widget
 QScintilla is a text editor for Qt5 with features especially useful when
 writing and debugging source code. These include support for syntax
 styling, error indicators, code completion, call tips and margins.
 .
 Styling choices are more open than with many editors, allowing the use
 of proportional fonts, bold and italics, multiple foreground and background
 colours and multiple fonts.

Package: libqscintilla2-qt5-designer
Description-md5: b2af5f4be77d6e3ea602f517b662d0e2
Description-en: Qt5 Designer plugin for QScintilla 2
 QScintilla is a text editor for Qt5 with features especially useful when
 writing and debugging source code. These include support for syntax
 styling, error indicators, code completion, call tips and margins.
 .
 This package contains a plugin to use the QScintilla 2 widget in the
 Qt5 UI Designer.

Package: libqscintilla2-qt5-dev
Description-md5: 3e785852fd821419ef92e9455f1a224a
Description-en: Scintilla source code editing widget for Qt5, development files
 QScintilla is a text editor for Qt5 with features especially useful when
 writing and debugging source code. These include support for syntax
 styling, error indicators, code completion, call tips and margins.
 .
 This package contains development headers needed when developing
 C++ applications that use QScintilla 2 and Qt 5.

Package: libqscintilla2-qt5-l10n
Description-md5: 8999221ef928ab9036f5930207811428
Description-en: Scintilla source code editing widget for Qt5, translation files
 QScintilla is a text editor for Qt5 with features especially useful when
 writing and debugging source code. These include support for syntax
 styling, error indicators, code completion, call tips and margins.
 .
 This package contains translations for libqscintilla2.

Package: libqscintilla2-qt6-15
Description-md5: f8cf1f52a3c95d229d28507c180badfd
Description-en: Qt6 port of the Scintilla source code editing widget
 QScintilla is a text editor for Qt6 with features especially useful when
 writing and debugging source code. These include support for syntax
 styling, error indicators, code completion, call tips and margins.
 .
 Styling choices are more open than with many editors, allowing the use
 of proportional fonts, bold and italics, multiple foreground and background
 colours and multiple fonts.

Package: libqscintilla2-qt6-designer
Description-md5: b4186e9e9c69b9e1d07b44f32d1d4ee8
Description-en: Qt6 Designer plugin for QScintilla 2
 QScintilla is a text editor for Qt6 with features especially useful when
 writing and debugging source code. These include support for syntax
 styling, error indicators, code completion, call tips and margins.
 .
 This package contains a plugin to use the QScintilla 2 widget in the
 Qt6 UI Designer.

Package: libqscintilla2-qt6-dev
Description-md5: f5ce69f9d5fd9bdc2d73ea931c9b4823
Description-en: Scintilla source code editing widget for Qt6, development files
 QScintilla is a text editor for Qt6 with features especially useful when
 writing and debugging source code. These include support for syntax
 styling, error indicators, code completion, call tips and margins.
 .
 This package contains development headers needed when developing
 C++ applications that use QScintilla 2 and Qt 6.

Package: libqscintilla2-qt6-l10n
Description-md5: 3fe7617a696832691c0a514234f2af7c
Description-en: Scintilla source code editing widget for Qt6, translation files
 QScintilla is a text editor for Qt6 with features especially useful when
 writing and debugging source code. These include support for syntax
 styling, error indicators, code completion, call tips and margins.
 .
 This package contains translations for libqscintilla2.

Package: pyqt5.qsci-dev
Description-md5: 03caa95418b140f14798ab8c3605a312
Description-en: Development files for Python Qscintilla2 (Qt5)
 This package contains the source SIP files from which the Python bindings for
 Qscintilla2 (Qt5) are created. They are needed for building PyQt5 bindindgs
 for Qscintilla2 as well as creating bindings for own widgets written in C++.

Package: pyqt6.qsci-dev
Description-md5: 42e6c32f5b3bae08f30552c2fa2e3dd0
Description-en: Development files for Python Qscintilla2 (Qt6)
 This package contains the source SIP files from which the Python bindings for
 Qscintilla2 (Qt6) are created. They are needed for building PyQt6 bindindgs
 for Qscintilla2 as well as creating bindings for own widgets written in C++.

Package: python3-pyqt5.qsci
Description-md5: ba85696f24c5cbcbb3e8d4a83008315f
Description-en: Python 3 bindings for QScintilla 2 with Qt 5
 QScintilla is a text editor for Qt5 with features especially useful when
 writing and debugging source code. These include support for syntax
 styling, error indicators, code completion, call tips and margins.
 .
 This package contains Python 3 bindings so QScintilla 2 can be used in
 PyQt5 applications.

Package: python3-pyqt6.qsci
Description-md5: 3bf3a312ff178350ede188261911640d
Description-en: Python 3 bindings for QScintilla 2 with Qt 6
 QScintilla is a text editor for Qt6 with features especially useful when
 writing and debugging source code. These include support for syntax
 styling, error indicators, code completion, call tips and margins.
 .
 This package contains Python 3 bindings so QScintilla 2 can be used in
 PyQt6 applications.

Package: libqsopt-ex-dev
Description-md5: 3b49c49f743a74a10820c0327a4c8028
Description-en: Exact linear programming solver -- development files
 QSopt-ex is an implementation of a simplex-based algorithm that returns exact
 rational solutions, taking advantage of the speed of floating-point
 calculations and attempting to minimize the operations performed in
 rational arithmetic.
 .
 This package contains the header files and static library.

Package: libqsopt-ex2
Description-md5: bfb6524d22a683f6001b800f6e89962e
Description-en: Exact linear programming solver -- shared library
 QSopt-ex is an implementation of a simplex-based algorithm that returns exact
 rational solutions, taking advantage of the speed of floating-point
 calculations and attempting to minimize the operations performed in
 rational arithmetic.
 .
 This package contains the main library.

Package: qsopt-ex
Description-md5: 8e368ee903bcead0b339de1652269447
Description-en: Exact linear programming solver
 QSopt-ex is an implementation of a simplex-based algorithm that returns exact
 rational solutions, taking advantage of the speed of floating-point
 calculations and attempting to minimize the operations performed in
 rational arithmetic.
 .
 This package contains the command-line utilities.

Package: qspeakers
Description-md5: 2f01c405032c51bdee60265502d6353f
Description-en: loudspeaker design software
 QSpeakers is a simple graphical program that
 simulates common acoustical enclosures behaviour
 to help designing loudspeaker systems, based on
 the loudspeaker driver's Thiele / Small parameters
 and the chosen enclosure type.
 .
 This software is mostly useful for do-it-yourself
 loudspeaker enthusiasts, acoustics teaching, and
 to a lesser extent, for loudspeaker engineering.

Package: qsstv
Description-md5: 6bcbf465e99a50ca2d45b30aeee2553a
Description-en: Qt-based slow-scan TV and fax
 Qsstv is a program for receiving slow-scan television and fax.
 These are modes used by hamradio operators. Qsstv uses a
 soundcard to send and receive images.

Package: qstardict
Description-md5: b80ab0c9e38ae8cfcb2678687c326c92
Description-en: International dictionary written using Qt
 QStarDict is a modern international dictionary written using Qt.
 .
 Main features include:
  * Full support of StarDict dictionaries
  * Fuzzy search
  * Support for hyper links in translations
  * Working from the system tray
  * Scanning mouse selection and showing pop-up windows with translation of
    selected words
  * Translations reformatting
  * Pronouncing of the translated words
  * Plugins support

Package: qstat
Description-md5: cd72f5f5bd143601ea357630a77d2643
Description-en: Command-line tool for querying quake (and other) servers
 Qstat provides a simple interface for querying servers for a number
 of games, including but not limited to quake, quakeworld, quake2,
 quake3arena, unreal tournament or half-life.

Package: qstopmotion
Description-md5: 89353c04179b26d001587060e7488d63
Description-en: Application for creating stop-motion animation movies
 The users will be able to create stop-motions from pictures imported
 from a camera or from the harddrive and export the animation to
 different video formats such as mpeg or avi.

Package: python-qstylizer-doc
Description-md5: 49ec2db8e02dd2ed8908efb02ff395b4
Description-en: Python package for construction of PyQt/PySide stylesheets (documentation)
 qstylizer allows for both the construction of new stylesheets and
 the easy modification of existing ones using idiomatic Python code.
 .
 This package contains the qstylizer documentation in HTML format.

Package: python3-qstylizer
Description-md5: 8a3b30876c159685f8c99c72f586917d
Description-en: Python package for construction of PyQt/PySide stylesheets
 qstylizer allows for both the construction of new stylesheets and
 the easy modification of existing ones using idiomatic Python code.

Package: qsynth
Description-md5: d80b0a76ed0e03225c565a6df2d90f5f
Description-en: fluidsynth MIDI sound synthesiser front-end
 QSynth is a fluidsynth GUI front-end application written in C++ around the Qt
 toolkit. Eventually it may evolve into a softsynth management application
 allowing the user to control and manage a variety of command line softsynths
 but for the moment it wraps FluidSynth (http://www.fluidsynth.org).
 .
 FluidSynth is a command line software synthesiser based on the Soundfont
 specification.

Package: libqt-advanced-docking-system-dev
Description-md5: 6756f5199235a6cd5e9f740a9d15cdc6
Description-en: Advanced Docking System for Qt
 Qt Advanced Docking System lets you create customizable layouts using a full
 featured window docking system similar to what is found in many popular
 integrated development environments (IDEs) such as Visual Studio.
 .
 This package contains the build-time libraries

Package: libqt-advanced-docking-system3.8.3
Description-md5: 43739519183046d74c1da7c6fc4aea53
Description-en: Advanced Docking System for Qt
 Qt Advanced Docking System lets you create customizable layouts using a full
 featured window docking system similar to what is found in many popular
 integrated development environments (IDEs) such as Visual Studio.
 .
 This package contains the run-time libraries

Package: libqt-color-widgets-dev
Description-md5: 8862d6db6675a0ef9db186c89735383c
Description-en: Qt widgets to manage color inputs
 This is a color dialog that is more user-friendly than the default QColorDialog
 and several other color-related widgets
 .
 The provided widgets are:
   - ColorWheel, An analog widget used to select a color
   - ColorPreview, A simple widget that displays a color
   - GradientSlider, A slider that has a gradient background
   - HueSlider, A variant of GradientSlider that has a rainbow background
   - ColorSelector, A ColorPreview that shows a ColorDialog when clicked
   - ColorDialog, A dialog that uses the above widgets to provide a better user
     experience than QColorDialog
   - ColorListWidget, A widget to edit a list of colors
   - Swatch, A widget to display a color palette
   - ColorPaletteWidget, A widget to use and manage a list of palettes
   - Color2DSlider, An analog widget used to select 2 color components
   - ColorLineEdit, A widget to manipulate a string representing a color
   - HarmonyColorWheel, A ColorWheel which allows defining multiple colors,
     separated by hue
   - GradientListModel, A QAbstractListModel used to list gradients (useful for
     combo boxes, list views and the like)
 .
 This package contains the build-time libraries

Package: libqt-color-widgets2
Description-md5: 36f658f50edae1201a0b9c9bfdcfe77a
Description-en: Qt widgets to manage color inputs
 This is a color dialog that is more user-friendly than the default QColorDialog
 and several other color-related widgets
 .
 The provided widgets are:
   - ColorWheel, An analog widget used to select a color
   - ColorPreview, A simple widget that displays a color
   - GradientSlider, A slider that has a gradient background
   - HueSlider, A variant of GradientSlider that has a rainbow background
   - ColorSelector, A ColorPreview that shows a ColorDialog when clicked
   - ColorDialog, A dialog that uses the above widgets to provide a better user
     experience than QColorDialog
   - ColorListWidget, A widget to edit a list of colors
   - Swatch, A widget to display a color palette
   - ColorPaletteWidget, A widget to use and manage a list of palettes
   - Color2DSlider, An analog widget used to select 2 color components
   - ColorLineEdit, A widget to manipulate a string representing a color
   - HarmonyColorWheel, A ColorWheel which allows defining multiple colors,
     separated by hue
   - GradientListModel, A QAbstractListModel used to list gradients (useful for
     combo boxes, list views and the like)
 .
 This package contains the run-time libraries

Package: libqt5glib-2.0-0
Description-md5: 35ecb4da4a7291a41f0733b65cae0fda
Description-en: C++ bindings library for GLib and GObject with a Qt-style API - Qt 5 build
 This package contains the QtGLib library, a library that provides
 C++ bindings for parts of the GLib and GObject APIs with a Qt-syle API.
 The bindings are designed to be easy to use for C++ programmers that are
 used to the Qt API and also provide easier integration with Qt by using
 Qt's data types where applicable.
 .
 This library serves as a base for building the QtGStreamer bindings library.
 .
 This package is part of the Qt5 version of QtGStreamer.

Package: libqt5gstreamer-1.0-0
Description-md5: 0fbf3452648954e6bbf74a956f619ec5
Description-en: C++ bindings library for GStreamer with a Qt-style API - Qt 5 build
 This package contains the QtGStreamer library, a library that provides
 C++ bindings for GStreamer with a Qt-style API. The bindings are designed
 to be easy to use for C++ programmers that are used to the Qt API and
 also provide easier integration with Qt by using Qt's data types where
 applicable.
 .
 This package is part of the Qt5 version of QtGStreamer.

Package: libqt5gstreamer-dev
Description-md5: 895cde985ba4388f2254485d0dd5a730
Description-en: Development headers for QtGStreamer - Qt 5 build
 QtGStreamer provides C++ bindings for GStreamer with a Qt-style API,
 plus some helper classes for integrating GStreamer better in Qt applications.
 .
 This package provides the necessary development files for building
 C++/Qt applications that use the QtGStreamer library.
 .
 This package is part of the Qt5 version of QtGStreamer.

Package: libqt5gstreamerquick-1.0-0
Description-md5: 6ad0749cb5603034f83fdf2270298e2a
Description-en: QtGStreamerQuick library - Qt 5 build
 This package contains the QtGStreamerQuick library, a library that provides
 some high level utility classes that can be used with QtGStreamer.
 .
 This package is part of the Qt5 version of QtGStreamer.

Package: libqt5gstreamerui-1.0-0
Description-md5: ba3f7a9fcbd427e177c44cf2103b9305
Description-en: QtGStreamerUi library - Qt 5 build
 This package contains the QtGStreamerUi library, a library that provides
 helper classes for integrating GStreamer better in graphical Qt applications.
 .
 This package is part of the Qt5 version of QtGStreamer.

Package: libqt5gstreamerutils-1.0-0
Description-md5: 54caad5be18f8ed092ea2f50608a0e24
Description-en: QtGStreamerUtils library - Qt 5 build
 This package contains the QtGStreamerUtils library, a library that provides
 some high level utility classes that can be used with QtGStreamer.
 .
 This package is part of the Qt5 version of QtGStreamer.

Package: qml-module-qtgstreamer
Description-md5: 623dc0bb73824b4888548a0fefd32485
Description-en: QML plugins from QtGStreamer - Qt 5 build
 This package contains QML plugins that are shipped together with the
 QtGStreamer bindings library. These plugins provide QML elements that
 enable better integration of GStreamer in QML-based GUI applications.
 .
 This package is part of the Qt5 version of QtGStreamer.

Package: qtgstreamer-doc
Description-md5: f2ff645d039c406b67934cc7511e5d6b
Description-en: QtGStreamer API documentation
 QtGStreamer provides C++ bindings for GStreamer with a Qt-style API,
 plus some helper classes for integrating GStreamer better in Qt applications.
 .
 This package contains API documentation for the QtGStreamer library
 in html format, generated from the sources with doxygen.

Package: qtgstreamer-plugins-qt5
Description-md5: 3251c8bb60c478014707148484b1604a
Description-en: GStreamer plugins from QtGStreamer - Qt 5 build
 This package contains GStreamer plugins that are shipped together with
 the QtGStreamer bindings library. These plugins provide GStreamer elements
 that enable better integration of GStreamer in Qt applications.
 .
 Currently, this package contains the qtvideosink, qtglvideosink and
 qwidgetvideosink elements.
 .
 This package is part of the Qt5 version of QtGStreamer.

Package: libqt53danimation5
Description-md5: 5050ed32aab215826d624fdb5caafd57
Description-en: Qt 3D animation module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Animation module.

Package: libqt53dcore5
Description-md5: ee495a574921a5d1d1f90ea143d45ddc
Description-en: Qt 3D module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 3D Core module.

Package: libqt53dextras5
Description-md5: c7ee3f73a666eebfc6e61461f2184c11
Description-en: Qt 3D extras
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 3D extras module.

Package: libqt53dinput5
Description-md5: 1a557218f50ec9b60ace8e757d4e7f90
Description-en: Qt 3D Input module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 3D Input module.

Package: libqt53dlogic5
Description-md5: 80a3c2698ef0b31b111a85e5f9e9e070
Description-en: Qt 3D logic module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 3D Logic module.

Package: libqt53dquick5
Description-md5: 92cddc09c5eb6302149a2a59faad487b
Description-en: Qt 3D Quick module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 3D Quick module.

Package: libqt53dquickanimation5
Description-md5: 3da2672f34e164c92e131106cd66a27b
Description-en: Qt 3D Quick animation module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Quick Animation module.

Package: libqt53dquickextras5
Description-md5: 77128f5a97149574fd4abf61c3c8e997
Description-en: Qt 3D Quick extras
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 3D Quick extras module.

Package: libqt53dquickinput5
Description-md5: b72fdb2aa4706cfe8b64b600546af444
Description-en: Qt 3D Quick input
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 3D Quick input module.

Package: libqt53dquickrender5
Description-md5: 95d6b01f6d987adc09c14cfed1ef7298
Description-en: Qt 3D Quick Renderer module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 3D Quick Renderer module.

Package: libqt53dquickscene2d5
Description-md5: f50896d9ab3e2716932c24f8ec04f825
Description-en: Qt 3D Quick scene module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Quick Scene 2D module.

Package: libqt53drender5
Description-md5: f3866e0412da852779aa86dda563febb
Description-en: Qt 3D Renderer module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 3D Renderer module.

Package: qml-module-qt3d
Description-md5: 134da009b84fc00183042b541e94ebbe
Description-en: Qt 5 3D QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt 3D QML module.

Package: qml-module-qtquick-scene2d
Description-md5: 97bef7084ae58b2b884ad40c418e6b45
Description-en: Qt 5 Quick Scene 2D QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Quick Scene 2D QML module.

Package: qml-module-qtquick-scene3d
Description-md5: 79b4cafb22a9777d67a6252905021586
Description-en: Qt 5 Quick Scene 3D QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Quick Scene 3D QML module.

Package: qt3d-assimpsceneimport-plugin
Description-md5: 2a05ac745dc930590e92cec4e1417f67
Description-en: Qt 3D GL Assimp scene import plugin
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 3D's Assimp scene import plugin.

Package: qt3d-defaultgeometryloader-plugin
Description-md5: 9f5a892bbf29b0759b8648c9e0f9411b
Description-en: Qt 3D default geometry loader plugin
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 3D's default geometry loader plugin.

Package: qt3d-gltfsceneio-plugin
Description-md5: 2c92c88178a25ffa9d5e0c9f32477381
Description-en: Qt 3D GL Transmission Format scene IO plugin
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 3D's GLTF geometry loader, and scene import and
 export plugins.

Package: qt3d-scene2d-plugin
Description-md5: 292675534fc3073abfb9d139e86ba0a5
Description-en: Qt 3D Scene 2D plugin
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 3D's Scene 2D plugin.

Package: qt3d5-dev
Description-md5: 50108e7863483c64d55d6a1b48c63fcb
Description-en: Qt 5 3D development files
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the header development files used for building Qt 5
 applications using Qt 3D library.

Package: qt3d5-dev-tools
Description-md5: 7346385409b850f61df3e3c7dc76ff3d
Description-en: Qt 3D development tools
 Qt 3D provides functionality for near-realtime simulation systems with
 support for 2D and 3D rendering in both Qt C++ and Qt Quick applications.
 .
 This package contains development programs to use with Qt 3D.
 .
 At the moment there is only one tool here, qgltf, which can be used to
 import a variety of 3D model formats and export it into fast-to-load,
 optimized glTF assets embedded into Qt resource files.

Package: qt3d5-doc
Description-md5: cd1ee49b98124583811f0d0ec43c5e66
Description-en: Qt 3D documentation
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the documentation for the Qt 5 3D libraries.

Package: qt3d5-doc-html
Description-md5: bb9d1f7b05a2fbbe10c61919a3717a7c
Description-en: Qt 3D HTML documentation
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the HTML documentation for the Qt 5 3D libraries.

Package: qt3d5-examples
Description-md5: 3d9eaa8bffdd071294f152f072f8a99c
Description-en: Qt 5 3d examples
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 5 3D examples.

Package: qt5-style-kvantum
Description-md5: 397a2de55c891192c3febb52edccc804
Description-en: Kvantum style engine (binaries)
 Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQt, with an
 emphasis on elegance, usability and practicality.
 .
 This package contain the application files.

Package: qt5-style-kvantum-l10n
Description-md5: 692f051d3c5252888e63d7d2748362aa
Description-en: Kvantum style engine (localization)
 Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQt, with an
 emphasis on elegance, usability and practicality.
 .
 This package contain the localization files.

Package: qt5-style-kvantum-themes
Description-md5: b5a8eb218918228e19dcdec95a9797ce
Description-en: Kvantum style engine (themes)
 Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQt, with an
 emphasis on elegance, usability and practicality.
 .
 This package contain the theme files.

Package: libqt5-ukui-style-dev
Description-md5: 5b0ccf52b16aa34e09513c365c306fb8
Description-en: Development files of libqt5-ukui-style1
 qt5-ukui-platformtheme is official platform theme of UKUI desktop
 environment. It also provides the common metadatas for ukui-styles
 and platform theme using. The library provided many convenient API
 for changing a qt widgets style, such as buttons color, tabwidget
 animation, etc.
 .
 This package provides the development files of libqt5-ukui-style1.

Package: libqt5-ukui-style1
Description-md5: 3c35e9a70ef7b4cb302bafbc5ebc792e
Description-en: UKUI platform theme and styles' shared library
 qt5-ukui-platformtheme is official platform theme of UKUI desktop
 environment. It also provides the common metadatas for ukui-styles
 and platform theme using. The library provided many convenient API
 for changing a qt widgets style, such as buttons color, tabwidget
 animation, etc.
 .
 This package provides the shared libraries used by ukui platform
 theme and ukui-styles.

Package: qt5-styles-ukui
Description-md5: e1f90c71a98549c6d0c961260f4f1b6b
Description-en: QStyle plugins provided by ukui
 qt5-ukui-platformtheme is official platform theme of UKUI desktop
 environment. It also provides the common metadatas for ukui-styles
 and platform theme using. The library provided many convenient API
 for changing a qt widgets style, such as buttons color, tabwidget
 animation, etc.
 .
 This package provides several qstyle plugins which as default
 styles in ukui. For now, fusion is the base style of ukui-styles.

Package: qt5-ukui-platformtheme
Description-md5: 1f731ef7ed07d500db89256123f55730
Description-en: Qt5 QPA platform theme of UKUI
 qt5-ukui-platformtheme is official platform theme of UKUI desktop
 environment. It also provides the common metadatas for ukui-styles
 and platform theme using. The library provided many convenient API
 for changing a qt widgets style, such as buttons color, tabwidget
 animation, etc.
 .
 This package provides a qt5 qpa platform theme plugin.

Package: qt5ct
Description-md5: 46902e8b3be0d67d5a96f2485f22884b
Description-en: Qt5 Configuration Utility
 This utility allows users to configure Qt5 settings (theme, font,
 icons, etc.) under DE/WM without Qt integration.
 .
 Qt5ct will only be active on environments other than Plasma.
 Default configuration have switch to disable running on Plasma.
 .
 Qt5ct could use qt5 gtk theme, KDE breeze theme, the fusion theme,
 QtCurve theme and many more. Each style could be customized further
 by changing the color schema.

Package: python3-qt5reactor
Description-md5: 9b44bfb9ea42544b509b0d3333910443
Description-en: Twisted and PyQt5 eventloop integration - Python 3 module
 The qt5reactor Python module integrates the Python Twisted module with the
 PyQt5 eventloop. This combines the event-based twisted framework for
 communications with the Qt5 widget set.
 .
 This package contains the Python 3 version of the module.

Package: libqt63danimation6
Description-md5: 971a546fcf02967ab31d5304e6ef9af9
Description-en: Qt 6 3D Animation library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt 6 Animation library.

Package: libqt63dcore6
Description-md5: c5161ef1d7c5239b98ce48521bc15ce8
Description-en: Qt 6 3D Core library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 6 3D Core library.

Package: libqt63dextras6
Description-md5: 5a752ae5155942a121ef32ba0e12ff3e
Description-en: Qt 6 3D extras library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 6 3D extras library.

Package: libqt63dinput6
Description-md5: c498735a1bda09ce9031a379df754fed
Description-en: Qt 6 3D Input library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 6 3D Input library.

Package: libqt63dlogic6
Description-md5: 6c9d2f30615ea38150efb74aaa0f6966
Description-en: Qt 6 3D Logic library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 6 3D Logic library.

Package: libqt63dquick6
Description-md5: 80b1c5d7aa3bfa51d3c5ebf60656b5b3
Description-en: Qt 6 3D Quick library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 6 3D Quick library.

Package: libqt63dquickanimation6
Description-md5: c6d68c6fab9cf6eef84f99d01a31dec9
Description-en: Qt 6 3D Quick Animation library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt 6 Quick Animation library.

Package: libqt63dquickextras6
Description-md5: 084fa17c5c743745533c78fd4a3ace43
Description-en: Qt 6 3D Quick extras library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 6 3D Quick extras library.

Package: libqt63dquickinput6
Description-md5: b251ad9e81096708dab0a8236c519169
Description-en: Qt 6 3D Quick Input library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 6 3D Quick input library.

Package: libqt63dquickrender6
Description-md5: d6066f349e823d84f2d4656cb2cafed4
Description-en: Qt 6 3D Quick Renderer library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 6 3D Quick Renderer library.

Package: libqt63dquickscene2d6
Description-md5: 6d00ac99554e035a9806ed9c9291c6e9
Description-en: Qt 6 3D Quick Scene 2D library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt 6 Quick Scene 2D library.

Package: libqt63drender6
Description-md5: a830b0874790994d910e7ceca50dfb63
Description-en: Qt 6 3D Renderer library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 6 3D Renderer library.

Package: qml6-module-qt3d-animation
Description-md5: aec9d9990ef39f1b0117fe192bc9ae91
Description-en: Qt 6 3D Animation QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt 6 3D Animation QML module.

Package: qml6-module-qt3d-core
Description-md5: db22b34b7fc9c36ff599f66b60b6df1b
Description-en: Qt 6 3D Core QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt 6 3D Core QML module.

Package: qml6-module-qt3d-extras
Description-md5: 8850bd282dd16619081060469a963031
Description-en: Qt 6 3D Extras QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt 6 3D Extras QML module.

Package: qml6-module-qt3d-input
Description-md5: b0f55ca9de1035df89be7bae7b0568bf
Description-en: Qt 6 3D Input QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt 6 3D Input QML module.

Package: qml6-module-qt3d-logic
Description-md5: 192c4a31f3bfb2e668d0de686cedd14d
Description-en: Qt 6 3D Logic QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt 6 3D Logic QML module.

Package: qml6-module-qt3d-render
Description-md5: 1785e8f9f186deeba3bc8e736f4dd8d4
Description-en: Qt 6 3D Renderer QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt 6 3D Renderer QML module.

Package: qml6-module-qtquick-scene2d
Description-md5: fe1ab2698d839aa9a5c1cd3f73a8d850
Description-en: Qt 6 Quick Scene 2D QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt 6 Quick Scene 2D QML module.

Package: qml6-module-qtquick-scene3d
Description-md5: c89c32f38fe7ec81f82367cc3223ffa5
Description-en: Qt 6 Quick Scene 3D QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt 6 Quick Scene 3D QML module.

Package: qt6-3d-assimpsceneimport-plugin
Description-md5: 0da1cf0a3e6b0dd07c104cf5ccca686a
Description-en: Qt 6 3D GL Assimp Scene Import plugin
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 6 3D's Assimp Scene Import plugin.

Package: qt6-3d-defaultgeometryloader-plugin
Description-md5: bac819e40d49c48f25a7ec2fcf7c320e
Description-en: Qt 3D default geometry loader plugin
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 6 3D's default geometry loader plugin.

Package: qt6-3d-dev
Description-md5: 4d122262877a55706d5ce34927bccffe
Description-en: Qt 6 3D - development files
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the header development files used for building Qt 6
 applications using Qt 3D library.

Package: qt6-3d-gltfsceneio-plugin
Description-md5: ea91a41b42d0d7286568f03c2882429f
Description-en: Qt 6 3D GL Transmission Format Scene IO plugin
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 6 3D's GLTF geometry loader, and scene import and
 export plugins.

Package: qt6-3d-scene2d-plugin
Description-md5: 4a3888c6c6c6120193ab142c46dc9a6a
Description-en: Qt 6 3D Scene 2D plugin
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Qt 6 3D's Scene 2D plugin.

Package: libqt6core5compat6
Description-md5: 383698706d38a045fd920bc29b9951f7
Description-en: Qt 6 Qt5Compat library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt 6 Core5Compat library.

Package: qml6-module-qt5compat-graphicaleffects
Description-md5: 63b0f5d80691c6b6dfb71d6f91658e57
Description-en: Qt 6 Qt5Compat QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Core5Compat QML module.

Package: qt6-5compat-dev
Description-md5: 97b7ff583ebe799030959acc78d9d8de
Description-en: Qt 6 Qt5Compat - development files
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the development files needed to build Qt 6 applications
 using the Core5Compat library.

Package: libqt6concurrent6
Description-md5: 9cec83c0f4093047ba7e32ad593d5a17
Description-en: Qt 6 concurrent module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The QtConcurrent module contains functionality to support concurrent execution
 of program code.

Package: libqt6core6
Description-md5: ed80e594b46abbc607aba1af415d15fe
Description-en: Qt 6 core module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The QtCore module contains core non-GUI functionality.

Package: libqt6dbus6
Description-md5: 20382f17c87d23906db49d6aff3e0465
Description-en: Qt 6 D-Bus module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The QtDBus module is a Unix-only library that you can use to make Inter-Process
 Communication using the D-Bus protocol.
 .
 Applications using the QtDBus module can provide services to other, remote
 applications by exporting objects, as well as use services exported by those
 applications by placing calls and accessing properties.

Package: libqt6gui6
Description-md5: f07aad264aff41f35affdd7048a48ba2
Description-en: Qt 6 GUI module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The QtGui module extends QtCore with GUI functionality.

Package: libqt6network6
Description-md5: d7dc5b8f2c46f21b15001c31c8361c8a
Description-en: Qt 6 network module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The QtNetwork module offers classes that allow you to write TCP/IP clients and
 servers. It provides classes to make network programming easier and portable.

Package: libqt6opengl6
Description-md5: ab5139665c337d66ad0eee00d9dc3f85
Description-en: Qt 6 OpenGL module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The QtOpenGL module offers classes that make it easy to use OpenGL in Qt
 applications.
 .
 OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D
 rendering and provides little or no support for GUI programming issues.

Package: libqt6opengl6-dev
Description-md5: 918fa63007403934370f8d0fb26ac548
Description-en: Qt 6 OpenGL library development files
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the development files needed to build Qt 6 applications
 using the QtOpenGL library.

Package: libqt6openglwidgets6
Description-md5: fda40a8dcce2f181f56eb4d655f044b5
Description-en: Qt 6 OpenGL widgets module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The QtOpenGL module offers classes that make it easy to use OpenGL in Qt
 applications.
 .
 OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D
 rendering and provides little or no support for GUI programming issues.
 .
 The OpenGL widgets module provides the widget for rendering OpenGL graphics.

Package: libqt6printsupport6
Description-md5: dcb2db28fa663896211cb6e41decc68c
Description-en: Qt 6 print support module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The QtPrintSupport module provides classes to make printing easier and
 portable.

Package: libqt6sql6
Description-md5: 57e79d838a6fcee7447f0e8d47e77121
Description-en: Qt 6 SQL module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The QtSql module helps you provide seamless database integration to your Qt
 applications.

Package: libqt6sql6-ibase
Description-md5: 2115a91d0211d788aae589355ea1607a
Description-en: Qt 6 Firebird database driver
 This package contains the Firebird plugin for Qt 6.
 .
 Install it if you intend to use or write Qt programs that are to access a
 Firebird/InterBase DB.

Package: libqt6sql6-mysql
Description-md5: 16631a538bfca86f8fd1847b0951a3ca
Description-en: Qt 6 MySQL database driver
 This package contains the MySQL plugin for Qt 6.
 .
 Install it if you intend to use or write Qt programs that are to access a
 MySQL DB.

Package: libqt6sql6-odbc
Description-md5: 2efb5f41197d91ce21a9548565aeda61
Description-en: Qt 6 ODBC database driver
 This package contains the ODBC plugin for Qt 6.
 .
 Install it if you intend to use or write Qt programs that are to access an
 ODBC DB.

Package: libqt6sql6-psql
Description-md5: 99db9d30d2cd0b7c8e26d832434bcf1e
Description-en: Qt 6 PostgreSQL database driver
 This package contains the PostgreSQL plugin for Qt 6.
 .
 Install it if you intend to use or write Qt programs that are to access a
 PostgreSQL DB.

Package: libqt6sql6-sqlite
Description-md5: e4d133d22563b7455e47e1144e40a2b6
Description-en: Qt 6 SQLite 3 database driver
 This package contains the SQLite 3 plugin for Qt 6.
 .
 Install it if you intend to use or write Qt programs that are to access an
 SQLite 3 DB.

Package: libqt6test6
Description-md5: 04fef6f2638f7e52d1818d6708483554
Description-en: Qt 6 test module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The QtTest module provides classes for unit testing Qt applications and
 libraries.

Package: libqt6widgets6
Description-md5: dee1fa987803bb779f9789877ed5e2c5
Description-en: Qt 6 widgets module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The QtWidgets module extends QtGui with C++ widget functionality.

Package: libqt6xml6
Description-md5: cc74db0521d7ab3d5dd5db432fb38e34
Description-en: Qt 6 XML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The QtXml module provides a stream reader and writer for XML documents,
 and C++ implementations of SAX and DOM.

Package: qmake6
Description-md5: a1a8171d50e63c6336f4e0e02e481f00
Description-en: Qt 6 qmake Makefile generator tool
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt 6 qmake, a tool that helps simplify
 the build process for development project across different platforms.
 qmake automates the generation of Makefiles so that only a few lines of
 information are needed to create each Makefile. qmake can be used for any
 software project, whether it is written using Qt or not.
 .
 Qt 6 qmake requires a platform and a compiler description file which contains
 many default values used to generate appropriate Makefiles.
 .
 This package contains also these platform specifications.

Package: qmake6-bin
Description-md5: 7bce87133b1389c453ddd624bdcce8f7
Description-en: Qt 6 qmake Makefile generator tool — binary file
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the binary file for the qmake buildsystem. Do not
 install this package directly, use qmake6 instead.

Package: qt6-base-dev
Description-md5: 5de122fb49a6530449cd0ff824832a0e
Description-en: Qt 6 base development files
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the header development files used for building
 Qt 6 applications.
 .
 If you are interested in packaging Qt 6 stuff please take a look at
 https://qt-kde-team.pages.debian.net/packagingqtbasedstuff.html

Package: qt6-base-dev-tools
Description-md5: 03c8816affbc4104348354220270f2af
Description-en: Qt 6 base development programs
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the development programs used for building Qt 6
 applications, such as moc, qdbuscpp2xml, qdbusxml2cpp, rcc,
 syncqt and uic.
 .
 We do not recommend depending on this package directly. Please depend
 on qt6-base-dev instead.

Package: qt6-base-private-dev
Description-md5: 9c080a5ddebf3c0e2f58a5440a9ec5dc
Description-en: Qt 6 base private development files
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the private header development files for building some
 Qt 6 applications like the Qt Creator QML Designer plugin.
 .
 Use at your own risk.

Package: qt6-gtk-platformtheme
Description-md5: d29e94f2ccff167a87b09a3efec61ae5
Description-en: Qt 6 GTK+ 3 platform theme
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package provides the GTK+ 3 platform theme, which makes Qt use
 native icon themes, fonts, and dialogs on GTK-based environments.

Package: qt6-qpa-plugins
Description-md5: 9fe363e9294190c67fdee748c29adca2
Description-en: Qt 6 QPA plugins
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the following plugins:
   * uioTouch Plugin
   * VNC Plugin

Package: qt6-xdgdesktopportal-platformtheme
Description-md5: 70b7a21f40d6760f8c17fc0359260b87
Description-en: Qt 6 XDG Desktop Portal platform theme
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package provides the XDG Desktop portal platform theme, which makes
 Qt use native file dialogs on Flatpak/Snap based environments.

Package: libqt6charts6
Description-md5: f2076c79ce4ed140f2a4490b42f2d5c5
Description-en: Qt 6 charts library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The Qt Charts module provides a set of easy to use chart components.
 .
 This package contains the shared library for Qt 6 Charts.

Package: libqt6chartsqml6
Description-md5: 27d1489ca170a50bd1a1f700b9d585cf
Description-en: Qt 6 charts QML library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The Qt Charts module provides a set of easy to use chart components.
 .
 This package contains the shared library for Qt 6 Charts Qml.

Package: qml6-module-qtcharts
Description-md5: 3a051de3ea8edb04ec25edcdce55427d
Description-en: Qt 6 charts QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The Qt Charts module provides a set of easy to use chart components.
 .
 This package provides the QML module for Qt 6 charts.

Package: qt6-charts-dev
Description-md5: c3646908dbc211df39244d4b9cb621ba
Description-en: Qt 6 charts - development files
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The Qt Charts module provides a set of easy to use chart components.
 .
 This package contains the header development files used for building Qt 6
 applications using QtCharts.

Package: libqt6bluetooth6
Description-md5: 1b791f6634f562d215263306e7014d68
Description-en: Qt 6 Connectivity Bluetooth library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Bluetooth part of the Qt 6 Connectivity library.

Package: libqt6bluetooth6-bin
Description-md5: a912531a8c9292af84269fad0b3ebf81
Description-en: Qt 6 Connectivity Bluetooth module helper binaries
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains Bluetooth helper binaries.

Package: libqt6nfc6
Description-md5: cfeb1a8b25bea7ece0df841a99cf0486
Description-en: Qt 6 Connectivity NFC library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the NFC part of the Qt 6 Connectivity library.

Package: qt6-connectivity-dev
Description-md5: 44377db9ab9bafd0a2fef044738a555d
Description-en: Qt 6 Connectivity - development files
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the header development files used for building Qt 6
 applications using Qt 6 Connectivity libraries.

Package: libqt6datavisualization6
Description-md5: a9a25069499b1485a8ead59e6f089ec7
Description-en: Qt 6 Data Visualization library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains a set of APIs to visualize data in 3D as bar, scatter,
 and surface graphs.

Package: libqt6datavisualizationqml6
Description-md5: ba0421c7a56c44bc75993257539e838d
Description-en: Qt 6 Data Visualization QML library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Data Visualization QML support library.

Package: qml6-module-qtdatavisualization
Description-md5: 25a1da282c2a49a5fe7d68782896c36c
Description-en: Qt 6 Data Visualization QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Data Visualization QML module for QtDeclarative.

Package: qt6-datavisualization-dev
Description-md5: bd323db0707837d8e170ca774b53077e
Description-en: Qt 6 Data Visualization - development files
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the development files needed to build Qt applications
 using the Qt Data Visualization library.

Package: libqt6labsanimation6
Description-md5: afcd1fef418d1e2ec3ac2ce02ae8e7f4
Description-en: Qt 6 Labs Animation library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Labs Animation support library.

Package: libqt6labsfolderlistmodel6
Description-md5: aea981e143b44b8a0cffe6024ecfa167
Description-en: Qt 6 Labs FolderListModel library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Labs FolderListModel support library.

Package: libqt6labsqmlmodels6
Description-md5: f8c5f8c7206442d23cc02db4def20580
Description-en: Qt 6 Labs QML Models library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Labs QML Models support library.

Package: libqt6labssettings6
Description-md5: 44be0ee7a328b0e797aa6719a1435bfd
Description-en: Qt 6 Labs Settings library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Labs Settings support library.

Package: libqt6labssharedimage6
Description-md5: cf54b046dc62248a749b97b3b51b70e2
Description-en: Qt 6 Labs Shared Image library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Labs Shared Image support library.

Package: libqt6labswavefrontmesh6
Description-md5: 913605b22b26bfeeea95928f20cddb89
Description-en: Qt 6 Labs WavefrontMesh library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Labs WavefrontMesh support library.

Package: libqt6qml6
Description-md5: 9e821bae74d9c630c5c1bbd309c8915d
Description-en: Qt 6 QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The Qt QML module provides a framework for developing applications and
 libraries with the QML language. It defines and implements the language
 and engine infrastructure, and provides an API to enable application
 developers to extend the QML language with custom types and integrate
 QML code with JavaScript and C++.

Package: libqt6qmlcompiler6
Description-md5: 7c399dad5212c1282ecac1644a98525c
Description-en: Qt 6 QML Compiler library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt QML Compiler library.

Package: libqt6qmlcore6
Description-md5: 1681643ad091aab51554446076ee17d7
Description-en: Qt 6 QML Core library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt QML Core support library.

Package: libqt6qmllocalstorage6
Description-md5: 15de079db3fbd0ee1a052300381f90ea
Description-en: Qt 6 QML Local Storage library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt QML Local Storage support library.

Package: libqt6qmlmodels6
Description-md5: 11d07bf5cec96ccbf30583e2f7e170a9
Description-en: Qt 6 QML Models library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt QML Models support library.

Package: libqt6qmlworkerscript6
Description-md5: bcc0f0d893d9ca241d5c55038759b573
Description-en: Qt 6 QML WorkerScript library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt QML WorkerScript support library.

Package: libqt6qmlxmllistmodel6
Description-md5: ae5171b974d31f68faa7a7e160e1a040
Description-en: Qt 6 QML XmlListModel library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt QML XmlListModel support library.

Package: libqt6quick6
Description-md5: 5a6117382d335f1384293dead42fd8de
Description-en: Qt 6 Quick library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 Qt Quick is a collection of technologies that are designed to help
 developers create the kind of intuitive, modern, fluid user interfaces
 that are increasingly used on mobile phones, media players, set-top
 boxes and other portable devices.

Package: libqt6quickcontrols2-6
Description-md5: 8836d2ddb12c61d29938412dd3bd224e
Description-en: Qt 6 Quick Controls 2 library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Quick Controls 2 support library.

Package: libqt6quickcontrols2impl6
Description-md5: 833f222dbb3eab95a892e21b95bba07c
Description-en: Qt 6 Quick Controls 2 Impl library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Quick Controls 2 Impl support library.

Package: libqt6quickdialogs2-6
Description-md5: a3b955e504df430851d0080924bb045f
Description-en: Qt 6 Quick Dialogs 2 library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Quick Dialogs 2 support library.

Package: libqt6quickdialogs2quickimpl6
Description-md5: 128de366fc0274c966d1f5cd9ed2cf53
Description-en: Qt 6 Quick Dialogs 2 Quick Impl library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Quick Dialogs 2 Quick Impl support library.

Package: libqt6quickdialogs2utils6
Description-md5: 4a5b9c36fd0b73a91c00d741269d67d8
Description-en: Qt 6 Quick Dialogs 2 Utils library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Quick Dialogs 2 Utils support library.

Package: libqt6quicklayouts6
Description-md5: efbfd874f0a21c51c17b28861651f401
Description-en: Qt 6 Quick Layouts library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Quick Layouts support library.

Package: libqt6quickparticles6
Description-md5: f2fe6954c0fec73bf0eea924cd28496c
Description-en: Qt 6 Quick particles library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Quick Particles support library.

Package: libqt6quickshapes6
Description-md5: d624e23b18487f8e5c538b3e85c0f7c3
Description-en: Qt 6 Quick Shapes library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Quick Shapes support library.

Package: libqt6quicktemplates2-6
Description-md5: 1769134644a834e2569b0dc2785ea1bb
Description-en: Qt 6 Quick Templates 2 library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Quick Templates 2 support library.

Package: libqt6quicktest6
Description-md5: 892ace3716699467cf464afdafebb5b3
Description-en: Qt 6 Quick Test library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Quick Test library for QtDeclarative module.

Package: libqt6quickwidgets6
Description-md5: 418d01bb487412fce92b8e7c0aac5b1c
Description-en: Qt 6 Quick Widgets library
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the Qt Quick Widgets library for QtDeclarative module.

Package: qml-qt6
Description-md5: ea5ef79aa0bda46dd40a3817a66bed5a
Description-en: Qt 6 QML viewer
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This package contains the new QML viewer for Qt Quick 2, called simply
 'qml'.

Package: qml6-module-qt-labs-animation
Description-md5: 88a22bf856e6c6e377577cbd37a07a6b
Description-en: Qt 6 Animation QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This QML module contains experimental QML types related to animation.

Package: qml6-module-qt-labs-folderlistmodel
Description-md5: a58d4d7108bc2389f520b0c9754c3007
Description-en: Qt 6 FolderListModel QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The FolderListModel provides a model of the contents of a file system folder.

Package: qml6-module-qt-labs-platform
Description-md5: a098dfd0412b89a972b2182f633e38c1
Description-en: Qt 6 Platform QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 The experimental Qt Labs Platform module provides QML types for native
 platform extensions.

Package: qml6-module-qt-labs-qmlmodels
Description-md5: 200809963ee9d7a1858d4982f28f7a0e
Description-en: Qt 6 QML Models QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 This QML module contains types for defining data models in QML.

Package: qml6-module-qt-labs-settings
Description-md5: d20bfe43cea00a96f2045b279ad0360e
Description-en: Qt 6 Settings QML module
 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide 