_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-braintree 4.40.0
Propagated dependencies: python-requests@2.32.5
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://developers.braintreepayments.com/python/sdk/server/overview
Licenses: Expat
Build system: pyproject
Synopsis: Braintree Python Library
Description:

The Braintree Python SDK provides integration access to the Braintree Gateway. Braintree is a US-based payments service provider.

python-executing 2.2.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/alexmojaki/executing
Licenses: Expat
Build system: pyproject
Synopsis: Get information about what a Python frame is currently doing
Description:

This package lets you get information about what a frame is currently doing, particularly the AST node being executed.

python-lsp-black 2.0.0
Propagated dependencies: python-black@26.3.1 python-lsp-server@1.14.0 python-tomli@2.2.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python-lsp/python-lsp-black
Licenses: Expat
Build system: pyproject
Synopsis: Black plugin for the Python LSP Server
Description:

This package provides a plugin with support for the python-black formatter for the Python LSP Server.

python-pynixutil 0.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/nix-community/pynixutil
Licenses: Expat
Build system: pyproject
Synopsis: Utility functions for working with data from Nix in Python
Description:

pynixutil provides functions for base32 encoding/decoding and derivation parsing, namingly b32decode(), b32encode() and drvparse().

python-mendeleev 1.2.0
Propagated dependencies: python-colorama@0.4.6 python-deprecated@1.3.1 python-numpy@2.3.1 python-pandas@2.3.3 python-pint@0.24.4 python-pydantic@2.12.5 python-pyfiglet@1.0.4 python-sqlalchemy@1.4.54
Channel: guix-science
Location: guix-science/packages/chemistry.scm (guix-science packages chemistry)
Home page: https://mendeleev.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Pythonic periodic table of elements
Description:

A python package for accessing various properties of elements, ions and isotopes in the periodic table of elements.

python-starlette 0.20.4
Propagated dependencies: python-anyio@4.12.1 python-typing-extensions@4.15.0 python-itsdangerous@2.2.0 python-jinja2@3.1.2 python-multipart@0.0.20 python-pyyaml@6.0.2 python-requests@2.32.5
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://github.com/encode/starlette
Licenses: Modified BSD
Build system: pyproject
Synopsis: Little ASGI library
Description:

Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit for building async web services in Python.

python-linetools 0.3.2
Propagated dependencies: python-astropy@8.0.0 python-h5py@3.15.1 python-ipython@9.8.0 python-matplotlib@3.10.8 python-numpy@2.3.1 python-pyyaml@6.0.2 python-qtpy@2.4.3 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: http://linetools.readthedocs.org/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Quasar and galaxy spectra 1-D analysis tool
Description:

This package implements a functionality for analysing absorption and emission lines in 1-D spectra, especially galaxy and quasar spectra.

python-jaxtyping 0.3.3
Propagated dependencies: python-numpy@2.3.1 python-typeguard@4.4.4 python-typing-extensions@4.15.0 python-wadler-lindig@0.1.7
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/google/jaxtyping
Licenses: Expat
Build system: pyproject
Synopsis: Type annotations and runtime checking for JAX arrays and others
Description:

jaxtyping provides type annotations and runtime checking for shape and dtype of JAX arrays, PyTorch, NumPy, TensorFlow, and PyTrees.

python-zstandard 0.23.0
Propagated dependencies: python-cffi@1.17.1
Channel: guix
Location: gnu/packages/python-compression.scm (gnu packages python-compression)
Home page: https://github.com/indygreg/python-zstandard
Licenses: Modified BSD
Build system: pyproject
Synopsis: Zstandard bindings for Python
Description:

This project provides Python bindings for interfacing with the Zstandard compression library. A C extension and CFFI interface are provided.

python-hypercorn 0.18.0
Propagated dependencies: python-aioquic@1.2.0 python-h11@0.16.0 python-h2@4.1.0 python-priority@2.0.0 python-pydata-sphinx-theme@0.7.2 python-sphinxcontrib-mermaid@1.0.0 python-tomli@2.2.1 python-trio@0.32.0 python-typing-extensions@4.15.0 python-uvloop@0.21.0 python-wsproto@1.2.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/pgjones/hypercorn
Licenses: Expat
Build system: pyproject
Synopsis: ASGI Server based on Hyper libraries
Description:

This package provides an ASGI (Asynchronous Server Gateway Interface) Server based on Hyper libraries and inspired by python-gunicorn.

python-hyperlink 21.0.0
Propagated dependencies: python-idna@3.10
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/python-hyper/hyperlink
Licenses: Expat
Build system: pyproject
Synopsis: Python module to create immutable URLs according to spec
Description:

This package provides a Python module to create immutable, and correct URLs for Python according to RFCs 3986 and 3987.

