_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-websockets 12.0
Channel: yewscion
Location: cdr255/fixes.scm (cdr255 fixes)
Home page: https://github.com/aaugustin/websockets
Licenses: Modified BSD
Synopsis: Python implementation of the WebSocket Protocol (RFC 6455 & 7692)
Description:

websockets is a library for building WebSocket servers and clients in Python with a focus on correctness and simplicity.

Built on top of asyncio, Python's standard asynchronous I/O framework, it provides an elegant coroutine-based API.

python-pypa-build 0.7.0
Propagated dependencies: python-packaging-bootstrap@24.2 python-pep517-bootstrap@0.9.1 python-toml@0.10.2
Channel: guix
Location: gnu/packages/python-build.scm (gnu packages python-build)
Home page: https://pypa-build.readthedocs.io/en/latest/
Licenses: Expat
Synopsis: Simple Python PEP 517 package builder
Description:

The build command invokes the PEP 517 hooks to build a distribution package. It is a simple build tool and does not perform any dependency management. It aims to keep dependencies to a minimum, in order to make bootstrapping easier.

python-lsp-server 1.12.0
Propagated dependencies: python-docstring-to-markdown@0.15 python-importlib-metadata@5.2.0 python-jedi@0.19.2 python-lsp-jsonrpc@1.1.2 python-pluggy@1.5.0 python-pycodestyle@2.12.1 python-pydocstyle@6.3.0 python-ujson@5.10.0 python-whatthepatch@1.0.5 python-yapf@0.43.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python-lsp/python-lsp-server
Licenses: Expat
Synopsis: Python implementation of the Language Server Protocol
Description:

The Python Language Server pylsp is an implementation of the Python 3 language specification for the Language Server Protocol (LSP). This tool is used in text editing environments to provide a complete and integrated feature-set for programming Python effectively.

python-tldextract 3.3.0
Propagated dependencies: python-filelock@3.16.1 python-idna@3.3 python-requests@2.31.0 python-requests-file@1.5.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/john-kurkowski/tldextract
Licenses: Modified BSD
Synopsis: Separate the TLD from the registered domain and subdomains of a URL
Description:

TLDExtract accurately separates the TLD from the registered domain and subdomains of a URL, using the Public Suffix List. By default, this includes the public ICANN TLDs and their exceptions. It can optionally support the Public Suffix List's private domains as well.

python-palettable 3.3.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://jiffyclub.github.io/palettable/
Licenses: Expat
Synopsis: Color palettes for Python
Description:

Palettable (formerly brewer2mpl) is a library of color palettes for Python. It’s written in pure Python with no dependencies, but it can supply color maps for matplotlib. You can use Palettable to customize matplotlib plots or supply colors for a web application.

python-pysnptools 0.5.14
Propagated dependencies: python-bed-reader@1.0.6 python-cloudpickle@3.1.0 python-h5py@3.13.0 python-more-itertools@10.6.0 python-numpy@1.26.2 python-pandas@2.2.3 python-psutil@5.9.2 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: http://microsoftgenomics.github.io/PySnpTools/
Licenses: ASL 2.0
Synopsis: Library for reading and manipulating genetic data
Description:

PySnpTools is a library for reading and manipulating genetic data. It can, for example, efficiently read whole PLINK *.bed/bim/fam files or parts of those files. It can also efficiently manipulate ranges of integers using set operators such as union, intersection, and difference.

python-nosexcover 1.0.11
Propagated dependencies: python-coverage@7.6.8 python-nose@1.3.7
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/cmheisel/nose-xcover
Licenses: Expat
Synopsis: Extends nose.plugins.cover to add Cobertura-style XML reports
Description:

Nose-xcover is a companion to the built-in nose.plugins.cover. This plugin will write out an XML coverage report to a file named coverage.xml.

It will honor all the options you pass to the Nose coverage plugin, especially -cover-package.

python-matplotlib 3.8.2
Dependencies: cairo@1.18.2 freetype@2.13.0 glib@2.82.1 libpng@1.6.39 qhull@2020.2 tcl@8.6.12 tk@8.6.12
Propagated dependencies: python-contourpy@1.1.1 python-cycler@0.10.0 python-dateutil@2.8.2 python-fonttools-minimal@4.39.3 python-importlib-resources@5.12.0 python-kiwisolver@1.4.6 python-numpy@1.26.2 python-packaging@24.2 python-pillow@11.1.0 python-pyparsing@3.2.1 python@3.11.11
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://matplotlib.org/
Licenses: Python Software Foundation License
Synopsis: 2D plotting library for Python
Description:

Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the python and ipython shell, web application servers, and six graphical user interface toolkits.

python-qscintilla 2.13.4
Dependencies: python-pyqt@5.15.10 python-sip@6.10.0 qscintilla@2.13.4
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://www.riverbankcomputing.co.uk/software/qscintilla/intro
Licenses: GPL 3+
Synopsis: Qt port of the Scintilla C++ editor control
Description:

QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. QScintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips.

This package provides the Python bindings.

python-lambda-4dn 0.12.3
Dependencies: python@3.11.11
Propagated dependencies: python-boto3@1.35.59 python-botocore@1.35.91 python-docutils@0.19 python-pip@23.1 python-six@1.16.0 python-virtualenv@20.29.1
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://github.com/4dn-dcic/python-lambda
Licenses: ISC Expat
Synopsis: Toolkit for developing and deploying Python code in AWS Lambda
Description:

This is a toolset for developing and deploying serverless Python code in AWS Lambda. This is a fork of Nick Ficano's Python-lambda package. It is frozen for the needs of projects at the 4D Nucleome Data Coordination and Integration Center (4DN-DCIC).

