_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-woob 3.7
Propagated dependencies: python-babel@2.16.0 python-colorama@0.4.6 python-cssselect@1.2.0 python-dateutil@2.9.0 python-feedparser@6.0.11 python-html2text@2020.1.16 python-lxml@6.0.1 python-packaging@25.0 python-pillow@11.1.0 python-prettytable@3.12.0 python-pycountry@24.6.1 python-pyyaml@6.0.2 python-requests@2.32.5 python-responses@0.25.3 python-rich@13.7.1 python-termcolor@2.5.0 python-unidecode@1.4.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://woob.tech/
Licenses: LGPL 3+
Build system: pyproject
Synopsis: Woob, Web Outside Of Browsers
Description:

Woob is a collection of applications able to interact with websites, without requiring the user to open them in a browser. It also provides well-defined APIs to talk to websites lacking one.

python-zict 3.0.0
Propagated dependencies: python-heapdict@1.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://zict.readthedocs.io/en/latest/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Composable mutable mapping tools
Description:

This package provides abstract MutableMapping classes that consume and build on other MutableMappings. Several of these can be composed with one another to form intuitive interfaces over complex storage systems policies.

python-phat 1.7
Channel: guix-science
Location: guix-science/packages/topology.scm (guix-science packages topology)
Home page: https://bitbucket.org/phat-code/phat
Licenses: LGPL 3
Build system: pyproject
Synopsis: Persistent Homology Algorithm Toolbox (PHAT)
Description:

This package provides Python bindings for PHAT, a software library which contains methods for computing the persistence pairs of a filtered cell complex represented by an ordered boundary matrix with Z2 coefficients.

python-tlv8 0.10.0
Channel: abbe
Location: abbe/packages/nitrokey.scm (abbe packages nitrokey)
Home page: https://github.com/Nitrokey/nitrokey-sdk-py
Licenses: ASL 2.0
Build system: python
Synopsis: Python module to handle type-length-value (TLV) encoded data
Description:

Python module to handle type-length-value (TLV) encoded data 8-bit type, 8-bit length, and N-byte value as described within the Apple HomeKit Accessory Protocol Specification Non-Commercial Version Release R2.

python-ipdb 0.13.13
Propagated dependencies: python-ipython@8.37.0 python-toml@0.10.2 python-decorator@5.2.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/gotcha/ipdb
Licenses: Modified BSD
Build system: pyproject
Synopsis: IPython-enhanced Python debugger (pdb)
Description:

ipdb exports functions to access the IPython debugger, which features tab completion, syntax highlighting, better tracebacks and better introspection than Python's standard pdb debugger, with which it shares the same interface.

python-rstr 3.2.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/leapfrogonline/rstr
Licenses: Modified BSD
Build system: pyproject
Synopsis: Generate random strings in Python
Description:

This package provides a python module for generating random strings of various types. It could be useful for fuzz testing, generating dummy data, or other applications. It has no dependencies outside the standard library.

python-amqp 5.1.1
Propagated dependencies: python-vine@5.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/celery/py-amqp
Licenses: LGPL 2.1+
Build system: pyproject
Synopsis: Low-level AMQP client for Python (fork of amqplib)
Description:

This is a fork of amqplib which was originally written by Barry Pederson. It is maintained by the Celery project, and used by kombu as a pure python alternative when librabbitmq is not available.

python-rply 0.7.8
Propagated dependencies: python-appdirs@1.4.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/alex/rply
Licenses: Modified BSD
Build system: pyproject
Synopsis: Parser generator for Python
Description:

This package provides a pure Python based parser generator, that also works with RPython. It is a more-or-less direct port of David Bazzley's PLY, with a new public API, and RPython support.

python-pint 0.24.4
Propagated dependencies: python-flexcache@0.3 python-flexparser@0.4 python-platformdirs@4.3.6 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/hgrecco/pint
Licenses: Modified BSD
Build system: pyproject
Synopsis: Physical quantities module
Description:

Pint is a Python package to define, operate and manipulate physical quantities: the product of a numerical value and a unit of measurement. It allows arithmetic operations between them and conversions from and to different units.

python-nltk 3.9.1
Propagated dependencies: python-click@8.1.8 python-joblib@1.5.2 python-regex@2024.11.6 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.nltk.org/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Natural Language Toolkit
Description:

NLTK provides interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning, wrappers for natural language processing libraries.

python-senf 1.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/quodlibet/senf
Licenses: Expat
Build system: pyproject
Synopsis: Text, bytes and paths conversion functions for Python
Description:

Senf introduces a new platform native string type called fsnative. It adds functions to convert text, bytes and paths to and from that new type and helper functions to integrate it nicely with the Python stdlib.

python-drep 3.2.0
Propagated dependencies: python-biopython@1.85 python-matplotlib@3.8.2 python-numpy@1.26.4 python-pandas@2.2.3 python-pytest@8.4.1 python-scikit-learn@1.7.0 python-seaborn@0.13.2 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/MrOlm/drep
Licenses: Expat
Build system: python
Synopsis: De-replication of microbial genomes assembled from multiple samples
Description:

dRep is a Python program for rapidly comparing large numbers of genomes. dRep can also "de-replicate" a genome set by identifying groups of highly similar genomes and choosing the best representative genome for each genome set.

