_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-psutil 7.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/giampaolo/psutil
Licenses: Modified BSD
Synopsis: Library for retrieving information on running processes
Description:

psutil (Python system and process utilities) is a library for retrieving information on running processes and system utilization (CPU, memory, disks, network) in Python. It is useful mainly for system monitoring, profiling and limiting process resources and management of running processes. It implements many functionalities offered by command line tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill, free, nice, ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap.

python-fitsio 1.3.0
Dependencies: curl@8.6.0 cfitsio@4.6.3 zlib@1.3.1
Propagated dependencies: python-numpy@1.26.4
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/esheldon/fitsio
Licenses: GPL 2+
Synopsis: Python library to read from and write to FITS files
Description:

This package provides a Python library for reading from and writing to FITS files using the CFITSIO library. Among other things, it can

  • read and write image, binary, and ascii table extensions;

  • read arbitrary subsets of tables in a lazy manner;

  • query the rows and columns of a table;

  • read and write header keywords;

  • read and write Gzip files.

python-stdnum 2.1
Channel: guix
Location: gnu/packages/finance.scm (gnu packages finance)
Home page: https://arthurdejong.org/python-stdnum/
Licenses: LGPL 2.1+
Synopsis: Python module to handle standardized number and code formats
Description:

This is a Python library that aims to provide functions to handle, parse and validate standard numbers. The module supports more than 100 different number formats amongst which a great number of VAT and other tax numbers, personal identity and company identification codes, international standard numbers (ISBN, IBAN, EAN, etc.) and various other formats. The module also includes implementations of the Verhoeff, Luhn and family of ISO/IEC 7064 check digit algorithms.

python-cobaya 3.6
Propagated dependencies: python-dill@0.4.0 python-fuzzywuzzy@0.18.0 python-getdist@1.5.4 python-numpy@1.26.4 python-packaging@25.0 python-pandas@2.2.3 python-portalocker@2.7.0 python-py-bobyqa@1.5.0 python-pyyaml@6.0.2 python-requests@2.32.5 python-scipy@1.12.0 python-tqdm@4.67.1 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/CobayaSampler/cobaya
Licenses: LGPL 3+
Synopsis: Code for Bayesian analysis in Cosmology
Description:

Cobaya, and Spanish for Guinea Pig) is a framework for sampling and statistical modelling: it allows you to explore an arbitrary prior or posterior using a range of Monte Carlo samplers (including the advanced MCMC sampler from CosmoMC, and the advanced nested sampler PolyChord). The results of the sampling can be analysed with GetDist. It supports MPI parallelization (and very soon HPC containerization with Docker/Shifter and Singularity).

python-pylint 3.3.8
Propagated dependencies: python-astroid@3.3.11 python-dill@0.4.0 python-isort@6.0.1 python-mccabe@0.7.0 python-platformdirs@4.3.6 python-tomlkit@0.13.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/PyCQA/pylint
Licenses: GPL 2+
Synopsis: Advanced Python code static checker
Description:

Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book).

Pylint has many rules enabled by default, way too much to silence them all on a minimally sized program. It's highly configurable and handle pragmas to control it from within your code. Additionally, it is possible to write plugins to add your own checks.

python-bsddb3 6.2.9
Dependencies: bdb@6.2.32
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.jcea.es/programacion/pybsddb.htm
Licenses: Modified BSD
Synopsis: Python bindings for Oracle Berkeley DB
Description:

This module provides a nearly complete wrapping of the Oracle/Sleepycat C API for the Database Environment, Database, Cursor, Log Cursor, Sequence and Transaction objects, and each of these is exposed as a Python type in the bsddb3.db module. The database objects can use various access methods: btree, hash, recno, and queue. Complete support of Berkeley DB distributed transactions. Complete support for Berkeley DB Replication Manager. Complete support for Berkeley DB Base Replication. Support for RPC.

python-aioftp 0.22.3
Propagated dependencies: python-siosocks@0.3.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://aioftp.readthedocs.io/
Licenses: ASL 2.0
Synopsis: FTP client/server for asyncio in Python
Description:

FTP client and server for asyncio (Python 3) Library implementing FTP protocol, both client and server for Python asyncio module.

Supported commands as client: USER, PASS, ACCT, PWD, CWD, CDUP, MKD, RMD, MLSD, MLST, RNFR, RNTO, DELE, STOR, APPE, RETR, TYPE, PASV, ABOR, QUIT, REST, LIST (as fallback).

