_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-fenics-ffcx 0.6.0
Dependencies: python@3.11.14 python-fenics-basix@0.6.0 python-fenics-ufl@2023.1.0 python-cffi@1.17.1 python-numpy@2.3.1 fenics-ffcx@0.6.0
Channel: guix-hpc-non-free
Location: inrae/mse.scm (inrae mse)
Home page: https://github.com/FEniCS/ffcx.git
Licenses: LGPL 3
Build system: pyproject
Synopsis: FFCx is a new version of the FEniCS Form Compiler
Description:

FFCx is a compiler for finite element variational forms. From a high-level description of the form in the Unified Form Language (UFL), it generates efficient low-level C code that can be used to assemble the corresponding discrete operator (tensor).

python2-matplotlib 2.2.5
Dependencies: cairo@1.18.4 freetype@2.13.3 glib@2.86.0 libpng@1.6.50 qhull@2020.2 tcl@8.6.12 tk@8.6.12
Propagated dependencies: python2@2.7.18 python2-dateutil@2.8.2 python2-functools32@3.2.3-2 python2-kiwisolver@1.0.1 python2-numpy@1.16.6 python2-pillow@6.2.2 python2-pycairo@1.18.2 python2-pygobject@2.28.7 python2-pyparsing@2.4.7 python2-six@1.16.0 python2-subprocess32@3.2.7 gobject-introspection@1.86.0 python2-backports-functools-lru-cache@1.6.1 python2-certifi@2021.10.8 python-cycler@0.12.1 python-pytz@2025.1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://matplotlib.org/
Licenses: Python Software Foundation License
Build system: python
Synopsis: 2D plotting library for Python
Description:

Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the python and ipython shell, web application servers, and six graphical user interface toolkits.

python2-hypothesis 4.57.1
Propagated dependencies: python2-enum34@1.1.6 python-attrs-bootstrap@25.3.0 python-sortedcontainers@2.4.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/HypothesisWorks/hypothesis
Licenses: MPL 2.0
Build system: python
Synopsis: Library for property based testing
Description:

Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It’s based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow.

python-fief-client 0.20.0
Propagated dependencies: python-httpx@0.28.1 python-jwcrypto@1.5.6 python-yaspin@3.2.0
Channel: guix-science
Location: guix-science/packages/python-xyz.scm (guix-science packages python-xyz)
Home page: https://docs.fief.dev/integrate/python/
Licenses: Expat
Build system: pyproject
Synopsis: Fief client for Python
Description:

Fief is an open-source platform to manage users and authentication in your applications.

Key features:

  • Pre-built login and registration pages

  • Users management dashboard

  • SDK for the most popular languages and frameworks

  • Integrations for the most popular no-code tools

python2-kiwisolver 1.0.1
Dependencies: libxcrypt@4.4.38
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/nucleic/kiwi
Licenses: Modified BSD
Build system: python
Synopsis: Fast implementation of the Cassowary constraint solver
Description:

Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi has been designed from the ground up to be lightweight and fast. Kiwi ranges from 10x to 500x faster than the original Cassowary solver with typical use cases gaining a 40x improvement. Memory savings are consistently > 5x.

python2-scientific 2.9.4
Dependencies: netcdf@4.9.2
Propagated dependencies: python2-numpy@1.8.2 python2-pyro@3.16
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: http://dirac.cnrs-orleans.fr/ScientificPython
Licenses: CeCILL-C
Build system: python
Synopsis: Python modules for scientific computing
Description:

ScientificPython is a collection of Python modules that are useful for scientific computing. Most modules are rather general (Geometry, physical units, automatic derivatives, ...) whereas others are more domain-specific (e.g. netCDF and PDB support). The library is currently not actively maintained and works only with Python 2 and NumPy < 1.9.

python-pymatsolver 0.4.0
Propagated dependencies: python-numpy@2.3.1 python-packaging@25.0 python-scipy@1.16.3
Channel: guix-science
Location: guix-science/packages/geoscience.scm (guix-science packages geoscience)
Home page: https://pymatsolver.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Sparse matrix solvers for Python
Description:

This package provides a set of sparse matrix solvers used in geoscience.

All solvers work with scipy.sparse matricies, and a single or multiple right hand sides using numpy:

  • L/U Triangular Solves

  • Wrapping of SciPy matrix solvers (direct and indirect)

  • Pardiso solvers now that MKL comes with conda!

  • Mumps solver with nice error messages

