_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-codespell 2.3.0
Propagated dependencies: python-chardet@5.2.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/codespell-project/codespell/
Licenses: GPL 2 CC-BY-SA 3.0
Synopsis: Spellchecker for code
Description:

Codespell fixes common misspellings in text files. It's designed primarily for checking misspelled words in source code, but it can be used with other files as well. It does not check for word membership in a complete dictionary, but instead looks for a set of common misspellings. Therefore it should catch errors like "adn", but it will not catch "adnasdfasdf". This also means it shouldn't generate false-positives when you use a niche term it doesn't know about.

python-nbclassic 1.0.0
Propagated dependencies: python-argon2-cffi@25.1.0 python-ipykernel@6.29.4 python-ipython-genutils@0.1.0 python-jinja2@3.1.2 python-jupyter-client@7.4.4 python-jupyter-core@5.7.2 python-jupyter-server@2.14.0 python-nbconvert@7.16.6 python-nbformat@5.10.4 python-nest-asyncio@1.6.0 python-notebook-shim@0.2.4 python-prometheus-client@0.22.1 python-pyzmq@27.0.1 python-send2trash@1.8.2 python-terminado@0.18.1 python-tornado@6.4.2 python-traitlets@5.14.1
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://github.com/jupyter/nbclassic
Licenses: Modified BSD
Synopsis: Jupyter Notebook as a Jupyter Server extension
Description:

NbClassic provides a backwards compatible Jupyter Notebook interface that you can install side-by-side with the latest versions: That way, you can fearlessly upgrade without worrying about your classic extensions and customizations breaking. Because NbClassic provides the classic interface on top of the new Jupyter Server backend, it can coexist with other frontends like JupyterLab and Notebook 7 in the same installation. NbClassic preserves the custom classic notebook experience under a new set of URL endpoints, under the namespace /nbclassic/.

python-pairtools 1.1.0-fix
Propagated dependencies: htslib@1.21 samtools@1.19 lz4@1.9.3 python-bioframe@0.6.4 python-click@8.1.8 python-numpy@1.26.4 python-pandas@2.2.3 python-pysam@0.23.0 python-pyyaml@6.0.2 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/open2c/pairtools
Licenses: Expat
Synopsis: Process mapped Hi-C data
Description:

Pairtools is a simple and fast command-line framework to process sequencing data from a Hi-C experiment. Process pair-end sequence alignments and perform the following operations:

  • detect ligation junctions (a.k.a. Hi-C pairs) in aligned paired-end sequences of Hi-C DNA molecules

  • sort .pairs files for downstream analyses

  • detect, tag and remove PCR/optical duplicates

  • generate extensive statistics of Hi-C datasets

  • select Hi-C pairs given flexibly defined criteria

  • restore .sam alignments from Hi-C pairs.

python-catalogue 2.0.7
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/explosion/catalogue
Licenses: Expat
Synopsis: Lightweight function registries for your library
Description:

This package is a tiny, zero-dependencies library that makes it easy to add function (or object) registries to your code. Function registries are helpful when you have objects that need to be both easily serializable and fully customizable. Instead of passing a function into your object, you pass in an identifier name, which the object can use to lookup the function from the registry. This makes the object easy to serialize, because the name is a simple string. If you instead saved the function, you'd have to use Pickle for serialization, which has many drawbacks.

python-astroplan 0.10.1
Propagated dependencies: python-astropy@7.1.0 python-astroquery@0.4.11 python-matplotlib@3.8.2 python-numpy@1.26.4 python-pytz@2025.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/astropy/astroplan
Licenses: Modified BSD
Synopsis: Observation planning package for astronomers
Description:

This package provides a flexible toolbox for observation planning and scheduling. When complete, the goal is to be easy for Python beginners and new observers to to pick up, but powerful enough for observatories preparing nightly and long-term schedules.

Features:

  • calculate rise/set/meridian transit times, alt/az positions for targets at observatories anywhere on Earth

  • built-in plotting convenience functions for standard observation planning plots (airmass, parallactic angle, sky maps)

  • determining observability of sets of targets given an arbitrary set of constraints (i.e., altitude, airmass, moon separation/illumination, etc.)

python-langcodes 3.5.0
Propagated dependencies: python-language-data@1.3.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/rspeer/langcodes
Licenses: Expat
Synopsis: Python library for working with language codes
Description:

This package provides a Python library for working with and comparing language codes.

python-langcodes implements BCP 47, the IETF Best Current Practices on Tags for Identifying Languages. BCP 47 is also known as RFC 5646. It subsumes ISO 639 and is backward compatible with it, and it also implements recommendations from the Unicode CLDR.

python-langcodes can also refer to a database of language properties and names, built from Unicode CLDR and the IANA subtag registry, if you install python-language-data.

python-ntlm-auth 1.5.0
Propagated dependencies: python-cryptography@44.0.0
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/jborean93/ntlm-auth
Licenses: Expat
Synopsis: Calculates NTLM Authentication codes
Description:

This library handles the low-level details of NTLM authentication for use in authenticating with a service that uses NTLM. It will create and parse the 3 different message types in the order required and produce a base64 encoded value that can be attached to the HTTP header.