Supported commands as server: USER, PASS, QUIT, PWD, CWD, CDUP, MKD, RMD, MLSD, LIST (non-standard), MLST, RNFR, RNTO, DELE, STOR, RETR, TYPE ("I" and "A"), PASV, ABOR, APPE, REST.

python-pypeit 1.17.4
Propagated dependencies: python-astropy@6.1.7 python-bottleneck@1.4.2 python-configobj@5.0.9 python-extension-helpers@1.4.0 python-fast-histogram@0.14 python-ginga@5.4.0 python-ipython@8.37.0 python-linetools@0.3.2 python-matplotlib@3.8.2 python-numpy@1.26.4 python-packaging@25.0 python-pyerfa@2.0.1.5 python-pygithub@2.8.1 python-pyqt@6.9.1 python-pyyaml@6.0.2 python-qtpy@2.4.3 python-scikit-learn@1.7.0 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/pypeit/PypeIt
Licenses: Modified BSD
Synopsis: Spectroscopic Data Reduction Pipeline
Description:

PypeIt is a Python package for semi-automated reduction of astronomical spectroscopic data. Its algorithms build on decades-long development of previous data reduction pipelines by the developers.

It is designed to be used by both advanced spectroscopists with prior data reduction expertise and astronomers with no prior experience of data reduction. It is highly configurable and designed to be applied to any standard slit-imaging spectrograph, including long-slit, multi-slit, as well as cross-dispersed echelle spectra.

python-folium 0.19.4
Propagated dependencies: python-branca@0.7.2 python-jinja2@3.1.2 python-numpy@1.26.4 python-requests@2.32.5 python-xyzservices@2025.4.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python-visualization/folium
Licenses: Expat
Synopsis: Make beautiful maps with Leaflet.js & Python
Description:

folium makes it easy to visualize data that’s been manipulated in Python on an interactive leaflet map. It enables both the binding of data to a map for choropleth visualizations as well as passing rich vector/raster/HTML visualizations as markers on the map.

The library has a number of built-in tilesets from OpenStreetMap, Mapbox, and Stamen, and supports custom tilesets with Mapbox or Cloudmade API keys. It supports Image, Video, GeoJSON and TopoJSON overlays.

python-jaxlib 0.4.28
Dependencies: curl@8.6.0 double-conversion@3.1.5 flatbuffers@24.12.23 giflib@5.2.1 grpc@1.52.2 hwloc@2.12.2 icu4c@73.1 jsoncpp@1.9.6 libjpeg-turbo@2.1.4 openssl@3.0.8 pybind11@2.13.6 python-absl-py@2.3.1 python-numpy@1.26.4 python-scipy@1.12.0 python-six@1.17.0 python-wrapper@3.11.14 zlib@1.3.1
Propagated dependencies: python-absl-py@2.3.1 python-importlib-metadata@8.7.0 python-gast@0.6.0 python-ml-dtypes@0.5.3 python-numpy@1.26.4 python-opt-einsum@3.3.0 python-protobuf-for-tensorflow-2@4.21.9 python-scipy@1.12.0
Channel: guix-science
Location: guix-science/packages/python.scm (guix-science packages python)
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-scooby 0.5.12
Propagated dependencies: python-psutil@7.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/banesullivan/scooby
Licenses: Expat
Synopsis: Report hardware information and Python package versions
Description:

The Scooby package reports the following information about the currently running system:

  • operating system name;

  • hardware information including machine type (e.g., i386, x86_64, etc.), CPU count and total RAM;

  • Python environment (e.g., Python, IPython, etc.);

  • file system name;

  • Python version;

  • versions of specified Python packages.

It can generate reports as HTML tables or plain text lists.

Scooby has no required dependencies, and only few optional dependencies.

python-mpi4py 4.1.0
Dependencies: openmpi@4.1.6
Channel: guix
Location: gnu/packages/mpi.scm (gnu packages mpi)
Home page: https://github.com/mpi4py/mpi4py
Licenses: Modified BSD
Synopsis: Python bindings for the Message Passing Interface standard
Description:

MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI) standard for the Python programming language, allowing any Python program to exploit multiple processors.

mpi4py is constructed on top of the MPI-1/MPI-2 specification and provides an object oriented interface which closely follows MPI-2 C++ bindings. It supports point-to-point and collective communications of any picklable Python object as well as optimized communications of Python objects (such as NumPy arrays) that expose a buffer interface.