python-rich-logger 0.3.2
Propagated dependencies: python-pydantic@2.12.5 python-rich@14.2.0
Channel: guix-science
Location: guix-science/packages/python-xyz.scm (guix-science packages python-xyz)
Home page: https://github.com/percevalw/rich-logger
Licenses: Modified BSD
Build system: pyproject
Synopsis: Table logger using Rich
Description:

Table logger using Rich, aimed at PyTorch Lightning logging.

Features

  • display your training logs with pretty rich tables

  • describe your fields with goal, format and name

  • a field descriptor can be matched with any regex

  • a field name can be computed as a regex substitution

  • works in Jupyter notebooks as well as in a command line

  • integrates easily with Pytorch Lightning

python-fenics-ffcx 0.10.1.post0
Propagated dependencies: python-cffi@1.17.1 python-fenics-basix@0.10.0.post0 python-fenics-ufl@2025.2.1 python-numba@0.62.1 python-numpy@2.3.1 python-pygraphviz@1.14
Channel: guix-science
Location: guix-science/packages/maths.scm (guix-science packages maths)
Home page: https://fenicsproject.org/
Licenses: LGPL 3+
Build system: pyproject
Synopsis: FEniCS Form Compiler for finite element forms
Description:

FFCx is a compiler for finite element variational forms.

From a high-level description of the form in the UFL, it generates efficient low-level C code that can be used to assemble the corresponding discrete operator (tensor). In particular, a bilinear form may be assembled into a matrix and a linear form may be assembled into a vector.

This package provides the CLI and Python library.

python-apscheduler 3.6.3
Propagated dependencies: python-tzlocal@5.2
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://github.com/agronholm/apscheduler
Licenses: Expat
Build system: pyproject
Synopsis: Task scheduling library for Python
Description:

Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically.

You can add new jobs or remove old ones on the fly as you please. If you store your jobs in a database, they will also survive scheduler restarts and maintain their state. When the scheduler is restarted, it will then run all the jobs it should have run while it was offline.

python-fiona-1.9.5 1.9.5
Dependencies: gdal@3.8.2
Propagated dependencies: python-attrs@25.3.0 python-certifi@2025.06.15 python-click@8.1.8 python-click-plugins@1.1.1.2 python-cligj@0.7.2
Channel: guix-arg
Location: guix-arg/packages/python-extra.scm (guix-arg packages python-extra)
Home page: https://github.com/Toblerity/Fiona
Licenses: Modified BSD
Build system: pyproject
Synopsis: Fiona reads and writes spatial data files
Description:

Fiona is GDAL’s neat and nimble vector API for Python programmers. Fiona is designed to be simple and dependable. It focuses on reading and writing data in standard Python IO style and relies upon familiar Python types and protocols such as files, dictionaries, mappings, and iterators instead of classes specific to OGR. Fiona can read and write real-world data using multi-layered GIS formats and zipped virtual file systems and integrates readily with other Python GIS packages such as pyproj, Rtree, and Shapely.

python-json-tricks 3.17.3
Channel: guix-science
Location: guix-science/packages/python-xyz.scm (guix-science packages python-xyz)
Home page: https://github.com/mverleg/pyjson_tricks
Licenses: Modified BSD
Build system: pyproject
Synopsis: Extra features for Python's JSON
Description:

The pyjson-tricks package brings several pieces of functionality to python handling of JSON files:

  • Store and load numpy arrays in human-readable format.

  • Store and load class instances both generic and customized.

  • Store and load date/times as a dictionary (including timezone).

  • Preserve map order using OrderedDict.

  • Allow for comments in json files by starting lines with #.

  • Sets, complex numbers, Decimal, Fraction, enums, compression, duplicate keys, pathlib Paths, bytes, ...

As well as compression and disallowing duplicate keys.

