_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pygame-sdl2 2.1.0+renpy8.3.0
Dependencies: sdl-union@1.2.68
Channel: guix
Location: gnu/packages/game-development.scm (gnu packages game-development)
Home page: https://www.renpy.org/
Licenses: LGPL 2.1 Zlib
Synopsis: Reimplementation of the Pygame API using SDL2
Description:

Pygame_SDL2 reimplements the Pygame API using SDL2, staying close to the original, but also adding some SDL2-specific features. While it aims to be used as a drop-in replacement, it appears to be developed mainly for Ren'py.

python-xvfbwrapper 0.2.9
Propagated dependencies: xorg-server@21.1.15
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/cgoldberg/xvfbwrapper
Licenses: Expat
Synopsis: Python module for controlling virtual displays with Xvfb
Description:

Xvfb (X virtual framebuffer) is a display server implementing the X11 display server protocol. It runs in memory and does not require a physical display. Only a network layer is necessary. Xvfb is useful for running acceptance tests on headless servers.

python-falcon-cors 1.1.7
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/lwcolton/falcon-cors
Licenses: ASL 2.0
Synopsis: Falcon @dfn{cross-origin resource sharing} (CORS) library
Description:

This middleware provides cross-origin resource sharing (CORS) support for Falcon. It allows applying a specially crafted CORS object to the incoming requests, enabling the ability to serve resources over a different origin than that of the web application.

python-fenics-ffcx 0.6.0
Dependencies: python@3.11.11 python-fenics-basix@0.6.0 python-fenics-ufl@2023.1.0 python-cffi@1.17.1 python-numpy@1.26.2 fenics-ffcx@0.6.0
Channel: guix-hpc-non-free
Location: inrae/mse.scm (inrae mse)
Home page: https://github.com/FEniCS/ffcx.git
Licenses: LGPL 3
Synopsis: FFCx is a new version of the FEniCS Form Compiler
Description:

FFCx is a compiler for finite element variational forms. From a high-level description of the form in the Unified Form Language (UFL), it generates efficient low-level C code that can be used to assemble the corresponding discrete operator (tensor).

python-wrapspawner 1.0.0
Dependencies: jupyter@1.0.0 python-tornado@5.1.1 python-jupyterhub@3.0.0
Channel: guix-science
Location: guix-science/packages/jupyter.scm (guix-science packages jupyter)
Home page: https://github.com/jupyterhub/wrapspawner
Licenses: Modified BSD
Synopsis: Wrapspawner for JupyterHub
Description:

This package includes WrapSpawner and ProfilesSpawner, which provide mechanisms for runtime configuration of spawners. The inspiration for their development was to allow users to select from a range of pre-defined batch job profiles, but their operation is completely generic.

python-argcomplete 2.0.0
Channel: ffab
Location: ffab/packages/python-xyz.scm (ffab packages python-xyz)
Home page: https://github.com/kislyuk/argcomplete
Licenses: ASL 2.0
Synopsis: Shell tab completion for Python argparse
Description:

argcomplete provides extensible command line tab completion of arguments and options for Python scripts using argparse. It's particularly useful for programs with many options or sub-parsers that can dynamically suggest completions ; for example, when browsing resources over the network.

python-mysqlclient 1.4.6
Dependencies: zlib@1.3 mariadb-connector-c@3.1.13
Channel: gn-bioinformatics
Location: gn/packages/databases.scm (gn packages databases)
Home page: https://github.com/PyMySQL/mysqlclient
Licenses: GPL 2
Synopsis: MySQLdb is an interface to the popular MySQL database server for Python
Description:

MySQLdb is an interface to the popular MySQL database server for Python. The design goals are:

  1. Compliance with Python database API version 2.0 [PEP-0249],

  2. Thread-safety,

  3. Thread-friendliness (threads will not block each other).

python-numpy-ilp64 1.26.2
Dependencies: bash@5.1.16 openblas-ilp64-custom@0.3.29
Channel: efraim-dfsg
Location: dfsg/main/python-numpy.scm (dfsg main python-numpy)
Home page: https://numpy.org
Licenses: Modified BSD
Synopsis: Fundamental package for scientific computing with Python
Description:

