_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-cytoolz 1.0.1
Propagated dependencies: python-toolz@1.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pytoolz/cytoolz
Licenses: Modified BSD
Synopsis: High performance functional utilities
Description:

The cytoolz package implements the same API as provided by toolz. The main differences are that cytoolz is faster and cytoolz offers a C API that is accessible to other projects developed in Cython.

python-urllib3 1.26.17
Propagated dependencies: python-certifi@2025.06.15 python-cryptography@44.0.0 python-idna@3.10 python-pyopenssl@24.3.0 python-pysocks@1.7.1
Channel: yewscion
Location: cdr255/fixes.scm (cdr255 fixes)
Home page: https://urllib3.readthedocs.io/
Licenses: Expat
Synopsis: HTTP library with thread-safe connection pooling
Description:

Urllib3 supports features left out of urllib and urllib2 libraries. It can reuse the same socket connection for multiple requests, it can POST files, supports url redirection and retries, and also gzip and deflate decoding.

python-gorilla 0.3.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/christophercrouzet/gorilla
Licenses: Expat
Synopsis: Convenient monkey patching with Python
Description:

Gorilla is a Python library that provides a convenient approach to monkey patching. Monkey patching is the process of modifying module and class attributes at runtime with the purpose of replacing or extending third-party code.

python-pycosat 0.6.6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ContinuumIO/pycosat
Licenses: Expat
Synopsis: Bindings to picosat (a SAT solver)
Description:

This package provides efficient Python bindings to picosat on the C level. When importing pycosat, the picosat solver becomes part of the Python process itself. picosat is a Boolean Satisfiability Problem (SAT) solver.

python-rollbar 1.3.0
Dependencies: python-requests@2.32.5
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/rollbar/pyrollbar
Licenses: Expat
Synopsis: Notifier for exceptions, errors, and log messages to Rollbar
Description:

Python SDK for reporting exceptions, errors, and log messages to Rollbar.

Capabilities include:

  • Sending messages and exceptions with arbitrary context

  • Getting back aggregates

  • Debugging production issues

python-rcslice 1.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/neurobin/rcslice
Licenses: Modified BSD
Synopsis: Slice a list of sliceables
Description:

This package provides Python module to slice a list of sliceables (1 indexed, both start and end index are inclusive). Helps to slice file content line by line or column by column or a combination of both.

emacs-pythonic 0.2-1.9eff417
Propagated dependencies: emacs-f@0.21.0 emacs-s@1.13.0 emacs-tramp@2.8.0.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/pythonic-emacs/pythonic
Licenses: GPL 3+
Synopsis: Utility functions for writing Pythonic in Emacs
Description:

The Pythonic Emacs package provides function for convenient running Python on different platforms on local and remote hosts including Docker containers and Vagrant virtual machines. To use Pythonic with Docker you need to install Docker Tramp Emacs package.

python-promise 2.3.0
Propagated dependencies: python-six@1.17.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/syrusakbary/promise
Licenses: Expat
Synopsis: Promises/A+ implementation for Python
Description:

This package provides an implementation of Promises in Python. 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.

python-isoweek 1.3.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/gisle/isoweek
Licenses: Modified BSD
Synopsis: Objects representing a week
Description:

The isoweek module provide the class Week that implements the week definition of ISO 8601. This standard also defines a notation for identifying weeks; yyyyWww (where the W is a literal). Week instances stringify to this form.

python-orthopy 0.9.5
Propagated dependencies: python-importlib-metadata@8.7.0 python-ndim@0.1.6 python-numpy@1.26.4 python-sympy@1.13.3
Channel: guix
Location: gnu/packages/maths.scm (gnu packages maths)
Home page: https://github.com/diego-hayashi/orthopy
Licenses: GPL 3+
Synopsis: Tools for orthogonal polynomials, Gaussian quadrature
Description:

orthopy provides various orthogonal polynomial classes for lines, triangles, quadrilaterals, disks, spheres, hexahedra, and n-cubes. All computations are done using numerically stable recurrence schemes. Furthermore, all functions are fully vectorized and can return results in exact arithmetic.

python-libnacl 2.1.0
Dependencies: libsodium@1.0.18
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://libnacl.readthedocs.org/
Licenses: ASL 2.0
Synopsis: Python bindings for libsodium based on ctypes
Description:

libnacl is used to gain direct access to the functions exposed by NaCl library via libsodium. It has been constructed to maintain extensive documentation on how to use NaCl as well as being completely portable.

python-httpbin 0.10.2
Propagated dependencies: python-brotlicffi@1.0.9.2 python-decorator@5.2.1 python-flasgger@0.9.7.1 python-flask@3.1.0 python-greenlet@2.0.2 python-itsdangerous@2.2.0 python-markupsafe@3.0.2 python-six@1.17.0 python-werkzeug@3.1.3
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://github.com/psf/httpbin
Licenses: ISC
Synopsis: HTTP request and response service
Description:

Testing an HTTP Library can become difficult sometimes. RequestBin is fantastic for testing POST requests, but doesn't let you control the response. This exists to cover all kinds of HTTP scenarios. All endpoint responses are JSON-encoded.

python-webbpsf 2.1.0
Propagated dependencies: python-astropy@7.1.0 python-astroquery@0.4.11 python-matplotlib@3.8.2 python-numpy@1.26.4 python-photutils@2.3.0 python-poppy@1.1.2 python-pysiaf@0.24.1 python-scipy@1.12.0 python-synphot@1.6.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://stpsf.readthedocs.io
Licenses: Modified BSD
Synopsis: Creates simulated point spread functions for Space Telescopes)
Description:

STPSF produces simulated PSFs for the James Webb Space Telescope, NASA's flagship infrared space telescope. STPSF can simulate images for any of the four science instruments plus the fine guidance sensor, including both direct imaging, coronagraphic, and spectroscopic modes.

python-typeapi 2.2.4
Propagated dependencies: python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pypi.org/project/typeapi/
Licenses: Expat
Synopsis: Type hints
Description:

The typeapi package provides an object-oriented interface for introspecting PEP484 type hints at runtime, including forward references that make use of the more recent PEP585 and PEP604 type hint features in Python versions that don't natively support them.

python-mne-rsa 0.10
Propagated dependencies: python-mne@1.10.2 python-nibabel@5.3.2 python-pyside-6@6.9.2 python-pyvista@0.44.2 python-pyvistaqt@0.11.3 python-scikit-learn@1.7.0
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://mne.tools/mne-rsa
Licenses: Modified BSD
Synopsis: Representational Similarity Analysis on MEG and EEG data
Description:

This is a Python package for performing representational similarity analysis (RSA) using MNE-Python data structures. The main use-case is to perform RSA using a “searchlight” approach through time and/or a volumetric or surface source space.

python-scanrbp 0.3
Propagated dependencies: python-biopython@1.85 python-matplotlib@3.8.2 python-pybio@0.3.12-1.c91fddc python-scipy@1.12.0 python-seaborn@0.13.2
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/grexor/scanrbp
Licenses: GPL 3
Synopsis: Tool for creating a RNA RBP heatmap in Python
Description:

python-scanrbp is a Python package that provides the scanRBP tool that loads RNA-protein binding motif PWM and computes the log-odds scores for all the loaded RBPs across a given genomic sequence and draws a heatmap of the scores.

python-chaospy 4.3.13
Propagated dependencies: python-importlib-metadata@8.7.0 python-numpoly@1.2.11 python-numpy@1.26.4 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://chaospy.readthedocs.io/en/master/
Licenses: Expat
Synopsis: Numerical tool for performing uncertainty quantification
Description:

Chaospy is a numerical toolbox for performing uncertainty quantification using polynomial chaos expansions, advanced Monte Carlo methods implemented in Python. It also include a full suite of tools for doing low-discrepancy sampling, quadrature creation, polynomial manipulations, and a lot more.

python-equinox 0.11.10
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://docs.kidger.site/equinox/
Licenses: ASL 2.0
Synopsis: Neural networks in JAX via callable PyTrees and filtered transformations
Description:

Equinox is a comprehensive JAX library that provides a wide range of tools and features not found in core JAX, including neural networks with PyTorch-like syntax, filtered APIs for transformations, PyTree manipulation routines, and advanced features like runtime errors.

python-pybox2d 2.3.10
Channel: guix
Location: gnu/packages/game-development.scm (gnu packages game-development)
Home page: https://github.com/pybox2d/pybox2d
Licenses: Zlib
Synopsis: 2D game physics for Python
Description:

Pybox2d is a 2D physics library for your games and simple simulations. It's based on the Box2D library, written in C++. It supports several shape types (circle, polygon, thin line segments), and quite a few joint types (revolute, prismatic, wheel, etc.).

python-portend 3.2.1
Propagated dependencies: python-tempora@5.8.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/jaraco/portend
Licenses: Expat
Synopsis: Monitor TCP ports for bound or unbound states
Description:

python-portend can be used to monitor TCP ports for bound or unbound states. For example, waiting for a port to be occupied or freed within a set timeout. python-portend can also be used directly from the command line.

python-slixmpp 1.8.6
Dependencies: libidn@1.43 python@3.11.11
Propagated dependencies: python-aiodns@3.0.0 python-aiohttp@3.11.11 python-cryptography@44.0.0 python-defusedxml@0.7.1 python-emoji@2.12.1 python-pyasn1@0.6.1 python-pyasn1-modules@0.4.2
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://lab.louiz.org/poezio/slixmpp
Licenses: Expat
Synopsis: XMPP library without threads
Description:

Slixmpp is a XMPP library for Python 3.7+. It is a fork of SleekXMPP. Its goal is to only rewrite the core of the library (the low level socket handling, the timers, the events dispatching) in order to remove all threads.

python-dm-tree 0.1.9
Dependencies: pybind11@2.13.6 abseil-cpp@20250127.1 python@3.11.11
Propagated dependencies: python-absl-py@2.3.1 python-attrs@25.3.0 python-numpy@1.26.4 python-wrapt@1.17.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/deepmind/tree
Licenses: ASL 2.0
Synopsis: Work with nested data structures in Python
Description:

Tree is a python library for working with nested data structures. In a way, tree generalizes the builtin map function which only supports flat sequences, and allows you to apply a function to each leaf preserving the overall structure.

python-seaborn 0.13.2
Propagated dependencies: python-matplotlib@3.8.2 python-numpy@1.26.4 python-pandas@2.2.3 python-scipy@1.12.0 python-statsmodels@0.14.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://seaborn.pydata.org/
Licenses: Modified BSD
Synopsis: Statistical data visualization
Description:

Seaborn is a library for making attractive and informative statistical graphics in Python. It is built on top of matplotlib and tightly integrated with the PyData stack, including support for numpy and pandas data structures and statistical routines from scipy and statsmodels.

python-hierarc 1.2.0
Propagated dependencies: python-astropy@6.1.7 python-emcee@3.1.6 python-h5py@3.13.0 python-lenstronomy@1.13.2 python-matplotlib@3.8.2 python-mpmath@1.3.0 python-numpy@1.26.4 python-pandas@2.2.3 python-scikit-learn@1.7.0 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/sibirrer/hierarc
Licenses: Modified BSD
Synopsis: Hierarchical analysis of strong lensing systems
Description:

This package implements a funtionality for hierarchical analysis of strong lensing systems to infer lens properties and cosmological parameters simultaneously. It allows to fit lenses with measured time delays, imaging information, kinematics constraints and standardizable magnifications with parameters described on the ensemble level.

Total results: 3996