_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pytest-postgresql 3.1.2
Propagated dependencies: python-mirakuru@2.4.2 python-port-for@0.6.2 python-pytest@8.3.3
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/ClearcodeHQ/pytest-postgresql
Licenses: LGPL 3
Synopsis: Postgresql fixtures and fixture factories for Pytest.
Description:

This is a pytest plugin, that enables you to test your code that relies on a running PostgreSQL Database. It allows you to specify fixtures for PostgreSQL process and client.

python-random-user-agent 1.0.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/Luqman-Ud-Din/random_user_agent
Licenses: Expat
Synopsis: List of user agents
Description:

This package provides a list of user agents, from a collection of more than 326,000 known user-agents. Users can pick a random one, or select one based on filters.

python-itanium-demangler 1.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/whitequark/python-itanium_demangler/
Licenses: Zero-Clause BSD
Synopsis: Pure Python Itanium C++ ABI demangler
Description:

This Python module provides an implementation of the Itanium C++ ABI symbol mangling language. The demangler generates an abstract syntax tree from mangled symbols, which can be used for directly extracting type information.

python-pytest-dependency 0.5.1
Propagated dependencies: python-pytest@8.3.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/RKrahl/pytest-dependency
Licenses: ASL 2.0
Synopsis: Manage dependencies of tests
Description:

This pytest plugin manages dependencies of tests. It allows to mark some tests as dependent from other tests. These tests will then be skipped if any of the dependencies did fail or has been skipped.

python-extension-helpers 1.2.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://extension-helpers.readthedocs.io
Licenses: Modified BSD
Synopsis: Astropy ecosystem utilities for building and installing packages
Description:

The extension-helpers package includes convenience helpers to assist with building Python packages with compiled C/Cython extensions. It is developed by the Astropy project but is intended to be general and usable by any Python package.

python-simplify-polyline 0.1.0
Propagated dependencies: python-numpy@1.26.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ShayHill/simplify_polyline
Licenses: Expat
Synopsis: Simplify an open or closed polyline
Description:

This package implements functionality to work with plyline. Features:

  • Visvalingham-Whyatt - removes the smallest triangles formed by three consecutive points in a polyline or polygon

  • Douglas-Peucker - gives a better representation of the convex hull

python-jupyterlab-server 2.27.1
Propagated dependencies: python-babel@2.16.0 python-importlib-metadata@5.2.0 python-jinja2@3.1.2 python-json5@0.9.25 python-jsonschema@4.23.0 python-jupyter-server@2.14.0 python-packaging@24.2 python-requests@2.31.0
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://jupyter.org
Licenses: Modified BSD
Synopsis: Server components for JupyterLab applications
Description:

JupyterLab Server sits between JupyterLab and Jupyter Server, and provides a set of REST API handlers and utilities that are used by JupyterLab. It is a separate project in order to accommodate creating JupyterLab-like applications from a more limited scope.

python-prometheus-client 0.20.0
Channel: guix
Location: gnu/packages/monitoring.scm (gnu packages monitoring)
Home page: https://github.com/prometheus/client_python
Licenses: ASL 2.0
Synopsis: Python client for the Prometheus monitoring system
Description:

The prometheus_client package supports exposing metrics from software written in Python, so that they can be scraped by a Prometheus service.

Metrics can be exposed through a standalone web server, or through Twisted, WSGI and the node exporter textfile collector.

python-django-url-filter 0.3.15
Propagated dependencies: python-cached-property@2.0.1 python-django@4.2.16 python-six@1.16.0
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/miki725/django-url-filter
Licenses: Expat
Synopsis: Filter data via human-friendly URLs
Description:

The main goal of Django URL Filter is to provide an easy URL interface for filtering data. It allows the user to safely filter by model attributes and also specify the lookup type for each filter (very much like Django's filtering system in ORM).

python-yt-astro-analysis 1.1.3
Propagated dependencies: python-h5py@3.13.0 python-numpy@1.26.2 python-packaging@24.2 python-yt@4.4.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/yt-project/yt_astro_analysis
Licenses: Modified BSD LGPL 3
Synopsis: YT astrophysical analysis modules
Description:

This package provides an yt extension package for astrophysical analysis. This package contains functionality for:

  • halo finding and analysis

  • lightcones

  • planning cosmological simulations for making lightcones and lightrays

  • exporting to the RADMC-3D radiation transport code

  • creating PPV FITS cubes

python-pip-run-bootstrap 8.8.0
Propagated dependencies: python-autocommand@2.2.1 python-path-bootstrap@17.1.0 python-packaging@24.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jaraco/pip-run
Licenses: Expat
Synopsis: Dynamic dependency loader for Python
Description:

The pip-run command provides on-demand temporary package installation for a single interpreter run. It replaces this series of commands:

$ virtualenv --python pythonX.X --system-site-packages /tmp/env
$ /tmp/env/bin/pip install pkg1 pkg2 -r reqs.txt
$ /tmp/env/bin/python ...
$ rm -rf /tmp/env
python-sphinx-automodapi 0.14.1
Propagated dependencies: python-sphinx@6.2.1
Channel: ffab
Location: ffab/packages/sphinx.scm (ffab packages sphinx)
Home page: https://github.com/astropy/sphinx-automodapi
Licenses: Modified BSD
Synopsis: Sphinx extension for auto-generating API documentation for entire modules
Description:

This is a Sphinx extension to automatically generate API pages for whole modules. It was originally developed for the Astropy project but is now available as a standalone package since it can be used for any other package. The documentation can be found on ReadTheDocs

python-fonttools-minimal 4.39.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/fonttools/fonttools
Licenses: Expat
Synopsis: Tools to manipulate font files
Description:

FontTools/TTX is a library to manipulate font files from Python. It supports reading and writing of TrueType/OpenType fonts, reading and writing of AFM files, reading (and partially writing) of PS Type 1 fonts. The package also contains a tool called “TTX” which converts TrueType/OpenType fonts to and from an XML-based format.

python-typing-extensions 4.12.2
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/python/typing_extensions
Licenses: Python Software Foundation License
Synopsis: Experimental type hints for Python
Description:

The typing_extensions module contains additional typing hints not yet present in the of the typing standard library. Included are implementations of:

  1. ClassVar

  2. ContextManager

  3. Counter

  4. DefaultDict

  5. Deque

  6. NewType

  7. NoReturn

  8. overload

  9. Protocol

  10. runtime

  11. Text

  12. Type

  13. TYPE_CHECKING

  14. AsyncGenerator

python-scikit-build-core 0.11.2
Propagated dependencies: python-exceptiongroup@1.1.1 python-importlib-metadata@5.2.0 python-importlib-resources@5.12.0 python-packaging@24.2 python-pathspec@0.11.1 python-tomli@2.1.0 python-typing-extensions@4.12.2
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/scikit-build/scikit-build-core
Licenses: ASL 2.0
Synopsis: Build backend for CMake based projects
Description:

Scikit-build-core is a build backend for Python that uses CMake to build extension modules. It has a simple yet powerful static configuration system in pyproject.toml, and supports almost unlimited flexibility via CMake. It was initially developed to support the demanding needs of scientific users, but can build any sort of package that uses CMake.

python-pytest-subprocess 1.5.0
Channel: ffab
Location: ffab/packages/check.scm (ffab packages check)
Home page: https://github.com/aklajnert/pytest-subprocess
Licenses: Expat
Synopsis: Pytest plugin to fake subprocess
Description:

This package provides a plugin to fake subprocess for pytest. The plugin adds the fake_process fixture (and fp as an alias). It can be used it to register subprocess results so you won't need to rely on the real processes. The plugin hooks on the subprocess.Popen(), which is the base for other subprocess functions. That makes the subprocess.run(),subprocess.call(), subprocess.check_call() and subprocess.check_output() methods also functional.

python-astropy-iers-data 0.2025.6.16.0.38.47
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://docs.astropy.org/en/latest/utils/iers.html
Licenses: Modified BSD
Synopsis: IERS Earth Rotation and Leap Second tables for Astropy core
Description:

The iers package provides access to the tables provided by the International Earth Rotation and Reference Systems service, in particular the Earth Orientation data allowing interpolation of published UT1-UTC and polar motion values for given times. The UT1-UTC values are used in Time and Dates (astropy.time) to provide UT1 values, and the polar motions are used in astropy.coordinates to determine Earth orientation for celestial-to-terrestrial coordinate transformations.

python-avocado-framework 96.0
Dependencies: bash-minimal@5.1.16 coreutils-minimal@9.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://avocado-framework.github.io/
Licenses: GPL 2
Synopsis: Tools and libraries to help with automated testing
Description:

Avocado is a set of tools and libraries to help with automated testing, i.e. a test framework. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test. The following output formats are supported:

xUnit

an XML format that contains test results in a structured form, and are used by other test automation projects, such as Jenkins.

JSON

a widely used data exchange format. The JSON Avocado plugin outputs job information, similarly to the xunit output plugin.

TAP

Provides the basic TAP (Test Anything Protocol) results. Unlike most existing Avocado machine readable outputs this one is streamlined (per test results).

python-country-converter 1.2
Propagated dependencies: python-pandas@2.2.3
Channel: guix
Location: gnu/packages/iso-codes.scm (gnu packages iso-codes)
Home page: https://github.com/IndEcol/country_converter
Licenses: GPL 3
Synopsis: Auto conversion from different country name standards
Description:

The country converter (coco) automates the conversion from different standards and version of country names. Internally, coco is based on a table specifying the different ISO and UN standards per country together with the official name and a regular expression which aim to match all English versions of a specific country name. In addition, coco includes classification based on UN-, EU-, OECD-membership, UN regions specifications, continents and various MRIO and IAM databases.

Supported classification schemas: APEC, BASIC, BRIC, CC41, CIS, Cecilia 2050 classification, DACcode, EEA membership, EU membership, EXIOBASE 1 classification, EXIOBASE 2 classification, EXIOBASE 3 classification, Eora, FAOcode, G20, G7, GBDcode, GWcode, IEA, IMAGE, IOC ISO 3166-1 alpha-2, ISO 3166-1 alpha-3, ISO 3166-1 numeric, MESSAGE 11-region classification, OECD membership, REMIND, Schengen region, UN membership, UN numeric code, UN region, WIOD classification, ccTLD.

python-django-picklefield 3.2.0
Propagated dependencies: python-django@4.2.16
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/gintas/django-picklefield
Licenses: Expat
Synopsis: Pickled object field for Django
Description:

Pickled object field for Django

python-opentype-sanitizer 8.2.1
Dependencies: opentype-sanitizer@8.2.1
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/googlefonts/ots-python
Licenses: Modified BSD
Synopsis: Python wrapper for OpenType Sanitizer
Description:

Python wrapper for the OpenType Sanitizer library.

python-zope.i18nmessageid 5.0.1
Propagated dependencies: python-setuptools@67.6.1 python-six@1.16.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/zope.i18nmessageid
Licenses: Zope Public License 2.1
Synopsis: Message Identifiers for internationalization
Description:

This package provides message Identifiers for internationalization.

python-widgetsnbextension 4.0.10
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://ipython.org
Licenses: Modified BSD
Synopsis: IPython HTML widgets for Jupyter
Description:

This package provides interactive HTML widgets for Jupyter notebooks.

python-zope.configuration 4.4.1
Propagated dependencies: python-setuptools@67.6.1 python-zope.i18nmessageid@5.0.1 python-zope.interface@5.4.0 python-zope.schema@6.2.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/zope.configuration
Licenses: Zope Public License 2.1
Synopsis: Zope Configuration Markup Language (ZCML)
Description:

Extensible system for supporting various kinds of configurations.

Total results: 3782