NumPy is the fundamental package for scientific computing with Python. It contains among other things: a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, useful linear algebra, Fourier transform, and random number capabilities.

python-mysqlclient 2.2.4
Dependencies: mariadb-connector-c@3.1.13
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/PyMySQL/mysqlclient
Licenses: GPL 2
Synopsis: MySQLdb is an interface to the popular MySQL database server for Python
Description:

MySQLdb is an interface to the popular MySQL database server for Python. The design goals are:

  1. Compliance with Python database API version 2.0 [PEP-0249],

  2. Thread-safety,

  3. Thread-friendliness (threads will not block each other).

python-argon2-cffi 21.1.0
Dependencies: argon2@20190702
Propagated dependencies: python-cffi@1.17.1 python-typing-extensions@4.12.2
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://argon2-cffi.readthedocs.io/
Licenses: Expat
Synopsis: Secure Password Hashes for Python
Description:

Argon2 is a secure password hashing algorithm. It is designed to have both a configurable runtime as well as memory consumption. This means that you can decide how long it takes to hash a password and how much memory is required.

python-argcomplete 3.5.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/kislyuk/argcomplete
Licenses: ASL 2.0
Synopsis: Shell tab completion for Python argparse
Description:

argcomplete provides extensible command line tab completion of arguments and options for Python scripts using argparse. It's particularly useful for programs with many options or sub-parsers that can dynamically suggest completions ; for example, when browsing resources over the network.

python-three-merge 0.1.1
Propagated dependencies: python-diff-match-patch@20200713
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/spyder-ide/three-merge
Licenses: Expat
Synopsis: Library for merging two strings with respect to a base one
Description:

This package provides a Python library to perform a 3-way merge between strings, based on diff-match-patch. This library performs merges at a character level, as opposed to most VCS systems, which opt for a line-based approach.

python-ipyparallel 9.0.1
Propagated dependencies: python-dateutil@2.8.2 python-decorator@5.0.9 python-entrypoints@0.3 python-ipython@8.29.0 python-jupyter-client@7.4.4 python-psutil@5.9.2 python-pyzmq@25.1.0 python-tornado@6.4.2 python-tqdm@4.67.1 python-traitlets@5.14.1 python-ipykernel@6.29.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://ipython.org/
Licenses: Modified BSD
Synopsis: Interactive Parallel Computing with IPython
Description:

ipyparallel is a Python package and collection of CLI scripts for controlling clusters for Jupyter. ipyparallel contains the following CLI scripts:

  1. ipcluster - start/stop a cluster

  2. ipcontroller - start a scheduler

  3. ipengine - start an engine

python-citeproc-py 0.5.1
Propagated dependencies: python-lxml@4.9.1 python-rnc2rng@2.6.6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/brechtm/citeproc-py
Licenses: FreeBSD
Synopsis: Citations and bibliography formatter
Description:

Citeproc-py is a CSL processor for Python. It aims to implement the CSL 1.0.1 specification. citeproc-py can output styled citations and bibliographies in a number of different output formats. Currently supported are plain text, reStructuredText and HTML.

python-pygame-menu 4.5.1
Propagated dependencies: python-pygame@2.5.2 python-pyperclip@1.8.2 python-typing-extensions@4.12.2
Channel: guix
Location: gnu/packages/game-development.scm (gnu packages game-development)
Home page: https://pygame-menu.readthedocs.io
Licenses: Expat
Synopsis: Menu for pygame
Description:

Pygame-menu is a python-pygame library for creating menus and GUIs. It supports several widgets, such as buttons, color inputs, clock objects, drop selectors, frames, images, labels, selectors, tables, text inputs, color switches, and many more, with multiple options to customize.

python-poetry-core 2.1.2
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/python-poetry/poetry-core
Licenses: Expat
Synopsis: Poetry PEP 517 build back-end
Description:

The poetry-core module provides a PEP 517 build back-end implementation developed for Poetry. This project is intended to be a light weight, fully compliant, self-contained package allowing PEP 517 compatible build front-ends to build Poetry managed projects.