python-tensorstore 0.1.67
Dependencies: brotli@1.1.0 c-blosc@1.21.1 curl@8.6.0 libavif@1.0.4 libjpeg-turbo@2.1.4 libpng@1.6.39 libtiff@4.4.0 libwebp@1.3.2 lz4@1.10.0 nasm@2.15.05 nghttp2@1.58.0 python-wrapper@3.11.14 snappy@1.1.9 xz@5.4.5 zstd@1.5.6
Propagated dependencies: python-absl-py@2.3.1 python-appdirs@1.4.4 python-asttokens@3.0.0 python-attrs@25.3.0 python-aws-sam-translator@1.107.0 python-aws-xray-sdk@2.14.0 python-babel@2.16.0 python-blinker@1.9.0 python-boto3@1.42.5 python-botocore@1.42.5 python-certifi@2025.06.15 python-cffi@1.17.1 python-cfn-lint@1.38.1 python-charset-normalizer@3.4.2 python-click@8.1.8 python-cloudpickle@3.1.0 python-colorama@0.4.6 python-cryptography@44.0.0 python-dateutil@2.9.0 python-decorator@5.2.1 python-docker@7.1.0 python-docutils@0.21.2 python-ecdsa@0.19.0 python-executing@2.2.0 python-flask@3.1.0 python-flask-cors@6.0.2 python-googleapis-common-protos@1.66.0 python-graphql-core@3.1.2 python-grpcio@1.52.0 python-idna@3.10 python-imagesize@1.4.1 python-importlib-metadata@8.7.0 python-iniconfig@2.1.0 python-ipython@9.8.0 python-itsdangerous@2.2.0 python-jedi@0.19.2 python-jinja2@3.1.2 python-jmespath@1.0.1 python-jose@3.5.0 python-jsondiff@2.2.1 python-jsonpatch@1.33 python-jsonpickle@4.0.0 python-jsonpointer@3.0.0 python-jsonschema@4.23.0 python-junit-xml@1.9-0.4bd08a2 python-lazy-object-proxy@1.11.0 python-markupsafe@3.0.3 python-matplotlib-inline@0.1.7 python-ml-dtypes@0.5.3 python-moto@5.1.20 python-mpmath@1.3.0 python-networkx@3.4.2 python-numpy@2.3.1 python-openapi-schema-validator@0.6.2 python-openapi-spec-validator@0.7.1 python-packaging@25.0 python-parso@0.8.5 python-pbr@7.0.1 python-pexpect@4.9.0 python-platformdirs@4.3.6 python-pluggy@1.6.0 python-prompt-toolkit@3.0.51 python-protobuf@3.20.3 python-ptyprocess@0.7.0 python-pure-eval@0.2.3 python-pyasn1@0.6.1 python-pycparser@2.22 python-pygments@2.19.1 python-pyparsing@3.2.3 python-pytest@9.0.2 python-pytest-asyncio@1.3.0 python-pyyaml@6.0.2 python-regex@2024.11.6 python-requests@2.32.5 python-requests-toolbelt@1.0.0 python-responses@0.25.3 python-rfc3339-validator@0.1.4 python-rpds-py@0.10.6 python-rsa@4.9.1 python-s3transfer@0.16.0 python-sarif-om@1.0.4 python-setuptools@80.9.0 python-six@1.17.0 python-snowballstemmer@2.2.0 python-sphinx@9.0.3 python-sphinxcontrib-applehelp@2.0.0 python-sphinxcontrib-devhelp@2.0.0 python-sphinxcontrib-htmlhelp@2.1.0 python-sphinxcontrib-jsmath@1.0.1 python-sphinxcontrib-qthelp@2.0.0 python-sphinxcontrib-serializinghtml@2.0.0 python-sshpubkeys@3.2.0 python-stack-data@0.6.3 python-sympy@1.13.3 python-tomli@2.2.1 python-traitlets@5.14.3 python-typing-extensions@4.15.0 python-urllib3@2.5.0 python-wcwidth@0.2.13 python-websocket-client@1.8.0 python-werkzeug@3.1.3 python-wrapt@2.0.1 python-xmltodict@0.14.2 python-yapf@0.43.0 python-zipp@3.23.0
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://github.com/google/tensorstore
Licenses: ASL 2.0
Build system: bazel
Synopsis: Library for reading and writing large multi-dimensional arrays
Description:

TensorStore is a C++ and Python software library designed for storage and manipulation of large multi-dimensional arrays that:

  • Provides advanced, fully composable indexing operations and virtual views.

  • Provides a uniform API for reading and writing multiple array formats, including zarr and N5.

  • Natively supports multiple storage systems, such as local and network filesystems, Google Cloud Storage, Amazon S3-compatible object stores, HTTP servers, and in-memory storage.

  • Offers an asynchronous API to enable high-throughput access even to high-latency remote storage.

  • Supports read caching and transactions, with strong atomicity, isolation, consistency, and durability (ACID) guarantees.

  • Supports safe, efficient access from multiple processes and machines via optimistic concurrency.

