_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-translationstring 1.3
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://docs.pylonsproject.org/projects/translationstring
Licenses: Repoze
Synopsis: Internationalization tooling for the Pylons project
Description:

This package provides a library used by various Pylons project packages for internationalization (i18n) duties related to translation.

python-pydantic-settings 2.7.1
Propagated dependencies: python-dotenv@1.1.1 python-pydantic@2.10.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://docs.pydantic.dev/latest/usage/pydantic_settings/
Licenses: Expat
Synopsis: Settings management using Pydantic
Description:

Pydantic Settings provides optional Pydantic features for loading a settings or config class from environment variables or secrets files.

python2-pluggy-bootstrap 0.13.1
Propagated dependencies: python2-importlib-metadata-bootstrap@1.5.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pypi.org/project/pluggy/
Licenses: Expat
Synopsis: Plugin and hook calling mechanism for Python
Description:

Pluggy is an extraction of the plugin manager as used by Pytest but stripped of Pytest specific details.

python-backports-strenum 1.3.1
Channel: guix
Location: gnu/packages/emulators.scm (gnu packages emulators)
Home page: https://github.com/clbarnes/backports.strenum
Licenses: Expat
Synopsis: Backport of additions to the 'strenum' module
Description:

Provides a backport of Python's StrEnum class which was introduced in Python 3.11 for Python >=3.8.6.

python-flake8-deprecated 2.2.1
Propagated dependencies: python-flake8@7.1.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/gforcada/flake8-deprecated
Licenses: GPL 2
Synopsis: Warns about deprecated method calls in Python
Description:

This flake8 plugin helps you keep up with method deprecations by providing hints about what deprecated methods should be replaced with.

python-google-cloud-core 2.3.0
Propagated dependencies: python-google-api-core@2.7.3 python-google-auth@2.40.3
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/googleapis/python-cloud-core
Licenses: ASL 2.0
Synopsis: Google Cloud API client core library
Description:

This library defines common helpers (e.g. base Client classes) used by all of the google-cloud-* packages.

python-tornado-http-auth 1.1.1
Propagated dependencies: python-tornado@5.1.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/gvalkov/tornado-http-auth
Licenses: ASL 2.0
Synopsis: Digest and basic authentication module for Tornado
Description:

Provides support for adding authentication to services using the Tornado web framework, either via the basic or digest authentication schemes.

python-translate-toolkit 3.15.6
Propagated dependencies: python-cwcwidth@0.1.10 python-cheroot@10.0.1 python-iniparse@0.5.1 python-lxml@6.0.1 python-mistletoe@1.3.0 python-phply@1.2.6 python-pyparsing@3.2.3 python-ruamel.yaml@0.18.14 python-vobject@0.9.9
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://toolkit.translatehouse.org
Licenses: GPL 2+
Synopsis: Tools and API for translation and localization engineering
Description:

Tools and API for translation and localization engineering. It contains several utilities, as well as an API for building localization tools.

python-translate-toolkit 3.6.2
Propagated dependencies: python-cwcwidth@0.1.10 python-cheroot@10.0.1 python-iniparse@0.5.1 python-lxml@6.0.1 python-mistletoe@1.3.0 python-phply@1.2.6 python-pyparsing@3.2.3 python-ruamel.yaml@0.18.14 python-vobject@0.9.9
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://toolkit.translatehouse.org
Licenses: GPL 2+
Synopsis: Tools and API for translation and localization engineering
Description:

Tools and API for translation and localization engineering. It contains several utilities, as well as an API for building localization tools.

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
Synopsis: Boolean operations on paths
Description:

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

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
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-requests-oauthlib 1.2.0
Propagated dependencies: python-oauthlib@3.1.0 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
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
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
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
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.7 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
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
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
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-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
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.5.1
Propagated dependencies: python-pytest@8.4.1
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.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
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.

Total results: 4007