_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-bitshuffle 0.5.2
Dependencies: python-numpy@1.26.4 python-h5py@3.13.0 hdf5@1.14.6
Channel: guix
Location: gnu/packages/python-compression.scm (gnu packages python-compression)
Home page: https://github.com/kiyo-masui/bitshuffle
Licenses: Expat
Synopsis: Filter for improving compression of typed binary data
Description:

Bitshuffle is an algorithm that rearranges typed, binary data for improving compression, as well as a python/C package that implements this algorithm within the Numpy framework.

python-fastimport 0.9.16
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jelmer/python-fastimport
Licenses: GPL 2+
Synopsis: VCS fastimport parser and generator in Python
Description:

This package provides a parser for and generator of the Git fastimport format.

python-essentials 1.1.8
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Neoteroi/essentials/wiki
Licenses: Expat
Synopsis: Utility functions, exceptions, and classes for Python applications
Description:

Essentials is a collection of functions, exceptions, and classes for Python applications. Examples of utilities are exceptions for common scenarios, friendly JSON encoder, decorators for retries and logging.

python-umap-learn 0.5.9
Propagated dependencies: python-numba@0.61.0 python-numpy@1.26.4 python-pynndescent@0.5.13 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://github.com/lmcinnes/umap
Licenses: Modified BSD
Synopsis: Uniform Manifold Approximation and Projection
Description:

Uniform Manifold Approximation and Projection is a dimension reduction technique that can be used for visualization similarly to t-SNE, but also for general non-linear dimension reduction.

python-scikit-fem 11.0.0
Propagated dependencies: python-meshio@5.3.4 python-numpy@1.26.4 python-matplotlib@3.8.2 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://scikit-fem.readthedocs.io/en/latest/
Licenses: Modified BSD
Synopsis: Library for performing finite element assembly
Description:

scikit-fem is a library for performing finite element assembly. Its main purpose is the transformation of bilinear forms into sparse matrices and linear forms into vectors.

python-frozendict 2.4.6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Marco-Sulla/python-frozendict
Licenses: Expat
Synopsis: Simple immutable mapping for Python
Description:

frozendict is an immutable wrapper around dictionaries that implements the complete mapping interface. It can be used as a drop-in replacement for dictionaries where immutability is desired.

python-pyreadstat 1.2.4
Dependencies: libiconv@1.18 zlib@1.3.1
Propagated dependencies: python-pandas@2.2.3
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/Roche/pyreadstat
Licenses: ASL 2.0
Synopsis: Read and write SAS, SPSS and Stata files into/from Pandas DataFrames
Description:

This Python package can be used to read and write SAS, SPSS and Stata files into/from Pandas DataFrames. It is a wrapper around the C library readstat.

python-phenograph 1.5.7
Dependencies: louvain@0.2
Propagated dependencies: python-leidenalg@0.10.2 python-numpy@1.26.4 python-psutil@7.0.0 python-scikit-learn@1.7.0 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/dpeerlab/PhenoGraph.git
Licenses: Expat
Synopsis: Graph-based clustering for high-dimensional single-cell data
Description:

PhenoGraph is a clustering method designed for high-dimensional single-cell data. It works by creating a graph representing phenotypic similarities between cells and then identifying communities in this graph.

python-scikit-opt 0.6.6
Propagated dependencies: python-numpy@1.26.4 python-pytorch@2.8.0 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/guofei9987/scikit-opt
Licenses: Expat
Synopsis: Swarm intelligence algorithms in Python
Description:

Scikit-opt (or sko) is a Python module implementing swarm intelligence algorithms: genetic algorithm, particle swarm optimization, simulated annealing, ant colony algorithm, immune algorithm, artificial fish swarm algorithm.

python-pynetdicom 2.1.1
Propagated dependencies: python-mypy@1.16.1 python-numpydoc@1.5.0 python-pydicom@2.4.4 python-pyfakefs@5.9.1 python-sqlalchemy@1.4.42
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/pydicom/pynetdicom
Licenses: Expat
Synopsis: Python implementation of the DICOM networking protocol
Description:

pynetdicom is a Python package that implements the DICOM networking protocol. It allows the easy creation of DICOM SCUs and SCPs.

python-canalystii 0.1
Propagated dependencies: python-pyusb@1.2.1
Channel: ffab
Location: ffab/packages/python-xyz.scm (ffab packages python-xyz)
Home page: https://github.com/projectgus/python-canalystii
Licenses: Modified BSD
Synopsis: Python userspace driver for Canalyst-II USB CAN analyzer
Description:

This driver is based on black box reverse engineering of the USB behaviour of the proprietary software, and reading the basic data structure layouts in the original python-can canalystii source.

python-livereload 2.7.1
Propagated dependencies: python-tornado@5.1.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/lepture/python-livereload
Licenses: Modified BSD
Synopsis: Python LiveReload
Description:

Python LiveReload provides a command line utility, livereload, for starting a web server in a directory. It can trigger arbitrary commands and serve updated contents upon changes to the directory.

python-hyperframe 6.1.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/python-hyper/hyperframe
Licenses: Expat
Synopsis: HTTP/2 framing layer for Python
Description:

This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames.

python-pixelmatch 0.3.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/whtsky/pixelmatch-py
Licenses: ISC
Synopsis: Pixel-level image comparison library
Description:

This package provides a pixel-level image comparison library for Python, originally created to compare screenshots in tests. Its features include accurate anti-aliased pixels detection and perceptual color difference metrics.

python-rst-linker 2.6.0
Propagated dependencies: python-jaraco-context@6.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jaraco/rst.linker
Licenses: Expat
Synopsis: Sphinx plugin to add links and timestamps
Description:

rst.linker automatically replaces text by a reStructuredText external reference or timestamps. It's primary purpose is to augment the changelog, but it can be used for other documents, too.

python-scripttest 2.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pypa/scripttest
Licenses: Expat
Synopsis: Python library to test command-line scripts
Description:

Scripttest is a Python helper library for testing interactive command-line applications. With it you can run a script in a subprocess and see the output as well as any file modifications.

python-watchfiles 1.0.5
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/samuelcolvin/watchfiles
Licenses: Expat
Synopsis: Simple, modern file watching and code reload in Python
Description:

Simple, modern file watching and code reload in Python inspired by watchdog. Among the differences are a unified approach for each operating systems and an elegant approach to concurrency using threading.

python-dotty-dict 1.3.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pawelzny/dotty_dict
Licenses: Expat
Synopsis: Python library for accessing dictionaries using a dot syntax
Description:

This package provides a library that wraps the traditional Python dictionaries and provides a syntax to access nested dictionaries values using a dot syntax, for example: dictionary['deeply.nested.key'].

python-pyelftools 0.32
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/eliben/pyelftools
Licenses: Public Domain
Synopsis: Analyze binary and library file information
Description:

This Python library provides interfaces for parsing and analyzing two binary and library file formats ; the Executable and Linking Format (ELF), and debugging information in the Debugging With Attributed Record Format (DWARF).

python-pyclibrary 0.2.2-0.4e1e243
Propagated dependencies: python-pyparsing@3.2.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/MatthieuDartiailh/pyclibrary
Licenses: Expat
Synopsis: Wrap dynamic libraries in Python
Description:

This package helps wrapping dynamic libraries in Python. It includes a pure-Python C parser and an automation library that uses C header file definitions to simplify the use of C bindings.

python-cloud-init 24.2
Propagated dependencies: python-configobj@5.0.9 python-jinja2@3.1.2 python-jsonpatch@1.33 python-jsonschema@4.23.0 python-netifaces@0.11.0 python-oauthlib@3.1.0 python-pyserial@3.5 python-pyyaml@6.0.2 python-responses@0.25.3
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/canonical/cloud-init
Licenses: ASL 2.0 GPL 3
Synopsis: Cloud instance initialization tools
Description:

Cloud-init is the multi-distribution method for cross-platform cloud instance initialization. It is supported across all major public cloud providers, provisioning systems for private cloud infrastructure, and bare-metal installations.

python-whitenoise 6.9.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/evansd/whitenoise
Licenses: Expat
Synopsis: Static file serving for WSGI applications
Description:

WhiteNoise allows your web app to serve its own static files, making it a self-contained unit that can be deployed anywhere without relying on nginx, Amazon S3 or any other external service.

python-quart-trio 0.12.0
Propagated dependencies: hypercorn@0.17.3 python-exceptiongroup@1.3.0 python-quart@0.19.9 python-trio@0.28.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/pgjones/quart-trio
Licenses: Expat
Synopsis: Extension for Quart to support the Trio event loop
Description:

This package provides a Quart extension to provide Trio support. This is an alternative to using the asyncio event loop present in the Python standard library and supported by default in Quart.

Total results: 4036