python-pbkdf2 1.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.dlitz.net/software/python-pbkdf2/
Licenses: Expat
Synopsis: Password-based key derivation
Description:

This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0.

PKCS#5 v2.0 Password-Based Key Derivation is a key derivation function which is part of the RSA Public Key Cryptography Standards series. The provided implementation takes a password or a passphrase and a salt value (and optionally a iteration count, a digest module, and a MAC module) and provides a file-like object from which an arbitrarily-sized key can be read.

python-pyrush 1.0.8
Propagated dependencies: python-pyfastner@1.0.9 python-spacy@3.8.7
Channel: guix-science
Location: guix-science/packages/nlp.scm (guix-science packages nlp)
Home page: https://github.com/jianlins/PyRuSH
Licenses: Expat
Synopsis: Rule-based sentence Segmenter using Hashing in Python
Description:

PyRuSH is the python implementation of RuSH, which is originally developed using Java. RuSH is an efficient, reliable, and easy adaptable rule-based sentence segmentation solution. It is specifically designed to handle the telegraphic written text in clinical note. It leverages a nested hash table to execute simultaneous rule processing, which reduces the impact of the rule-base growth on execution time and eliminates the effect of rule order on accuracy.

python-defcon 0.12.2
Propagated dependencies: python-fontpens@0.2.4 python-fonttools@4.59.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/robotools/defcon
Licenses: Expat
Synopsis: Flexible objects for representing UFO data
Description:

Defcon is a set of UFO based objects optimized for use in font editing applications. The objects are built to be lightweight, fast and flexible. The objects are very bare-bones and they are not meant to be end-all, be-all objects. Rather, they are meant to provide base functionality so that you can focus on your application’s behavior, not object observing or maintaining cached data. Defcon implements UFO3 as described by the UFO font format.

python-mpi4py 4.1.0
Dependencies: openmpi@4.1.6
Channel: guix-hpc
Location: guix-hpc/packages/solverstack.scm (guix-hpc packages solverstack)
Home page: https://github.com/mpi4py/mpi4py
Licenses: Modified BSD
Synopsis: Python bindings for the Message Passing Interface standard
Description:

MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI) standard for the Python programming language, allowing any Python program to exploit multiple processors.

mpi4py is constructed on top of the MPI-1/MPI-2 specification and provides an object oriented interface which closely follows MPI-2 C++ bindings. It supports point-to-point and collective communications of any picklable Python object as well as optimized communications of Python objects (such as NumPy arrays) that expose a buffer interface.

python-ndcube 2.3.4
Propagated dependencies: python-astropy@7.1.1 python-gwcs@0.26.0 python-numpy@1.26.4 python-scipy@1.12.0 python-matplotlib@3.8.2 python-mpl-animators@1.2.4 python-reproject@0.14.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://docs.sunpy.org/projects/ndcube/
Licenses: FreeBSD
Synopsis: Multi-dimensional contiguous and non-contiguous coordinate aware arrays
Description:

ndcube is a package for manipulating, inspecting and visualizing multi-dimensional contiguous and non-contiguous coordinate-aware data arrays.

It combines data, uncertainties, units, metadata, masking, and coordinate transformations into classes with unified slicing and generic coordinate transformations and plotting/animation capabilities. It is designed to handle data of any number of dimensions and axis types (e.g. spatial, temporal, spectral, etc.) whose relationship between the array elements and the real world can be described by WCS translations.

python-paramz 0.9.6
Propagated dependencies: python-decorator@5.2.1 python-numpy@1.26.4 python-scipy@1.12.0 python-six@1.17.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/sods/paramz
Licenses: Modified BSD
Synopsis: The Parameterization Framework
Description:

paramz is a lightweight parameterization framework for parameterized model creation and handling. Its features include:

  • Easy model creation with parameters.

  • Fast optimized access of parameters for optimization routines.

  • Memory efficient storage of parameters (only one copy in memory).

  • Renaming of parameters.

  • Intuitive printing of models and parameters.

  • Gradient saving directly inside parameters.

  • Gradient checking of parameters.

  • Optimization of parameters.

  • Jupyter notebook integration.

  • Efficient storage of models, for reloading.

  • Efficient caching.

