_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pixell 0.31.8
Propagated dependencies: python-astropy@8.0.0 python-dateutil@2.9.0 python-ducc0@0.37.1 python-ephem@4.2.1 python-healpy@1.18.1 python-matplotlib@3.10.8 python-numba@0.62.1 python-numpy@2.3.1 python-pillow@12.1.1 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://pixell.readthedocs.io/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Tectangular pixel map manipulation and harmonic analysis
Description:

pixell is a library for loading, manipulating and analyzing maps stored in rectangular pixelization. It is mainly intended for use with maps of the sky (e.g. CMB intensity and polarization maps, stacks of 21 cm intensity maps, binned galaxy positions or shear) in cylindrical projection, but its core functionality is more general.

python-biblib 0.1.0-1.ab0e857
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/aclements/biblib
Licenses: Expat
Build system: pyproject
Synopsis: BibTeX parsing and transformation library
Description:

Biblib provides a simple, standalone Python 3 package for parsing BibTeX bibliographic databases, as well as algorithms for manipulating BibTeX entries in BibTeX-y ways. Biblib's parser is derived directly from the WEB source code for BibTeX and hence (barring bugs in translation) should be fully compatible with BibTeX's own parser.

python-optuna 4.6.0
Propagated dependencies: python-alembic@1.18.1 python-boto3@1.42.5 python-cmaes@0.13.0 python-colorlog@6.9.0 python-google-cloud-storage@2.19.0 python-greenlet@3.1.1 python-grpcio@1.52.0 python-matplotlib@3.10.8 python-numpy@2.3.1 python-packaging@25.0 python-pandas@2.3.3 python-protobuf@3.20.3 python-plotly@5.24.1 python-pytorch@2.10.0 python-pyyaml@6.0.2 python-redis@7.1.0 python-scikit-learn@1.7.2 python-scipy@1.16.3 python-sqlalchemy@2.0.45 python-tqdm@4.67.1
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://optuna.org/
Licenses: Expat
Build system: pyproject
Synopsis: Automatic hyperparameter optimization framework
Description:

Optuna is an automatic hyperparameter optimization software framework, particularly designed for machine learning. It features an imperative, define-by-run style user API. Thanks to our define-by-run API, the code written with Optuna enjoys high modularity, and the user of Optuna can dynamically construct the search spaces for the hyperparameters.

python-gfloat 0.5.2
Propagated dependencies: python-array-api-compat@1.12.0 python-more-itertools@10.6.0 python-numpy@2.3.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/graphcore-research/gfloat
Licenses: Expat
Build system: pyproject
Synopsis: Generic floating point handling in Python
Description:

This package provides an implementation of generic floating point encode and decode logic in Python. It handles various current and proposed floating point types:

  • IEEE 754: Binary16, Binary32

  • OCP Float8: E5M2, E4M3

  • IEEE WG P3109

  • OCP MX Formats: E2M1, M2M3, E3M2, E8M0, INT8, and the MX block formats.

python-nitime 0.12.1
Propagated dependencies: python-matplotlib@3.10.8 python-networkx@3.4.2 python-nibabel@5.3.2 python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix-science
Location: guix-science/packages/neuroscience.scm (guix-science packages neuroscience)
Home page: https://nipy.org/nitime
Licenses: Modified BSD
Build system: pyproject
Synopsis: Timeseries analysis for neuroscience data
Description:

Nitime contains a core of numerical algorithms for time-series analysis both in the time and spectral domains, a set of container objects to represent time-series, and auxiliary objects that expose a high level interface to the numerical machinery and make common analysis tasks easy to express with compact and semantically clear code.

python-pyerfa 2.0.1.5
Dependencies: erfa@2.0.1
Propagated dependencies: python-numpy@2.3.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/liberfa/pyerfa
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python bindings for ERFA
Description:

PyERFA is the Python wrapper for the ERFA library (Essential Routines for Fundamental Astronomy), a C library containing key algorithms for astronomy, which is based on the SOFA library published by the International Astronomical Union (IAU). All C routines are wrapped as Numpy universal functions, so that they can be called with scalar or array inputs.

python-cycler 0.12.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://matplotlib.org/cycler/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Composable keyword argument iterator
Description:

When using matplotlib and plotting more than one line, it is common to want to be able to want to be able to cycle over one or more artist styles; but the plotting logic can quickly become involved. To address this and enable easy cycling over arbitrary kwargs, the Cycler class was developed.

python-sktime 0.40.1
Propagated dependencies: python-joblib@1.5.2 python-numpy@2.3.1 python-packaging@25.0 python-pandas@2.3.3 python-scikit-base@0.13.0 python-scikit-learn@1.7.2 python-scipy@1.16.3
Channel: guix-science
Location: guix-science/packages/time-series.scm (guix-science packages time-series)
Home page: https://www.sktime.net/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Unified framework for machine learning with time series
Description:

sktime is a library for time series analysis in Python. It provides a unified interface for multiple time series learning tasks. Currently, this includes forecasting, time series classification, clustering, anomaly/changepoint detection, and other tasks. It comes with time series algorithms and scikit-learn compatible tools to build, tune, and validate time series models.

python-latest 3.14.0
Dependencies: bzip2@1.0.8 expat@2.7.1 gdbm@1.25 libffi@3.4.6 sqlite@3.39.3 openssl@3.5.5 readline@8.2.13 zlib@1.3.1 tcl@8.6.12 zstd@1.5.6 tk@8.6.12
Channel: lauras-channel
Location: laura/packages/bump.scm (laura packages bump)
Home page: https://www.python.org
Licenses: Python Software Foundation License
Build system: gnu
Synopsis: High-level, dynamically-typed programming language
Description:

Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. Some of its key distinguishing features include: clear, readable syntax; strong introspection capabilities; intuitive object orientation; natural expression of procedural code; full modularity, supporting hierarchical packages; exception-based error handling; and very high level dynamic data types.

python-libemu 1.0
Channel: bric-a-brac
Location: bric-a-brac/packages/python-xyz.scm (bric-a-brac packages python-xyz)
Home page: https://github.com/buffer/pylibemu
Licenses: GPL 2
Build system: python
Synopsis: A Libemu Cython wrapper
Description:

pylibemu provides a Python-friendly interface to the libemu library via Cython bindings. It enables the emulation of x86 shellcode under Python by leveraging libemu's engine, allowing analysis of shellcode, obtaining execution profiles, detecting dynamic behaviour (such as API calls e.g. LoadLibraryA, WSASocket), and capturing an emulation trace from within a Python environment.

python-pyhalo 1.4.6
Propagated dependencies: python-astropy@8.0.0 python-click@8.3.1 python-colossus@1.4.0-0.b481187 python-h5py@3.15.1 python-lenstronomy@1.13.5 python-mcfit@0.0.22-0.be3a5cf python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/dangilman/pyHalo
Licenses: Expat
Build system: pyproject
Synopsis: Render populations of dark matter halos
Description:

pyHalo renders full mass distributions for substructure lensing simulations with gravitational lensing software package lenstronomy. The main purpose of the code is to quickly render full populations of dark matter subhalos and line of sight halos for gravitational lensing simulations. It also transltes halo properties (mass, concentration, redshift, etc) into angular units for lensing computations with lenstronomy.

python-slip10 1.1.0
Propagated dependencies: python-cryptography@44.0.0
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/trezor/python-slip10
Licenses: Modified BSD
Build system: pyproject
Synopsis: Reference implementation of SLIP10
Description:

This package provides a reference implementation of the SLIP-0010 (see: https://github.com/satoshilabs/slips, slip-0010.md) specification,which generalizes the BIP-0032 (see: https://github.com/bitcoin/bips/tree, bip-0032.mediawiki) derivation scheme for private and public key pairs in hierarchical deterministic wallets for the curves secp256k1, NIST P-256, ed25519 and curve25519.

python-txamqp 0.8.2
Propagated dependencies: python-six@1.17.0 python-twisted@25.5.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/txamqp/txamqp
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Communicate with AMQP peers and brokers using Twisted
Description:

This package provides a Python library for communicating with AMQP peers and brokers using the asynchronous networking framework Twisted. It contains all the necessary code to connect, send and receive messages to/from an AMQP-compliant peer or broker (Qpid, OpenAMQ, RabbitMQ) using Twisted. It also includes support for using Thrift RPC over AMQP in Twisted applications.

python-qrcode 8.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/lincolnloop/python-qrcode
Licenses: Modified BSD
Build system: pyproject
Synopsis: QR Code image generator
Description:

This package provides a pure Python QR Code generator module. It uses the Python Imaging Library (PIL) to allow for the generation of QR Codes.

In addition this package provides a command line tool to generate QR codes and either write these QR codes to a file or do the output as ascii art at the console.

python-uniseg 0.10.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://bitbucket.org/emptypage/uniseg-python
Licenses: Expat
Build system: pyproject
Synopsis: Python library to determine Unicode text segmentations
Description:

Uniseg is a Python package used to determine Unicode text segmentations. Supported segmentations include:

  1. Code point (any value in the Unicode codespace)

  2. Grapheme cluster (user-perceived character made of a single or multiple Unicode code points, e.g. "G" + acute-accent)

  3. Word break

  4. Sentence break

  5. Line break

python-celery 5.6.3
Propagated dependencies: python-billiard@4.2.2 python-click@8.3.1 python-click-didyoumean@0.3.1 python-click-plugins@1.1.1.2 python-click-repl@0.3.0-1.b84191a python-dateutil@2.9.0 python-kombu@5.6.2 python-tzlocal@5.2 python-vine@5.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://celeryproject.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: Distributed Task Queue
Description:

Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready).

