_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-qdldl 0.1.7.post2
Propagated dependencies: python-numpy@1.24.4 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/oxfordcontrol/qdldl-python/
Licenses: ASL 2.0
Synopsis: QDLDL LDL factorization routine
Description:

This package provides a Python interface to the QDLDL LDL factorization routine for quasi-definite linear system.

python-fbpca 1.0
Propagated dependencies: python-numpy@1.24.4 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://fbpca.readthedocs.io/
Licenses: Modified BSD
Synopsis: Functions for principal component analysis and accuracy checks
Description:

This package provides fast computations for principal component analysis (PCA), SVD, and eigendecompositions via randomized methods

python-typer 0.6.1
Propagated dependencies: python-click@8.1.7
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/tiangolo/typer
Licenses: Expat
Synopsis: Typer builds CLI based on Python type hints
Description:

Typer is a library for building CLI applications. It's based on Python 3.6+ type hints.

python-cmseq 1.0.4
Dependencies: samtools@1.19
Propagated dependencies: python-bcbio-gff@0.6.9 python-biopython@1.73 python-numpy@1.24.4 python-pandas@2.2.3 python-pysam@0.20.0 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/SegataLab/cmseq/
Licenses: Expat
Synopsis: Set of utilities on sequences and BAM files
Description:

CMSeq is a set of commands to provide an interface to .bam files for coverage and sequence consensus.

python-pydyf 0.3.0
Propagated dependencies: python-pillow@9.2.0
Channel: guix
Location: gnu/packages/pdf.scm (gnu packages pdf)
Home page: https://github.com/CourtBouillon/pydyf
Licenses: Modified BSD
Synopsis: Low-level PDF generator
Description:

pydyf is a low-level PDF generator written in Python and based on PDF specification 1.7.

python-pecan 1.4.1
Propagated dependencies: python-logutils@0.3.5 python-mako@1.2.2 python-six@1.16.0 python-webob@1.8.6 python-webtest@2.0.35
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: http://github.com/pecan/pecan
Licenses: Modified BSD
Synopsis: WSGI object-dispatching web framework
Description:

This package provides a WSGI object-dispatching web framework, designed to be lean and fast, with few dependencies.

python-utils 3.9.1
Propagated dependencies: python-loguru@0.7.2 python-typing-extensions@4.10.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/WoLpH/python-utils
Licenses: FreeBSD
Synopsis: Convenient utilities not included with the standard Python install
Description:

Python Utils is a collection of small Python functions and classes which make common patterns shorter and easier.

python-ujson 5.7.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ultrajson/ultrajson
Licenses: Modified BSD
Synopsis: Ultra fast JSON encoder and decoder for Python
Description:

UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 3.

python-emcee 3.1.6
Propagated dependencies: python-numpy@1.24.4
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://emcee.readthedocs.io/en/stable/
Licenses: Expat
Synopsis: Ensemble sampling toolkit for MCMC
Description:

emcee is a Python implementation of the affine-invariant ensemble sampler for Markov chain Monte Carlo (MCMC).

python-blist 1.3.6
Channel: gn-bioinformatics
Location: gn/packages/bioinformatics.scm (gn packages bioinformatics)
Home page: http://stutzbachenterprises.com/blist/
Licenses: Modified BSD
Synopsis: List-like type for Python with better asymptotic performance
Description:

This package provides a list-like type for Python with better asymptotic performance and similar performance on small lists.

iotop-python 0.6-0.a14256a
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: http://guichaz.free.fr/iotop/
Licenses: GPL 2+
Synopsis: Displays the IO activity of running processes
Description:

Iotop is a Python program with a top like user interface to show the processes currently causing I/O.

python-pyu2f 0.1.5
Propagated dependencies: python-six@1.16.0
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/google/pyu2f/
Licenses: ASL 2.0
Synopsis: U2F host library for interacting with a U2F device over USB
Description:

Pyu2f is a Python-based U2F host library. It provides functionality for interacting with a U2F device over USB.

