_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-archspec 0.2.5
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/archspec/archspec
Licenses: Expat
Synopsis: Library to query system architecture
Description:

Archspec offers human-readable labels for system architecture aspects. These aspects include CPU, network fabrics, etc. In addition, it offers APIs to detect, query, and compare them.

python-filetype 1.2.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/h2non/filetype.py
Licenses: Expat
Synopsis: Infer file type and MIME type of any file/buffer
Description:

filetype is a small and dependency free Python package to infer file type and MIME type checking the magic numbers signature of a file or buffer.

python-dm-haiku 0.0.13
Propagated dependencies: python-absl-py@2.3.1 python-chex@0.1.88 python-cloudpickle@3.1.0 python-dill@0.4.0 python-dm-tree@0.1.9 python-flax@0.8.0 python-jax@0.4.28 python-jaxlib@0.4.28 python-jmp@0.0.4 python-numpy@1.26.4 python-optax@0.1.5 python-tabulate@0.9.0 python-tensorflow@2.13.1 python-virtualenv@20.29.1
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://github.com/google-deepmind/dm-haiku
Licenses: ASL 2.0
Synopsis: Sonnet for JAX
Description:

Haiku is a simple neural network library for JAX. It is developed by some of the authors of Sonnet, a neural network library for TensorFlow.

python-nifreeze 25.1.2-1.8b15f6a
Propagated dependencies: python-attrs@25.3.0 python-dipy@1.11.0 python-joblib@1.5.1 python-nest-asyncio@1.6.0 python-nipype@1.10.0 python-nireports@25.3.0 python-nitransforms@25.1.0 python-numpy@1.26.4 python-scikit-image@0.23.2 python-scikit-learn@1.7.0 python-scipy@1.12.0 python-typing-extensions@4.15.0
Channel: guix-science
Location: guix-science/packages/neuroscience.scm (guix-science packages neuroscience)
Home page: https://www.nipreps.org/nifreeze/main/index.html
Licenses: ASL 2.0
Synopsis: Estimation and correction of head motion and eddy current distortions
Description:

NiFreeze is a flexible framework for volume-to-volume motion estimation and correction in d/fMRI and PET, and eddy-current-derived distortion estimation in dMRI.

python-cgatcore 0.6.16
Dependencies: time@1.9
Propagated dependencies: python-apsw@3.46.0.0 python-gevent@24.11.1 python-pandas@2.2.3 python-paramiko@4.0.0 python-pyyaml@6.0.2 python-ruffus@2.8.4 python-sqlalchemy@1.4.42
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/cgat-developers/cgat-core
Licenses: Expat
Synopsis: Computational genomics analysis toolkit
Description:

CGAT-core is a set of libraries and helper functions used to enable researchers to design and build computational workflows for the analysis of large-scale data-analysis.

python-pdbfixer 1.9
Propagated dependencies: openmm@8.3.1 python-numpy@1.26.4
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/openmm/pdbfixer
Licenses: Expat
Synopsis: Application for fixing problems in Protein Data Bank
Description:

PDBFixer is designed to rectify issues in Protein Data Bank files. Its intuitive interface simplifies the process of resolving problems encountered in PDB files prior to simulation tasks.

python-pytensor 2.28.3
Propagated dependencies: python-cons@0.4.7 python-etuples@0.3.10 python-filelock@3.16.1 python-logical-unification@0.4.6 python-minikanren@1.0.5 python-numba@0.61.0 python-numpy@1.26.4 python-scipy@1.12.0 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://pytensor.readthedocs.io/en/latest/
Licenses: Modified BSD
Synopsis: Library for mathematical expressions in multi-dimensional arrays
Description:

PyTensor is a Python library that allows one to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays. It is a fork of the Aesara library.

python-hepunits 2.3.5
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/scikit-hep/hepunits
Licenses: Modified BSD
Synopsis: Units and constants in the HEP system of units
Description:

hepunits collects the most commonly used units and constants in the HEP System of Units, as derived from the basic units originally defined by the CLHEP project.

python-panflute 2.3.1
Propagated dependencies: python-click@8.1.8 python-pyyaml@6.0.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: http://scorreia.com/software/panflute/
Licenses: Modified BSD
Synopsis: Pythonic Pandoc filters
Description:

Panflute is a Python package that makes Pandoc filters fun to write. It is a pythonic alternative to John MacFarlane's pandocfilters, from which it is heavily inspired.

python-jsonplus 0.8.0
Propagated dependencies: python-dateutil@2.9.0 python-simplejson@3.20.1 python-sortedcontainers@2.4.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/randomir/jsonplus
Licenses: Expat
Synopsis: Serialize Python types to/from JSON
Description:

This package provides functionality to serialize arbitrary data types to and from JSON. Common data types are implemented and it is easy to register custom encoders and decoders.

python-diceware 1.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ulif/diceware/
Licenses: GPL 3+
Synopsis: Generates memorable passphrases
Description:

This package generates passphrases by concatenating words randomly picked from wordlists. It supports several sources of randomness (including real life dice) and different wordlists (including cryptographically signed ones).

python-fusepyng 1.0.7
Dependencies: fuse@2.9.9
Propagated dependencies: python-paramiko@4.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/rianhunter/fusepyng
Licenses: ISC
Synopsis: Simple ctypes bindings for FUSE
Description:

fusepyng is a Python module that provides a simple interface to FUSE on various operating systems. It's just one file and is implemented using ctypes.

