_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-scikit-learn-extra 0.3.0-1.0f95d8d
Propagated dependencies: python-numpy@1.26.2 python-scikit-learn@1.6.1 python-scipy@1.12.0 python-packaging@24.2
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/scikit-learn-contrib/scikit-learn-extra
Licenses: Modified BSD
Synopsis: Set of tools for scikit-learn
Description:

This package provides a Python module for machine learning that extends scikit-learn. It includes algorithms that are useful but do not satisfy the scikit-learn inclusion criteria, for instance due to their novelty or lower citation number.

python-xarray-dataclasses 1.7.0
Propagated dependencies: python-numpy@1.26.2 python-typing-extensions@4.12.2 python-xarray@2023.12.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/astropenguin/xarray-dataclasses/
Licenses: Expat
Synopsis: Data creation made easy by dataclass
Description:

xarray-dataclasses is a Python package that makes it easy to create xarray's DataArray and Datase objects that are "typed" (i.e. fixed dimensions, data type, coordinates, attributes, and name) using the Python's dataclass.

python-charset-normalizer 3.4.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ousret/charset_normalizer
Licenses: Expat
Synopsis: Universal Charset Detector, alternative to Chardet
Description:

This library helps you read text from an unknown charset encoding. Motivated by chardet, it tries to resolve the issue by taking a new approach. All IANA character set names for which the Python core library provides codecs are supported.

python-charset-normalizer 2.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ousret/charset_normalizer
Licenses: Expat
Synopsis: Universal Charset Detector, alternative to Chardet
Description:

This library helps you read text from an unknown charset encoding. Motivated by chardet, it tries to resolve the issue by taking a new approach. All IANA character set names for which the Python core library provides codecs are supported.

python-django-classy-tags 4.1.0
Propagated dependencies: python-django@4.2.16
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/divio/django-classy-tags
Licenses: Modified BSD
Synopsis: Class based template tags for Django
Description:

django-classy-tags is an approach at making writing template tags in Django easier, shorter and more fun. It provides an extensible argument parser which reduces most of the boiler plate code you usually have to write when coding custom template tags.

python-pyproject-metadata 0.7.1
Propagated dependencies: python-packaging@24.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/FFY00/python-pyproject-metadata
Licenses: Expat
Synopsis: Dataclass for PEP 621 metadata
Description:

This project does not implement the parsing of pyproject.toml containing PEP 621 metadata. Instead, given a Python data structure representing PEP 621 metadata (already parsed), it will validate this input and generate a PEP 643-compliant metadata file (e.g. PKG-INFO).

python-mailman-hyperkitty 1.2.1
Dependencies: mailman@3.3.10
Propagated dependencies: python-requests@2.31.0 python-zope-interface@5.1.0
Channel: guix
Location: gnu/packages/mail.scm (gnu packages mail)
Home page: https://gitlab.com/mailman/mailman-hyperkitty/
Licenses: GPL 3+
Synopsis: Mailman archiver plugin for HyperKitty
Description:

Mailman3 allows emails sent to its mailing lists to be archived by any software provided that there is a plugin (loadable by Mailman3) designed to communicate with it properly. This module contains a Mailman3 archiver plugin which sends emails to HyperKitty, the official Mailman3 web archiver.

cl-pythonic-string-reader 0.0.0-1.47a70ba
Propagated dependencies: cl-named-readtables@0.9-4.d5ff162
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/smithzvk/pythonic-string-reader
Licenses: Modified BSD
Synopsis: Read table modification inspired by Python's three quote strings
Description:

This piece of code sets up some reader macros that make it simpler to input string literals which contain backslashes and double quotes This is very useful for writing complicated docstrings and, as it turns out, writing code that contains string literals that contain code themselves.

python-license-expression 30.1.0
Propagated dependencies: python-boolean.py@5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/nexB/license-expression
Licenses: GPL 2+
Synopsis: Apply boolean logic to license expressions
Description:

This Python module defines a tiny language to evaluate and compare license expressions using boolean logic. Logical combinations of licenses can be tested for equality, containment, and equivalence. They can be normalised and simplified. It supports SPDX license expressions as well as other naming conventions and aliases in the same expression.

python-pytest-subtesthack 0.1.1
Propagated dependencies: python-pytest@8.3.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/untitaker/pytest-subtesthack/
Licenses: Unlicense
Synopsis: Set-up and tear-down fixtures for unit tests
Description:

This plugin allows you to set up and tear down fixtures within unit test functions that use py.test. This is useful for using hypothesis inside py.test, as hypothesis will call the test function multiple times, without setting up or tearing down fixture state as is normally the case.

python-requestsexceptions 1.4.0
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://www.openstack.org/
Licenses: ASL 2.0
Synopsis: Import exceptions from potentially bundled packages in requests
Description:

The Python requests library bundles the urllib3 library, however, some software distributions modify requests to remove the bundled library. This makes some operations difficult, such as suppressing the “insecure platform warning” messages that urllib emits. This package is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled or not.

python-fastapi-pagination 0.12.34
Propagated dependencies: python-asyncpg@0.30.0 python-databases@0.7.0 python-django@4.2.16 python-fastapi@0.115.6 python-pydantic@2.10.4 python-sqlalchemy@1.4.42 python-tortoise-orm@0.20.0 python-fastapi@0.115.6 python-pydantic@2.10.4
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/uriyyo/fastapi-pagination
Licenses: Expat
Synopsis: FastAPI pagination library
Description:

fastapi-pagination is a Python library designed to simplify pagination in FastAPI applications. It provides a set of utility functions and data models to help you paginate your database queries and return paginated responses to your clients.

This package, as opposed to python-fastapi-pagination-minimal, depends on all available optional dependencies supported by mainline fastapi-pagination.

python-httpcore-bootstrap 1.0.7
Propagated dependencies: python-anyio@4.6.2 python-certifi@2022.6.15 python-h11@0.14.0 python-h2@4.1.0 python-sniffio@1.3.1 python-socksio@1.0.0 python-trio@0.28.0 python-trio-typing@0.10.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/encode/httpcore
Licenses: Modified BSD
Synopsis: Minimal, low-level HTTP client
Description:

HTTP Core provides a minimal and low-level HTTP client, which does one thing only: send HTTP requests.

Some things HTTP Core does do:

  • Sending HTTP requests.

  • Provides both sync and async interfaces.

  • Supports HTTP/1.1 and HTTP/2.

  • Async backend support for asyncio and trio.

  • Automatic connection pooling.

  • HTTP(S) proxy support.

python-importlib-metadata 5.2.0
Propagated dependencies: python-zipp@1.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://importlib-metadata.readthedocs.io/
Licenses: ASL 2.0
Synopsis: Read metadata from Python packages
Description:

importlib_metadata is a library which provides an API for accessing an installed Python package's metadata, such as its entry points or its top-level name. This functionality intends to replace most uses of pkg_resources entry point API and metadata API. Along with importlib.resources in Python 3.7 and newer, this can eliminate the need to use the older and less efficient pkg_resources package.

python-jaxlib-with-cuda11 0.4.28
Dependencies: gcc@11.4.0 curl@8.6.0 double-conversion@3.1.5 flatbuffers@2.0.0 giflib@5.2.1 grpc@1.34.0 hwloc@2.12.1 icu4c@73.1 jsoncpp@1.9.5 libjpeg-turbo@2.1.4 openssl@3.0.8 pybind11@2.13.6 python-absl-py@1.4.0 python-numpy@1.26.2 python-scipy@1.12.0 python-six@1.16.0 python-wrapper@3.11.11 zlib@1.3 cuda-toolkit@11.8.0 cuda-toolkit-cudnn@8.9.1.23
Propagated dependencies: python-absl-py@1.4.0 python-importlib-metadata@5.2.0 python-gast@0.6.0 python-ml-dtypes@0.3.1 python-numpy@1.26.2 python-opt-einsum@3.3.0 python-protobuf-for-tensorflow-2@4.21.9 python-scipy@1.12.0
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/machine-learning.scm (guix-science-nonfree packages machine-learning)
Home page: https://github.com/google/jax
Licenses: ASL 2.0
Synopsis: Differentiate, compile, and transform Numpy code
Description:

JAX is Autograd and XLA, brought together for high-performance numerical computing, including large-scale machine learning research. With its updated version of Autograd, JAX can automatically differentiate native Python and NumPy functions. It can differentiate through loops, branches, recursion, and closures, and it can take derivatives of derivatives of derivatives. It supports reverse-mode differentiation (a.k.a. backpropagation) via grad as well as forward-mode differentiation, and the two can be composed arbitrarily to any order.