python-mf2py 1.1.2
Propagated dependencies: python-beautifulsoup4@4.12.3 python-html5lib@1.1 python-requests@2.31.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/microformats/mf2py
Licenses: Expat
Synopsis: Python Microformats2 parser
Description:

This Python library provides a Microformats2 parser implementing the full Microformats2 (mf2) specification, including backward compatibility with Microformats1 (mf1).

python-pylev 1.3.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/toastdriven/pylev
Licenses: Modified BSD
Synopsis: Levenshtein distance implementation in Python
Description:

Pure Python Levenshtein implementation, based off the Wikipedia code samples at http://en.wikipedia.org/wiki/Levenshtein_distance.

python-urwid 2.6.16
Propagated dependencies: python-typing-extensions@4.10.0 python-wcwidth@0.1.8 python-pygobject@3.47.0 python-tornado@5.1.1 python-trio@0.27.0 python-pyzmq@25.1.0 python-twisted@19.7.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://urwid.org
Licenses: LGPL 2.1+
Synopsis: Console user interface library for Python
Description:

Urwid is a curses-based UI/widget library for Python. It includes many features useful for text console applications.

python-mamba 0.11.2
Propagated dependencies: python-clint@0.5.1 python-coverage@7.6.8
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://nestorsalceda.com/mamba/
Licenses: Expat
Synopsis: Test runner for Python
Description:

Mamba is a Behaviour-Driven Development tool for Python developers. Is heavily influenced from RSpec, Mocha, Jasmine or Ginkgo.

python-partd 1.4.1
Propagated dependencies: python-locket@1.0.0 python-numpy@1.24.4 python-pandas@2.2.3 python-pyzmq@25.1.0 python-toolz@0.11.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/dask/partd/
Licenses: Modified BSD
Synopsis: Appendable key-value storage
Description:

Partd stores key-value pairs. Values are raw bytes. We append on old values. Partd excels at shuffling operations.

python-namex 0.0.7
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/fchollet/namex
Licenses: ASL 2.0
Synopsis: Separate implementation and public API surface of Python packages
Description:

This package provides a simple utility to separate the implementation of your Python package and its public API surface.

python-qt.py 1.3.7
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://github.com/mottosso/Qt.py
Licenses: Expat
Synopsis: Abstraction layer for Python Qt bindings
Description:

This package provides an abstraction layer on top of the various Qt bindings (PySide, PySide2, PyQt4 and PyQt5).

python2-zipp 1.0.0
Propagated dependencies: python2-more-itertools@5.0.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/jaraco/zipp
Licenses: Expat
Synopsis: Backport of pathlib-compatible object wrapper for zip files
Description:

This package provides a pathlib-compatible Zipfile object wrapper. It provides a backport of the Path object.

python-pyemd 0.5.1
Propagated dependencies: python-numpy@1.24.4
Channel: guix-science
Location: guix-science/packages/python.scm (guix-science packages python)
Home page: http://github.com/wmayner/pyemd
Licenses: Expat
Synopsis: Wrapper for Pele and Werman's implementation of the Earth Mover's Distance
Description:

This package provides a Python wrapper for Ofir Pele and Michael Werman's implementation of the Earth Mover's Distance.

python-pydot 1.4.2
Propagated dependencies: python-pyparsing@2.4.7
Channel: guix
Location: gnu/packages/graphviz.scm (gnu packages graphviz)
Home page: https://github.com/pydot/pydot
Licenses: Expat
Synopsis: Python interface to Graphviz's DOT language
Description:

Pydot provides an interface to create, handle, modify and process graphs in Graphviz's DOT language, written in pure Python.

python-pydub 0.25.1
Dependencies: ffmpeg@6.1.1
Propagated dependencies: python-scipy@1.12.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pydub.com
Licenses: Expat
Synopsis: Manipulate audio with a high level interface in Python
Description:

pydub makes it easy to manipulate audio in Python. It relies on ffmpeg to open various audio formats.

Total results: 3594