_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-asteval 1.0.6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/newville/asteval
Licenses: Expat
Synopsis: Minimalistic evaluator of Python expressions
Description:

This package provides a minimalistic evaluator of Python expression using the ast module.

python-preshed 3.0.6
Dependencies: python@3.11.11 python-cymem@2.0.6 python-murmurhash@1.0.10
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/explosion/preshed
Licenses: Expat
Synopsis: Cython hash tables that assume keys are pre-hashed
Description:

Simple but high performance Cython hash table mapping pre-randomized keys to void* values.

python-nr-date 2.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/NiklasRosenstein/python-nr.date
Licenses: Expat
Synopsis: Fast, regex-based date parsing library in plain Python
Description:

This package provides a fast, regex-based date parsing library in pure Python.

python-blessed 1.20.0
Propagated dependencies: python-six@1.17.0 python-wcwidth@0.2.13
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jquast/blessed
Licenses: Expat
Synopsis: Wrapper around terminal capabilities
Description:

Blessed is a thin, practical wrapper around terminal styling, screen positioning, and keyboard input.

python-kastore 0.3.3
Propagated dependencies: python-humanize@4.0.0 python-numpy@1.26.4
Channel: guix-arg
Location: guix-arg/packages/python-extra.scm (guix-arg packages python-extra)
Home page:
Licenses: Expat
Synopsis: A write-once-read-many store for simple numerical data
Description:

This package provides a write-once-read-many store for simple numerical data.

python-sep-pjw 1.3.8
Propagated dependencies: python-numpy@1.26.4 python-sep@1.4.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/PJ-Watson/sep-pjw
Licenses: Expat LGPL 3+ Modified BSD
Synopsis: Alternative fork of SEP library
Description:

This package provides an alternative maintained fork of SEP python library with bug fixtures.

python-pyaudio 0.2.14
Dependencies: portaudio@190600.20161030
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://people.csail.mit.edu/hubert/pyaudio/
Licenses: Expat
Synopsis: Bindings for PortAudio v19
Description:

This package provides bindings for PortAudio v19, the cross-platform audio input/output stream library.

python-psycopg 3.2.4
Dependencies: postgresql@14.13
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://www.psycopg.org/
Licenses: LGPL 3+
Synopsis: PostgreSQL driver for Python
Description:

Psycopg 3 is a new implementation of the popular psycopg2 database adapter for Python.

python-cmudict 1.1.1
Dependencies: cmudict@0-0.0f8072f
Channel: guix
Location: gnu/packages/dictionaries.scm (gnu packages dictionaries)
Home page: https://github.com/prosegrinder/python-cmudict
Licenses: GPL 3+
Synopsis: Python wrapper for The CMU Pronouncing Dictionary data files
Description:

This package provides a versioned python wrapper package for The CMU Pronouncing Dictionary data files.

python-asyncua 1.1.5
Propagated dependencies: python-aiofiles@24.1.0 python-aiosqlite@0.18.0 python-cryptography@44.0.0 python-dateutil@2.9.0 python-pyopenssl@24.3.0 python-pytz@2025.1 python-importlib-metadata@8.7.0 python-sortedcontainers@2.4.0 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/engineering.scm (gnu packages engineering)
Home page: https://freeopcua.github.io/
Licenses: LGPL 3+
Synopsis: OPC UA / IEC 62541 client and server library
Description:

This package provides an OPC UA / IEC 62541 client and server for Python and pypy3.

python-pyatspi 2.46.1
Dependencies: python@3.11.11
Propagated dependencies: python-pygobject@3.50.0
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus
Licenses: LGPL 2.0
Synopsis: Python client bindings for D-Bus AT-SPI
Description:

This package includes a python client library for the AT-SPI D-Bus accessibility infrastructure.

python-netaddr 1.3.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://netaddr.readthedocs.io
Licenses: Modified BSD
Synopsis: Pythonic manipulation of network addresses
Description:

A Python library for representing and manipulating IPv4, IPv6, CIDR, EUI and MAC network addresses.