python-poetry-core 1.9.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/python-poetry/poetry-core
Licenses: Expat
Synopsis: Poetry PEP 517 build back-end
Description:

The poetry-core module provides a PEP 517 build back-end implementation developed for Poetry. This project is intended to be a light weight, fully compliant, self-contained package allowing PEP 517 compatible build front-ends to build Poetry managed projects.

python-prettytable 3.12.0
Propagated dependencies: python-wcwidth@0.2.13
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jazzband/prettytable
Licenses: Modified BSD
Synopsis: Display tabular data in an ASCII table format
Description:

A library designed to represent tabular data in visually appealing ASCII tables. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of sub-tables by specifying a row range.

python2-matplotlib 2.2.5
Dependencies: cairo@1.18.2 freetype@2.13.0 glib@2.82.1 libpng@1.6.39 qhull@2020.2 tcl@8.6.12 tk@8.6.12
Propagated dependencies: python2@2.7.18 python2-dateutil@2.8.2 python2-functools32@3.2.3-2 python2-kiwisolver@1.0.1 python2-numpy@1.16.6 python2-pillow@6.2.2 python2-pycairo@1.18.2 python2-pygobject@2.28.7 python2-pyparsing@2.4.7 python2-six@1.16.0 python2-subprocess32@3.2.7 gobject-introspection@1.82.0 python2-backports-functools-lru-cache@1.6.1 python2-certifi@2021.10.8 python2-cycler@0.10.0 python2-pytz@2023.3.post1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://matplotlib.org/
Licenses: Python Software Foundation License
Synopsis: 2D plotting library for Python
Description:

Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the python and ipython shell, web application servers, and six graphical user interface toolkits.

python-pytest-pudb 0.7.0
Propagated dependencies: pudb@2023.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/wronglink/pytest-pudb
Licenses: Expat
Synopsis: Pytest PuDB debugger integration
Description:

python-pytest-pudb provides PuDB debugger integration based on pytest PDB integration. For example, the software developer can call pudb by running py.test --pudb from the command line or by including pudb.set_trace in their test file(s).

python-dns-lexicon 2.4.0
Propagated dependencies: python-future@0.18.2 python-pynamecheap@0.0.3 python-requests@2.31.0 python-tldextract@3.3.0 python-urllib3@2.2.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/AnalogJ/lexicon
Licenses: Expat
Synopsis: Manipulate DNS records on various DNS providers
Description:

Lexicon provides a way to manipulate DNS records on multiple DNS providers in a standardized way. It has a CLI but it can also be used as a Python library. It was designed to be used in automation, specifically with Let's Encrypt.

python-authheaders 0.16.3
Propagated dependencies: python-authres@1.2.0 python-dkimpy@1.0.5 python-dnspython@2.7.0 python-publicsuffix2@2.20191221
Channel: guix
Location: gnu/packages/mail.scm (gnu packages mail)
Home page: https://github.com/ValiMail/authentication-headers
Licenses: Zope Public License 2.1 Zlib MPL 2.0
Synopsis: Library wrapping email authentication header verification and generation
Description:

This is a Python library for the generation of email authentication headers. The library can perform DKIM, SPF, and DMARC validation, and the results are packaged into the Authentication-Results header. The library can DKIM and ARC sign messages and output the corresponding signature headers.

python-cloudpickle 3.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/cloudpipe/cloudpickle
Licenses: Modified BSD
Synopsis: Extended pickling support for Python objects
Description:

Cloudpickle makes it possible to serialize Python constructs not supported by the default pickle module from the Python standard library. It is especially useful for cluster computing where Python expressions are shipped over the network to execute on remote hosts, possibly close to the data.

python-tokenize-rt 2.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/asottile/tokenize-rt
Licenses: Expat
Synopsis: Wrapper around the stdlib tokenize which roundtrips
Description:

This Python library is a wrapper around tokenize from the Python standard library. It provides two additional tokens ESCAPED_NL and UNIMPORTANT_WS, and a Token data type. Use src_to_tokens and tokens_to_src to roundtrip.

Total results: 3816