python-cleanlab 1.0.1
Propagated dependencies: python-numpy@1.26.4 python-scikit-learn@1.7.0 python-scipy@1.12.0 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://cleanlab.ai
Licenses: AGPL 3+
Synopsis: Automatically find and fix dataset issues
Description:

cleanlab automatically finds and fixes errors in any ML dataset. This data-centric AI package facilitates machine learning with messy, real-world data by providing clean labels during training.

python-cleanlab 2.7.1
Propagated dependencies: python-numpy@1.26.4 python-pandas@2.2.3 python-scikit-learn@1.7.0 python-termcolor@2.5.0 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://cleanlab.ai
Licenses: AGPL 3+
Synopsis: Automatically find and fix dataset issues
Description:

cleanlab automatically finds and fixes errors in any ML dataset. This data-centric AI package facilitates machine learning with messy, real-world data by providing clean labels during training.

python-curtsies 0.4.3
Propagated dependencies: python-blessed@1.20.0 python-cwcwidth@0.1.10
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/bpython/curtsies
Licenses: Expat
Synopsis: Library for curses-like terminal interaction with colored strings
Description:

Curtsies is a Python library for interacting with the terminal. It features string-like objects which carry formatting information, per-line fullscreen terminal rendering, and keyboard input event reporting.

python-identify 2.6.14
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/chriskuehl/identify
Licenses: Expat
Synopsis: File identification library for Python
Description:

identify is a file identification library for Python. Given a file (or some information about a file), return a set of standardized tags identifying what the file is.

python-nibabies 25.1.2
Propagated dependencies: python-acres@0.5.0 python-nibabel@5.3.2 python-nipype@1.10.0 python-nireports@25.3.0 python-nitime@0.11 python-nitransforms@25.1.0 python-niworkflows@1.14.3 python-numpy@1.26.4 python-packaging@25.0 python-pandas@2.2.3 python-pooch@1.8.1 python-psutil@7.0.0 python-pybids@0.21.0 python-requests@2.32.5 python-sdcflows@2.15.0 python-smriprep@0.19.2 python-tedana@25.0.1 python-templateflow@25.0.3 python-toml@0.10.2 python-typing-extensions@4.15.0
Channel: guix-science
Location: guix-science/packages/neuroscience.scm (guix-science packages neuroscience)
Home page: https://nibabies.readthedocs.io
Licenses: ASL 2.0
Synopsis: Processing workflows for magnetic resonance images of the brain in infants
Description:

NiBabies is an open-source software pipeline designed to process anatomical and functional magnetic resonance imaging data, designed and optimized for human infants between 0-2 years old.

python-pylibacl 0.6.0
Dependencies: acl@2.3.1
Channel: guix
Location: gnu/packages/acl.scm (gnu packages acl)
Home page: https://pylibacl.k1024.org/
Licenses: LGPL 2.1+
Synopsis: POSIX.1e @acronym{ACLs, access control lists} for Python
Description:

This Python extension module manipulates the POSIX.1e ACLs available on many file systems. These allow more fine-grained access control than traditional user/group permissions.

python-baseband 4.3.0
Propagated dependencies: python-astropy@7.1.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/mhvk/baseband
Licenses: GPL 3+
Synopsis: Radio baseband I/O
Description:

Baseband is a package for reading and writing VLBI and other radio baseband files, with the aim of simplifying and streamlining data conversion and standardization.

python-usbrelay 1.2.1
Dependencies: usbrelay@1.2.1
Propagated dependencies: python-paho-mqtt@1.6.1
Channel: guix
Location: gnu/packages/hardware.scm (gnu packages hardware)
Home page: https://github.com/darrylb123/usbrelay
Licenses: GPL 2+
Synopsis: Python library to control USB relay modules
Description:

This is the Python extension to usbrelay, a Linux driver based on hidapi for a variety of inexpensive HID compatible USB relay modules. This package also includes usbrelayd.

python-protobuf 6.31.1
Dependencies: protobuf@6.31.1
Channel: guix
Location: gnu/packages/protobuf.scm (gnu packages protobuf)
Home page: https://protobuf.dev
Licenses: Modified BSD
Synopsis: Data encoding for remote procedure calls (RPCs)
Description:

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.

python-pymsgbox 1.0.6-1.944b7cd
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/asweigart/PyMsgBox
Licenses: Modified BSD
Synopsis: Python module for JavaScript-like message boxes
Description:

PyMsgBox is a simple, cross-platform, pure Python module for JavaScript-like message boxes. Types of dialog boxes include:

  1. alert

  2. confirm

  3. prompt

  4. password

python-oslo-log 7.2.0
Propagated dependencies: python-dateutil@2.9.0 python-oslo-context@5.0.0 python-oslo-i18n@6.5.1 python-oslo-serialization@5.7.0 python-oslo-utils@7.4.0
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://launchpad.net/oslo
Licenses: ASL 2.0
Synopsis: Python logging library of the Oslo project
Description:

The oslo.log (logging) configuration library provides standardized configuration for all OpenStack projects. It also provides custom formatters, handlers and support for context specific logging (like resource id’s etc).

python-oslo-log 7.2.0
Propagated dependencies: python-dateutil@2.9.0 python-oslo-config@9.8.0 python-oslo-context@5.0.0 python-oslo-i18n@6.5.1 python-oslo-serialization@5.7.0 python-oslo-utils@7.4.0
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://launchpad.net/oslo
Licenses: ASL 2.0
Synopsis: Python logging library of the Oslo project
Description:

The oslo.log (logging) configuration library provides standardized configuration for all OpenStack projects. It also provides custom formatters, handlers and support for context specific logging (like resource id’s etc).

Total results: 3990