python-dulwich 0.24.1
Propagated dependencies: python-fastimport@0.9.16 python-urllib3@2.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.dulwich.io/
Licenses: ASL 2.0 GPL 2+
Synopsis: Git implementation in Python
Description:

Dulwich is an implementation of the Git file formats and protocols written in pure Python.

python-inotify 0.2.12
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/dsoprea/PyInotify
Licenses: GPL 2
Synopsis: Linux filesystem activity monitor library for Python
Description:

This package provides an efficient and elegant inotify (Linux filesystem activity monitor) library for Python.

python-dulwich 0.21.7
Propagated dependencies: python-fastimport@0.9.16 python-urllib3@2.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.dulwich.io/
Licenses: ASL 2.0 GPL 2+
Synopsis: Git implementation in Python
Description:

Dulwich is an implementation of the Git file formats and protocols written in pure Python.

python-nanoget 1.8.0
Propagated dependencies: python-biopython@1.85 python-nanomath@0.23.1 python-numpy@1.26.4 python-pandas@2.2.3 python-pysam@0.23.0
Channel: guix-science
Location: guix-science/packages/python.scm (guix-science packages python)
Home page: https://github.com/wdecoster/nanoget
Licenses: Expat
Synopsis: Functions for Oxford Nanopore sequencing data and alignments
Description:

This package contains functions to extract information from Oxford Nanopore sequencing data and alignments.

python-jsonnet 0.17.0
Dependencies: nlohmann-json@3.12.0
Channel: guix
Location: gnu/packages/cpp.scm (gnu packages cpp)
Home page: https://jsonnet.org/
Licenses: ASL 2.0
Synopsis: Python bindings for Jsonnet, the data templating language
Description:

This package provides a Python library named _jsonnet which can evaluate Jsonnet files and expressions.

python-alembic 1.14.0
Propagated dependencies: python-dateutil@2.9.0 python-editor@1.0.4 python-mako@1.3.10 python-sqlalchemy@2.0.36 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://bitbucket.org/zzzeek/alembic
Licenses: Expat
Synopsis: Database migration tool for SQLAlchemy
Description:

Alembic is a lightweight database migration tool for usage with the SQLAlchemy Database Toolkit for Python.

python-joserfc 1.0.1
Propagated dependencies: python-cryptography@44.0.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/authlib/joserfc
Licenses: Modified BSD
Synopsis: Python library for JOSE RFCs
Description:

This package provides a Python library for JOSE RFCs, including JWS, JWE, JWK, JWA, and JWT.

python-couleur 0.7.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/gabrielfalcao/couleur
Licenses: LGPL 3+
Synopsis: ANSI terminal tool for Python
Description:

This package provides an ANSI terminal tool for Python, colored shell and other handy fancy features.

python-textual 3.5.0
Propagated dependencies: python-markdown-it-py@3.0.0 python-platformdirs@4.3.6 python-rich@13.7.1 python-tree-sitter@0.21.3 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Textualize/textual
Licenses: Expat
Synopsis: Build text user interfaces in Python
Description:

Textual is a TUI framework for Python inspired by modern web development.

python-verspec 0.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jimporter/verspec
Licenses: FreeBSD ASL 2.0
Synopsis: Flexible version handling for Python
Description:

This Python library handles software versions and specifiers. It is adapted from the packaging package.

python-hnswlib 0.5.2
Propagated dependencies: python-numpy@1.26.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/nmslib/hnswlib
Licenses: ASL 2.0
Synopsis: Fast approximate nearest neighbor search
Description:

Hnswlib is a header-only C++ implementation of fast approximate nearest neighbor search with Python bindings.

python-isodate 0.7.2
Channel: guix
Location: gnu/packages/time.scm (gnu packages time)
Home page: https://github.com/gweis/isodate/
Licenses: Modified BSD
Synopsis: Python date parser and formatter
Description:

Python-isodate is a python module for parsing and formatting ISO 8601 dates, time and duration.

Total results: 4056