_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pyfakefs 5.9.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pytest-dev/pyfakefs
Licenses: ASL 2.0
Synopsis: Mock file system interactions in tests
Description:

This package provides a Python library intended for use in automated tests. One difficulty when testing software is that the code under test might need to read or write to files in the local file system. If the file system is not set up in just the right way, it might cause a spurious error during the test. The pyfakefs library provides a solution to problems like this by mocking file system interactions. In other words, it arranges for the code under test to interact with a fake file system instead of the real file system. The code under test requires no modification to work with pyfakefs.

python-pymodbus 3.8.6
Propagated dependencies: python-pyserial@3.5 python-six@1.17.0 python-aiohttp@3.11.11 python-click@8.1.8 python-prompt-toolkit@3.0.51 python-pygments@2.19.1 python-pyserial-asyncio@0.6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/riptideio/pymodbus/
Licenses: Modified BSD
Synopsis: Modbus protocol stack in Python
Description:

Pymodbus is a full Modbus protocol implementation using asyncio, tornado or twisted for its asynchronous communications core. It includes the following client features:

  • full read/write protocol on discrete and register

  • most of the extended protocol (diagnostic/file/pipe/setting/information)

  • TCP, UDP, Serial ASCII, Serial RTU, and Serial Binary

  • asynchronous and synchronous versions

  • payload builder/decoder utilities

  • pymodbus read eval print loop (REPL).

It also includes the following server features:

  • can function as a fully implemented Modbus server

  • TCP, UDP, Serial ASCII, Serial RTU, and Serial Binary

  • asynchronous and synchronous versions

  • full server control context (device information, counters, etc)

  • a number of backing contexts (database, redis, sqlite, a slave device).

python-pyqt5-sip 12.17.0
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://www.riverbankcomputing.com/software/sip/
Licenses: LGPL 2.1+
Synopsis: Sip module support for PyQt5
Description:

Sip module support for PyQt5

python-pygobject 3.50.0
Dependencies: python@3.11.11 python-pycairo@1.28.0 gobject-introspection@1.82.0
Propagated dependencies: glib@2.83.3 libffi@3.4.6
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://live.gnome.org/PyGObject
Licenses: LGPL 2.1+
Synopsis: Python bindings for GObject
Description:

Python bindings for GLib, GObject, and GIO.

python-pyfavicon 0.1.1
Propagated dependencies: python-aiohttp@3.11.11 python-beautifulsoup4@4.13.5 python-pillow@11.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/bilelmoussaoui/pyfavicon
Licenses: Expat
Synopsis: Async favicon fetcher
Description:

pyfavicon is an async favicon fetcher.

python-pygobject 3.54.2
Dependencies: python@3.11.11 python-pycairo@1.28.0 gobject-introspection@1.82.0
Propagated dependencies: glib@2.83.3 libffi@3.4.6
Channel: ngapsh
Location: pnkp/guix/packages/python-xyz.scm (pnkp guix packages python-xyz)
Home page: https://live.gnome.org/PyGObject
Licenses: LGPL 2.1+
Synopsis: Python bindings for GObject
Description:

Python bindings for GLib, GObject, and GIO.

python-pybiomart 0.2.0
Propagated dependencies: python-future@1.0.0 python-pandas@2.2.3 python-requests@2.32.5 python-requests-cache@1.2.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/jrderuiter/pybiomart
Licenses: Expat
Synopsis: A simple pythonic interface to biomart
Description:

Pybiomart provides a simple pythonic interface to biomart.

python-pypitoken 7.0.1
Propagated dependencies: python-jsonschema@4.23.0 python-pymacaroons@0.13.0 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://pypitoken.readthedocs.io/en/latest/
Licenses: Expat
Synopsis: Manipulate PyPI API tokens
Description:

This package lets you manipulate PyPI API tokens.

python-pymarshal 2.2.3
Propagated dependencies: python-bson@0.5.10 python-pyyaml@6.0.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://gitlab.com/d3v-t00lz/pymarshal
Licenses: FreeBSD
Synopsis: Pythonic implementation of Golang struct (un)marshalling
Description:

PyMarshal replicates the feature of (un)marshalling structs in Golang.

python-pyrfc3339 2.0.1
Channel: guix
Location: gnu/packages/time.scm (gnu packages time)
Home page: https://github.com/kurtraschke/pyRFC3339
Licenses: Expat
Synopsis: Python timestamp library
Description:

Python library for generating and parsing RFC 3339-compliant timestamps.

python-pyopenssl 24.3.0
Dependencies: openssl@3.0.8
Propagated dependencies: python-cryptography@44.0.0
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/pyca/pyopenssl
Licenses: ASL 2.0
Synopsis: Python wrapper module around the OpenSSL library
Description:

PyOpenSSL is a high-level wrapper around a subset of the OpenSSL library.

python-pyinotify 0.9.6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/seb-m/pyinotify
Licenses: Expat
Synopsis: Python library for monitoring inotify events
Description:

pyinotify provides a Python interface for monitoring file system events on Linux.

python-pyperclip 1.9.0
Dependencies: xclip@0.13 xsel@1.2.0-1.062e6d3
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://github.com/asweigart/pyperclip
Licenses: Modified BSD
Synopsis: Python clipboard module
Description:

Pyperclip is a clipboard module for Python, handling copy/pasting from the X11 clipboard

python-pykwalify 1.7.0
Propagated dependencies: python-dateutil@2.9.0 python-docopt@0.6.2 python-pyyaml@6.0.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/grokzen/pykwalify
Licenses: Expat
Synopsis: Python lib/cli for JSON/YAML schema validation
Description:

This package provides a parser, schema validator, and data binding tool for YAML and JSON.

python-pykeepass 3.2.1
Propagated dependencies: python-argon2-cffi@25.1.0 python-construct@2.10.70-1.c1171b1 python-dateutil@2.9.0 python-future@1.0.0 python-lxml@6.0.1 python-pycryptodomex@3.21.0
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/libkeepass/pykeepass
Licenses: GPL 3+
Synopsis: Python library to interact with keepass databases
Description:

This library allows you to write entries to a KeePass database. It supports KDBX3 and KDBX4.

python-pypytools 0.6.2
Propagated dependencies: python-py@1.11.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/antocuni/pypytools/
Licenses: X11
Synopsis: Tools to use PyPy-specific features, with CPython fallbacks
Description:

This package provides a collection of useful tools to use PyPy-specific features, with CPython fallbacks.

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
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-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
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-pyrodigal 3.6.3
Propagated dependencies: python-archspec@0.2.5
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/althonos/pyrodigal
Licenses: GPL 3
Synopsis: Cython bindings and Python interface for Prodigal
Description:

This package offers Cython bindings and a Python interface for Prodigal. Prodigal is an ORF finder designed for both genomes and metagenomes.

python-pyclipper 1.3.0.post6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/greginvm/pyclipper
Licenses: Expat
Synopsis: Wrapper for Angus Johnson's Clipper library
Description:

Pyclipper is a Cython wrapper for the C++ translation of the Angus Johnson's polygon clipping Clipper library (ver. 6.4.2).

python-py-ubjson 0.10.0
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://github.com/Iotic-Labs/py-ubjson
Licenses: ASL 2.0
Synopsis: Universal Binary JSON encoder/decoder
Description:

Py-ubjson is a Python module providing an Universal Binary JSON encoder/decoder based on the draft-12 specification for UBJSON.

python-pytidylib 0.3.2
Dependencies: tidy-html@5.8.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/countergram/pytidylib
Licenses: Expat
Synopsis: Python wrapper for HTML Tidy library
Description:

PyTidyLib is a Python package that wraps the HTML Tidy library. This allows you, from Python code, to “fix” invalid (X)HTML markup.

python-pyqtgraph 0.13.7
Propagated dependencies: python-h5py@3.13.0 python-numpy@1.26.4 python-pyopengl@3.1.9 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://www.pyqtgraph.org
Licenses: Expat
Synopsis: Scientific graphics and GUI library for Python
Description:

PyQtGraph is a Pure-python graphics library for PyQt5, PyQt6, PySide2 and PySide6. It is intended for use in mathematics, scientific or engineering applications.

python-pycognito 2024.5.1
Propagated dependencies: python-boto3@1.40.61 python-envs@1.4 python-pyjwt@2.10.1 python-requests@2.32.5
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/pvizeli/pycognito
Licenses: ASL 2.0
Synopsis: Python library for using AWS Cognito
Description:

This package provides a Python class to integrate Boto3's Cognito client so it is easy to login users, with Secure Remote Password support.

Total results: 508