python-geoip2fast 1.2.1
Channel: guix
Location: gnu/packages/geo.scm (gnu packages geo)
Home page: https://github.com/rabuchaim/geoip2fast
Licenses: Expat
Synopsis: Fast GeoIP2 country/city/asn lookup library
Description:

GeoIP2Fast is a fast GeoIP2 country/city/asn lookup library that supports IPv4 and IPv6. A search takes less than 0.00003 seconds. It has its own data file updated twice a week with Maxmind-Geolite2-CSV, supports IPv4/IPv6 and is pure Python.

python-rich-click 1.6.1
Propagated dependencies: python-click@8.1.7 python-importlib-metadata@5.2.0 python-rich@13.7.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ewels/rich-click
Licenses: Expat
Synopsis: Format click help output nicely with rich
Description:

Click is a "Python package for creating beautiful command line interfaces". Rich is a "Python library for rich text and beautiful formatting in the terminal". The intention of rich-click is to provide attractive help output from click, formatted with rich, with minimal customization required.

python2-pyparsing 2.4.7
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
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-hypothesis 6.131.8
Propagated dependencies: python-attrs-bootstrap@24.2.0 python-exceptiongroup@1.1.1 python-sortedcontainers@2.4.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://hypothesis.works/
Licenses: MPL 2.0
Synopsis: Library for property based testing
Description:

Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It’s based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow.

python-hypothesis 6.54.5
Propagated dependencies: python-attrs-bootstrap@24.2.0 python-exceptiongroup@1.1.1 python-sortedcontainers@2.4.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://hypothesis.works/
Licenses: MPL 2.0
Synopsis: Library for property based testing
Description:

Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It’s based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow.

python-djitellopy 2.5.0
Propagated dependencies: opencv@4.11.0 python-av@13.1.0 python-numpy@1.26.2 python-pillow@11.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/damiafuentes/DJITelloPy
Licenses: Expat
Synopsis: DJI Tello drone video streaming, swarms and state packets library
Description:

DJI Tello drone Python interface using the official Tello SDK and Tello EDU SDK. This library has the following features:

  • Implementation of all tello commands

  • Retrieve a video stream easily

  • Receive and parse state packets

  • Control a swarm of drones.

python-flufl-lock 8.1.0
Propagated dependencies: python-atpublic@3.1.1 python-psutil@5.9.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://flufllock.readthedocs.io
Licenses: ASL 2.0 LGPL 3
Synopsis: NFS-safe file locking with timeouts for POSIX systems
Description:

The flufl.lock package provides NFS-safe file locking with timeouts for POSIX systems. It is similar to the O_EXCL option of the open system call but uses a lockfile. Lock objects support lock-breaking and have a maximum lifetime built-in.

python-fenics-ufl 2023.1.0
Dependencies: python-numpy@1.26.2
Channel: guix-hpc-non-free
Location: inrae/mse.scm (inrae mse)
Home page: https://github.com/FEniCS/ufl.git
Licenses: LGPL 3
Synopsis: UFL is part of the FEniCS Project
Description:

The Unified Form Language (UFL) is a domain specific language for declaration of finite element discretizations of variational forms. More precisely, it defines a flexible interface for choosing finite element spaces and defining expressions for weak forms in a notation close to mathematical notation.

python-sqlalchemy 1.4.42
Propagated dependencies: python-greenlet@3.1.1
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://www.sqlalchemy.org
Licenses: X11
Synopsis: Database abstraction library
Description:

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.

python-kiwisolver 1.4.6
Propagated dependencies: python-typing-extensions@4.12.2
Channel: guix
Location: gnu/packages/maths.scm (gnu packages maths)
Home page: https://github.com/nucleic/kiwi
Licenses: Modified BSD
Synopsis: Fast implementation of the Cassowary constraint solver
Description:

Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi has been designed from the ground up to be lightweight and fast. Kiwi ranges from 10x to 500x faster than the original Cassowary solver with typical use cases gaining a 40x improvement. Memory savings are consistently > 5x.

python-sqlalchemy 2.0.36
Propagated dependencies: python-greenlet@3.1.1 python-typing-extensions@4.12.2
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://www.sqlalchemy.org
Licenses: Expat
Synopsis: SQL toolkit and object relational mapper
Description:

SQLAlchemy is the Python SQL toolkit and ORM that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.

python-zope-proxy 4.3.5
Propagated dependencies: python-zope-interface@5.1.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://pypi.org/project/zope.proxy/
Licenses: Zope Public License 2.1
Synopsis: Generic, transparent proxies
Description:

Zope.proxy provides generic, transparent proxies for Python. Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped object only when necessary to apply the policy (e.g., access checking, location brokering, etc.) for which the proxy is responsible.

python-css-parser 1.0.10
Propagated dependencies: python-more-itertools@10.6.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/ebook-utils/css-parser
Licenses: LGPL 3+
Synopsis: Fork of cssutils modified for parsing ebooks
Description:

Css-parser is a Python package for parsing and building CSS Cascading Style Sheets. Currently it provides a DOM only and no rendering options.

It's a fork of cssutils 1.0.2, updated and modified for parsing ebooks, due to cssutils not receiving updates as of 1.0.2.

python-sqlalchemy 2.0.43
Propagated dependencies: python-greenlet@3.1.1 python-typing-extensions@4.12.2
Channel: ngapsh
Location: pnkp/guix/packages/python-xyz.scm (pnkp guix packages python-xyz)
Home page: https://www.sqlalchemy.org
Licenses: Expat
Synopsis: SQL toolkit and object relational mapper
Description:

SQLAlchemy is the Python SQL toolkit and ORM that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.

Total results: 3782