The goal of this library is to offer full NTLM support including signing and sealing of messages as well as supporting MIC for message integrity and the ability to customise and set limits on the messages sent. Please see Features and Backlog for a list of what is and is not currently supported.

python2-pathlib2 2.3.5
Propagated dependencies: python2-scandir@1.10.0 python2-six@1.16.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pypi.org/project/pathlib2/
Licenses: Expat
Synopsis: Object-oriented file system paths - backport of standard pathlib module
Description:

The goal of pathlib2 is to provide a backport of standard pathlib module which tracks the standard library module, so all the newest features of the standard pathlib can be used also on older Python versions.

Pathlib offers a set of classes to handle file system paths. It offers the following advantages over using string objects:

  1. No more cumbersome use of os and os.path functions. Everything can be done easily through operators, attribute accesses, and method calls.

  2. Embodies the semantics of different path types. For example, comparing Windows paths ignores casing.

  3. Well-defined semantics, eliminating any inconsistencies or ambiguities (forward vs. backward slashes, etc.).

python-pyftpdlib 1.5.7
Propagated dependencies: python-pyopenssl@24.3.0 python-pysendfile@2.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/giampaolo/pyftpdlib/
Licenses: Expat
Synopsis: Asynchronous and scalable Python FTP server library
Description:

The Python FTP server library provides a high-level interface to write efficient, scalable and asynchronous FTP servers with Python. It is the most complete RFC-959 FTP server implementation available for Python, and has the following traits:

  • It is lightweight, fast and scalable.

  • It uses the sendfile(2) system call for uploads.

  • It uses epoll, kqueue and select to handle concurrency asynchronously.

  • It supports FTPS (RFC-4217), IPv6 (RFC-2428), Unicode file names (RFC-2640) and MLSD/MLST commands (RFC-3659).

  • It has a flexible system of authorizers able to manage both virtual and real users.

python-coreschema 0.0.4
Propagated dependencies: python-jinja2@3.1.2
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/core-api/python-coreschema
Licenses: Modified BSD
Synopsis: Core Schema
Description:

Core Schema.

python-dash-table 5.0.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page:
Licenses: Expat
Synopsis: Dash table
Description:

Dash table.

python-dash-table 5.0.0
Channel: guix-hpc
Location: guix-hpc/packages/python-gcvb.scm (guix-hpc packages python-gcvb)
Home page:
Licenses: Expat
Synopsis: Dash table
Description:

Dash table.

python-schematics 1.1.1
Propagated dependencies: python-six@1.17.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/schematics/schematics
Licenses: Modified BSD
Synopsis: Python Data Structures for Humans
Description:

Python Data Structures for Humans.

python-types-mock 4.0.8
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Synopsis: Typing stubs for mock
Description:

Typing stubs for mock

python-screeninfo 0.7
Channel: saayix
Location: saayix/packages/python-xyz.scm (saayix packages python-xyz)
Home page: https://github.com/rr-/screeninfo
Licenses: Expat Modified BSD
Synopsis: Obtain information about physical screens etc.
Description:

Animation engine for explanatory math videos.

python-murmurhash 1.0.10
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/explosion/murmurhash
Licenses: Expat
Synopsis: Cython bindings for MurmurHash2
Description:

This package provides Cython bindings for MurmurHash2.

emacs-python-test 20181018.29
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacs-pe/python-test.el
Licenses:
Synopsis: Python testing integration
Description:

Documentation at https://melpa.org/#/python-test

emacs-python-cell 20240126.841
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/thisch/python-cell.el
Licenses:
Synopsis: Support for MATLAB-like cells in python mode
Description:

Documentation at https://melpa.org/#/python-cell

emacs-python-mode 20251202.1441
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://gitlab.com/groups/python-mode-devs
Licenses:
Synopsis: Python major mode
Description:

Documentation at https://melpa.org/#/python-mode

python-pycanberra 0.1.1
Propagated dependencies: libcanberra@0.30
Channel: guix
Location: gnu/packages/libcanberra.scm (gnu packages libcanberra)
Home page: https://github.com/totdb/pycanberra
Licenses: LGPL 2.1+
Synopsis: Ctypes wrapper for the libcanberra API
Description:

Pycanberra is a basic Python wrapper for libcanberra.

python-parse-type 0.6.0
Propagated dependencies: python-six@1.17.0 python-parse@1.18.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jenisys/parse_type
Licenses: Modified BSD
Synopsis: Extended parse module
Description:

Parse_type extends the python parse module.

python2-pygobject 2.28.7
Dependencies: python2@2.7.18 glib@2.83.3 python2-pycairo@1.18.2 gobject-introspection@1.82.0
Propagated dependencies: libffi@3.4.6
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pypi.org/project/PyGObject/
Licenses: LGPL 2.1+
Synopsis: Python bindings for GObject
Description:

Python bindings for GLib, GObject, and GIO.

python-zope.tales 5.1
Propagated dependencies: python-setuptools@80.9.0 python-six@1.17.0 python-zope.interface@5.4.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/zope.tales
Licenses: Zope Public License 2.1
Synopsis: Zope Template Application Language Expression Syntax
Description:

Zope Template Application Language Expression Syntax (TALES).

Total results: 4036