_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-booleanoperations 0.9.0
Propagated dependencies: python-fonttools-minimal@4.59.2 python-pyclipper@1.3.0.post6
Channel: guix
Location: gnu/packages/graphics.scm (gnu packages graphics)
Home page: https://github.com/typemytype/booleanOperations
Licenses: Expat
Build system: pyproject
Synopsis: Boolean operations on paths
Description:

Boolean operations on paths which uses a super fast polygon clipper library by Angus Johnson.

python-abjad-ext-rmakers 3.19
Propagated dependencies: python-abjad@3.19
Channel: guix
Location: gnu/packages/music.scm (gnu packages music)
Home page: https://abjad.github.io
Licenses: Expat
Build system: pyproject
Synopsis: Abjad rhythm-maker extension package
Description:

abjad-ext-rmakers includes a collection of classes for creating and and manipulating rhythms such as accelerandi, taleas, and more.

python-dependency-groups 1.3.1
Propagated dependencies: python-packaging@25.0 python-tomli@2.2.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://dependency-groups.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Tools and library for resolving PEP 735 Dependency Group data
Description:

This package provides a library which is able to parse dependency groups (PEP 735), following includes, and provide that data as output.

python-unique-log-filter 0.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/twizmwazin/unique_log_filter
Licenses: FreeBSD
Build system: pyproject
Synopsis: Log filter that removes duplicate log messages
Description:

This library provides a filter for the logging module from the Python standard library which allows removing duplicate log messages.

python-category-encoders 2.9.0
Propagated dependencies: python-numpy@1.26.4 python-pandas@2.2.3 python-patsy@1.0.1 python-scikit-learn@1.7.0 python-scipy@1.12.0 python-statsmodels@0.14.4
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: http://contrib.scikit-learn.org/category_encoders/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Categorical variable encoders compatible with scikit-learn
Description:

This package provides a set of scikit-learn-style transformers for encoding categorical variables into numeric by means of different techniques.

python-requests-oauthlib 2.0.0
Propagated dependencies: python-oauthlib@3.3.1 python-requests@2.32.5
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/requests/requests-oauthlib
Licenses: ISC
Build system: pyproject
Synopsis: OAuthlib authentication support for Requests
Description:

Requests-OAuthlib uses the Python Requests and OAuthlib libraries to provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients.

python-universal-pathlib 0.2.6
Propagated dependencies: python-fsspec@2025.9.0 python-pathlib-abc@0.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/fsspec/universal_pathlib
Licenses: Expat
Build system: pyproject
Synopsis: @code{pathlib} API extended to use @code{fsspec} backends
Description:

Universal Pathlib is a Python library that extends the pathlib.Path API to support a variety of backend filesystems via filesystem_spec.

python-jupyter-packaging 0.12.0
Propagated dependencies: python-deprecation@2.1.0 python-packaging@25.0 python-setuptools@80.9.0 python-tomlkit@0.13.3 python-wheel@0.46.1
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://jupyter.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: Jupyter packaging utilities
Description:

This package provides tools to help build and install Jupyter Python packages that require a pre-build step that may include JavaScript build steps.

python-pytest-remotedata 0.4.1
Propagated dependencies: python-packaging@25.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/astropy/pytest-remotedata
Licenses: Modified BSD
Build system: pyproject
Synopsis: Pytest plugin for controlling remote data access
Description:

This package provides a plugin for the Pytest framework that allows developers to control unit tests that require access to data from the internet.

python-django-compressor 4.5.1
Propagated dependencies: python-django@5.2.8 python-django-appconf@1.1.0 python-django-sekizai@4.1.0 python-rcssmin@1.2.0 python-rjsmin@1.2.3
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://django-compressor.readthedocs.io/en/latest/
Licenses: Expat
Build system: pyproject
Synopsis: Compress linked and inline JavaScript or CSS into single cached files
Description:

Django Compressor combines and compresses linked and inline Javascript or CSS in a Django templates into cacheable static files by using the compress template tag.

python-lazy-object-proxy 1.11.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ionelmc/python-lazy-object-proxy
Licenses: FreeBSD
Build system: pyproject
Synopsis: Lazy object proxy for Python
Description:

Lazy object proxy is an object that wraps a callable but defers the call until the object is actually required, and caches the result of said call.

python-pytest-postgresql 3.1.2
Propagated dependencies: python-mirakuru@2.4.2 python-port-for@0.6.2 python-pytest@8.4.1
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/ClearcodeHQ/pytest-postgresql
Licenses: LGPL 3
Build system: python
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
Build system: python
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
Build system: pyproject
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-elastic-transport 9.1.0
Propagated dependencies: python-certifi@2025.06.15 python-urllib3@2.5.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/elastic/elastic-transport-python
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Common library for Python Elastic client libraries
Description:

This library was lifted from elasticsearch-py and then transformed to be used across all Elastic services rather than only Elasticsearch. It provides transport classes and utilities shared among Python Elastic client libraries.

python-pytest-dependency 0.6.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/RKrahl/pytest-dependency
Licenses: ASL 2.0
Build system: pyproject
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.4.0
Propagated dependencies: python-setuptools@80.9.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://extension-helpers.readthedocs.io
Licenses: Modified BSD
Build system: pyproject
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.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ShayHill/simplify_polyline
Licenses: Expat
Build system: pyproject
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@8.7.0 python-jinja2@3.1.2 python-json5@0.9.25 python-jsonschema@4.23.0 python-jupyter-server@2.14.0 python-packaging@25.0 python-requests@2.32.5
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://jupyter.org
Licenses: Modified BSD
Build system: pyproject
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-coherent-licensed 0.5.2
Channel: rosenthal
Location: rosenthal/packages/python-xyz.scm (rosenthal packages python-xyz)
Home page: https://pypi.org/project/coherent.licensed/
Licenses: Expat
Build system: pyproject
Synopsis: License management tooling
Description:

This library was built for coherent.build and skeleton projects to inject a license file at build time to reflect the license declared in the license expression.

python-prometheus-client 0.22.1
Channel: guix
Location: gnu/packages/monitoring.scm (gnu packages monitoring)
Home page: https://github.com/prometheus/client_python
Licenses: ASL 2.0
Build system: pyproject
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-jgart-giturlparse 20211107-0.719f4c8
Channel: gn-bioinformatics
Location: gn/packages/binderlite.scm (gn packages binderlite)
Home page: https://github.com/nephila/giturlparse
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Git URL parsing module
Description:

Provides an updated clean_data function for the github platform. See https://github.com/nephila/giturlparse/pull/41. binderlite will be rewritten in Common Lisp. If we stay with Python I recommend switching this library out for python-furl or similar.

python-django-url-filter 0.3.15
Propagated dependencies: python-cached-property@2.0.1 python-django@5.2.8 python-six@1.17.0
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/miki725/django-url-filter
Licenses: Expat
Build system: pyproject
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).

Total results: 4157