_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-fonttools-minimal 4.59.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/fonttools/fonttools
Licenses: Expat
Build system: python
Synopsis: Tools to manipulate font files
Description:

FontTools/TTX is a library to manipulate font files from Python. It supports reading and writing of TrueType/OpenType fonts, reading and writing of AFM files, reading (and partially writing) of PS Type 1 fonts. The package also contains a tool called “TTX” which converts TrueType/OpenType fonts to and from an XML-based format.

python-typing-extensions 4.15.0
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/python/typing_extensions
Licenses: Python Software Foundation License
Build system: pyproject
Synopsis: Experimental type hints for Python
Description:

The typing_extensions module contains additional typing hints not yet present in the of the typing standard library. Included are implementations of:

  1. ClassVar

  2. ContextManager

  3. Counter

  4. DefaultDict

  5. Deque

  6. NewType

  7. NoReturn

  8. overload

  9. Protocol

  10. runtime

  11. Text

  12. Type

  13. TYPE_CHECKING

  14. AsyncGenerator

python-scikit-build-core 0.11.2
Propagated dependencies: python-exceptiongroup@1.3.0 python-importlib-metadata@8.7.0 python-importlib-resources@6.5.2 python-packaging@25.0 python-pathspec@0.12.1 python-tomli@2.2.1 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/scikit-build/scikit-build-core
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Build backend for CMake based projects
Description:

Scikit-build-core is a build backend for Python that uses CMake to build extension modules. It has a simple yet powerful static configuration system in pyproject.toml, and supports almost unlimited flexibility via CMake. It was initially developed to support the demanding needs of scientific users, but can build any sort of package that uses CMake.

python-pytest-subprocess 1.5.0
Channel: ffab
Location: ffab/packages/check.scm (ffab packages check)
Home page: https://github.com/aklajnert/pytest-subprocess
Licenses: Expat
Build system: pyproject
Synopsis: Pytest plugin to fake subprocess
Description:

This package provides a plugin to fake subprocess for pytest. The plugin adds the fake_process fixture (and fp as an alias). It can be used it to register subprocess results so you won't need to rely on the real processes. The plugin hooks on the subprocess.Popen(), which is the base for other subprocess functions. That makes the subprocess.run(),subprocess.call(), subprocess.check_call() and subprocess.check_output() methods also functional.

python-astropy-iers-data 0.2025.11.10.0.38.31
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://docs.astropy.org/en/latest/utils/iers.html
Licenses: Modified BSD
Build system: pyproject
Synopsis: IERS Earth Rotation and Leap Second tables for Astropy core
Description:

The iers package provides access to the tables provided by the International Earth Rotation and Reference Systems service, in particular the Earth Orientation data allowing interpolation of published UT1-UTC and polar motion values for given times. The UT1-UTC values are used in Time and Dates (astropy.time) to provide UT1 values, and the polar motions are used in astropy.coordinates to determine Earth orientation for celestial-to-terrestrial coordinate transformations.

python-avocado-framework 96.0
Dependencies: bash-minimal@5.2.37 coreutils-minimal@9.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://avocado-framework.github.io/
Licenses: GPL 2
Build system: pyproject
Synopsis: Tools and libraries to help with automated testing
Description:

Avocado is a set of tools and libraries to help with automated testing, i.e. a test framework. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test. The following output formats are supported:

xUnit

an XML format that contains test results in a structured form, and are used by other test automation projects, such as Jenkins.

JSON

a widely used data exchange format. The JSON Avocado plugin outputs job information, similarly to the xunit output plugin.

TAP

Provides the basic TAP (Test Anything Protocol) results. Unlike most existing Avocado machine readable outputs this one is streamlined (per test results).

python-country-converter 1.2
Propagated dependencies: python-pandas@2.2.3
Channel: guix
Location: gnu/packages/iso-codes.scm (gnu packages iso-codes)
Home page: https://github.com/IndEcol/country_converter
Licenses: GPL 3
Build system: pyproject
Synopsis: Auto conversion from different country name standards
Description:

The country converter (coco) automates the conversion from different standards and version of country names. Internally, coco is based on a table specifying the different ISO and UN standards per country together with the official name and a regular expression which aim to match all English versions of a specific country name. In addition, coco includes classification based on UN-, EU-, OECD-membership, UN regions specifications, continents and various MRIO and IAM databases.

Supported classification schemas: APEC, BASIC, BRIC, CC41, CIS, Cecilia 2050 classification, DACcode, EEA membership, EU membership, EXIOBASE 1 classification, EXIOBASE 2 classification, EXIOBASE 3 classification, Eora, FAOcode, G20, G7, GBDcode, GWcode, IEA, IMAGE, IOC ISO 3166-1 alpha-2, ISO 3166-1 alpha-3, ISO 3166-1 numeric, MESSAGE 11-region classification, OECD membership, REMIND, Schengen region, UN membership, UN numeric code, UN region, WIOD classification, ccTLD.

