_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-asgi-lifespan 2.1.0
Propagated dependencies: python-sniffio@1.3.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/florimondmanca/asgi-lifespan
Licenses: Expat
Build system: pyproject
Synopsis: Programmatic startup/shutdown of ASGI apps
Description:

Programmatically send startup/shutdown lifespan events into Asynchronous Server Gateway Interface (ASGI) applications. When used in combination with an ASGI-capable HTTP client such as HTTPX, this allows mocking or testing ASGI applications without having to spin up an ASGI server.

python-pyqtwebengine 5.15.9
Dependencies: python-wrapper@3.11.14 python-sip@6.12.0 python-pyqt@5.15.11 qtbase@5.15.17 qtsvg@5.15.17 qtdeclarative@5.15.17 qtwebchannel@5.15.17 qtwebengine@5.15.17
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
Licenses: GPL 3
Build system: pyproject
Synopsis: Python bindings for QtWebEngine
Description:

PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine libraries. The bindings sit on top of PyQt5 and are implemented as a set of three modules. Prior to v5.12 these bindings were part of PyQt itself.

python-commonroad-io 2022.3
Propagated dependencies: python-commonroad-vehicle-models@3.0.2 python-iso3166@2.1.1 python-lxml@6.0.1 python-matplotlib@3.8.2 python-networkx@3.4.2 python-numpy@1.26.4 python-omegaconf@2.3.0-0.117f7de python-pillow@11.1.0 python-protobuf@3.20.3 python-rtree@1.0.1 python-scipy@1.12.0 python-shapely@2.1.1 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/simulation.scm (gnu packages simulation)
Home page: https://commonroad.in.tum.de/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Read, write, and visualize CommonRoad scenarios
Description:

This package provides methods to read, write, and visualize CommonRoad scenarios and planning problems. It can be used as a framework for implementing motion planning algorithms to solve CommonRoad Benchmarks and is the basis for other tools of the CommonRoad Framework.

python-django-filter 25.1
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://django-filter.readthedocs.io/en/latest/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Reusable Django application to filter querysets dynamically
Description:

Django-filter is a generic, reusable application to alleviate writing some of the more mundane bits of view code. Specifically, it allows users to filter down a queryset based on a model’s fields, displaying the form to let them do this.

python-progressbar33 2.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/germangh/python-progressbar
Licenses: LGPL 2.1+ Modified BSD
Build system: pyproject
Synopsis: Text progress bar library for Python
Description:

This package provides a text progress bar library for Python. This version only differs from the original progressbar package in that it uses relative package imports instead of absolute imports, which is necessary for the module to work under Python 3.3.

python-socksipychain 2.1.3-0.570c75c
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: http://pagekite.net/wiki/Floss/PySocksipyChain/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python SOCKS module with chained proxies support
Description:

SocksiPyChain is a modified version of the SocksiPy SOCKS module, which adds support for arbitrary chaining of proxy servers and various modes of TLS/SSL encryption. It was developed for use in PageKite, and also includes a simple netcat replacement with chaining support.

python-sphinx-issues 4.0.0
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/sloria/sphinx-issues
Licenses: Expat
Build system: pyproject
Synopsis: Sphinx extension for linking to a project's issue tracker
Description:

This package provides a Sphinx extension for linking to a project's issue tracker. This includes roles for linking to issues, pull requests and user profiles. Support for GitHub is built-in, but other services can also be supported with sphinx-issues.

python-pandas-flavor 0.7.0
Propagated dependencies: python-lazy-loader@0.4 python-packaging@25.0 python-pandas@2.2.3 python-xarray@2023.12.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/pyjanitor-devs/pandas_flavor
Licenses: Expat
Build system: pyproject
Synopsis: Write your own flavor of Pandas
Description:

Pandas 0.23 added a simple API for registering accessors with Pandas objects. Pandas-flavor extends Pandas' extension API by

  • adding support for registering methods as well

  • making each of these functions backwards compatible with older versions of Pandas

