_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-crds 13.1.4
Propagated dependencies: python-astropy@7.2.0 python-numpy@2.3.1 python-filelock@3.16.1 python-asdf@5.1.0 python-requests@2.32.5 python-parsley@1.3 python-beautifulsoup4@4.14.3 python-roman-datamodels@0.30.0 python-stsynphot@1.5.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://hst-crds.stsci.edu
Licenses: Modified BSD
Build system: pyproject
Synopsis: Calibration Reference Data System for HST and JWST
Description:

CRDS is a package used for working with astronomical reference files for the HST and JWST telescopes. CRDS is useful for performing various operations on reference files or reference file assignment rules. CRDS is used to assign, check, and compare reference files and rules, and also to predict those datasets which should potentially be reprocessed due to changes in reference files or assignment rules. CRDS has versioned rules which define the assignment of references for each type and instrument configuration. CRDS has web sites corresponding to each project http://hst-crds.stsci.edu or https://jwst-crds.stsci.edu/ which record information about reference files and provide related services.

python-dcor 0.7
Propagated dependencies: python-array-api-compat@1.12.0 python-joblib@1.5.2 python-numba@0.62.1 python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://dcor.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Distance correlation and related E-statistics in Python
Description:

dcor is distance correlation and energy statistics in Python.

E-statistics are functions of distances between statistical observations in metric spaces. Distance covariance and distance correlation are dependency measures between random vectors introduced in [SRB07] with a simple E-statistic estimator.

This package offers functions for calculating several E-statistics such as:

  • estimator of the energy distance [SR13]

  • biased and unbiased estimators of distance covariance and distance correlation [SRB07]

  • estimators of the partial distance covariance and partial distance covariance [SR14]

python-empy 3.3.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: http://www.alcyone.com/software/empy/
Licenses: LGPL 2.1+
Build system: pyproject
Synopsis: Templating system for Python
Description:

EmPy is a system for embedding Python expressions and statements in template text; it takes an EmPy source file, processes it, and produces output. This is accomplished via expansions, which are special signals to the EmPy system and are set off by a special prefix (by default the at sign, @). EmPy can expand arbitrary Python expressions and statements in this way, as well as a variety of special forms. Textual data not explicitly delimited in this way is sent unaffected to the output, allowing Python to be used in effect as a markup language. Also supported are callbacks via hooks, recording and playback via diversions, and dynamic, chainable filters. The system is highly configurable via command line options and embedded commands.

python-sbpy 0.6.0
Propagated dependencies: python-astropy@7.2.0 python-numpy@2.3.1 python-ads@0.12.7 python-astroquery@0.4.11 python-ginga@5.5.1 python-photutils@2.3.0 python-pyyaml@6.0.2 python-scipy@1.16.3 python-synphot@1.6.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://sbpy.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python module for small-body planetary astronomy
Description:

sbpy is a package for small-body planetary astronomy. It is meant to supplement functionality provided by astropy with functions and methods that are frequently used in the context of planetary astronomy with a clear focus on asteroids and comets. Features:

  • observation planning tools tailored to moving objects

  • photometry models for resolved and unresolved observations

  • wrappers and tools for astrometry and orbit fitting

  • spectroscopy analysis tools and models for reflected solar light and emission from gas

  • cometary gas and dust coma simulation and analysis tools

  • asteroid thermal models for flux estimation and size/albedo estimation

  • image enhancement tools for comet comae and PSF subtraction tools

  • lightcurve and shape analysis tools

  • access tools for various databases for orbital and physical data, as well as ephemerides services

python-arcp 0.2.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://arcp.readthedocs.io/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Archive and Package URI parser and generator
Description:

arcp provides functions for creating arcp_ URIs, which can be used for identifying or parsing hypermedia files packaged in an archive or package, like a ZIP file. arcp URIs can be used to consume or reference hypermedia resources bundled inside a file archive or an application package, as well as to resolve URIs for archive resources within a programmatic framework. This URI scheme provides mechanisms to generate a unique base URI to represent the root of the archive, so that relative URI references in a bundled resource can be resolved within the archive without having to extract the archive content on the local file system. An arcp URI can be used for purposes of isolation (e.g. when consuming multiple archives), security constraints (avoiding "climb out" from the archive), or for externally identiyfing sub-resources referenced by hypermedia formats.