python-domdf-python-tools 3.10.0
Propagated dependencies: python-natsort@8.4.0 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/domdfcoding/domdf_python_tools
Licenses: Expat
Build system: pyproject
Synopsis: Helpful functions for Python
Description:

This package provide helpfull functions for Python's testing and packaging tasks.

python-tree-sitter-python 0.25.0
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter/tree-sitter-python
Licenses: Expat
Build system: pyproject
Synopsis: Tree-sitter Python grammar
Description:

This package provides a Python grammar for the Tree-sitter library.

This variant provides Python bindings.

python-django-picklefield 3.3.0
Propagated dependencies: python-django@5.2.8
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://github.com/gintas/django-picklefield
Licenses: Expat
Build system: pyproject
Synopsis: Pickled object field for Django
Description:

Pickled object field for Django

python-opentype-sanitizer 9.2.0
Dependencies: opentype-sanitizer@8.2.1
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/googlefonts/ots-python
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python wrapper for OpenType Sanitizer
Description:

Python wrapper for the OpenType Sanitizer library.

python-zope.i18nmessageid 5.0.1
Propagated dependencies: python-setuptools@80.9.0 python-six@1.17.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/zope.i18nmessageid
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Message Identifiers for internationalization
Description:

This package provides message Identifiers for internationalization.

python-widgetsnbextension 4.0.14
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://ipython.org
Licenses: Modified BSD
Build system: pyproject
Synopsis: IPython HTML widgets for Jupyter
Description:

This package provides interactive HTML widgets for Jupyter notebooks.

python-zope.configuration 4.4.1
Propagated dependencies: python-setuptools@80.9.0 python-zope.i18nmessageid@5.0.1 python-zope.interface@5.4.0 python-zope.schema@6.2.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/zope.configuration
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Zope Configuration Markup Language (ZCML)
Description:

Extensible system for supporting various kinds of configurations.

emacs-eglot-python-preset 20260314.404
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/mwolson/eglot-python-preset
Licenses:
Build system: melpa
Synopsis: Eglot preset for Python
Description:

Documentation at https://melpa.org/#/eglot-python-preset

python-zope-configuration 7.0
Propagated dependencies: python-zope-i18nmessageid@7.0 python-zope-interface@7.2 python-zope-schema@7.0.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://zopeconfiguration.readthedocs.io
Licenses: Zope Public License 2.1
Build system: pyproject
Synopsis: Zope Configuration Markup Language
Description:

Zope.configuration implements ZCML, the Zope Configuration Markup Language.

python-setuptools-gettext 0.1.14
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/breezy-team/setuptools-gettext
Licenses: GPL 2+
Build system: pyproject
Synopsis: Setuptools plugin for gettext
Description:

This package provides a plugin for Setuptools for gettext.

python-pygments-bootstrap 2.19.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pygments.org/
Licenses: FreeBSD
Build system: pyproject
Synopsis: Syntax highlighting
Description:

Pygments is a syntax highlighting package written in Python.

python-grokcore.component 3.2.0
Propagated dependencies: python-martian@1.5 python-setuptools@80.9.0 python-zope.component@5.0.1 python-zope.configuration@4.4.1 python-zope.interface@5.4.0 python-zope.testing@4.10
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: http://grok.zope.org
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Grok-like configuration for basic components
Description:

Grok-like configuration for basic components (adapters, utilities, subscribers).

python-jupyterlite-sphinx 0.9.3
Propagated dependencies: python-docutils@0.21.2 python-jupyter-server@2.14.0 python-jupyterlab-server@2.27.1 python-jupyterlite-core@0.1.3 python-sphinx@7.4.7
Channel: guix
Location: gnu/packages/jupyter.scm (gnu packages jupyter)
Home page: https://github.com/jupyterlite/jupyterlite
Licenses: Modified BSD
Build system: pyproject
Synopsis: Sphinx extension for deploying JupyterLite
Description:

This package provides a Sphinx extension for deploying JupyterLite.

python-cffi-documentation 1.17.1
Channel: guix
Location: gnu/packages/libffi.scm (gnu packages libffi)
Home page: https://cffi.readthedocs.io/
Licenses: Expat
Build system: gnu
Synopsis: Documentation for the Python CFFI interface
Description:

This package contains HTML documentation for the python-cffi project.

python-pytest-flake8-path 1.6.0
Propagated dependencies: python-flake8@7.1.1 python-pytest@8.4.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/adamchainz/pytest-flake8-path
Licenses: Expat
Build system: pyproject
Synopsis: Pytest fixture for testing flake8 plugins
Description:

This package provides a pytest fixture for testing flake8 plugins.

python-pytest-asdf-plugin 0.1.2
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/asdf-format/pytest-asdf-plugin
Licenses: Modified BSD
Build system: pyproject
Synopsis: Pytest plugin for testing ASDF schemas
Description:

This package provides a Pytest plugin for testing ASDF schemas.

python-json-log-formatter 1.1.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/marselester/json-log-formatter
Licenses: Expat
Build system: pyproject
Synopsis: JSON log formatter
Description:

The library helps you to store logs in JSON format.

Total results: 4226