_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-array-api-extra 0.9.2
Propagated dependencies: python-array-api-compat@1.12.0
Channel: guix-science
Location: guix-science/packages/python-xyz.scm (guix-science packages python-xyz)
Home page: https://data-apis.org/array-api-extra/
Licenses: Expat
Build system: pyproject
Synopsis: Extra array functions built on top of the array API standard
Description:

This is a library housing extra array functions built on top of the Python array API standard. The intended users of this library are “array-consuming” libraries which are using array-api-compat to make their own library’s functions array-agnostic. In this library, they will find a set of tools which provide extra functionality on top of the array API standard, which other array-consuming libraries in a similar position have themselves found useful.

python-jax-with-cuda11 0.4.28
Propagated dependencies: python-importlib-metadata@8.7.0 python-jaxlib-with-cuda11@0.4.28 python-ml-dtypes@0.5.3 python-numpy@2.3.1 python-opt-einsum@3.4.0 python-scipy@1.16.3
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
Build system: pyproject
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-table-remodeler 0.3.0
Propagated dependencies: python-hedtools@1.2.0 python-jsonschema@4.23.0 python-pandas@2.3.3
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://www.hedtags.org/table-remodeler/
Licenses: Expat
Build system: pyproject
Synopsis: Tabular files remodeling and reorganizing tools
Description:

The table remodeler provides a flexible, operation-based framework for transforming tabular data files through JSON-configurable pipelines. Originally extracted from the hed-python remodeling tools, this package operates as a standalone tool while maintaining compatibility with HED annotations via the hedtools dependency.

Key features:

  • Operation-based architecture for reproducible data transformations

  • JSON-configurable pipelines for batch processing

  • Support for HED-annotated event files (via hedtools package)

  • Built-in backup and restore functionality

  • Both programmatic API and command-line interface

  • Extensible: create custom operations by extending BaseOp

python-inline-snapshot 0.32.6
Propagated dependencies: python-asttokens@3.0.0 python-executing@2.2.0 python-rich@14.3.3
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/15r10nk/inline-snapshot/
Licenses: Expat
Build system: pyproject
Synopsis: Golden master/snapshot/approval testing library
Description:

This package can be used for different things:

  1. golden master/approval/snapshot testing. The idea is that you have a function with a currently unknown result and you want to write a tests, which ensures that the result does not change during refactoring.

  2. Compare things which are complex like lists with lot of numbers or complex data structures.

  3. Things which might change during the development like error messages.

inline-snapshot automates the process of recording, storing and updating the value you want to compare with. The value is converted with repr() and stored in the source file as argument of the snapshot() function.

python-moderngl-window 3.1.1
Propagated dependencies: python-moderngl@5.12.0 python-numpy@2.3.1 python-pillow@12.1.1 python-pyglet@2.0.18 python-pyglm@2.8.1
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://github.com/moderngl/moderngl_window
Licenses: Expat
Build system: pyproject
Synopsis: Helper library for ModernGL making window simple
Description:

Cross platform utility library for ModernGL making window creation and resource loading simple. It can also be used with PyOpenGL for rendering with the programmable pipeline.

Features:

  • Cross platform support.

  • Easily create a window for ModernGL using pyglet, pygame, PySide2, GLFW, SDL2, PyQt5 or tkinter supporting a wide range of window, keyboard and mouse events. These events are unified into a single system so your project can work with any window.

  • Load 2D textures, texture arrays and cube maps using Pillow.

  • Load shaders as single or multiple glsl files.

  • Load objects/scenes from wavefront/obj, GLTF 2.0 or STL.

  • Resource finder system supporting multiple resource directories.

  • A highly plugable library supporting custom loaders, resource finders and windows.

  • Type hints everywhere making code completion and linting a breeze.

python-psycopg2-binary 2.9.10
Dependencies: postgresql@14.20
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://psycopg.org/
Licenses: LGPL 3+
Build system: pyproject
Synopsis: PostgreSQL database adapter for Python
Description:

Psycopg is a PostgreSQL database adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread safety (several threads can share the same connection). It was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a large number of concurrent INSERTs or UPDATEs.

Psycopg 2 is mostly implemented in C as a libpq wrapper, resulting in being both efficient and secure. It features client-side and server-side cursors, asynchronous communication and notifications, COPY TO/COPY FROM support. Many Python types are supported out-of-the-box and adapted to matching PostgreSQL data types; adaptation can be extended and customized thanks to a flexible objects adaptation system.

Psycopg 2 is both Unicode and Python 3 friendly.

python-zope.contenttype 4.5.0
Propagated dependencies: python-setuptools@80.9.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: http://github.com/zopefoundation/zope.contenttype
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Zope contenttype
Description:

Zope contenttype.

python-zope.deprecation 4.4.0
Propagated dependencies: python-setuptools@80.9.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/zope.deprecation
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Zope Deprecation Infrastructure
Description:

Zope Deprecation Infrastructure

python-types-simplejson 3.19.0.20241221
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Typing stubs for simplejson
Description:

Typing stubs for simplejson.

python-types-setuptools 57.4.12
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Build system: python
Synopsis: Typing stubs for setuptools
Description:

Typing stubs for setuptools.

python-types-setuptools 80.9.0.20250529
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Typing stubs for setuptools
Description:

This package provides typing stubs for setuptools.

python-asyncio-throttle 1.0.2
Channel: noisytoot
Location: noisytoot/packages/python.scm (noisytoot packages python)
Home page: https://github.com/hallazzang/asyncio-throttle
Licenses: Expat
Build system: pyproject
Synopsis: Simple, easy-to-use throttler for asyncio
Description:

Simple, easy-to-use throttler for asyncio

python-django-stubs-ext 0.4.0
Propagated dependencies: python-django@5.2.15 python-typing-extensions@4.15.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/typeddjango/django-stubs
Licenses: Expat
Build system: python
Synopsis: Monkey-patching and extensions for django-stubs
Description:

Monkey-patching and extensions for django-stubs

python-cassandra-driver 3.25.0
Propagated dependencies: python-geomet@0.2.1 python-six@1.17.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: http://github.com/datastax/python-driver
Licenses: ASL 2.0
Build system: python
Synopsis: DataStax Driver for Apache Cassandra
Description:

This package provides DataStax Driver for Apache Cassandra.

python-pulsectl-asyncio 1.2.2
Propagated dependencies: python-pulsectl@24.12.0
Channel: bugchan
Location: bugchan/packages/audio.scm (bugchan packages audio)
Home page: https://github.com/mhthies/pulsectl-asyncio
Licenses: Expat
Build system: pyproject
Synopsis: Asyncio frontend for the pulsectl Python bindings of libpulse
Description:

Asyncio frontend for the pulsectl Python bindings of libpulse.

python-mathics-pygments 1.0.4
Propagated dependencies: python-mathics-scanner@2.0.0 python-pygments@2.19.2
Channel: guix
Location: gnu/packages/maths.scm (gnu packages maths)
Home page: http://github.com/Mathics3/mathics-pygments/
Licenses: Expat
Build system: pyproject
Synopsis: Wolfram language lexer for Pygments
Description:

This package provides a Wolfram language lexer for Pygments.

python-flask-sqlalchemy 3.1.1-0.168cb4b
Propagated dependencies: python-flask@3.1.0 python-sqlalchemy@2.0.45
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/mitsuhiko/flask-sqlalchemy
Licenses: Modified BSD
Build system: pyproject
Synopsis: Module adding SQLAlchemy support to your Flask application
Description:

This package adds SQLAlchemy support to your Flask application.

python-pyserial-asyncio 0.6
Propagated dependencies: python-pyserial@3.5
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pyserial/pyserial-asyncio
Licenses: Modified BSD
Build system: pyproject
Synopsis: Pyserial asynchronous I/O extension
Description:

This package extends Pyserial with asynchronous I/O support.

python-mpl-sphinx-theme 3.5.0
Propagated dependencies: python-pydata-sphinx-theme@0.7.2
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/matplotlib/mpl-sphinx-theme
Licenses: Modified BSD
Build system: pyproject
Synopsis: Matplotlib theme for Sphinx
Description:

This package provides a Matplotlib theme for Sphinx.

python-sphinx-rtd-theme 3.1.0
Propagated dependencies: python-docutils@0.21.2 python-sphinx@9.0.3 python-sphinxcontrib-jquery@4.1-0.80d1d39
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/snide/sphinx_rtd_theme/
Licenses: Expat
Build system: pyproject
Synopsis: ReadTheDocs.org theme for Sphinx
Description:

A theme for Sphinx used by ReadTheDocs.org.

python-pybase16-builder 0.2.8
Propagated dependencies: python-aiofiles@24.1.0 python-pystache@0.6.8 python-pyyaml@6.0.2
Channel: guixrus
Location: guixrus/packages/python.scm (guixrus packages python)
Home page: https://github.com/InspectorMustache/pybase16-builder
Licenses: Expat
Build system: python
Synopsis: A base16 colorscheme builder for Python
Description:

This package provides a base16 colorscheme builder for Python

python-types-markupsafe 1.1.10
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Build system: python
Synopsis: Typing stubs for MarkupSafe
Description:

Collection of library stubs for Python, with static types.

python-types-deprecated 1.2.5
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Build system: python
Synopsis: Typing stubs for Deprecated
Description:

Collection of library stubs for Python, with static types.

python-biothings-client 0.4.1
Propagated dependencies: python-httpx@0.28.1 python-requests@2.32.5
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/biothings/biothings_client.py
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python client for BioThings API services
Description:

This package provides a Python client for BioThings API services.

Total packages: 4458