python-jaraco-collections 5.0.0
Propagated dependencies: python-jaraco-text@3.12.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jaraco/jaraco.collections
Licenses: Expat
Synopsis: Provides various collection objects
Description:

This package provides models and classes to supplement the standard library collections module. Examples include

  • RangeMap: A mapping that accepts a range of values for keys.

  • Projection: A subset over an existing mapping.

  • KeyTransformingDict: Generalized mapping with keys transformed by a function.

  • FoldedCaseKeyedDict: A dict whose string keys are case-insensitive.

  • BijectiveMap: A map where keys map to values and values back to their keys.

  • ItemsAsAttributes: A mapping mix-in exposing items as attributes.

  • IdentityOverrideMap: A map whose keys map by default to themselves unless overridden.

  • FrozenDict: A hashable, immutable map.

  • Enumeration: An object whose keys are enumerated.

  • Everything: A container that contains all things.

  • Least, Greatest: Objects that are always less than or greater than any other.

  • pop_all: Return all items from the mutable sequence and remove them from that sequence.

  • DictStack: A stack of dicts, great for sharing scopes.

  • WeightedLookup: A specialized RangeMap for selecting an item by weights.

python-onlykey-solo-python 0.0.28
Propagated dependencies: python-click@8.1.7 python-cryptography@44.0.0 python-ecdsa@0.19.0 python-fido2@1.1.1 python-intelhex@2.3.0 python-pyserial@3.5 python-pyusb@1.2.1 python-requests@2.31.0
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/trustcrypto/onlykey-solo-python
Licenses: ASL 2.0
Synopsis: Python library for OnlyKey with Solo FIDO2
Description:

Python library for OnlyKey with Solo FIDO2

python-zope.lifecycleevent 4.3
Propagated dependencies: python-setuptools@67.6.1 python-zope.event@4.5.0 python-zope.interface@5.4.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: http://github.com/zopefoundation/zope.lifecycleevent
Licenses: Zope Public License 2.1
Synopsis: Object life-cycle events
Description:

Object life-cycle events.

python-ipykernel-bootstrap 6.29.4
Dependencies: python@3.11.11
Propagated dependencies: python-comm@0.2.2 python-debugpy@1.8.9 python-ipython@8.29.0 python-jupyter-client-bootstrap@7.4.4 python-jupyter-core@5.7.2 python-matplotlib-inline@0.1.3 python-nest-asyncio@1.5.5 python-packaging@24.2 python-psutil@5.9.2 python-pyzmq@25.1.0 python-tornado@6.4.2 python-traitlets@5.14.1
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://ipython.org
Licenses: Modified BSD
Synopsis: IPython Kernel for Jupyter
Description:

This package provides the IPython kernel for Jupyter.

python-pyopengl-accelerate 3.1.9
Dependencies: freeglut@3.4.0 glu@9.0.2 mesa@25.1.3
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://pyopengl.sourceforge.net
Licenses: Modified BSD
Synopsis: Acceleration code for PyOpenGL
Description:

This is the Cython-coded accelerator module for PyOpenGL.

emacs-python-switch-quotes 20250804.904
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/werehuman/python-switch-quotes
Licenses:
Synopsis: Cycle between single and double quotes in python strings
Description:

Documentation at https://melpa.org/#/python-switch-quotes

emacs-evil-python-movement 20180724.1420
Propagated dependencies: emacs-dash@20250312.1307 emacs-evil@20250812.1023 emacs-s@20220902.1511
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://bitbucket.org/FelipeLema/evil-python-movement.el/
Licenses:
Synopsis: Port Neovim's python movement to Evil
Description:

Documentation at https://melpa.org/#/evil-python-movement

python-testtools-bootstrap 2.7.2
Propagated dependencies: python-fixtures-bootstrap@3.0.0 python-pbr-minimal@5.5.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/testing-cabal/testtools
Licenses: Python Software Foundation License
Synopsis: Extensions to the Python standard library unit testing framework
Description:

This package is only for bootstrapping. Do not use this.

python-sphinxext-opengraph 0.6.3
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/wpilibsuite/sphinxext-opengraph
Licenses: Modified BSD
Synopsis: Sphinx Extension to enable OpenGraph support
Description:

This package provides a Sphinx Extension to generate OG metadata.

Total results: 3782