python-multidict 6.7.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/aio-libs/multidict/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Multidict implementation
Description:

Multidict is dict-like collection of key-value pairs where key might be occurred more than once in the container.

python-rapidfuzz 3.14.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/rapidfuzz/RapidFuzz
Licenses: Expat
Build system: pyproject
Synopsis: Rapid fuzzy string matching
Description:

RapidFuzz is a fast string matching library for Python and C++, which is using the string similarity calculations from FuzzyWuzzy.

python-multiplex 0.6.1
Propagated dependencies: python-aiofiles@24.1.0 python-aiostream@0.7.0 python-click@8.3.1 python-easy-ansi@0.3 python-pyte@0.8.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/dankilman/multiplex
Licenses: Expat
Build system: pyproject
Synopsis: Parallel stream of outputs from multiple processes
Description:

This package provides a functionality to view output of multiple processes, in parallel, in the console, with an interactive TUI.

python-miniupnpc 2.3.3
Dependencies: python@3.12.12
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: http://miniupnp.free.fr
Licenses: Modified BSD
Build system: pyproject
Synopsis: UPnP client for Python
Description:

Miniupnpc is a client library for Python programs to set up port forwards using UPnP.

python-pyrss2gen 1.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: http://dalkescientific.com/Python/PyRSS2Gen.html
Licenses: Modified BSD
Build system: pyproject
Synopsis: Generate RSS 2.0 feeds using a Python data structure
Description:

PyRSS2Gen is the interface to generate RSS 2.0 feeds. PyRSS2Gen builds the feed up by using a XML generator.

python-hg-evolve 11.1.3
Propagated dependencies: mercurial@7.1
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://www.mercurial-scm.org/doc/evolution/
Licenses: GPL 2
Build system: pyproject
Synopsis: Flexible evolution of Mercurial history
Description:

Evolve is a Mercurial extension for faster and safer mutable history. It implements the changeset evolution concept for Mercurial.

python-df2onehot 1.2.3
Propagated dependencies: python-datazets@1.1.4 python-numpy@2.3.1 python-packaging@25.0 python-pandas@2.3.3 python-scikit-learn@1.7.2 python-tqdm@4.67.1
Channel: guix-science
Location: guix-science/packages/python-xyz.scm (guix-science packages python-xyz)
Home page: https://erdogant.github.io/df2onehot
Licenses: Expat
Build system: pyproject
Synopsis: Convert unstructured arrays into a stuctured dataframes
Description:

df2onehot is a Python package to convert unstructured DataFrames into structured dataframes, such as one-hot dense arrays.

python-dockerpty 0.4.1
Channel: guix
Location: gnu/packages/docker.scm (gnu packages docker)
Home page: https://github.com/d11wtq/dockerpty
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python library to use the pseudo-TTY of a Docker container
Description:

Docker PTY provides the functionality needed to operate the pseudo-terminal (PTY) allocated to a Docker container using the Python client.

python-haversine 2.7.0
Channel: guix
Location: gnu/packages/geo.scm (gnu packages geo)
Home page: https://github.com/mapado/haversine
Licenses: Expat
Build system: pyproject
Synopsis: Calculate the distance between 2 points on Earth
Description:

This package provides functions to calculate the distance in various units between two points on Earth using their latitude and longitude.

python-pyoncatqt 1.2.1
Propagated dependencies: python-oauthlib@3.3.1 python-pyoncat@2.4 python-qtpy@2.4.3
Channel: guix
Location: gnu/packages/physics.scm (gnu packages physics)
Home page: https://github.com/neutrons/pyoncatqt
Licenses: GPL 3
Build system: pyproject
Synopsis: Qt GUI elements for ONCat authentication
Description:

This package provides common Qt GUI elements for authenticating with ONCat (ORNL Neutron Catalog), including login dialogs and session management widgets.

python-hatch-vcs 0.5.0
Propagated dependencies: python-hatchling@1.27.0 python-setuptools-scm@8.3.1
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/ofek/hatch-vcs
Licenses: Expat
Build system: pyproject
Synopsis: Hatch plugin for versioning with your preferred VCS
Description:

This package is a plugin for Hatch that uses your preferred version control system (like Git) to determine project versions.

python-inflate64 1.0.4
Channel: guix
Location: gnu/packages/python-compression.scm (gnu packages python-compression)
Home page: https://pypi.org/project/inflate64/
Licenses: LGPL 2.1+
Build system: pyproject
Synopsis: Compression/decompression library
Description:

The inflate64 package provides Deflater and Inflater classes to compress and decompress with the Enhanced Deflate compression algorithm.

Page: 19495969798186
Total packages: 4458