_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pyenchant 2.0.0
Dependencies: enchant@2.6.9
Channel: guix
Location: gnu/packages/enchant.scm (gnu packages enchant)
Home page: https://github.com/pyenchant/pyenchant
Licenses: LGPL 2.1+
Synopsis: Spellchecking library for Python
Description:

PyEnchant is a spellchecking library for Python, based on the Enchant library. PyEnchant combines all the functionality of the underlying Enchant library with the flexibility of Python. It also provides some higher-level functionality than is available in the C API.

python-pyparsing 3.0.6
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/pyparsing/pyparsing
Licenses: Expat
Synopsis: Python parsing class library
Description:

The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.

python-pyparsing 2.4.7
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://github.com/pyparsing/pyparsing
Licenses: Expat
Synopsis: Python parsing class library
Description:

The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.

python-pytest-qt 3.3.0
Propagated dependencies: python-pyqt@5.15.9
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/pytest-dev/pytest-qt
Licenses: Expat
Synopsis: Pytest support for PyQt and PySide applications
Description:

pytest-qt is a Pytest plugin that allows programmers to write tests for PyQt5 and PySide2 applications.

The main usage is to use the qtbot fixture, responsible for handling qApp creation as needed and provides methods to simulate user interaction, like key presses and mouse clicks.

python-pyfit-sne 1.2.1
Dependencies: fftw@3.3.10
Propagated dependencies: python-numpy@1.23.2
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/KlugerLab/pyFIt-SNE
Licenses: Original BSD
Synopsis: FFT-accelerated Interpolation-based t-SNE
Description:

t-Stochastic Neighborhood Embedding (t-SNE) is a highly successful method for dimensionality reduction and visualization of high dimensional datasets. A popular implementation of t-SNE uses the Barnes-Hut algorithm to approximate the gradient at each iteration of gradient descent. This package is a Cython wrapper for FIt-SNE.

python-pycountry 22.3.5
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://bitbucket.org/flyingcircus/pycountry
Licenses: LGPL 2.1+
Synopsis: ISO databases for languages, countries, currencies, etc.
Description:

pycountry provides the ISO databases for the standards:

  1. 639-3 (Languages)

  2. 3166 (Countries)

  3. 3166-3 (Deleted Countries)

  4. 3166-2 (Subdivisions of countries)

  5. 4217 (Currencies)

  6. 15924 (Scripts)

It includes a copy from Debian’s pkg-isocodes and makes the data accessible through a Python API.

python-pycountry 20.7.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://bitbucket.org/flyingcircus/pycountry
Licenses: LGPL 2.1+
Synopsis: ISO databases for languages, countries, currencies, etc.
Description:

pycountry provides the ISO databases for the standards:

  1. 639-3 (Languages)

  2. 3166 (Countries)

  3. 3166-3 (Deleted Countries)

  4. 3166-2 (Subdivisions of countries)

  5. 4217 (Currencies)

  6. 15924 (Scripts)

It includes a copy from Debian’s pkg-isocodes and makes the data accessible through a Python API.

python-pysynphot 2.0.0-0.54e9e2a
Propagated dependencies: python-astropy@6.1.3 python-beautifulsoup4@4.11.1 python-numpy@1.23.2 python-pytest-astropy-header@0.2.2 python-six@1.16.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/spacetelescope/pysynphot
Licenses: Modified BSD
Synopsis: Python Synthetic Photometry Utilities
Description:

Astrolib PySynphot (hereafter referred to only as pysynphot) is an object-oriented replacement for STSDAS SYNPHOT synthetic photometry package in IRAF. pysynphot simulates photometric data and spectra as they are observed with the Hubble Space Telescope (HST). Passbands for standard photometric systems are available, and users can incorporate their own filters, spectra, and data.

python-pyjanitor 0.27.0
Propagated dependencies: python-multipledispatch@0.6.0 python-natsort@7.1.1 python-pandas-flavor@0.5.0 python-scipy@1.12.0 python-biopython@1.80 python-unyt@3.0.1
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/pyjanitor-devs/pyjanitor
Licenses: Expat
Synopsis: Tools for cleaning and transforming pandas DataFrames
Description:

pyjanitor provides a set of data cleaning routines for pandas DataFrames. These routines extend the method chaining API defined by pandas for a subset of its methods. Originally, this package was a port of the R package by the same name and it is inspired by the ease-of-use and expressiveness of the dplyr package.

python-pytest-mp 0.0.4p2
Propagated dependencies: python-pytest@7.1.3 python-psutil@5.9.2
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/ansible/pytest-mp
Licenses: Expat
Synopsis: Segregate tests into several processes
Description:

pytest-mp is a minimalist approach to distribute and segregate pytest tests across processes using python's multiprocessing library and is heavily inspired by pytest-concurrent and pytest-xdist. As a very early beta, it doesn't pledge or intend to support the majority of platforms or use cases. Design is based on supporting slow, io-bound testing with often tedious system under test configuration that can benefit from running several tests at one time.

python-pyftpdlib 1.5.7
Propagated dependencies: python-pyopenssl@24.1.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-pytest-bdd 5.0.0
Propagated dependencies: python-glob2@0.7 python-mako@1.2.2 python-parse@1.18.0 python-parse-type@0.6.0 python-py@1.11.0 python-pytest@7.1.3
Channel: guixrus
Location: guixrus/packages/jrnl.scm (guixrus packages jrnl)
Home page: https://github.com/pytest-dev/pytest-bdd
Licenses: Expat
Synopsis: BDD for pytest
Description:

BDD for pytest

python-pytest-vcr 1.0.2-1.4d6c7b3
Propagated dependencies: python-pytest@7.1.3 python-vcrpy@4.1.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/ktosiek/pytest-vcr
Licenses: Expat
Synopsis: Plugin for managing VCR.py cassettes
Description:

Plugin for managing VCR.py cassettes.

python-pycanberra 0.1.1
Propagated dependencies: libcanberra@0.30
Channel: guix
Location: gnu/packages/libcanberra.scm (gnu packages libcanberra)
Home page: http://c.n0.is/ng0/pycanberra/
Licenses: LGPL 2.1+
Synopsis: Ctypes wrapper for the libcanberra API
Description:

Pycanberra is a basic Python wrapper for libcanberra.

python-pyls-black 0.4.7
Propagated dependencies: python-black@22.3.0 python-lsp-server@1.3.3 python-tomli@2.0.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/rupert/pyls-black
Licenses: Expat
Synopsis: Black plugin for the Python Language Server
Description:

Black plugin for the Python Language Server.

python-pyportmidi 0.0.7-0.d9e5ee0
Dependencies: portmidi@2.0.4 alsa-lib@1.2.11
Channel: guix
Location: gnu/packages/music.scm (gnu packages music)
Home page: https://github.com/PortMidi
Licenses: Expat
Synopsis: Python bindings to PortMidi
Description:

This package provides Python bindings to the PortMidi library.

python-pymemcache 4.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pinterest/pymemcache
Licenses: ASL 2.0
Synopsis: Comprehensive, fast, pure Python memcached client
Description:

This package provides a comprehensive, fast, pure Python memcached client.

python-pyannotate 1.2.0
Propagated dependencies: python-mypy-extensions@1.0.0 python-six@1.16.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/dropbox/pyannotate
Licenses: ASL 2.0
Synopsis: Auto-generate PEP-484 annotations
Description:

This package, PyAnnotate, is used to auto-generate PEP-484 annotations.

python-pyjsparser 2.7.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/PiotrDabkowski/pyjsparser
Licenses: Expat
Synopsis: Fast JavaScript parser
Description:

This package provides a fast JavaScript parser (based on esprima.js)

python-pydocstyle 3.0.0
Propagated dependencies: python-six@1.16.0 python-snowballstemmer@2.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/PyCQA/pydocstyle/
Licenses: Expat
Synopsis: Python docstring style checker
Description:

This package provides a style checker for the Python Language Server (PLS).

python-pypresence 4.2.1
Channel: guix
Location: gnu/packages/messaging.scm (gnu packages messaging)
Home page: https://github.com/qwertyquerty/pypresence
Licenses: Expat
Synopsis: Discord RPC client
Description:

This package provides python-pypresence, a Discord RPC client written in Python.

python-pyinjector 1.0.6
Channel: guixrus
Location: guixrus/packages/common/python.scm (guixrus packages common python)
Home page: https://github.com/kmaork/pyinjector
Licenses: Expat
Synopsis: Tool/library allowing dynamic library injection into running processes
Description:

This package provides a tool and library for dynamic library injection into running processes.

python-pyacoustid 1.2.2
Dependencies: chromaprint@1.5.1
Propagated dependencies: python-audioread@2.1.9 python-requests@2.28.1
Channel: guix
Location: gnu/packages/mp3.scm (gnu packages mp3)
Home page: https://github.com/beetbox/pyacoustid
Licenses: Expat
Synopsis: Bindings for Chromaprint acoustic fingerprinting
Description:

This package provides bindings for the Chromaprint acoustic fingerprinting library and the Acoustid API.

python-pytest-mpl 0.16.1
Propagated dependencies: python-jinja2@3.1.2 python-matplotlib@3.8.2 python-nose@1.3.7 python-packaging@21.3 python-pillow@9.2.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/matplotlib/pytest-mpl
Licenses: Modified BSD
Synopsis: Pytest plugin to help with testing figures output from Matplotlib
Description:

This is a plugin to facilitate image comparison for Matplotlib figures in Pytest.

Total results: 443