python-cram 0.7
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://bitheap.org/cram/
Licenses: GPL 2+
Build system: pyproject
Synopsis: Simple testing framework for command line applications
Description:

Cram is a functional testing framework for command line applications. Cram tests look like snippets of interactive shell sessions. Cram runs each command and compares the command output in the test with the command’s actual output.

python-rope 1.13.0
Propagated dependencies: python-pytoolconfig@1.3.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python-rope/rope
Licenses: LGPL 3+
Build system: pyproject
Synopsis: Refactoring library for Python
Description:

Rope is a refactoring library for Python. It facilitates the renaming, moving and extracting of attributes, functions, modules, fields and parameters in Python source code. These refactorings can also be applied to occurrences in strings and comments.

python-rpy2 3.5.17
Dependencies: icu4c@73.1 libdeflate@1.19 pcre@8.45 python-numpy@1.26.4 readline@8.2.13 r-minimal@4.5.2 r-survival@3.8-3 r-ggplot2@4.0.1 r-rsqlite@2.4.4 r-dplyr@1.1.4 r-dbplyr@2.5.1 zlib@1.3.1
Propagated dependencies: python-cffi@1.17.1 python-jinja2@3.1.2 python-numpy@1.26.4 python-pandas@2.2.3 python-pytz@2025.1 python-ipython@8.37.0 python-tzlocal@5.2
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://rpy2.github.io
Licenses: MPL 2.0 GPL 2+ LGPL 2.1+
Build system: pyproject
Synopsis: Python interface to the R language
Description:

rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to R from Python, a proposed high-level interface, including wrappers to graphical libraries, as well as R-like structures and functions.

python-dlib 20.0
Dependencies: ffmpeg@8.0 giflib@5.2.1 libjpeg-turbo@2.1.4 libjxl@0.11.1 libpng@1.6.39 libwebp@1.3.2 libx11@1.8.12 openblas@0.3.30 pybind11@2.13.6 zlib@1.3.1
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: http://dlib.net
Licenses: Boost 1.0
Build system: pyproject
Synopsis: Toolkit for making machine learning and data analysis applications in C++
Description:

Dlib is a modern C++ toolkit containing machine learning algorithms and tools. It is used in both industry and academia in a wide range of domains including robotics, embedded devices, mobile phones, and large high performance computing environments.

python-apsw 3.46.0.0
Dependencies: sqlite@3.51.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/rogerbinns/apsw/
Licenses: Zlib
Build system: pyproject
Synopsis: Another Python SQLite Wrapper
Description:

APSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python.

python-tldr 3.4.3
Dependencies: python-colorama@0.4.6 python-termcolor@2.5.0 python-shtab@1.7.1
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://github.com/tldr-pages/tldr-python-client
Licenses: Expat
Build system: pyproject
Synopsis: Command-line client for tldr pages
Description:

This package provides the tldr command allowing users to view tldr pages from a shell. The tldr pages are a community effort to simplify the man pages with practical examples described in https://tldr.sh/.

python-onnx 1.17.0
Dependencies: protobuf@3.21.9
Propagated dependencies: python-numpy@1.26.4 python-protobuf@3.20.3 python-six@1.17.0 python-tabulate@0.9.0 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://onnx.ai/
Licenses: Expat
Build system: pyproject
Synopsis: Open Neural Network Exchange
Description:

ONNX is a format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types.

python-hiro 1.1.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://hiro.readthedocs.io
Licenses: Expat
Build system: pyproject
Synopsis: Time manipulation utilities for testing in Python
Description:

Hiro provides context managers and utilities to either freeze, accelerate or decelerate and jump between different points in time. Functions exposed by the standard library’s time, datetime and date modules are patched within the contexts exposed.

python-tdda 2.2.17
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://www.stochasticsolutions.com
Licenses: Expat
Build system: pyproject
Synopsis: Test-driven data analysis library for Python
Description:

The TDDA Python module provides command-line and Python API support for the overall process of data analysis, through tools that perform reference testing, constraint discovery for data, automatic inference of regular expressions from text data and automatic test generation.

python-trio 0.28.0
Propagated dependencies: python-attrs@25.3.0 python-cffi@1.17.1 python-exceptiongroup@1.3.0 python-idna@3.10 python-outcome@1.3.0.post0 python-sniffio@1.3.1 python-sortedcontainers@2.4.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python-trio/trio
Licenses: Expat ASL 2.0
Build system: pyproject
Synopsis: Friendly Python library for async concurrency and I/O
Description:

Trio strives to be a production-quality, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O.

python-cppy 1.3.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/nucleic/cppy
Licenses: Modified BSD
Build system: pyproject
Synopsis: C++ header library for Python extension modules
Description:

This package is a small C++ header library which makes it easier to write Python extension modules. The primary feature is a PyObject smart pointer which automatically handles reference counting and provides convenience methods for performing common object operations.

python-drms 0.9.0
Propagated dependencies: python-numpy@1.26.4 python-packaging@25.0 python-pandas@2.2.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://sunpy.org
Licenses: FreeBSD
Build system: pyproject
Synopsis: Access astronomical HMI, AIA and MDI data with Python
Description:

DRMS module provides an easy-to-use interface for accessing HMI, AIA and MDI data with Python. It uses the publicly accessible JSOC (http://jsoc.stanford.edu/) DRMS server by default, but can also be used with local NetDRMS sites.

Total results: 4190