python-wadler-lindig 0.1.7
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://docs.kidger.site/wadler_lindig
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Pretty printer for Python using the Wadler-Lindig algorithm
Description:

Wadler-Lindig is a minimal, zero-dependency pretty-printing library for Python that implements a simplified version of the Wadler-Lindig algorithm. Designed to consume less horizontal space than Python's built-in pprint.pprint, it produces compact, well-formatted representations even for complex custom types.

python-flask-seasurf 2.0.0
Propagated dependencies: python-flask@3.1.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/maxcountryman/flask-seasurf/
Licenses: Modified BSD
Build system: pyproject
Synopsis: CSRF extension for Flask
Description:

SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF). CSRF attacks are problematic because the mechanism they use is relatively easy to exploit. This extension attempts to aid you in securing your application from such attacks. This extension is based on the Django middleware.

python-humanfriendly 8.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://humanfriendly.readthedocs.io
Licenses: Expat
Build system: python
Synopsis: Human-friendly input and output in Python
Description:

The functions and classes in humanfriendly can be used to make text interfaces more user-friendly. It includes tools to parse and format numbers, file sizes, and timespans, timers for long-running operations, menus to allow the user to choose from a list of options, and terminal interaction helpers.

python-graphql-relay 3.1.0
Propagated dependencies: python-graphql-core@3.1.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/graphql-python/graphql-relay-py
Licenses: Expat
Build system: pyproject
Synopsis: Relay implementation for Python
Description:

This is a library to allow the easy creation of Relay-compliant servers using the GraphQL Python reference implementation of a GraphQL server. It should be noted that the code is a exact port of the original graphql-relay js implementation from Facebook.

python-linkify-it-py 2.0.0
Propagated dependencies: python-uc-micro-py@1.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/tsutsu3/linkify-it-py
Licenses: Expat
Build system: pyproject
Synopsis: Links recognition library with full Unicode support
Description:

This is Python port of linkify-it, which is a links recognition library with full Unicode support. It has features like:

  • Full unicode support, with astral characters

  • International domains support

  • Allows rules extension and custom normalizers.

python-h5py-parallel 3.13.0
Dependencies: openmpi@4.1.6 hdf5-parallel-openmpi@1.14.6
Propagated dependencies: python-mpi4py@4.1.0 python-six@1.17.0 python-numpy@1.26.4
Channel: guix-science
Location: guix-science/packages/python.scm (guix-science packages python)
Home page: https://www.h5py.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Read and write HDF5 files from Python (with MPI support)
Description:

The h5py package provides both a high- and low-level interface to the HDF5 library from Python. The low-level interface is intended to be a complete wrapping of the HDF5 API, while the high-level component supports access to HDF5 files, datasets and groups using established Python and NumPy concepts.

python-scikit-rebate 0.62
Propagated dependencies: python-numpy@1.26.4 python-scipy@1.12.0 python-scikit-learn@1.7.0 python-joblib@1.5.2
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://epistasislab.github.io/scikit-rebate/
Licenses: Expat
Build system: pyproject
Synopsis: Relief-based feature selection algorithms for Python
Description:

Scikit-rebate is a scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for Machine Learning. These algorithms excel at identifying features that are predictive of the outcome in supervised learning problems, and are especially good at identifying feature interactions that are normally overlooked by standard feature selection algorithms.

python-line-profiler 4.2.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/pyutils/line_profiler
Licenses: Modified BSD
Build system: pyproject
Synopsis: Line-by-line profiler for Python
Description:

This package provides line_profiler - a Python module for doing line-by-line profiling of functions. kernprof is a convenient script for running either line_profiler or the Python standard library's cProfile or profile modules, depending on what is available. It's a successor of https://github.com/rkern/line_profiler.

