_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-asdf-transform-schemas 0.6.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/asdf-format/asdf-transform-schemas
Licenses: Modified BSD
Build system: pyproject
Synopsis: ASDF schemas for transforms
Description:

This package provides ASDF schemas for validating transform tags. Users should not need to install this directly; instead, install an implementation package such as asdf-astropy.

python-hatch-argparse-manpage 1.0.0
Propagated dependencies: python-argparse-manpage@4.7 python-rich@13.7.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/damonlynch/hatch-argparse-manpage
Licenses: GPL 3+
Build system: pyproject
Synopsis: Hatch build hook plugin to generate manual pages
Description:

This package provides a build hook plugin for Hatch to automatically bs generate a manual page from an ArgumentParser object, using argparse-manpage by Pavel Raiskup.

python-sphinx-bootstrap-theme 0.8.1
Channel: ffab
Location: ffab/packages/sphinx.scm (ffab packages sphinx)
Home page: https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html
Licenses: Expat
Build system: python
Synopsis: Sphinx Bootstrap Theme.
Description:

This Sphinx theme integrates the Bootstrap CSS / JavaScript framework with various layout options, hierarchical menu navigation, and mobile-friendly responsive design. It is configurable, extensible, and can use any number of different Bootswatch CSS themes

python-openapi-spec-validator 0.7.1
Propagated dependencies: python-jsonschema@4.23.0 python-jsonschema-path@0.3.2 python-lazy-object-proxy@1.11.0 python-openapi-schema-validator@0.6.2 python-pyyaml@6.0.2 python-requests@2.32.5 python-setuptools@80.9.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/p1c2u/openapi-spec-validator
Licenses: ASL 2.0
Build system: pyproject
Synopsis: OpenAPI spec validator
Description:

OpenAPI Spec Validator is a Python library that validates an OpenAPI specification against the OpenAPI 2.0 (also known as Swagger), OpenAPI 3.0 and OpenAPI 3.1 specifications. The validator aims to check for full compliance with the specification.

python2-contextlib2-bootstrap 0.6.0.post1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://contextlib2.readthedocs.org/
Licenses: Python Software Foundation License
Build system: python
Synopsis: Tools for decorators and context managers
Description:

This module is primarily a backport of the Python 3.2 contextlib to earlier Python versions. Like contextlib, it provides utilities for common tasks involving decorators and context managers. It also contains additional features that are not part of the standard library.

python-tensorflow-probability 0.22.1
Dependencies: python-wrapper@3.11.14
Propagated dependencies: python-absl-py@2.3.1 python-cloudpickle@3.1.0 python-decorator@5.2.1 python-dm-tree@0.1.9 python-jax@0.4.28 python-jaxlib@0.4.28 python-gast@0.6.0 python-numpy@1.26.4 python-six@1.17.0 python-typing-extensions@4.15.0 python-tensorflow@2.20.0
Channel: guix-science
Location: guix-science/packages/python.scm (guix-science packages python)
Home page: https://github.com/tensorflow/probability
Licenses: ASL 2.0
Build system: bazel
Synopsis: Probabilistic reasoning and statistical analysis in TensorFlow
Description:

TensorFlow Probability is a library for probabilistic reasoning and statistical analysis in TensorFlow. As part of the TensorFlow ecosystem, TensorFlow Probability provides integration of probabilistic methods with deep networks, gradient-based inference via automatic differentiation, and scalability to large datasets and models via hardware acceleration (e.g., GPUs) and distributed computation.