python-awsipranges 0.3.3
Channel: ffab
Location: ffab/packages/python-web.scm (ffab packages python-web)
Home page: https://aws-samples.github.io/awsipranges/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Work with the AWS IP address ranges in native Python
Description:

Work with the AWS IP address ranges in native Python published in https://ip-ranges.amazonaws.com/ip-ranges.json.

Features

  • Work with the AWS IP prefixes as a simple AWSIPPrefixes collection

  • Quickly check if an IP address, interface, or network is contained in the AWS IP address ranges

  • Get the AWS IP prefix that contains an IP address, interface, or network

  • See what services are served from an IP prefix

  • Filter the AWS IP prefixes by region, network border group, service, and IP prefix version

  • Use the AWS prefix data in your app or automation scripts in the format required by your infrastructure

  • Easily validate the TLS certificate presented by the IP ranges server

  • awsipranges has no third-party dependencies and is compatible with CPython v3.7+

python-avro-python3 1.10.2
Propagated dependencies: python-pycodestyle@2.12.1 python-isort@6.0.1
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://avro.apache.org/
Licenses: ASL 2.0
Build system: python
Synopsis: Avro is a serialization and RPC framework
Description:

This package provides a serialization and RPC framework.

python-obsws-python 1.7.1
Propagated dependencies: python-tomli@2.2.1 python-websocket-client@1.8.0
Channel: bric-a-brac
Location: bric-a-brac/packages/python-xyz.scm (bric-a-brac packages python-xyz)
Home page: https://github.com/aatikturk/obsws-python
Licenses: Expat
Build system: pyproject
Synopsis: A Python SDK for OBS Studio WebSocket v5.0
Description:

This package provides a Python SDK for OBS Studio WebSocket v5.0.

python-django-stubs 1.10.1
Propagated dependencies: python-django@5.2.11 python-django-stubs-ext@0.4.0 python-mypy@1.16.1 python-tomli@2.2.1 python-types-pytz@2021.3.6 python-types-pyyaml@6.0.5 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: Mypy stubs for Django
Description:

Mypy stubs for Django.

python-formatflowed 2.0.0
Propagated dependencies: python-setuptools@80.9.0
Channel: guixrus
Location: guixrus/packages/python.scm (guixrus packages python)
Home page: http://pypi.python.org/pypi/formatflowed
Licenses: Python Software Foundation License
Build system: python
Synopsis: RFC 3676 format=flowed text processing
Description:

RFC 3676 format=flowed text processing

python-zope.browser 2.4
Propagated dependencies: python-setuptools@80.9.0 python-zope.interface@5.4.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://zopebrowser.readthedocs.io
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Shared Zope Toolkit browser components
Description:

Shared Zope Toolkit browser components

python-hatch-cython 0.6.0
Propagated dependencies: python-cython@3.1.7 python-hatchling@1.27.0 python-setuptools@80.9.0 python-typing-extensions@4.15.0
Channel: guix-arg
Location: guix-arg/packages/python-extra.scm (guix-arg packages python-extra)
Home page: https://github.com/joshua-auchincloss/hatch-cython
Licenses: Expat
Build system: pyproject
Synopsis: Cython build hooks for hatch
Description:

Cython build hooks for hatch.

python-yes-no-words 2022.4.4
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/jefftriplett/yes-no-words/
Licenses: ASL 2.0
Build system: python
Synopsis: Get yes/no-like words
Description:

Get yes/no-like words.

emacs-python-pytest 20260117.2218
Propagated dependencies: emacs-dash@20260221.1346 emacs-s@20220902.1511
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/wbolster/emacs-python-pytest
Licenses:
Build system: melpa
Synopsis: Helpers to run pytest
Description:

Documentation at https://melpa.org/#/python-pytest

emacs-python-django 20150822.404
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/fgallina/python-django.el
Licenses:
Build system: melpa
Synopsis: A Jazzy package for managing Django projects
Description:

Documentation at https://melpa.org/#/python-django

python-attrs-strict 1.0.0
Propagated dependencies: python-attrs@25.3.0 python-typing-extensions@4.15.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/bloomberg/attrs-strict
Licenses: ASL 2.0
Build system: python
Synopsis: Runtime validators for attrs
Description:

This pakage provides runtime validators for attrs.

Page: 1242526272837
Total packages: 866