_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-filelock 3.16.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/tox-dev/py-filelock
Licenses: Unlicense
Synopsis: Platform independent file lock
Description:

filelock contains a single module implementing a platform independent file lock in Python, which provides a simple way of inter-process communication.

python-perfplot 0.10.2
Propagated dependencies: python-matplotlib@3.8.2 python-matplotx@0.3.10 python-numpy@1.26.4 python-rich@13.7.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/nschloe/perfplot
Licenses: GPL 3+
Synopsis: Performance plots for Python code snippets
Description:

perfplot extends Python's timeit by testing snippets with input parameters (e.g., the size of an array) and plotting the results.

python2-certifi 2021.10.8
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://certifi.io/
Licenses: ASL 2.0
Synopsis: Python CA certificate bundle
Description:

Certifi is a Python library that contains a CA certificate bundle, which is used by the Requests library to verify HTTPS requests.

python-alphacsc 0.4.1
Propagated dependencies: python-joblib@1.5.1 python-matplotlib@3.8.2 python-mne@1.10.2 python-numba@0.61.0 python-numpy@1.26.4 python-scikit-learn@1.7.0 python-scipy@1.12.0
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://alphacsc.github.io/
Licenses: Modified BSD
Synopsis: Convolutional dictionary learning for noisy signals
Description:

This is a library to perform shift-invariant sparse dictionary learning, also known as convolutional sparse coding (CSC), on time-series data.

python2-unicode 2.7
Channel: wigust
Location: wigust/packages/python.scm (wigust packages python)
Home page: http://kassiopeia.juls.savba.sk/
Licenses: GPL 3+
Synopsis: Display unicode character properties
Description:

unicode is a command-line utility that displays properties for a given unicode character, or searches unicode database for a given name.

python-wiimatch 0.3.2
Propagated dependencies: python-numpy@1.26.4 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/spacetelescope/wiimatch
Licenses: Modified BSD
Synopsis: Optimal matching of weighted N-dimensional image intensity data
Description:

wiimatch is a package that provides core computational algorithms for optimal matching of weighted N-dimensional image intensity data using (multivariate) polynomials.

python-pypairix 0.3.8
Dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/4dn-dcic/pairix
Licenses: Expat
Synopsis: Support for querying pairix-indexed bgzipped text files
Description:

Pypairix is a Python module for fast querying on a pairix-indexed bgzipped text file that contains a pair of genomic coordinates per line.

python-pyopengl 3.1.9
Dependencies: freeglut@3.4.0 glu@9.0.2 mesa@25.2.3
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: https://pyopengl.sourceforge.net
Licenses: Modified BSD
Synopsis: Standard OpenGL bindings for Python
Description:

PyOpenGL is the most common cross platform Python binding to OpenGL and related APIs. The binding is created using the standard ctypes library.

python-clickgen 2.1.3
Dependencies: libx11@1.8.12 libpng@1.6.39 libxcursor@1.2.3
Propagated dependencies: python-pillow@11.1.0 python-toml@0.10.2 python-numpy@1.26.4 python-attrs@25.3.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ful1e5/clickgen
Licenses: Expat
Synopsis: The hassle-free cursor building toolbox
Description:

Clickgen is an API for building X11 and Windows cursors from .png files. clickgen is using anicursorgen and xcursorgen under the hood.

python-deepdiff 8.5.0
Propagated dependencies: python-click@8.1.8 python-pyyaml@6.0.2 python-orderly-set@5.5.0 python-orjson@3.9.7
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/seperman/deepdiff
Licenses: Expat
Synopsis: Deep difference and search of any Python object/data
Description:

This package provides tools for computing deep differences and searching of any Python object/data. Recreate objects by adding adding deltas to each other.

python-markuppy 1.14
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/tylerbakke/MarkupPy
Licenses: Expat
Synopsis: Pythonic HTML/XML generator
Description:

This Python module attempts to make it easier to generate HTML/XML from a Python program in an intuitive, lightweight, customizable and pythonic way.

python-mne-bids 0.17.0
Propagated dependencies: python-mne@1.10.2 python-numpy@1.26.4 python-scipy@1.12.0
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://mne.tools/mne-bids
Licenses: Modified BSD
Synopsis: Organize MEG, EEG, and iEEG data according to the BIDS specification
Description:

MNE-BIDS is a Python package that allows you to read and write BIDS-compatible datasets with the help of MNE-Python.

python2-futures 3.2.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/agronholm/pythonfutures
Licenses: Modified BSD
Synopsis: Backport of the concurrent.futures package from Python 3.2
Description:

The concurrent.futures module provides a high-level interface for asynchronously executing callables. This package backports the concurrent.futures package from Python 3.2

python-libmpsse 1.4.1
Dependencies: libftdi@1.5 python@3.11.11
Channel: guix
Location: gnu/packages/embedded.scm (gnu packages embedded)
Home page: https://code.google.com/archive/p/libmpsse/
Licenses: GPL 2+
Synopsis: Python library for MPSSE SPI I2C JTAG adapter by FTDI
Description:

This package provides a library in order to support the MPSSE (Multi-Protocol Synchronous Serial Engine) adapter by FTDI that can do SPI, I2C, JTAG.

python-ircmatch 1.2
Channel: guix
Location: gnu/packages/irc.scm (gnu packages irc)
Home page: https://pypi.org/project/ircmatch/
Licenses: ISC
Synopsis: Library for matching IRC masks based on atheme
Description:

This is a python extension which provides string comparison and matching functions from Atheme. They are hand-optimized for high performance when matching IRC hostmasks.

python-opentsne 1.0.2
Dependencies: fftw@3.3.10
Propagated dependencies: python-numpy@1.26.4 python-pynndescent@0.5.13 python-scikit-learn@1.7.0 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/pavlin-policar/openTSNE
Licenses: Modified BSD
Synopsis: Extensible, parallel implementations of t-SNE
Description:

This is a modular Python implementation of t-Distributed Stochastic Neighbor Embedding (t-SNE), a popular dimensionality-reduction algorithm for visualizing high-dimensional data sets.

python-xdoctest 1.3.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/Erotemic/xdoctest
Licenses: ASL 2.0
Synopsis: Rewrite of the Python builtin doctest module
Description:

This package provides a rewrite of the builtin doctest module which leverages the Python AST instead of REGEXPs.

python-port-for 0.7.4
Propagated dependencies: python-urllib3@2.5.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/kmike/port-for/
Licenses: Expat
Synopsis: TCP localhost port finder and association manager
Description:

This package provides a utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association.

python-escapism 1.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/minrk/escapism
Licenses: Expat
Synopsis: Simple, generic library for escaping strings
Description:

This Python library provides a programming interface to, given a set of safe characters and an escape character, escape safe strings and unescape the result.

python-humanize 4.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jmoiron/humanize
Licenses: Expat
Synopsis: Print numerical information in a human-readable form
Description:

This package provides a Python module that displays numbers and dates in "human readable" forms. For example, it would display "12345591313" as "12.3 billion".

python-port-for 0.6.2
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/kmike/port-for/
Licenses: Expat
Synopsis: TCP localhost port finder and association manager
Description:

This package provides a utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association.

python-pytaglib 1.4.6
Dependencies: taglib@1.12
Channel: guix
Location: gnu/packages/mp3.scm (gnu packages mp3)
Home page: https://github.com/supermihi/pytaglib
Licenses: GPL 3
Synopsis: Python bindings for taglib
Description:

This package is a Python audio tagging library. It is cross-platform, works with all Python versions, and is very simple to use yet fully featured.

python-particle 0.25.3
Propagated dependencies: python-attrs@25.3.0 python-hepunits@2.3.5 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/scikit-hep/particle
Licenses: Modified BSD
Synopsis: Extended PDG particle data and MC identification codes
Description:

Particle provides a pythonic interface to the Particle Data Group (PDG) particle data tables and particle identification codes, with extended particle information and extra goodies.

python-watchdog 6.0.0
Propagated dependencies: python-pyyaml@6.0.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/gorakhargosh/watchdog
Licenses: ASL 2.0
Synopsis: File system events monitoring
Description:

This package provides a way to monitor file system events such as a file modification and trigger an action. This is similar to inotify, but portable.

Total results: 4007