_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-evdev 1.9.1
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://github.com/gvalkov/python-evdev
Licenses: Modified BSD
Synopsis: Bindings to the Linux input handling subsystem
Description:

Python-evdev provides bindings to the generic input event interface in Linux. The evdev interface serves the purpose of passing events generated in the kernel directly to userspace through character devices that are typically located in /dev/input/.

This package also comes with bindings to uinput, the userspace input subsystem. uinput allows userspace programs to create and handle input devices that can inject events directly into the input subsystem.

python2-pyro 3.16
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pythonhosted.org/Pyro/
Licenses: Expat
Synopsis: Distributed object manager for Python
Description:

Pyro is a Distributed Object Technology system written in Python that is designed to be easy to use. It resembles Java's Remote Method Invocation (RMI). It has less similarity to CORBA, which is a system and language independent Distributed Object Technology and has much more to offer than Pyro or RMI. Pyro 3.x is no longer maintained. New projects should use Pyro4 instead, which is the new Pyro version that is actively developed.

python-chaco 6.1.1
Propagated dependencies: python-enable@6.1.0 python-numpy@1.26.4 python-pyface@8.0.0 python-traits@7.0.2 python-traitsui@8.0.0
Channel: guix-science
Location: guix-science/packages/python-xyz.scm (guix-science packages python-xyz)
Home page: https://docs.enthought.com/chaco/
Licenses: Modified BSD
Synopsis: Interactive 2-dimensional plotting
Description:

Chaco is a Python package for building interactive and custom 2-D plots and visualizations. Chaco facilitates writing plotting applications at all levels of complexity, from simple scripts with hard-coded data to large plotting programs with complex data interrelationships and a multitude of interactive tools. While Chaco generates attractive static plots for publication and presentation, Chaco differs from tools like Matplotlib in that it also works well for dynamic interactive data visualization and exploration.

python-skpro 2.10.0
Propagated dependencies: python-numpy@1.26.4 python-packaging@25.0 python-pandas@2.2.3 python-scikit-base@0.13.0 python-scikit-learn@1.7.0 python-scipy@1.12.0
Channel: guix-science
Location: guix-science/packages/time-series.scm (guix-science packages time-series)
Home page: https://skpro.readthedocs.io/
Licenses: Modified BSD
Synopsis: Supervised probabilistic prediction in Python
Description:

skpro is a unified framework for tabular probabilistic regression, time-to-event prediction, and probability distributions in Python.

It provides scikit-learn-like, scikit-base compatible interfaces to:

  • tabular supervised regressors for probabilistic prediction

  • tabular probabilistic time-to-event and survival prediction

  • metrics to evaluate probabilistic predictions

  • reductions to turn scikit-learn regressors into probabilistic skpro regressors

  • building pipelines and composite models

  • symbolic probability distributions

python-numba 0.61.0
Propagated dependencies: python-llvmlite@0.44.0 python-numpy@1.26.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://numba.pydata.org
Licenses: Modified BSD
Synopsis: Compile Python code using LLVM
Description:

Numba gives you the power to speed up your applications with high performance functions written directly in Python. With a few annotations, array-oriented and math-heavy Python code can be just-in-time compiled to native machine instructions, similar in performance to C, C++ and Fortran, without having to switch languages or Python interpreters.

Numba works by generating optimized machine code using the LLVM compiler infrastructure at import time, runtime, or statically (using the included pycc tool).

python-osmnx 1.9.3
Propagated dependencies: python-folium@0.19.4 python-geopandas@1.1.1 python-matplotlib@3.8.2 python-networkx@3.4.2 python-numpy@1.26.4 python-pandas@2.2.3 python-requests@2.32.5 python-shapely@2.1.1
Channel: guix
Location: gnu/packages/geo.scm (gnu packages geo)
Home page: https://github.com/gboeing/osmnx
Licenses: Expat
Synopsis: Retrieve, model, analyze, and visualize OpenStreetMap street networks
Description:

OSMnx is a Python library that lets you download geospatial data from OpenStreetMap and model, project, visualize, and analyze real-world street networks and any other geospatial geometries. You can download and model walkable, drivable, or bikeable urban networks with a single line of Python code then easily analyze and visualize them. You can just as easily download and work with other infrastructure types, amenities/points of interest, building footprints, elevation data, street bearings/orientations, and speed/travel time.

python-kanon 0.6.6
Propagated dependencies: python-astropy@6.1.7 python-matplotlib@3.8.2 python-numpy@1.26.4 python-pandas@2.2.3 python-requests@2.32.5 python-scipy@1.12.0 python-ipykernel@6.29.4 python-papermill@2.6.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://dishas.obspm.fr
Licenses: Modified BSD
Synopsis: History of astronomy
Description:

This package provides a history of astronomy library. Current Features:

  • define standard positional numeral systems with standard arithmetics (BasedReal)

  • set your own precision contexts and algorithms on arithmetical operations (PrecisionContext)

  • keep track of all operations

  • build or import ancient astronomical tables

  • perform arithmetical and statistical operations

  • support for BasedReal values

  • define new calendar types

  • date conversions

  • collection of mathematical models used for all kinds of geocentric astronomical tables

python-fiona 1.9.4.post1
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 python-cligj@0.7.2 python-importlib-metadata@8.7.0 python-six@1.17.0
Channel: guix
Location: gnu/packages/geo.scm (gnu packages geo)
Home page: https://github.com/Toblerity/Fiona
Licenses: Modified BSD
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-janus 1.0.0
Propagated dependencies: python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/aio-libs/janus/
Licenses: ASL 2.0
Synopsis: Sync-async queue to interoperate between asyncio tasks and classic threads
Description:

Mixed sync-async queue, supposed to be used for communicating between classic synchronous (threaded) code and asynchronous (in terms of asyncio) one. Like Janus god the queue object from the library has two faces: synchronous and asynchronous interface. Synchronous is fully compatible with standard queue, asynchronous one follows asyncio queue design.

python-pyfai 2025.3.0
Propagated dependencies: python-fabio@2024.9.0 python-h5py@3.13.0 python-importlib-resources@6.5.2 python-matplotlib@3.8.2 python-numexpr@2.12.1 python-numpy@1.26.4 python-scipy@1.12.0 python-silx@2.2.2
Channel: guix-science
Location: guix-science/packages/physics.scm (guix-science packages physics)
Home page: http://www.silx.org/doc/pyfai/latest
Licenses: Expat
Synopsis: Python implementation of fast azimuthal integration
Description:

PyFAI is an azimuthal integration library that tries to be fast (as fast as C and even more using OpenCL and GPU). It is based on histogramming of the 2theta/Q positions of each (center of) pixel weighted by the intensity of each pixel, but parallel version uses a SparseMatrix-DenseVector multiplication. Neighboring output bins get also a contribution of pixels next to the border thanks to pixel splitting. Finally pyFAI provides also tools to calibrate the experimental setup using Debye-Scherrer rings of a reference compound.

python-wheel 0.40.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/pypa/wheel
Licenses: Expat
Synopsis: Format for built Python packages
Description:

A wheel is a ZIP-format archive with a specially formatted filename and the .whl extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. Many packages will be properly installed with only the Unpack step and the unpacked archive preserves enough information to Spread (copy data and scripts to their final locations) at any later time. Wheel files can be installed with a newer pip or with wheel's own command line utility.

python-wheel 0.46.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/pypa/wheel
Licenses: Expat
Synopsis: Format for built Python packages
Description:

A wheel is a ZIP-format archive with a specially formatted filename and the .whl extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. Many packages will be properly installed with only the Unpack step and the unpacked archive preserves enough information to Spread (copy data and scripts to their final locations) at any later time. Wheel files can be installed with a newer pip or with wheel's own command line utility.

python-fido2 1.1.1
Propagated dependencies: python-cryptography@44.0.0 python-pyscard@2.0.7
Channel: guix
Location: gnu/packages/security-token.scm (gnu packages security-token)
Home page: https://github.com/Yubico/python-fido2
Licenses: FreeBSD ASL 2.0
Synopsis: Python library for communicating with FIDO devices over USB
Description:

This Python library provides functionality for communicating with a Fast IDentity Online (FIDO) device over Universal Serial Bus (USB) as well as verifying attestation and assertion signatures. It aims to support the FIDO Universal 2nd Factor (U2F) and FIDO 2.0 protocols for communicating with a USB authenticator via the Client-to-Authenticator Protocol (CTAP 1 and 2). In addition to this low-level device access, classes defined in the fido2.client and fido2.server modules implement higher level operations which are useful when interfacing with an Authenticator, or when implementing a Relying Party.

python-glob2 0.7
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/miracle2k/python-glob2/
Licenses: FreeBSD
Synopsis: Extended Version of the python buildin glob module
Description:

This is an extended version of the Python built-in glob module which adds:

  • The ability to capture the text matched by glob patterns, and return those matches alongside the file names.

  • A recursive ** globbing syntax, akin for example to the globstar option of Bash.

  • The ability to replace the file system functions used, in order to glob on virtual file systems.

  • Compatible with Python 2 and Python 3 (tested with 3.3).

Glob2 currently based on the glob code from Python 3.3.1.