python-nose 1.5.5
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/mdmintz/pynose
Licenses: LGPL 2.0
Build system: pyproject
Synopsis: Unittest framework for Python
Description:

pynose is a maintained successor of deprecated nose unittest runner. Changes over nose:

  • fixes AttributeError: module 'collections' has no attribute 'Callable'

  • fixes AttributeError: module 'inspect' has no attribute 'getargspec'

  • fixes ImportError: cannot import name '_TextTestResult' from 'unittest'

  • fixes RuntimeWarning: TestResult has no addDuration method

  • fixes DeprecationWarning: pkg_resources is deprecated as an API

  • fixes all flake8 issues from the original nose

  • replaces the imp module with the newer importlib module

  • the default logging level now hides INFO logs for less noise

  • adds --capture-logs for hiding output from all logging levels

  • adds --logging-init to use logging.basicConfig(level)

  • the -s option is always active to see the output of print()

  • adds --capture-output for hiding the output of print()

  • adds --co as a shortcut to using --collect-only

python-hglib 2.6.2
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://www.mercurial-scm.org/wiki/PythonHglibs
Licenses: Expat
Build system: python
Synopsis: Mercurial Python library
Description:

Mercurial Python library.

python-ssdpy 0.4.1
Channel: yewscion
Location: cdr255/utils.scm (cdr255 utils)
Home page: https://github.com/MoshiBin/ssdpy
Licenses: Expat
Build system: python
Synopsis: Python SSDP library
Description:

Python SSDP library

python-assay 0.0.0-2.bb62d1f
Channel: ffab
Location: ffab/packages/python-check.scm (ffab packages python-check)
Home page: https://github.com/brandon-rhodes/assay
Licenses: Expat
Build system: python
Synopsis: Python testing framework
Description:

Simple Python testing framework

python-sgkit 0.10.0-1374138
Propagated dependencies: python-dask@2025.11.0 python-fsspec@2026.1.0 python-numba@0.62.1 python-numpy@2.3.1 python-pandas@2.3.3 python-scikit-learn@1.7.2 python-scipy@1.16.3 python-setuptools@80.9.0 python-typing-extensions@4.15.0 python-xarray@2025.12.0 python-zarr@2.18.7
Channel: guix-arg
Location: guix-arg/packages/python-extra.scm (guix-arg packages python-extra)
Home page: https://sgkit-dev.github.io/sgkit/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Statistical genetics toolkit
Description:

Statistical genetics toolkit.

python-pyesn 0.0.0-0.de294b6
Propagated dependencies: python-numpy@2.3.1
Channel: small-guix
Location: small-guix/packages/pyesn.scm (small-guix packages pyesn)
Home page: https://github.com/cknd/pyESN
Licenses: Expat
Build system: trivial
Synopsis: Python ESN implementation
Description:

Python ESN implementation.

python-tskit 1.0.3
Propagated dependencies: python-jsonschema@4.23.0 python-numpy@2.3.1
Channel: guix-arg
Location: guix-arg/packages/python-arg.scm (guix-arg packages python-arg)
Home page: https://tskit.dev/tskit
Licenses: Expat
Build system: pyproject
Synopsis: The tree sequence toolkit.
Description:

The tree sequence toolkit.

python-unsio 1.0.0rc3
Propagated dependencies: python-numpy@2.3.1 unsio@0-1.25e5246
Channel: vga
Location: vga/packages/unsio.scm (vga packages unsio)
Home page: https://projets.lam.fr/projects/unsio/wiki
Licenses:
Build system: python
Synopsis: A python wrapper to unsio
Description:

A python wrapper to unsio

python-taskw 2.0.0
Propagated dependencies: python-kitchen@1.2.6 python-dateutil@2.9.0 python-pytz@2025.1
Channel: cast
Location: cast/packages/python.scm (cast packages python)
Home page: http://github.com/ralphbean/taskw
Licenses: GPL 3
Build system: pyproject
Synopsis: Python bindings for your taskwarrior database
Description:

Python bindings for your taskwarrior database.

python-gofit 1.0.0
Dependencies: eigen@3.4.0
Channel: guix
Location: gnu/packages/physics.scm (gnu packages physics)
Home page: https://github.com/ralna/gofit
Licenses: Modified BSD
Build system: pyproject
Synopsis: GOFit: Global Optimization for Fitting problems
Description:

GOFit: Global Optimization for Fitting problems.

python-tszip 0.3.1
Propagated dependencies: python-humanize@4.14.0 python-numcodecs@0.13.1 python-numpy@2.3.1 python-tskit@1.0.3 python-zarr@2.18.7
Channel: guix-arg
Location: guix-arg/packages/python-arg.scm (guix-arg packages python-arg)
Home page: https://github.com/tskit-dev/tszip
Licenses: Expat
Build system: pyproject
Synopsis: Compression utilities for tree sequences
Description:

Compression utilities for tree sequences.

python-oauth 1.0.1
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: http://code.google.com/p/oauth
Licenses: Expat
Build system: python
Synopsis: Library for OAuth version 1.0a
Description:

Library for OAuth version 1.0a.

python-twtxt 1.3.1
Propagated dependencies: python-aiohttp@3.11.18 python-click@8.1.8 python-dateutil@2.9.0 python-humanize@3.8.0
Channel: yewscion
Location: cdr255/utils.scm (cdr255 utils)
Home page: https://github.com/buckket/twtxt
Licenses: Expat
Build system: python
Synopsis: Decentralised, minimalist microblogging service for hackers.
Description:

Decentralised, minimalist microblogging service for hackers.

python-black 25.1.0
Propagated dependencies: python-aiohttp@3.11.18 python-click@8.1.8 python-mypy-extensions@1.1.0 python-packaging@25.0 python-pathspec@0.12.1 python-platformdirs@4.3.6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/psf/black
Licenses: Expat
Build system: pyproject
Synopsis: The uncompromising code formatter
Description:

Black is the uncompromising Python code formatter.

python-sparg 2.0.0
Propagated dependencies: python-ipywidgets@8.1.4 python-matplotlib@3.10.8 python-numpy@2.3.1 python-pandas@2.3.3 python-scipy@1.16.3 python-sympy@1.13.3 python-tqdm@4.67.1 python-tskit@1.0.3
Channel: guix-arg
Location: guix-arg/packages/python-arg.scm (guix-arg packages python-arg)
Home page: https://github.com/osmond-lab/sparg
Licenses: GPL 3
Build system: pyproject
Synopsis: Spatial inference from ancestral recombination graphs
Description:

Spatial inference from ancestral recombination graphs

python-pyro5 5.12
Propagated dependencies: python-serpent@1.41
Channel: panther
Location: px/packages/python-xyz.scm (px packages python-xyz)
Home page: https://github.com/irmen/Pyro5
Licenses: Expat
Build system: python
Synopsis: Remote object communication library, fifth major version
Description:

Remote object communication library, fifth major version

python-stcal 1.17.0
Propagated dependencies: python-asdf@5.1.0 python-astropy@7.2.0 python-astropy-healpix@1.1.3 python-drizzle@2.2.0 python-gwcs@1.0.3 python-numpy@2.3.1 python-pyarrow@23.0.1 python-requests@2.32.5 python-scikit-image@0.26.0 python-scipy@1.16.3 python-shapely@2.1.1 python-spherical-geometry@1.3.5 python-stsci-imagestats@1.8.4 python-tweakwcs@0.8.12
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/spacetelescope/stcal
Licenses: Modified BSD
Build system: pyproject
Synopsis: STScI tools and algorithms used in calibration pipelines
Description:

STScI tools and algorithms used in calibration pipelines.

python-mcfit 0.0.22-0.be3a5cf
Propagated dependencies: python-mpmath@1.3.0 python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/eelregit/mcfit
Licenses: GPL 3+
Build system: pyproject
Synopsis: Multiplicatively convolutional fast integral transforms
Description:

This package provides multiplicatively convolutional fast integral transforms.

python2-cffi 1.15.1
Dependencies: libffi@3.4.6 libxcrypt@4.4.38
Propagated dependencies: python2-pycparser@2.18
Channel: guix
Location: gnu/packages/pypy.scm (gnu packages pypy)
Home page: https://cffi.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Foreign function interface for Python
Description:

Foreign Function Interface for Python calling C code.

Page: 11314151617179
Total packages: 4277