python-tensorflow-with-cuda11 2.20.0
Dependencies: tensorflow-with-cuda11@2.20.0
Propagated dependencies: python-absl-py@2.3.1 python-cachetools@6.1.0 python-certifi@2025.06.15 python-charset-normalizer@3.4.2 python-flatbuffers@24.12.23 python-gast@0.6.0 python-google-pasta@0.2.0 python-grpcio@1.52.0 python-h5py@3.13.0 python-idna@3.10 python-jax@0.4.28 python-markdown@3.10 python-markupsafe@3.0.2 python-ml-dtypes@0.5.3 python-numpy@1.26.4 python-oauthlib@3.3.1 python-opt-einsum@3.3.0 python-packaging@25.0 python-portpicker@1.6.0 python-protobuf-for-tensorflow-2@4.21.9 python-psutil@7.0.0 python-pyasn1@0.6.1 python-requests@2.32.5 python-requests-oauthlib@2.0.0 python-rsa@4.9.1 python-scipy@1.12.0 python-six@1.17.0 python-termcolor@2.5.0 python-typing-extensions@4.15.0 python-urllib3@2.5.0 python-werkzeug@3.1.3 python-wrapt@1.17.0 python-clang@13.0.1 python-keras@3.13.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/machine-learning.scm (guix-science-nonfree packages machine-learning)
Home page: https://tensorflow.org
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Machine learning framework
Description:

TensorFlow is a flexible platform for building and training machine learning models. It provides a library for high performance numerical computation and includes high level Python APIs, including both a sequential API for beginners that allows users to build models quickly by plugging together building blocks and a subclassing API with an imperative style for advanced research.

python-concurrent-log-handler 0.9.25
Propagated dependencies: python-portalocker@2.7.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Preston-Landers/concurrent-log-handler
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Additional log handler for Python's standard @code{logging} package
Description:

This package provides an additional log handler for Python's standard logging package (PEP 282). This handler will write log events to a log file which is rotated when the log file reaches a certain size. Multiple processes can safely write to the same log file concurrently and rotated logs can be gzipped if desired. An optional threaded queue logging handler is provided to perform logging in the background.

python-swh.objstorage.replayer 1.0.0
Propagated dependencies: python-redis@5.2.0 python-swh.core@2.4.0 python-swh.journal@1.0.0 python-swh.objstorage@1.0.5
Channel: rrr
Location: rrr/packages/softwareheritage.scm (rrr packages softwareheritage)
Home page: https://forge.softwareheritage.org/diffusion/swh-objstorage-replayer
Licenses: GPL 3+
Build system: python
Synopsis: Software Heritage content replayer
Description:

Software Heritage content replayer.

python-sphinxcontrib-applehelp 2.0.0
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/sphinx-doc/sphinxcontrib-applehelp
Licenses: FreeBSD
Build system: pyproject
Synopsis: Sphinx extension for creating Apple help books
Description:

sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help books.

python-ipython-pygments-lexers 1.1.1
Propagated dependencies: python-pygments@2.19.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ipython/ipython-pygments-lexers/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Plugin for IPython code sessions
Description:

This package defines a variety of Pygments lexers for highlighting IPython code.

python-zope-security-bootstrap 7.3
Propagated dependencies: python-zope-i18nmessageid@7.0 python-zope-interface@7.2 python-zope-proxy-bootstrap@7.0 python-zope-schema@7.0.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://zopesecurity.readthedocs.io
Licenses: Zope Public License 2.1
Build system: pyproject
Synopsis: Zope security framework
Description:

Zope.security provides a generic mechanism to implement security policies on Python objects.

python-multiprocessing-on-dill 3.5.0a4
Propagated dependencies: python-dill@0.4.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/sixty-north/multiprocessing_on_dill
Licenses: Python Software Foundation License
Build system: pyproject
Synopsis: Multiprocessing using dill instead of pickle
Description:

This package provides a friendly fork of multiprocessing which uses dill instead of pickle.

python-django-override-storage 0.3.2
Propagated dependencies: python-django@5.2.8
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/danifus/django-override-storage
Licenses: Expat
Build system: pyproject
Synopsis: Django test helpers to manage file storage side effects
Description:

This project provides tools to help reduce the side effects of using FileFields during tests.

python-zope-location-bootstrap 6.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://zopelocation.readthedocs.io
Licenses: Zope Public License 2.1
Build system: pyproject
Synopsis: Zope location library
Description:

Zope.location implements the concept of "locations" in Zope3, which are are special objects that have a structural location.

python-conda-package-streaming 0.12.0
Propagated dependencies: python-requests@2.32.5 python-zstandard@0.23.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://conda.github.io/conda-package-streaming/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Conda formats (@code{.conda}, @code{.tar.bz2}) reader library
Description:

This package provides an efficient library to read from new and old format .conda and .tar.bz2 conda packages.

python-robotframework-requests 0.9.7
Propagated dependencies: python-requests@2.32.5 python-robotframework@7.3.2
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/MarketSquare/robotframework-requests
Licenses: Expat
Build system: pyproject
Synopsis: Robot Framework keyword library wrapper around requests
Description:

RequestsLibrary is a Robot Framework library aimed to provide HTTP API testing functionalities by wrapping the requests Python library.

python-ecmwf-datastores-client 0.4.2
Propagated dependencies: python-attrs@25.3.0 python-multiurl@0.3.7 python-requests@2.32.5 python-typing-extensions@4.15.0
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://ecmwf.github.io/ecmwf-datastores-client/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python client for the ECMWF Data Stores Service
Description:

This package provides programmatic access to the CDS, ADS and EWDS data catalogues from the ECMWF.

python-multiprocessing-logging 0.3.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jruere/multiprocessing-logging
Licenses: LGPL 3+
Build system: pyproject
Synopsis: Manage logs from multiple processes
Description:

This Python module implements a multiprocessing-aware Handler that, when set on the root Logger, will tunnel log records to the main process so that they are handled correctly.

python-hatch-fancy-pypi-readme 25.1.0
Propagated dependencies: python-hatchling@1.27.0 python-tomli@2.2.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/hynek/hatch-fancy-pypi-readme
Licenses: Expat
Build system: pyproject
Synopsis: Fancy PyPI READMEs with Hatch
Description:

This hatch plugin allows defining a project description in terms of concatenated fragments that are based on static strings, files and parts of files defined using cut-off points or regular expressions.

python-tensorboard-data-server 0.7.2
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/machine-learning.scm (guix-science-nonfree packages machine-learning)
Home page: https://www.tensorflow.org
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Fast data loading for TensorBoard
Description:

The Tensorboard Data Server is the backend component of TensorBoard that efficiently processes and serves log data. It improves TensorBoard's performance by handling large-scale event files asynchronously, enabling faster data loading and reduced memory usage.

python-online-judge-api-client 10.10.1-0.615c345
Propagated dependencies: python-appdirs@1.4.4 python-beautifulsoup4@4.14.3 python-colorlog@6.9.0 python-lxml@6.0.1 python-requests@2.32.5 python-toml@0.10.2 python-jsonschema@4.23.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/online-judge-tools/api-client
Licenses: Expat
Build system: pyproject
Synopsis: API client for various online judges
Description:

This is an API client for various online judges, used as the backend library of oj command. You can use the Python library (onlinejudge module) and the command-line interface (oj-api command) which talks JSON compatible with jmerle/competitive-companion.

python-django-contrib-comments 2.2.0
Propagated dependencies: python-django-4@4.2.27
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/django/django-contrib-comments
Licenses: Modified BSD
Build system: pyproject
Synopsis: Comments framework
Description:

Django used to include a comments framework; since Django 1.6 it's been separated to a separate project. This is that project. This framework can be used to attach comments to any model, so you can use it for comments on blog entries, photos, book chapters, or anything else.

python-pytest-textual-snapshot 1.1.0
Propagated dependencies: python-jinja2@3.1.2 python-rich@13.7.1 python-syrupy@5.0.0 python-textual@3.5.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/Textualize/pytest-textual-snapshot
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin for snapshot testing Textual applications
Description:

This package implements a functionality to save an SVG screenshot of a running Textual app to disk. The next time the test runs, it takes another screenshot and compares it to the saved one. If the new screenshot differs from the old one, the test fails. This is a convenient way to quickly and automatically detect visual regressions in your applications.

Total results: 4228