python-bbknn 1.6.0
Propagated dependencies: python-annoy@1.17.3 python-cython@3.1.2 python-numpy@1.26.4 python-pandas@2.2.3 python-pynndescent@0.5.13 python-scikit-learn@1.7.0 python-scipy@1.12.0 python-umap-learn@0.5.9
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/Teichlab/bbknn
Licenses: Expat
Synopsis: Batch balanced KNN
Description:

BBKNN is a batch effect removal tool that can be directly used in the Scanpy workflow. It serves as an alternative to scanpy.api.pp.neighbors(), with both functions creating a neighbour graph for subsequent use in clustering, pseudotime and UMAP visualisation. If technical artifacts are present in the data, they will make it challenging to link corresponding cell types across different batches. BBKNN actively combats this effect by splitting your data into batches and finding a smaller number of neighbours for each cell within each of the groups. This helps create connections between analogous cells in different batches without altering the counts or PCA space.

python-green 4.0.2
Propagated dependencies: python-colorama@0.4.6 python-coverage@7.9.2 python-lxml@6.0.1 python-unidecode@1.4.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/CleanCut/green
Licenses: Expat
Synopsis: Clean, colorful, fast Python test runner
Description:

green is a Python test runner that describes itself as:

Clean

Low redundancy in output. Result statistics for each test is vertically aligned.

Colorful

Terminal output makes good use of color when the terminal supports it.

Fast

Tests run in independent processes (one per processor by default).

Powerful

Multi-target and auto-discovery support.

Traditional

It uses the normal unittest classes and methods.

Descriptive

Multiple verbosity levels, from just dots to full docstring output.

Convenient

Bash-completion and ZSH-completion of options and test targets.

Thorough

Built-in integration with coverage.

python-cbor2 5.4.2.post1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/agronholm/cbor2
Licenses: Expat
Synopsis: Concise Binary Object Representation (CBOR) (de)serializer
Description:

This Python library provides encoding and decoding for the Concise Binary Object Representation (CBOR) (RFC 8949) serialization format. The specification is fully compatible with the original RFC 7049. Among its features are:

  • Simple API like the json or pickle modules.

  • Support many CBOR tags with stdlib objects.

  • Generic tag decoding.

  • Shared value references including cyclic references.

  • String references compact encoding with repeated strings replaced with indices.

  • Optional C module backend tested on big- and little-endian architectures.

  • Extensible tagged value handling using tag_hook and object_hook on decode and default on encode.

python-poppy 1.1.2
Propagated dependencies: python-astropy@7.1.0 python-matplotlib@3.8.2 python-numexpr@2.12.1 python-numpy@1.26.4 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://poppy-optics.readthedocs.io/
Licenses: Modified BSD
Synopsis: Physical Optics Propagation in Python
Description:

POPPY is a Python package that simulates physical optical propagation including diffraction. It implements a flexible framework for modeling Fraunhofer and Fresnel diffraction and point spread function formation, particularly in the context of astronomical telescopes.

POPPY was developed as part of a simulation package for the James Webb Space Telescope, but is more broadly applicable to many kinds of imaging simulations. It is not, however, a substitute for high fidelity optical design software such as Zemax or Code V, but rather is intended as a lightweight alternative for cases for which diffractive rather than geometric optics is the topic of interest, and which require portability between platforms or ease of scripting.

python-funcy 1.14
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Suor/funcy
Licenses: Modified BSD
Synopsis: Functional tools
Description:

funcy is a library that provides functional tools. Examples are:

  1. merge - Merges collections of the same type

  2. walk - Type-preserving map

  3. select - Selects a part of a collection

  4. take - Takes the first n items of a collection

  5. first - Takes the first item of a collection

  6. remove - Predicated-removes items of a collection

  7. concat - Concatenates two collections

  8. flatten - Flattens a collection with subcollections

  9. distinct - Returns only distinct items

  10. split - Predicated-splits a collection

  11. split_at - Splits a collection at a given item

  12. group_by - Groups items by group

  13. pairwise - Pairs off adjacent items

  14. partial - Partially-applies a function

  15. curry - Curries a function

  16. compose - Composes functions

  17. complement - Complements a predicate

  18. all_fn - "all" with predicate

python-funcy 1.11
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Suor/funcy
Licenses: Modified BSD
Synopsis: Functional tools
Description:

funcy is a library that provides functional tools. Examples are:

  1. merge - Merges collections of the same type

  2. walk - Type-preserving map

  3. select - Selects a part of a collection

  4. take - Takes the first n items of a collection

  5. first - Takes the first item of a collection

  6. remove - Predicated-removes items of a collection

  7. concat - Concatenates two collections

  8. flatten - Flattens a collection with subcollections

  9. distinct - Returns only distinct items

  10. split - Predicated-splits a collection

  11. split_at - Splits a collection at a given item

  12. group_by - Groups items by group

  13. pairwise - Pairs off adjacent items

  14. partial - Partially-applies a function

  15. curry - Curries a function

  16. compose - Composes functions

  17. complement - Complements a predicate

  18. all_fn - "all" with predicate

python-pypng 0.20220715.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/drj11/pypng
Licenses: Expat
Synopsis: Pure Python PNG image encoder/decoder
Description:

The PyPNG module implements support for PNG images. It reads and writes PNG files with all allowable bit depths (1/2/4/8/16/24/32/48/64 bits per pixel) and colour combinations: greyscale (1/2/4/8/16 bit); RGB, RGBA, LA (greyscale with alpha) with 8/16 bits per channel; colour mapped images (1/2/4/8 bit). Adam7 interlacing is supported for reading and writing. A number of optional chunks can be specified (when writing) and understood (when reading): tRNS, bKGD, gAMA.

PyPNG is not a high level toolkit for image processing (like PIL) and does not aim at being a replacement or competitor. Its strength lies in fine-grained extensive support of PNG features. It can also read and write Netpbm PAM files, with a focus on its use as an intermediate format for implementing custom PNG processing.

python-rbfly 0.10.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://wrobell.dcmod.org/rbfly/
Licenses: GPL 3+
Synopsis: Work with RabbitMQ Streams in Python
Description:

This package implements a functionality to deal with RabbitMQ Streams using asyncio.

It is designed and implemented with the following qualities in mind:

  • asynchronous Pythonic API with type annotations

  • use of AMQP 1.0 message format to enable interoperability between RabbitMQ Stream. clients

  • auto reconnection to RabbitMQ broker with lazily created connection objects

Support of many RabbitMQ Streams broker features:

  • publishing single messages, or in batches, with confirmation

  • subscribing to a stream at a specific point in time, from a specific offset, or using offset reference

  • stream message filtering

  • writing stream offset reference

  • message deduplication

  • integration with AMQP 1.0 ecosystem at message format level

python-ginga 5.4.0
Propagated dependencies: python-astropy@7.1.0 python-numpy@1.26.4 python-packaging@25.0 python-pillow@11.1.0 python-puremagic@1.28 python-pyyaml@6.0.2 python-qtpy@2.4.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://ejeschke.github.io/ginga/
Licenses: Modified BSD
Synopsis: Scientific image viewer and toolkit for FITS files
Description:

Ginga is a toolkit designed for building viewers for scientific image data in Python, visualizing 2D pixel data in numpy arrays. It can view astronomical data such as contained in files based on the FITS (Flexible Image Transport System) file format. It is written and is maintained by software engineers at the National Astronomical Observatory of Japan (NAOJ), the Space Telescope Science Institute (STScI), and other contributing entities.

The Ginga toolkit centers around an image display object which supports zooming and panning, color and intensity mapping, a choice of several automatic cut levels algorithms and canvases for plotting scalable geometric forms. In addition to this widget, a general purpose "reference" FITS viewer is provided, based on a plugin framework. A fairly complete set of standard plugins are provided for features that we expect from a modern FITS viewer: panning and zooming windows, star catalog access, cuts, star pick/FWHM, thumbnails, etc.

python-httpx 0.28.1
Propagated dependencies: python-anyio@4.6.2 python-certifi@2025.06.15 python-httpcore@1.0.9 python-idna@3.10 python-brotli@1.0.9 python-h2@4.1.0 python-socksio@1.0.0 python-zstandard@0.23.0 python-sniffio@1.3.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://www.python-httpx.org/
Licenses: Modified BSD
Synopsis: HTTP client for Python
Description:

HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.

HTTPX builds on the well-established usability of requests, and gives you:

  • A broadly requests-compatible API.

  • Standard synchronous interface, but with async support if you need it.

  • HTTP/1.1 and HTTP/2 support.

  • Ability to make requests directly to WSGI applications or ASGI applications.

  • Strict timeouts everywhere.

  • Fully type annotated.

  • 99% test coverage.

Plus all the standard features of requests:

  • International Domains and URLs

  • Keep-Alive & Connection Pooling

  • Sessions with Cookie Persistence

  • Browser-style SSL Verification

  • Basic/Digest Authentication

  • Elegant Key/Value Cookies

  • Automatic Decompression

  • Automatic Content Decoding

  • Unicode Response Bodies

  • Multipart File Uploads

  • HTTP(S) Proxy Support

  • Connection Timeouts

  • Streaming Downloads

  • .netrc Support

  • Chunked Requests

Total results: 4056