python-algopy 0.6.0
Propagated dependencies: python-numpy@1.26.4 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://pythonhosted.org/algopy
Licenses: Modified BSD
Synopsis: Algorithmic Differentation in Python
Description:

AlgoPy provides a functionality to differentiate functions implemented as computer programs by using Algorithmic Differentiation (AD) techniques in the forward and reverse mode.

The forward mode propagates univariate Taylor polynomials of arbitrary order. Hence it is also possible to use AlgoPy to evaluate higher-order derivative tensors. The reverse mode is also known as backpropagation and can be found in similar form in tools like PyTorch. Speciality of AlgoPy is the possibility to differentiate functions that contain matrix functions as +,-,*,/, dot, solve, qr, eigh, cholesky.

python-falcon 4.0.2
Propagated dependencies: python-mimeparse@2.0.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://falconframework.org
Licenses: ASL 2.0
Synopsis: Web framework for building APIs and application backends
Description:

Falcon is a web API framework for building microservices, application backends and higher-level frameworks. Among its features are:

  • Optimized and extensible code base

  • Routing via URI templates and REST-inspired resource classes

  • Access to headers and bodies through request and response classes

  • Request processing via middleware components and hooks

  • Idiomatic HTTP error responses

  • Straightforward exception handling

  • Unit testing support through WSGI helpers and mocks

  • Compatible with both CPython and PyPy

  • Cython support for better performance when used with CPython

python-pypdf2 1.26.0
Channel: guix
Location: gnu/packages/pdf.scm (gnu packages pdf)
Home page: http://mstamy2.github.com/PyPDF2
Licenses: Modified BSD
Synopsis: Pure Python PDF toolkit
Description:

PyPDF2 is a pure Python PDF library capable of:

  1. extracting document information (title, author, …)

  2. splitting documents page by page

  3. merging documents page by page

  4. cropping pages

  5. merging multiple pages into a single page

  6. encrypting and decrypting PDF files

By being pure Python, it should run on any Python platform without any dependencies on external libraries. It can also work entirely on StringIO objects rather than file streams, allowing for PDF manipulation in memory. It is therefore a useful tool for websites that manage or manipulate PDFs.

python-zxcvbn 4.5.0
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/dwolfhub/zxcvbn-python
Licenses: Expat
Synopsis: Realistic password strength estimator Python library
Description:

This is a Python implementation of the zxcvbn library created at Dropbox. The original library, written for JavaScript, can be found here. This port includes features such as:

  1. Accepts user data to be added to the dictionaries that are tested against (name, birthdate, etc.)

  2. Gives a score to the password, from 0 (terrible) to 4 (great).

  3. Provides feedback on the password and ways to improve it.

  4. Returns time estimates on how long it would take to guess the password in different situations.

python-blosc2 2.7.1
Dependencies: c-blosc2@2.15.2
Propagated dependencies: python-msgpack@1.1.1 python-ndindex@1.7 python-numexpr@2.12.1 python-numpy@1.26.4 python-py-cpuinfo@9.0.0
Channel: guix
Location: gnu/packages/python-compression.scm (gnu packages python-compression)
Home page: https://github.com/blosc/python-blosc2
Licenses: Modified BSD
Synopsis: Python wrapper for the Blosc2 data compressor library
Description:

Blosc2 is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() system call.

Python-Blosc2 wraps the C-Blosc2 library, and it aims to leverage its new API so as to support super-chunks, multi-dimensional arrays, serialization and other features introduced in C-Blosc2.

Python-Blosc2 also reproduces the API of Python-Blosc and is meant to be able to access its data, so it can be used as a drop-in replacement.

python-pyega3 5.2.1
Propagated dependencies: python-htsget@0.2.6 python-psutil@7.0.0 python-requests@2.32.5 python-tqdm@4.67.1 python-urllib3@2.5.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/EGA-archive/ega-download-client
Licenses: ASL 2.0
Synopsis: EGA download client
Description:

PyEGA3 is a tool for viewing and downloading files from authorized EGA datasets. It uses the EGA data API and has several key features:

  • Files are transferred over secure https connections and received unencrypted, so no need for decryption after download.

  • Downloads resume from where they left off in the event that the connection is interrupted.

  • Supports file segmenting and parallelized download of segments, improving overall performance.

  • After download completes, file integrity is verified using checksums.

  • Implements the GA4GH-compliant htsget protocol for download of genomic ranges for data files with accompanying index files.

Total results: 4119