_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-spectral-cube 0.6.6
Propagated dependencies: python-aplpy@2.2.0 python-astropy@7.0.1 python-casa-formats-io@0.3.0 python-dask@2024.4.2 python-distributed@2024.4.2 python-fsspec@2024.12.0 python-joblib@1.4.2 python-matplotlib@3.8.2 python-numpy@1.26.2 python-packaging@24.2 python-pvextractor@0.4 python-radio-beam@0.3.8 python-reproject@0.14.1 python-scipy@1.12.0 python-tqdm@4.67.1 python-zarr@2.18.4
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://spectral-cube.readthedocs.io/en/latest/
Licenses: Modified BSD
Synopsis: Library for reading and analyzing astrophysical spectral data cubes
Description:

The spectral-cube package provides an easy way to read, manipulate, analyze, and write data cubes with two positional dimensions and one spectral dimension, optionally with Stokes parameters.

It provides the following main features:

  • A uniform interface to spectral cubes, robust to the wide range of conventions of axis order, spatial projections, and spectral units that exist in the wild.

  • Easy extraction of cube sub-regions using physical coordinates.

  • Ability to easily create, combine, and apply masks to datasets.

  • Basic summary statistic methods like moments and array aggregates.

  • Designed to work with datasets too large to load into memory.

python-proto-matcher 0.0.3
Propagated dependencies: python-protobuf@3.20.3 python-pyhamcrest@2.0.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/dayfine/proto-matcher
Licenses: ASL 2.0
Synopsis: PyHamcrest test matchers for protocol buffers
Description:

This package provides the following PyHamcrest test matchers, that enable matching a protocol buffer message:

equals_proto

Test the argument equals the given protobuf message.

approximately

Test the argument equals the given protobuf message, while comparing any float field using approximation.

ignoring_field_paths

Test the argument equals the given protobuf message, while ignoring those fields specified in the field paths.

ignoring_repeated_field_ordering

Test the argument equals the given protobuf message, ignoring the ordering of any repeated field.

partially

Test the argument partially equals the given protobuf message, i.e. if a field is in the argument but not in the expected message, it's ignored in the comparison.

python-url-normalize 1.4.3
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/niksite/url-normalize
Licenses: Expat
Synopsis: URL normalization for Python
Description:

This package provides a URI Normalization function with following features:

  • take care of IDN domains

  • always provide the URI scheme in lowercase characters

  • always provide the host, if any, in lowercase characters

  • only perform percent-encoding where it is essential

  • always use uppercase A-through-F characters when percent-encoding

  • prevent dot-segments appearing in non-relative URI paths

  • for schemes that define a default authority, use an empty authority if the default is desired

  • for schemes that define an empty path to be equivalent to a path of /, use /

  • for schemes that define a port, use an empty port if the default is desired

  • all portions of the URI must be utf-8 encoded NFC from Unicode strings

python-pycryptodomex 3.21.0
Dependencies: libtomcrypt@1.18.2 libtommath@1.3.0
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://www.pycryptodome.org
Licenses: FreeBSD Public Domain
Synopsis: Low-level cryptographic Python library
Description:

PyCryptodome is a self-contained Python package of low-level cryptographic primitives. It's not a wrapper to a separate C library like OpenSSL. To the largest possible extent, algorithms are implemented in pure Python. Only the pieces that are extremely critical to performance (e.g., block ciphers) are implemented as C extensions.

You are expected to have a solid understanding of cryptography and security engineering to successfully use these primitives. You must also be able to recognize that some are obsolete (e.g., TDES) or even insecure (RC4).

It provides many enhancements over the last release of PyCrypto (2.6.1):

  • Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB)

  • Accelerated AES on Intel platforms via AES-NI

  • First-class support for PyPy

  • Elliptic curves cryptography (NIST P-256 curve only)

  • Better and more compact API (nonce and iv attributes for ciphers, automatic generation of random nonces and IVs, simplified CTR cipher mode, and more)

  • SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms

  • Salsa20 and ChaCha20 stream ciphers

  • scrypt and HKDF

  • Deterministic (EC)DSA

  • Password-protected PKCS#8 key containers

  • Shamir’s Secret Sharing scheme

  • Random numbers get sourced directly from the OS (and not from a CSPRNG in userspace)

  • Cleaner RSA and DSA key generation (largely based on FIPS 186-4)

  • Major clean-ups and simplification of the code base

PyCryptodomex is the stand-alone version of PyCryptodome that no longer provides drop-in compatibility with PyCrypto.

python-python-version 0.0.2
Channel: gn-bioinformatics
Location: gn/packages/edash.scm (gn packages edash)
Home page: https://gitlab.com/halfak/python_version
Licenses: Expat
Synopsis: Provides a simple utility for checking the python version.
Description:

Provides a simple utility for checking the python version.

python-docspec-python 2.2.1
Propagated dependencies: python-docspec@2.2.1 python-nr-util@0.8.12
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/NiklasRosenstein/docspec/
Licenses: Expat
Synopsis: Produce docspec data from Python source code
Description:

This package provides a parser based on lib2to3 producing docspec data from Python source code.

python-zope.component 5.0.1
Propagated dependencies: python-setuptools@67.6.1 python-zope.event@4.5.0 python-zope.hookable@5.1.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.component
Licenses: Zope Public License 2.1
Synopsis: Zope Component Architecture
Description:

Zope Component Architecture

python-types-requests 2.27.7
Propagated dependencies: python-types-urllib3@1.26.7
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 requests
Description:

Typing stubs for requests

python-types-aiofiles 0.8.3
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 aiofiles
Description:

Typing stubs for aiofiles

