_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-phenograph 1.5.7
Dependencies: louvain@0.2
Propagated dependencies: python-leidenalg@0.10.2 python-numpy@1.26.2 python-psutil@5.9.2 python-scikit-learn@1.6.1 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-pynetdicom 2.1.1
Propagated dependencies: python-mypy@1.13.0 python-numpydoc@1.5.0 python-pydicom@2.4.4 python-pyfakefs@4.6.3 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-scikit-opt 0.6.6
Propagated dependencies: python-numpy@1.26.2 python-pytorch@2.7.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-livereload 2.6.3
Propagated dependencies: python-six@1.16.0 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.0.1
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-traceback2 1.4.0
Propagated dependencies: python-linecache2@1.0.0 python-six@1.16.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/testing-cabal/traceback2
Licenses: Python Software Foundation License
Synopsis: Backports of the traceback module
Description:

This module provides a standard interface to extract, format and print stack traces of Python programs. It exactly mimics the behavior of the Python interpreter when it prints a stack trace.

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 1.11
Propagated dependencies: python-dateutil@2.8.2 python-six@1.16.0
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-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-scripttest 1.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://web.archive.org/web/20161029233413/http://pythonpaste.org/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-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-watchfiles 1.0.4
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-linecache2 1.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/testing-cabal/linecache2
Licenses: Python Software Foundation License
Synopsis: Backports of the linecache module
Description:

The linecache module allows one to get any line from any file, while attempting to optimize internally, using a cache, the common case where many lines are read from a single file.

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-cloud-init 24.2
Propagated dependencies: python-configobj@5.0.6 python-jinja2@3.1.2 python-jsonpatch@1.16 python-jsonschema@4.23.0 python-netifaces@0.11.0 python-oauthlib@3.1.0 python-pyserial@3.5 python-pyyaml@6.0.1 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-quart-trio 0.12.0
Propagated dependencies: python-exceptiongroup@1.1.1 python-hypercorn@0.17.3 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.

python-legacy-cgi 2.6.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/jackrosenthal/legacy-cgi
Licenses: Python Software Foundation License
Synopsis: Fork of the legacy standard library cgi and cgitb modules
Description:

This is a fork of the standard library modules cgi and cgitb. They are slated to be removed from the Python standard library in Python 3.13 by PEP-594.

python-ipywidgets 8.1.2
Propagated dependencies: python-comm@0.2.2 python-ipython@8.29.0 python-jupyterlab-widgets@3.0.10 python-traitlets@5.14.1 python-widgetsnbextension@4.0.10
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://ipython.org
Licenses: Modified BSD
Synopsis: IPython HTML widgets for Jupyter
Description:

Ipywidgets are interactive HTML widgets for Jupyter notebooks and the IPython kernel. Notebooks come alive when interactive widgets are used. Users gain control of their data and can visualize changes in the data.

python-pyformlang 1.0.10
Propagated dependencies: python-networkx@3.4.2 python-numpy@1.26.2 python-pydot@1.4.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Aunsiels/pyformlang
Licenses: Expat
Synopsis: Framework for interacting with formal grammars
Description:

This package provides a framework for working with formal language grammars. The library was originally developed for educational purposes and therefore implements many textbook algorithms regarding the manipulation and interaction with formal grammars.

python-scipy-next 1.14.1
Dependencies: openblas@0.3.29 pybind11@2.13.6
Propagated dependencies: python-jupytext@1.15.0 python-matplotlib@3.8.2 python-mpmath@1.2.1 python-mypy@1.13.0 python-numpy@1.26.2 python-numpydoc@1.5.0 python-pydata-sphinx-theme@0.7.2 python-pydevtool@0.3.0 python-pythran@0.17.0 python-rich-click@1.6.1 python-sphinx@6.2.1 python-threadpoolctl@3.1.0 python-typing-extensions@4.12.2
Channel: guix-arg
Location: guix-arg/packages/python-extra.scm (guix-arg packages python-extra)
Home page: https://scipy.org/
Licenses: Modified BSD
Synopsis: The Scipy library provides efficient numerical routines
Description:

The SciPy library is one of the core packages that make up the SciPy stack. It provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization.

python-pybedtools 0.10.0
Dependencies: zlib@1.3
Propagated dependencies: bedtools@2.31.1 samtools@1.19 kentutils@302.0.0 python-numpy@1.26.2 python-pandas@2.2.3 python-psutil@5.9.2 python-pysam@0.23.0 python-pyyaml@6.0.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://pythonhosted.org/pybedtools/
Licenses: Expat LGPL 2.1+
Synopsis: Python wrapper for BEDtools programs
Description:

This package is a Python wrapper for Aaron Quinlan's BEDtools programs, which are widely used for genomic interval manipulation or "genome algebra". pybedtools extends BEDTools by offering feature-level manipulations from with Python.

python-pytest-csv 3.0.0
Propagated dependencies: python-pytest@8.3.3 python-six@1.16.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/nicoulaj/pytest-csv
Licenses: GPL 3+
Synopsis: CSV reporter for Pytest
Description:

This package provides a plugin for Pytest that enables a CSV output mode for Pytest. It can be enabled via the --csv option it adds to the Pytest command line interface (CLI).

python-asn1crypto 1.5.1
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/wbond/asn1crypto
Licenses: Expat
Synopsis: ASN.1 parser and serializer in Python
Description:

asn1crypto is an ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.

Total results: 3782