python-secretstorage 3.3.3
Propagated dependencies: python-cryptography@44.0.0 python-jeepney@0.8.0
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/mitya57/secretstorage
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python bindings to FreeDesktop.org Secret Service API
Description:

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 (since version 2.30) and KSecretsService. SecretStorage supports most of the functions provided by Secret Service, including creating and deleting items and collections, editing items, locking and unlocking collections (asynchronous unlocking is also supported).

python2-subprocess32 3.2.7
Dependencies: libxcrypt@4.4.38
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/google/python-subprocess32
Licenses: Python Software Foundation License
Build system: python
Synopsis: Backport of the subprocess module from Python 3.2
Description:

This is a backport of the subprocess standard library module from Python 3.2 and 3.3 for use on Python 2. It includes bugfixes and some new features. On POSIX systems it is guaranteed to be reliable when used in threaded applications. It includes timeout support from Python 3.3 but otherwise matches 3.2’s API.

python-simplegeneric 0.8.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://cheeseshop.python.org/pypi/simplegeneric
Licenses: Zope Public License 2.1
Build system: pyproject
Synopsis: Python module for simple generic functions
Description:

The simplegeneric module lets you define simple single-dispatch generic functions, akin to Python’s built-in generic functions like len(), iter() and so on. However, instead of using specially-named methods, these generic functions use simple lookup tables, akin to those used by e.g. pickle.dump() and other generic functions found in the Python standard library.

python-git-multimail 1.6.0
Dependencies: git@2.52.0 sendmail@8.18.1
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://github.com/git-multimail/git-multimail
Licenses: GPL 2
Build system: python
Synopsis: Send notification emails for Git pushes
Description:

This hook sends emails describing changes introduced by pushes to a Git repository. For each reference that was changed, it emits one ReferenceChange email summarizing how the reference was changed, followed by one Revision email for each new commit that was introduced by the reference change.

This script is designed to be used as a post-receive hook in a Git repository

python-aiohttp-retry 2.9.1
Propagated dependencies: python-aiohttp@3.11.11
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/inyutin/aiohttp_retry
Licenses: Expat
Build system: pyproject
Synopsis: Simple retry client for aiohttp
Description:

This package implements RetryClient for aiohttp to retry connection to provided endpoint with timeouts logic or use:

  • ExponentialRetry with exponential backoff

  • RandomRetry for random backoff

  • ListRetry with backoff you predefine by list

  • FibonacciRetry with backoff that looks like fibonacci sequence

  • JitterRetry exponential retry with a bit of randomness

python-sunpy-minimal 7.0.3
Propagated dependencies: python-astropy-minimal@7.1.1 python-fsspec@2025.9.0 python-mpl-animators@1.2.4 python-parfive@2.2.0 python-pyerfa@2.0.1.5 python-requests@2.32.5
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://sunpy.org
Licenses: FreeBSD
Build system: pyproject
Synopsis: Python library for Solar Physics
Description:

SunPy is package for solar physics and is meant to be a free alternative to the SolarSoft data analysis environment.

It includes an interface for searching and downloading data from multiple data providers, data containers for image and time series data, commonly used solar coordinate frames and associated transformations, as well as other functionality needed for solar data analysis.

python-zope-hookable 7.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://zopehookable.readthedocs.io
Licenses: Zope Public License 2.1
Build system: pyproject
Synopsis: Zope hookable
Description:

This package supports the efficient creation of hookable objects, which are callable objects that are meant to be optionally replaced. The idea is that you create a function that does some default thing and make i hookable. Later, someone can modify what it does by calling its sethook method and changing its implementation. All users of the function, including those that imported it, will see the change.

python-zipstream-new 1.1.8
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/arjan-s/python-zipstream
Licenses: GPL 3
Build system: pyproject
Synopsis: Zipfile generator that takes input files as well as streams
Description:

zipstream.py is a zip archive generator based on zipfile.py. It was created to generate a zip file generator for streaming. 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 or of a very large file that you do not want to store entirely on disk or on memory.

Total results: 4190