python-types-colorama 0.4.15.7
Channel: guixrus
Location: guixrus/packages/misc.scm (guixrus packages misc)
Home page: https://github.com/python/typeshed
Licenses:
Synopsis: Typing stubs for colorama
Description:

Typing stubs for colorama

python-imageio-ffmpeg 0.4.7
Channel: guixrus
Location: guixrus/packages/moviepy.scm (guixrus packages moviepy)
Home page: https://github.com/imageio/imageio-ffmpeg
Licenses: FreeBSD
Synopsis: FFMPEG wrapper for Python
Description:

FFMPEG wrapper for Python

python-lazr.lifecycle 1.2.1
Propagated dependencies: python-setuptools@67.6.1 python-zope.component@5.0.1 python-zope.interface@5.4.0 python-zope.lifecycleevent@4.3 python-zope.security@5.2
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://launchpad.net/lazr.lifecycle
Licenses: LGPL 3
Synopsis: Richer lifecycle events API
Description:

Richer lifecycle events API.

python-types-docutils 0.18.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Synopsis: Typing stubs for docutils
Description:

Typing stubs for docutils.

python-ipfshttpclient 0.7.0
Propagated dependencies: python-httpx@0.28.1 python-multiaddr@0.0.9 python-requests@2.31.0
Channel: gn-bioinformatics
Location: gn/packages/python.scm (gn packages python)
Home page: https://ipfs.io/ipns/12D3KooWEqnTdgqHnkkwarSrJjeMP2ZJiADWLYADaNvUb6SQNyPF/
Licenses: Expat
Synopsis: Python IPFS HTTP CLIENT library
Description:

Python IPFS HTTP CLIENT library

python-pytest-enabler 1.2.1
Propagated dependencies: python-jaraco-context@4.1.1 python-jaraco-functools@3.5.0 python-toml@0.10.2
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/jaraco/pytest-enabler
Licenses: Expat
Synopsis: Enable installed pytest plugins
Description:

Enable installed pytest plugins

python-multi-key-dict 2.0.3
Channel: guix-hpc
Location: guix-hpc/packages/ci-tools.scm (guix-hpc packages ci-tools)
Home page: https://github.com/formiaczek/multi_key_dict
Licenses: Expat
Synopsis: Multi key dictionary implementation
Description:

Multi key dictionary implementation.

python-swh.web.client 0.5.0
Propagated dependencies: python-click@8.1.7 python-dateutil@2.8.2 python-requests@2.31.0 python-swh.auth@0.6.2 python-swh.core@2.4.0 python-swh.model@6.1.0
Channel: rrr
Location: rrr/packages/softwareheritage.scm (rrr packages softwareheritage)
Home page: https://forge.softwareheritage.org/source/swh-web-client/
Licenses: GPL 3+
Synopsis: Software Heritage Web client
Description:

Software Heritage Web client

python-swh.loader.dir 0.0.35
Propagated dependencies: python-click@8.1.7 python-retrying@1.3.3 python-swh.loader.core@2.6.1 python-swh.model@6.1.0 python-swh.scheduler@1.0.0 python-swh.storage@1.3.1 python-vcversioner@2.16.0.0
Channel: rrr
Location: rrr/packages/softwareheritage.scm (rrr packages softwareheritage)
Home page: https://forge.softwareheritage.org/diffusion/DLDDIR
Licenses: GPL 3+
Synopsis: Software Heritage Directory Loader
Description:

Software Heritage Directory Loader

python-swhlloader.bzr 1.2.0
Propagated dependencies: breezy@3.3.9 python-swh.loader.core@2.6.1 python-swh.model@6.1.0 python-swh.scheduler@1.0.0 python-swh.storage@1.3.1
Channel: rrr
Location: rrr/packages/softwareheritage.scm (rrr packages softwareheritage)
Home page: https://forge.softwareheritage.org/diffusion/DLDBZR/
Licenses: GPL 3+
Synopsis: Software Heritage Bazaar/Breezy intent
Description:

Software Heritage Bazaar/Breezy intent.

python-keystoneclient 5.6.0
Propagated dependencies: python-debtcollector@3.0.0 python-keystoneauth1@5.10.0 python-oslo.config@9.7.1 python-oslo.i18n@6.5.1 python-oslo.serialization@4.2.0 python-oslo.utils@8.2.0 python-packaging@24.2 python-pbr@6.1.1 python-requests@2.31.0 python-stevedore@3.2.2
Channel: ziltis-guixchannel
Location: zilti/packages/openstack.scm (zilti packages openstack)
Home page: https://docs.openstack.org/python-keystoneclient/latest/
Licenses:
Synopsis: Client Library for OpenStack Identity
Description:

Client Library for OpenStack Identity.

python-lazr.delegates 2.0.4
Propagated dependencies: python-nose@1.3.7 python-setuptools@67.6.1 python-zope.interface@5.4.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://launchpad.net/lazr.delegates
Licenses: LGPL 3
Synopsis: Easily write objects that delegate behavior
Description:

Easily write objects that delegate behavior

python-flask-socketio 5.5.1
Propagated dependencies: python-flask@3.1.0 python-socketio@5.12.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/miguelgrinberg/Flask-SocketIO/
Licenses: Expat
Synopsis: Socket.IO integration for Flask applications
Description:

Socket.IO integration for Flask applications

emacs-python-coverage 20250601.1621
Propagated dependencies: emacs-dash@20250312.1307 emacs-s@20220902.1511 emacs-xml+@20170727.2351
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/wbolster/emacs-python-coverage
Licenses:
Synopsis: Show Python coverage via overlays or Flycheck
Description:

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

Total results: 3816