python-stestr 4.2.0
Propagated dependencies: python-cliff@4.10.0 python-fixtures@4.2.6 python-pyyaml@6.0.2 python-subunit@1.4.4 python-testtools@2.7.2 python-tomlkit@0.13.3 python-voluptuous@0.15.2
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://stestr.readthedocs.io/en/latest/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Parallel Python test runner
Description:

This package provides the stestr command, a parallel Python test runner built around subunit. It is designed to execute unittest test suites using multiple processes to split up execution of a test suite. It will also store a history of all test runs to help in debugging failures and optimizing the scheduler to improve speed.

python-distro 1.9.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python-distro/distro
Licenses: ASL 2.0
Build system: pyproject
Synopsis: OS platform information API
Description:

distro provides information about the OS distribution it runs on, such as a reliable machine-readable ID, or version information.

It is the recommended replacement for Python's original `platform.linux_distribution` function (which will be removed in Python 3.8). distro also provides a command-line interface to output the platform information in various formats.

python-xsdata 26.2
Propagated dependencies: python-click@8.3.1 python-jinja2@3.1.2 python-lxml@6.0.2 python-requests@2.32.5 python-toposort@1.10 python-typing-extensions@4.15.0
Channel: guix-science
Location: guix-science/packages/python-xyz.scm (guix-science packages python-xyz)
Home page: https://github.com/tefra/xsdata
Licenses: Expat
Build system: pyproject
Synopsis: Naive XML Bindings for Python
Description:

xsData is a complete data binding library for python allowing developers to access and use XML and JSON documents as simple objects rather than using DOM. The included XML and JSON parser/serializer are highly optimized and adaptable, with multiple handlers and configuration properties. xsData is constantly tested against the W3C XML Schema 1.1 test suite.

python-ripser 0.6.14
Propagated dependencies: python-numpy@2.3.1 python-persim@0.3.8 python-scikit-learn@1.7.2 python-scipy@1.16.3
Channel: guix-science
Location: guix-science/packages/topology.scm (guix-science packages topology)
Home page: https://ripser.scikit-tda.org
Licenses: Expat
Build system: pyproject
Synopsis: Lean persistent homology Library for Python
Description:
@code{ripser.py} is a lean persistent homology package for Python. Building on the blazing fast C++ Ripser package as the core computational engine, @code{ripser.py} provides an intuitive interface for: @itemize @item computing persistence cohomology of sparse and dense data sets, @item visualizing persistence diagrams, @item computing lowerstar filtrations on images, @item computing representative cochains.
python-pyhdrl 1.0.0
Dependencies: cext@1.3.2 cpl@7.4 hdrl@1.6.0
Propagated dependencies: python-pycpl@1.0.4
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://www.eso.org/sci/software/pyhdrl/
Licenses: GPL 3+
Build system: pyproject
Synopsis: Python bindings for the ESO HDRL C libraries
Description:

PyHDRL provides a Python 3 API (language bindings) for the ESO High Level Data Reduction Library (HDRL) using pybind11. It allows for using the ESO High Level Data Reduction Library in Python scripts, or directly in an interactive Python session, and thus allows for using HDRL algorithms in recipes implemented in Python as part of an instrument pipeline package.

python-ufo2ft 2.33.4
Propagated dependencies: python-booleanoperations@0.9.0 python-cffsubr@0.3.0 python-compreffor@0.5.6 python-cu2qu@1.6.7.post2 python-defcon@0.12.2 python-fonttools@4.59.2 python-skia-pathops@0.8.0 python-ufolib2@0.18.1
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/googlefonts/ufo2ft
Licenses: Expat
Build system: pyproject
Synopsis: Generate OpenType fonts from Unified Font Objects (UFOs)
Description:

ufo2ft (UFO to FontTools) is a fork of ufo2fdk intended to leverage FontTools (a Python library) rather than the Adobe Font Development Kit for OpenType (AFDKO), a set of C libraries/utilities so that it can be more easily extended. Like ufo2fdk, its primary purpose is to generate OpenType font binaries from Unified Font Objects (UFOs).

python-pillow 12.1.1
Dependencies: freetype@2.13.3 lcms@2.13.1 libjpeg-turbo@2.1.4 libtiff@4.4.0 libwebp@1.3.2 openjpeg@2.5.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://python-pillow.github.io/
Licenses: X11-style
Build system: pyproject
Synopsis: Fork of the Python Imaging Library
Description:

The Python Imaging Library adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities. The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.

python-pillow 6.1.0
Dependencies: freetype@2.13.3 lcms@2.13.1 libjpeg-turbo@2.1.4 libtiff@4.4.0 libwebp@1.3.2 openjpeg@2.5.0 zlib@1.3.1
Channel: guix-hpc
Location: guix-hpc/packages/python-science.scm (guix-hpc packages python-science)
Home page: https://python-pillow.github.io/
Licenses: X11-style
Build system: pyproject
Synopsis: Fork of the Python Imaging Library
Description:

The Python Imaging Library adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities. The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.

Page: 14546474849184
Total packages: 4411